/* ── Hero override: light theme matching home/solutions ── */
    /* ── CTA section ── */
    .pg-cta {
      background: linear-gradient(120deg,#071633,#081d4d);
      padding: 56px 0; text-align: center;
    }
    .pg-cta h2 {
      font-size: clamp(22px, 4vw, 40px); font-weight: 900;
      color: #fff; margin: 0 0 14px; letter-spacing: -0.3px;
    }
    .pg-cta h2 span { color: #10C987; }
    .pg-cta p {
      color: rgba(255,255,255,0.62); font-size: 16px;
      margin: 0 auto 36px; max-width: 480px; line-height: 1.7;
    }
    .btn-cta-wh {
      display: inline-flex; align-items: center; gap: 8px;
      background: #155be7; color: #fff; font-size: 15px; font-weight: 800;
      padding: 15px 36px; border-radius: 999px; text-decoration: none;
      box-shadow: 0 4px 20px rgba(21,91,231,.32);
      transition: background 0.2s, transform 0.2s;
    }
    .btn-cta-wh:hover { background: #104fc4; transform: translateY(-2px); }

    .contact-main {
      padding: 44px 0 58px;
      background: radial-gradient(circle at 72% 7%,rgba(218,232,255,.85),transparent 28%),linear-gradient(180deg,#f7faff 0,#fff 48%);
    }
    .contact-hero {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      padding: 0;
      min-height: 305px;
      gap: 0;
      margin-bottom: 6px;
    }
    .contact-kicker {
      display: flex;
      align-items: center;
      gap: 9px;
      color: #1765df;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .contact-kicker::after { content:"";width:22px;height:1px;background:#1765df; }
    .contact-title {
      margin: 14px 0 13px;
      color: #091633;
      font-size: clamp(42px,4vw,62px);
      line-height: 1;
      letter-spacing: -.045em;
    }
    .contact-title::after { content:"";display:block;width:37px;height:2px;margin-top:16px;background:#1765df; }
    .contact-lead { max-width:570px;margin:0;color:#43516a;font-size:17px;line-height:1.7; }
    .contact-promises {
      display: grid;
      grid-template-columns: repeat(3,minmax(0,1fr));
      gap: 18px;
      margin-top: 34px;
    }
    .contact-promise {
      display: grid;
      grid-template-columns: 46px 1fr;
      align-items: center;
      gap: 10px;
      min-width: 0;
    }
    .contact-round-icon {
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: #1765df;
      background: #ebf2ff;
      font-size: 19px;
    }
    .contact-round-icon i { display:block;margin:0;line-height:1; }
    .contact-promise > .contact-round-icon {
      display: grid;
      place-items: center;
      color: #1765df;
      font-size: 20px;
    }
    .contact-promise > div { align-self: start; }
    .contact-promise strong { display:block;margin-bottom:5px;color:#101d35;font-size:13px;line-height:1.35; }
    .contact-promise > div > span { display:block;color:#637086;font-size:11.5px;line-height:1.5; }
    .contact-hero-image { height:315px;overflow:hidden;border-radius:48% 48% 0 0; }
    .contact-hero-image img {
      display: block;
      width: 273%;
      max-width: none;
      height: auto;
      transform: translate(-56%,-9.4%);
    }
    .new-contact-panels {
      display: grid;
      grid-template-columns: 1.38fr 1fr;
      gap: 16px;
      align-items: stretch;
      padding: 0;
    }
    .new-contact-card {
      border: 1px solid #e6ebf2;
      border-radius: 9px;
      background: rgba(255,255,255,.96);
      box-shadow: 0 8px 25px rgba(33,60,105,.055);
    }
    .new-contact-form { padding:25px; }
    .new-contact-card h2 { margin:0 0 8px;color:#0b1730;font-size:25px;letter-spacing:-.025em; }
    .new-contact-card .card-sub { margin:0 0 18px;color:#657287;font-size:13px; }
    .new-form-row { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }
    .new-form-group { margin-bottom:11px; }
    .new-form-group input,
    .new-form-group select,
    .new-form-group textarea {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #dfe5ed;
      border-radius: 4px;
      outline: 0;
      color: #263550;
      background: #fff;
      font: 13px Inter,sans-serif;
      transition: .18s ease;
    }
    .new-form-group input,.new-form-group select { height:46px;padding:0 14px; }
    .new-form-group textarea { min-height:112px;padding:14px;resize:vertical; }
    .new-form-group input:focus,
    .new-form-group select:focus,
    .new-form-group textarea:focus { border-color:#1765df;box-shadow:0 0 0 3px rgba(23,101,223,.09); }
    .new-form-group input.is-invalid,
    .new-form-group select.is-invalid,
    .new-form-group textarea.is-invalid { border-color:#c62828;box-shadow:0 0 0 3px rgba(198,40,40,.08); }
    .new-form-group .field-error { display:block;margin-top:5px;font-size:11px;font-weight:600;line-height:1.35;color:#c62828; }
    .contact-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 44px;
      padding: 0 24px;
      border: 0;
      border-radius: 4px;
      color: #fff;
      background: #1765df;
      cursor: pointer;
      font: 700 13px Inter,sans-serif;
      box-shadow: 0 6px 15px rgba(23,101,223,.2);
    }
    .contact-submit:hover { background:#1058c8; }
    .contact-submit:disabled { cursor:wait;opacity:.7; }
    .form-honeypot { position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important; }
    .form-response { min-height:18px;margin:10px 0 0;font-size:12px;font-weight:600; }
    .form-response:empty { display:none; }
    .form-response.success { color:#128052; }
    .form-response.error { color:#c62828; }
    .recaptcha-notice { margin:9px 0 0;color:#7a8598;font-size:10px;line-height:1.5; }
    .recaptcha-notice a { color:#52647e;text-decoration:underline;text-underline-offset:2px; }
    .recaptcha-notice a:hover { color:#1765df; }
    .connect-card { padding:25px 28px;display:flex;flex-direction:column; }
    .connect-list { margin-top:12px; }
    .connect-row {
      display: grid;
      grid-template-columns: 53px 1fr 15px;
      align-items: center;
      gap: 15px;
      min-height: 96px;
      border-bottom: 1px solid #e9edf3;
      color: inherit;
      text-decoration: none;
    }
    .connect-row:last-child { border-bottom:0; }
    .connect-row > .contact-round-icon {
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      color: #1765df;
      font-size: 22px;
    }
    .connect-row strong { display:block;margin-bottom:5px;color:#101d35;font-size:15px; }
    .connect-row b { display:block;margin-bottom:5px;color:#1765df;font-size:13px;font-weight:600; }
    .connect-row > span:nth-child(2) > span { display:block;color:#59677c;font-size:12px;line-height:1.5; }
    .connect-arrow { color:#17243c;font-size:14px; }
    .connect-help {
      display: flex;
      align-items: center;
      gap: 16px;
      flex: 1;
      min-height: 120px;
      margin-top: 16px;
      padding: 20px;
      border-radius: 10px;
      background: linear-gradient(135deg,#eef5ff,#f7faff);
    }
    .connect-help .contact-round-icon { flex:0 0 auto;background:#fff;box-shadow:0 5px 16px rgba(23,101,223,.1); }
    .connect-help strong { display:block;margin-bottom:6px;color:#101d35;font-size:14px; }
    .connect-help p { margin:0 0 10px;color:#59677c;font-size:12px;line-height:1.55; }
    .connect-help a { color:#1765df;font-size:12px;font-weight:700;text-decoration:none; }
    .offices-card { display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,1.3fr);align-items:center;gap:36px;margin-top:16px;padding:28px 32px; }
    .offices-card h2 { margin-bottom:6px;font-size:20px; }
    .offices-card .card-sub { margin-bottom:0; }
    .office { display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:18px;min-width:0;padding:4px 0 4px 36px;border-left:1px solid #e6ebf2; }
    .office .contact-round-icon { width:52px;height:52px;font-size:20px; }
    .office strong { display:block;margin-bottom:6px;color:#101d35;font-size:15px; }
    .office address { color:#59677c;font-size:12.5px;font-style:normal;line-height:1.65; }
    @media(max-width:1050px){
      .new-contact-panels{grid-template-columns:1fr}
    }
    @media(max-width:800px){
      .contact-main{padding-top:34px}
      .contact-hero{grid-template-columns:1fr}
      .contact-hero{min-height:0;margin-bottom:28px}
      .contact-promises{grid-template-columns:1fr;gap:16px;margin-top:28px}
      .contact-promise{padding:14px;border:1px solid #e1e8f3;border-radius:12px;background:rgba(255,255,255,.82)}
      .offices-card{grid-template-columns:1fr;gap:18px}
      .office{padding:20px 0 0;border-top:1px solid #e6ebf2;border-left:0}
    }
    @media(max-width:520px){
      .contact-title{font-size:clamp(34px,11vw,42px)}
      .contact-promises,.new-form-row{grid-template-columns:1fr}
      .new-contact-form,.connect-card,.offices-card{padding:21px 18px}
      .office{grid-template-columns:46px 1fr}
      .office .contact-round-icon{width:46px;height:46px}
      .new-contact-form input,.new-contact-form select,.new-contact-form textarea{font-size:16px}
      .contact-submit{width:100%}
    }
