/* ContentXprtz shared header/footer styles */
.cx-hf, .cx-hf * { box-sizing:border-box; }
.cx-hf { --cx-navy:#061157; --cx-blue:#1237d6; --cx-yellow:#f6b400; --cx-gold:#f5ad2f; --cx-ink:#1f2d48; --cx-muted:#65728a; --cx-line:#e4e8ef; --cx-soft:#e3e8ed; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; }
.cx-hf a { text-decoration:none; }
.cx-shell, .cx-hf-container { width:min(calc(100% - 40px), 1400px); margin-inline:auto; }

/* ======================== HEADER ======================== */
.cx-site-header { position:relative; z-index:1000; width:100%; background:#fff; border-top:1px solid #e8e8e8; }
.cx-topbar { min-height:56px; display:flex; align-items:center; justify-content:space-between; gap:24px; background:#fff; }
.cx-top-left,.cx-top-right,.cx-header-social,.cx-top-contact,.cx-top-search { display:flex; align-items:center; }
.cx-top-left { gap:16px; min-width:0; }
.cx-follow { color:var(--cx-navy); font-size:20px; font-weight:700; line-height:1; white-space:nowrap; }
.cx-header-social { gap:12px; }
.cx-header-social a { width:36px; height:36px; flex:0 0 36px; border:1px solid #e0e5ee; border-radius:50%; display:grid; place-items:center; color:var(--cx-navy); background:#fff; font-size:17px; transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease; }
.cx-header-social a:hover { color:#f0a20b; border-color:#f4ba4d; background:#fff9ec; transform:translateY(-1px); }
.cx-top-right { min-height:56px; justify-content:flex-end; }
.cx-top-search { width:66px; height:46px; justify-content:center; color:var(--cx-navy); font-size:27px; border-right:1px solid #e1e5ec; }
.cx-top-contact { min-height:46px; gap:12px; padding:0 26px; color:var(--cx-navy); font-size:18px; font-weight:700; white-space:nowrap; border-right:1px solid #e1e5ec; }
.cx-top-contact:last-child { padding-right:0; border-right:0; }
.cx-top-contact i { font-size:24px; }
.cx-top-search:hover,.cx-top-contact:hover { color:#f0a20b; }

.cx-main-header { min-height:108px; padding:18px 14px 18px 28px; display:flex; align-items:center; gap:26px; background:var(--cx-soft); border-radius:5px; }
.cx-brand-group { flex:0 0 auto; display:flex; align-items:center; min-width:260px; }
.cx-brand { display:flex; align-items:center; flex:0 0 auto; }
.cx-brand img { display:block; width:250px; max-width:100%; height:auto; }
.cx-menu-panel { flex:1 1 auto; min-width:0; display:flex; align-items:center; justify-content:flex-end; gap:18px; }
.cx-primary-nav { display:flex; align-items:center; justify-content:center; gap:20px; white-space:nowrap; }
.cx-primary-nav a { min-height:48px; display:inline-flex; align-items:center; gap:9px; color:var(--cx-navy); font-size:16px; font-weight:600; line-height:1; transition:color .2s ease,transform .2s ease; }
.cx-primary-nav a i { font-size:22px; color:currentColor; }
.cx-primary-nav a:hover { color:#e89b00; transform:translateY(-1px); }
.cx-nav-actions { display:flex; align-items:center; gap:14px; flex:0 0 auto; }
.cx-header-btn { min-height:64px; padding:0 22px; display:inline-flex; align-items:center; justify-content:center; gap:12px; color:var(--cx-navy); font-size:17px; font-weight:800; white-space:nowrap; transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease; }
.cx-header-btn i { font-size:22px; }
.cx-phd-btn { min-width:220px; background:rgba(255,255,255,.35); border:2px solid #f1ad3c; border-radius:6px; }
.cx-phd-btn:hover { background:#fff7e8; transform:translateY(-1px); }
.cx-quote-btn { min-width:194px; background:var(--cx-yellow); border:3px solid var(--cx-navy); border-radius:999px; box-shadow:0 13px 30px rgba(246,180,0,.18); }
.cx-quote-btn:hover { background:#ffc421; transform:translateY(-1px); box-shadow:0 16px 34px rgba(246,180,0,.25); }
.cx-menu-toggle,.cx-mobile-contact { display:none; }

/* Breadcrumb */
.cx-service-breadcrumb { width:100%; max-width:none; margin:0; padding:24px max(20px, calc((100% - 1400px) / 2)) 28px; background:var(--cx-soft); font:600 14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; color:#64748b; }
.cx-service-breadcrumb ol { list-style:none; display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin:0; padding:0; }
.cx-service-breadcrumb a { color:#1237d6; text-decoration:none; }
.cx-service-breadcrumb a:hover { text-decoration:underline; }
.cx-service-breadcrumb .cx-bc-sep { color:#a7b0c2; }
.cx-service-breadcrumb [aria-current="page"] { color:#17213c; font-weight:800; }

/* ======================== FOOTER ======================== */
.cx-footer { background:#f8f9fc; color:#43506a; padding:26px 0 22px; border-top:1px solid #e8ebf2; }
.cx-footer h2,.cx-footer h3 { color:var(--cx-navy)!important; }
.cx-help-card { background:#fff; border:1px solid #dbe2ee; border-radius:20px; padding:30px 34px; display:flex; align-items:center; justify-content:space-between; gap:24px; box-shadow:0 10px 28px rgba(31,45,72,.045); margin:0 0 26px; }
.cx-help-card h2 { margin:0 0 8px; font-size:30px; line-height:1.15; letter-spacing:-.02em; }
.cx-help-card p { margin:0; color:#65728a; font-size:14px; line-height:1.55; }
.cx-help-card mark { color:#0739a3; background:#ffc400; padding:0 4px; }
.cx-footer .cx-solid-btn { min-height:48px; padding:0 22px; display:inline-flex; align-items:center; justify-content:center; gap:9px; background:#ffb500; color:#061157!important; border:0; border-radius:999px; font-weight:800; white-space:nowrap; box-shadow:0 8px 18px rgba(246,180,0,.2); }
.cx-footer .cx-solid-btn:hover { transform:translateY(-1px); background:#ffc12a; }
.cx-contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:0 0 30px; }
.cx-contact-card { min-height:86px; padding:17px 20px; display:flex; align-items:center; gap:14px; background:#fff; border:1px solid #dbe2ee; border-radius:15px; color:var(--cx-navy); box-shadow:0 7px 20px rgba(31,45,72,.035); }
.cx-contact-card>i { width:42px; height:42px; flex:0 0 42px; display:grid; place-items:center; border-radius:10px; background:#103ca8; color:#fff; font-size:17px; }
.cx-contact-card span { display:grid; gap:4px; font-size:13px; line-height:1.25; color:#061157; font-weight:700; }
.cx-contact-card strong { color:#061157; font-size:14px; font-weight:800; }
.cx-footer-grid { display:grid; grid-template-columns:1.18fr repeat(4,1fr); gap:30px; align-items:start; padding:30px 0 34px; }
.cx-footer-about { min-width:0; }
.cx-footer-about p { margin:0 0 18px; font-size:13px; line-height:1.72; color:#5f6c84; }
.cx-footer-logo { width:320px; max-width:100%; height:auto; display:block; margin-bottom:18px; }
.cx-sidebar-banner { display:block; max-width:320px; }
.cx-sidebar-banner img { width:100%; max-width:320px; height:auto; border-radius:14px; display:block; }
.cx-footer-column { min-width:0; }
.cx-footer-column h3 { font-size:14px; line-height:1.25; font-weight:800; margin:15px 0 15px; }
.cx-footer-column h3:first-child { margin-top:0; }
.cx-footer-column ul { list-style:none; margin:0; padding:0; display:grid; }
.cx-footer-column a { color:#43506a; font-size:12.5px; line-height:1.35; }
.cx-footer-column a:hover { color:#1237d6; text-decoration:underline; }
.cx-bottom { border-top:1px solid #dce2ec; padding-top:22px; display:flex; align-items:flex-start; justify-content:space-between; gap:30px; }
.cx-bottom > div:first-child { flex:1 1 auto; min-width:0; }
.cx-policy-links { display:flex; flex-wrap:wrap; gap:12px 20px; }
.cx-policy-links a { color:#43506a; font-size:12px; font-weight:700; white-space:nowrap; }
.cx-policy-links a i { color:#43506a; }
.cx-copyright { max-width:820px; margin:14px 0 0; font-size:11px; line-height:1.55; color:#7a869b; }
.cx-footer-social { flex:0 0 auto; text-align:right; }
.cx-footer-social p { margin:0 0 10px; font-size:13px; font-weight:800; color:#061157; }
.cx-footer .cx-social-icons { display:flex; justify-content:flex-end; gap:9px; }
.cx-footer .cx-social-icons a { width:34px; height:34px; display:grid; place-items:center; border:1px solid #dce2ec; border-radius:50%; color:#1237d6; background:#fff; font-size:13px; }
.cx-footer .cx-social-icons a:hover { border-color:#1237d6; color:#061157; }

@media (max-width:1400px) {
  .cx-main-header { gap:18px; padding-left:22px; padding-right:12px; }
  .cx-brand-group { min-width:235px; }
  .cx-brand img { width:225px; }
  .cx-primary-nav { gap:14px; }
  .cx-primary-nav a { font-size:15px; gap:7px; }
  .cx-primary-nav a i { font-size:20px; }
  .cx-header-btn { min-height:58px; padding:0 16px; font-size:15px; }
  .cx-phd-btn { min-width:190px; }
  .cx-quote-btn { min-width:170px; }
}

@media (max-width:1200px) {
  .cx-brand-group { min-width:210px; }
  .cx-brand img { width:200px; }
  .cx-primary-nav { gap:10px; }
  .cx-primary-nav a { font-size:14px; }
  .cx-header-btn { padding:0 13px; font-size:14px; }
  .cx-phd-btn { min-width:176px; }
  .cx-quote-btn { min-width:156px; }
  .cx-footer-grid { grid-template-columns:repeat(3,1fr); }
  .cx-footer-about { grid-column:1 / -1; max-width:660px; }
}

@media (max-width:1080px) {
  body.cx-nav-lock { overflow:hidden; }
  .cx-topbar { min-height:48px; }
  .cx-follow { font-size:16px; }
  .cx-header-social { gap:8px; }
  .cx-header-social a { width:31px; height:31px; flex-basis:31px; font-size:15px; }
  .cx-top-search { width:50px; font-size:22px; }
  .cx-top-contact { padding:0 15px; font-size:14px; }
  .cx-top-contact i { font-size:18px; }
  .cx-main-header { min-height:82px; padding:14px 18px; }
  .cx-brand-group { min-width:0; }
  .cx-brand img { width:205px; }
  .cx-menu-toggle { display:flex; margin-left:auto; width:46px; height:46px; padding:0; border:2px solid var(--cx-navy); background:#fff; border-radius:8px; align-items:center; justify-content:center; flex-direction:column; gap:5px; cursor:pointer; }
  .cx-menu-toggle span { width:21px; height:2px; background:var(--cx-navy); border-radius:2px; transition:transform .2s ease,opacity .2s ease; }
  .cx-menu-open .cx-menu-toggle span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .cx-menu-open .cx-menu-toggle span:nth-child(2) { opacity:0; }
  .cx-menu-open .cx-menu-toggle span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .cx-menu-panel { display:none; position:absolute; left:20px; right:20px; top:calc(100% + 8px); background:#fff; border:1px solid #e2e7ef; border-radius:12px; box-shadow:0 20px 42px rgba(12,28,65,.16); padding:16px 18px 20px; max-height:calc(100vh - 130px); overflow:auto; }
  .cx-menu-open .cx-menu-panel { display:block; }
  .cx-primary-nav { display:grid; gap:4px; margin:0; }
  .cx-primary-nav a { justify-content:flex-start; min-height:50px; padding:0 12px; border-radius:8px; font-size:15px; }
  .cx-primary-nav a:hover { background:#f6f8fb; }
  .cx-nav-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px; }
  .cx-header-btn,.cx-phd-btn,.cx-quote-btn { min-width:0; width:100%; min-height:52px; }
  .cx-mobile-contact { display:flex; flex-wrap:wrap; gap:12px 20px; padding-top:16px; margin-top:16px; border-top:1px solid #edf0f5; }
  .cx-mobile-contact a { color:#43506a; font-size:14px; font-weight:700; }
}

@media (max-width:760px) {
  .cx-shell,.cx-hf-container { width:min(calc(100% - 24px), 1400px); }
  .cx-service-breadcrumb { width:100%; padding:18px 12px 20px; }
  .cx-topbar { min-height:42px; }
  .cx-top-left { flex:1 1 auto; }
  .cx-follow { display:none; }
  .cx-header-social { gap:6px; }
  .cx-header-social a { width:29px; height:29px; flex-basis:29px; font-size:14px; }
  .cx-header-social a:nth-last-child(-n+3) { display:none; }
  .cx-top-search { width:42px; border-right:0; }
  .cx-top-contact { display:none; }
  .cx-main-header { min-height:76px; border-radius:5px; padding:12px 14px; }
  .cx-brand img { width:185px; }
  .cx-menu-panel { left:12px; right:12px; }
  .cx-nav-actions { grid-template-columns:1fr; }
  .cx-service-breadcrumb { margin:0; font-size:13px; }
  .cx-contact-grid { grid-template-columns:1fr; }
  .cx-help-card,.cx-cta-card { align-items:flex-start; flex-direction:column; padding:24px; }
  .cx-footer-grid { grid-template-columns:1fr 1fr; gap:24px; }
  .cx-footer-about { grid-column:1/-1; }
  .cx-bottom { flex-direction:column; }
  .cx-footer-social { text-align:left; }
  .cx-footer .cx-social-icons { justify-content:flex-start; }
}

@media (max-width:520px) {
  .cx-header-social a:nth-last-child(-n+5) { display:none; }
  .cx-brand img { width:165px; }
  .cx-footer-grid { grid-template-columns:1fr; }
  .cx-footer-about { grid-column:auto; }
  .cx-policy-links { display:grid; gap:10px; }
}
