/* ==========================================================================
   Contact / routing page
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap');

.contactpage{
  --cp-navy:#0A1A3C;
  --cp-blue:#016BFF;
  --cp-blue-600:#0156D6;
  --cp-blue-light:#EAF0FF;
  --cp-cyan:#27C2E6;
  --cp-ink:#0F1B33;
  --cp-slate:#4A5874;
  --cp-slate-2:#6A7894;
  --cp-line:#E3E8F2;
  --cp-bg:#F4F6F9;
  --cp-card:#ECEFF3;
  --cp-gold:#F5A623;
  --cp-radius:24px;
  --cp-font:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;

  font-family:var(--cp-font);
  color:var(--cp-ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

.contactpage *{box-sizing:border-box}
.contactpage h1,.contactpage h2,.contactpage h3{line-height:1.14;letter-spacing:-.02em;font-weight:800;margin:0}
.contactpage p{margin:0}
.contactpage a{text-decoration:none;color:inherit}
.contactpage svg{display:block}

.cp-wrap{max-width:1280px;margin:0 auto;padding:0 32px}
.cp-section{padding:74px 0}
.cp-eyebrow{font-size:13px;font-weight:800;letter-spacing:2.6px;text-transform:uppercase;color:#006BFF}

/* ---------- HERO ---------- */
.cp-hero{position:relative;background:var(--cp-bg);border-bottom:1px solid #E6EAF1;overflow:hidden}
/* Kept: 190px top padding for fixed-header clearance */
.cp-hero .cp-wrap{position:relative;z-index:2;padding:190px 32px 66px;max-width:840px;margin-left:auto;margin-right:auto}
.cp-hero h1{
  font-size:56px;margin:16px 0 18px;line-height:1.06;font-weight:800;letter-spacing:-.02em;
  background:linear-gradient(90deg,#0F2749 0%,#15418F 16%,#1E6BFF 44%,#3380FF 74%,#4A93FF 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.cp-hero p{font-size:19px;color:#555;max-width:700px}
/* Wing watermark, top-right, very subtle */
.cp-hero .cp-wing{position:absolute;right:-40px;bottom:-60px;width:600px;max-width:55%;opacity:.05;z-index:1;pointer-events:none}
.cp-hero .cp-wing svg{width:100%;height:auto;fill:#0F2749}

/* ---------- ROUTING GRID ---------- */
.cp-routing{position:relative;background:var(--cp-bg);padding:74px 0 44px}
.cp-lead{font-size:13px;font-weight:800;letter-spacing:2.6px;text-transform:uppercase;color:#9AA7BE;text-align:center;margin-bottom:34px}
.cp-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.cp-route{
  background:var(--cp-card);border-radius:var(--cp-radius);padding:38px 34px;
  display:flex;flex-direction:column;position:relative;
  box-shadow:18px 18px 42px rgba(15,39,73,.13),-12px -12px 30px rgba(255,255,255,.92);
  transition:.22s ease;
}
.cp-route:hover{
  transform:translateY(-4px);
  box-shadow:24px 26px 54px rgba(15,39,73,.17),-12px -12px 30px rgba(255,255,255,.95);
}
.cp-route .cp-ic{
  width:74px;height:74px;border-radius:50%;background:var(--cp-card);
  display:flex;align-items:center;justify-content:center;margin-bottom:26px;
  box-shadow:7px 7px 15px rgba(15,39,73,.15),-7px -7px 13px #ffffff;
}
.cp-route .cp-ic svg{width:32px;height:32px}
.cp-route h3{font-size:22px;color:#0F2749;margin-bottom:11px;font-weight:800;letter-spacing:-.01em}
.cp-route p{font-size:15px;color:#555;flex:1;margin-bottom:26px;line-height:1.6}


.cp-go{
  align-self:flex-start;display:inline-flex;align-items:center;gap:8px;
  background:#006BFF;color:#fff;font-weight:800;font-size:12.5px;letter-spacing:.8px;
  text-transform:uppercase;padding:13px 26px;border-radius:30px;transition:.15s;
}
.cp-go:hover{background:#0056d6;transform:translateX(2px);color:#fff}
.cp-go .arr{font-weight:700}

.cp-go--ghost{
  background:transparent;color:#006BFF;border:1.6px solid #006BFF;padding:11.4px 24px;
}
.cp-go--ghost:hover{background:rgba(0,107,255,.07);color:#006BFF;transform:translateX(2px)}

/* Featured (highlighted) card - brand blue */
.cp-route.featured{
  background:linear-gradient(165deg,#1E7BFF 0%,#016BFF 55%,#015AD6 100%);
}
.cp-route.featured h3{color:#fff}
.cp-route.featured p{color:#E6F0FF}
.cp-route.featured .cp-ic{
  background:#fff;
  box-shadow:7px 7px 15px rgba(0,40,90,.18),-7px -7px 13px rgba(255,255,255,.25);
}
.cp-route.featured .cp-tag{background:#fff;color:#016BFF}
/* White button with blue text on the featured card */
.contactpage .cp-route.featured a.cp-go{background:#fff;color:#016BFF}
.contactpage .cp-route.featured a.cp-go:hover{background:#EAF0FF;color:#016BFF}
.contactpage .cp-route.featured a.cp-go--ghost{background:transparent;color:#fff;border-color:#fff}
.contactpage .cp-route.featured a.cp-go--ghost:hover{background:rgba(255,255,255,.12);color:#fff}

.cp-tag{
  position:absolute;top:22px;right:22px;font-size:10.5px;font-weight:800;letter-spacing:.6px;
  text-transform:uppercase;background:#006BFF;color:#fff;padding:5px 12px;border-radius:20px;
}

/* Whole card clickable via stretched link, without changing hover */
.cp-route .cp-stretch::after{content:"";position:absolute;inset:0;z-index:1}

/* ---------- TRUST STRIP ---------- */

.cp-trust{background:#fff;border-bottom:1px solid #E6EAF1}
.cp-trust-in{padding:28px 0;display:flex;align-items:center;justify-content:center;gap:18px 40px;flex-wrap:wrap}
.cp-t{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#555;transition:.15s}
.cp-t:hover{color:#006BFF}
.cp-t b{color:#0F2749}
.cp-stars{color:var(--cp-gold);letter-spacing:1px}

/* ---------- DIRECT / OFFICES ---------- */
.cp-direct{padding:74px 0;background:var(--cp-bg)}
.cp-direct-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.cp-panel{
  background:var(--cp-card);border-radius:var(--cp-radius);padding:40px;
  box-shadow:18px 18px 42px rgba(15,39,73,.13),-12px -12px 30px rgba(255,255,255,.92);
}
.cp-panel h3{font-size:22px;color:#0F2749;margin-bottom:11px;font-weight:800}
.cp-panel p{font-size:15px;color:#555;margin-bottom:8px;line-height:1.6}
.contactpage .cp-mail,.contactpage a.cp-mail{color:#006BFF;font-weight:700}
.contactpage a.cp-mail:hover{color:#0156D6}
.cp-office{display:flex;gap:13px;margin-top:20px;align-items:flex-start}
.cp-pin{flex:0 0 auto;width:22px;height:22px;color:#006BFF}
.cp-nm{font-weight:700;color:#0F2749;font-size:15px}
.cp-ad{font-size:14px;color:#555}

/* ---------- FAQ ---------- */
.cp-faqsec{background:#fff}
.cp-sec-head{max-width:760px}
.cp-sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.cp-sec-head h2{font-size:34px;color:#0F2749;margin:8px 0 0}
.cp-faq-wrap{margin-top:36px;max-width:900px;margin-left:auto;margin-right:auto}
.cp-faq-wrap details{border-bottom:1px solid var(--cp-line);padding:20px 4px}
.cp-faq-wrap summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:17px;color:var(--cp-navy)}
.cp-faq-wrap summary::-webkit-details-marker{display:none}
.cp-faq-wrap summary .pm{color:var(--cp-blue);font-size:24px;font-weight:600;transition:.2s}
.cp-faq-wrap details[open] summary .pm{transform:rotate(45deg)}
.cp-faq-wrap details p{margin-top:12px;font-size:15px;color:var(--cp-slate);max-width:860px;line-height:1.6}


/* Button text colors - override  */
.contactpage a.cp-go{color:#fff}
.contactpage a.cp-go:hover{color:#fff}
.contactpage a.cp-go--ghost{color:#006BFF;background:transparent;border:1.6px solid #006BFF}
.contactpage a.cp-go--ghost:hover{color:#006BFF;background:rgba(0,107,255,.07)}
.contactpage .cp-route.featured a.cp-go--ghost{color:#fff;border-color:#fff}

/* ---------- RICH CONTENT ---------- */
.cp-rich{max-width:860px;margin-left:auto;margin-right:auto;font-size:16px;color:var(--cp-slate)}
.cp-rich h2{color:var(--cp-navy);margin:24px 0 12px}
.cp-rich a{color:var(--cp-blue);font-weight:600}

/* ---------- RESPONSIVE ---------- */
@media(max-width:920px){
  .cp-route-grid{grid-template-columns:1fr 1fr}
  .cp-direct-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .cp-route-grid{grid-template-columns:1fr}
  .cp-hero h1{font-size:38px}
}


/* ---------- GROUP HEADINGS (between card rows / above offices) ---------- */
.cp-lead--2{margin-top:56px}
.cp-lead--3{margin-bottom:34px;padding-top:8px}