/* Start custom CSS for html, class: .elementor-element-2a59ef5 */.pc-cta-card {
    background-color: #0a1f44;
    color: #ffffff;
    border-radius: 6px;
    padding: 28px 32px;
    margin: 36px 0;
  }
  .pc-cta-card h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.2em;
  }
  .pc-cta-card p {
    color: #e0e6f0;
    margin-bottom: 18px;
  }
  .pc-cta-btn {
    display: inline-block;
    background-color: #c9a84c;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 12px;
    margin-bottom: 8px;
  }
  .pc-cta-btn:hover {
    background-color: #b8973d;
    color: #ffffff;
  }
  .pc-cta-btn.ghost {
    background-color: transparent;
    border: 2px solid #c9a84c;
    color: #c9a84c;
  }
  .pc-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 28px 0;
  }
  .pc-stat-box {
    flex: 1;
    min-width: 140px;
    background: #f4f7fb;
    border-left: 4px solid #0a1f44;
    padding: 16px 18px;
    border-radius: 4px;
  }
  .pc-stat-box .stat-number {
    font-size: 1.6em;
    font-weight: 700;
    color: #0a1f44;
    display: block;
  }
  .pc-stat-box .stat-label {
    font-size: 0.85em;
    color: #555;
  }
  .pc-data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.95em;
  }
  .pc-data-table th {
    background-color: #0a1f44;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
  }
  .pc-data-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #e0e0e0;
  }
  .pc-data-table tr:nth-child(even) td {
    background-color: #f4f7fb;
  }
  .pc-disclaimer {
    font-size: 0.8em;
    color: #777;
    border-top: 1px solid #e0e0e0;
    padding-top: 12px;
    margin-top: 40px;
  }/* End custom CSS */