.elementor-10 .elementor-element.elementor-element-9966f82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-823bf0b */<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CPR Header + Footer — Paste-Ready for Elementor</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,500;1,600&display=swap" rel="stylesheet">
<style>
/* Preview page chrome only — not part of deliverable */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Montserrat', system-ui, sans-serif;
  background: #F5F6F8;
  color: #0D1B3D;
  -webkit-font-smoothing: antialiased;
}
.preview-wrap { padding: 0; }
.preview-section-label {
  background: #0D1B3D;
  color: #fff;
  padding: 16px 32px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.preview-section-label .red { color: #E84A50; }
.fake-page-body {
  background: linear-gradient(180deg, rgba(13,27,61,0.04), transparent);
  padding: 100px 32px;
  text-align: center;
  color: #6D6E71;
  font-size: 13px;
}
.deploy-notes {
  background: #fff;
  padding: 50px 40px;
  max-width: 900px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(13,27,61,0.08);
}
.deploy-notes h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 0.04em;
  color: #0D1B3D;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.deploy-notes h2 .red { color: #D71920; }
.deploy-notes h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #0D1B3D;
  margin-top: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.deploy-notes p { font-size: 14px; line-height: 1.7; margin-bottom: 14px; color: #4A5468; }
.deploy-notes ol, .deploy-notes ul { padding-left: 22px; margin-bottom: 16px; }
.deploy-notes li { font-size: 14px; line-height: 1.8; color: #4A5468; }
.deploy-notes code {
  background: #F5F6F8;
  padding: 2px 6px;
  border-radius: 2px;
  font-family: monospace;
  font-size: 13px;
  color: #D71920;
}
.deploy-notes .callout {
  background: #FFF8E6;
  border-left: 3px solid #D71920;
  padding: 14px 18px;
  margin: 18px 0;
  font-size: 13px;
  line-height: 1.7;
  color: #0D1B3D;
}
.deploy-notes .callout strong { color: #D71920; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9966f82 *//* ============================================================
   CPR HEADER — CSS ONLY
   
   PASTE THIS ENTIRE FILE INTO YOUR CUSTOM CSS
   
   Easiest place: Appearance → Customize → Additional CSS
   (works whether or not you have Elementor Pro)
   
   Do not paste this anywhere else.
   ============================================================ */
 
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,500&display=swap');
 
.cpr-hdr-wrap {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  font-family: 'Montserrat', system-ui, sans-serif;
  position: sticky;
  top: 0;
  z-index: 100;
}
 
/* Top emergency strip */
.cpr-hdr-top {
  background: #D71920;
  color: #fff;
  padding: 0 32px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.cpr-hdr-top .cpr-hdr-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.cpr-hdr-top .cpr-hdr-pulse {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: cprPulse 1.6s ease-in-out infinite;
}
@keyframes cprPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}
.cpr-hdr-top .cpr-hdr-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.cpr-hdr-top .cpr-hdr-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.cpr-hdr-top .cpr-hdr-contact a:hover { opacity: 0.85; }
.cpr-hdr-top .cpr-hdr-phone-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.cpr-hdr-top .cpr-hdr-divider {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,0.3);
}
 
/* Main nav row */
.cpr-hdr-main {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 80px;
}
.cpr-hdr-main .cpr-hdr-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.cpr-hdr-main .cpr-hdr-logo svg {
  height: 48px;
  flex-shrink: 0;
}
.cpr-hdr-main .cpr-hdr-logo-text { line-height: 1.1; }
.cpr-hdr-main .cpr-hdr-logo-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: 0.03em;
  color: #0D1B3D;
  line-height: 1;
}
.cpr-hdr-main .cpr-hdr-logo-name span { color: #D71920; }
.cpr-hdr-main .cpr-hdr-logo-sub {
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #0D1B3D;
  font-weight: 700;
  display: block;
  margin-top: 4px;
}
.cpr-hdr-main .cpr-hdr-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cpr-hdr-main .cpr-hdr-nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0D1B3D;
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}
.cpr-hdr-main .cpr-hdr-nav a:hover,
.cpr-hdr-main .cpr-hdr-nav a.cpr-active { color: #D71920; }
.cpr-hdr-main .cpr-hdr-nav a.cpr-active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0; right: 0;
  height: 2px;
  background: #D71920;
}
.cpr-hdr-main .cpr-hdr-cta {
  background: #D71920;
  color: #fff;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.cpr-hdr-main .cpr-hdr-cta:hover { background: #A8121A; }
.cpr-hdr-main .cpr-hdr-hamburger { display: none; }
 
/* Responsive */
@media (max-width: 1100px) {
  .cpr-hdr-main .cpr-hdr-nav { display: none; }
}
@media (max-width: 768px) {
  .cpr-hdr-top { padding: 0 18px; height: 34px; }
  .cpr-hdr-top .cpr-hdr-status { font-size: 10px; }
  .cpr-hdr-top .cpr-hdr-contact .cpr-hdr-lbl { display: none; }
  .cpr-hdr-top .cpr-hdr-contact .cpr-hdr-divider { display: none; }
  .cpr-hdr-main { padding: 0 18px; height: 68px; }
  .cpr-hdr-main .cpr-hdr-cta { display: none; }
  .cpr-hdr-main .cpr-hdr-hamburger {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #0D1B3D;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    border: none;
  }
  .cpr-hdr-main .cpr-hdr-hamburger svg { width: 22px; height: 22px; }
  .cpr-hdr-main .cpr-hdr-logo svg { height: 40px; }
  .cpr-hdr-main .cpr-hdr-logo-name { font-size: 22px; }
  .cpr-hdr-main .cpr-hdr-logo-sub { display: none; }
}
 
/* Mobile drawer */
.cpr-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}
.cpr-drawer-overlay.cpr-open {
  opacity: 1;
  pointer-events: auto;
}
.cpr-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(90vw, 380px);
  background: #0D1B3D;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  font-family: 'Montserrat', system-ui, sans-serif;
}
.cpr-drawer.cpr-open { transform: translateX(0); }
.cpr-drawer-head {
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cpr-drawer-head .cpr-drawer-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
}
.cpr-drawer-head .cpr-drawer-brand span { color: #E84A50; }
.cpr-drawer-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.2s;
}
.cpr-drawer-close:hover { background: #D71920; border-color: #D71920; }
.cpr-drawer-close svg { width: 18px; height: 18px; }
.cpr-drawer-nav {
  flex: 1;
  padding: 24px 0;
}
.cpr-drawer-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: all 0.2s;
}
.cpr-drawer-nav a:hover {
  background: rgba(255,255,255,0.04);
  padding-left: 32px;
  color: #E84A50;
}
.cpr-drawer-nav a::after {
  content: "→";
  opacity: 0.4;
  transition: opacity 0.2s;
}
.cpr-drawer-nav a:hover::after { opacity: 1; }
.cpr-drawer-foot {
  padding: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: #060E22;
}
.cpr-drawer-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  text-decoration: none;
}
.cpr-drawer-phone .cpr-drawer-phone-ico {
  width: 44px;
  height: 44px;
  border: 2px solid #D71920;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #D71920;
  flex-shrink: 0;
}
.cpr-drawer-phone .cpr-drawer-phone-ico svg { width: 18px; height: 18px; }
.cpr-drawer-phone .cpr-drawer-phone-text { line-height: 1.2; }
.cpr-drawer-phone .cpr-drawer-phone-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
  letter-spacing: 0.02em;
  color: #E84A50;
  display: block;
}
.cpr-drawer-phone .cpr-drawer-phone-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.cpr-drawer-cta {
  display: block;
  background: #D71920;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s;
}
.cpr-drawer-cta:hover { background: #A8121A; }
.cpr-drawer-tag {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 12px;
  color: #E84A50;
  text-align: center;
  margin-top: 14px;
}
body.cpr-drawer-locked { overflow: hidden; }/* End custom CSS */