.elementor-2948 .elementor-element.elementor-element-178fa19{--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;}.elementor-2948 .elementor-element.elementor-element-f071c6b{--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;}.elementor-2948 .elementor-element.elementor-element-6f2cb2c{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2948 .elementor-element.elementor-element-6f2cb2c.e-con{--align-self:center;}.elementor-2948 .elementor-element.elementor-element-2557910.elementor-element{--align-self:center;}body.elementor-page-2948:not(.elementor-motion-effects-element-type-background), body.elementor-page-2948 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5c2ccbe );}/* Start custom CSS for container, class: .elementor-element-f071c6b *//* ================================================================
   ALPrograms — Registration Modal | Stylesheet
   WordPress-ready: scoped to #alp-reg-modal & .alp-reg-* classes
================================================================ */

:root {
  --alp-blue:       #0c1b34;
  --alp-blue-mid:   #1a2f52;
  --alp-blue-light: #e8edf4;
  --alp-red:        #7a0202;
  --alp-red-hover:  #5e0101;
  --alp-red-light:  #fdf0f0;
  --alp-yellow:     #f19325;
  --alp-gray:       #6b6467;
  --alp-gray-light: #9a9597;
  --alp-lgray:      #ebeced;
  --alp-border:     #dddfe2;
  --alp-white:      #ffffff;
  --alp-surface:    #f8f9fa;
  --alp-radius:     6px;
  --alp-radius-lg:  14px;
  --alp-shadow-sm:  0 1px 3px rgba(12,27,52,0.06), 0 2px 10px rgba(12,27,52,0.04);
  --alp-shadow-md:  0 4px 20px rgba(12,27,52,0.09), 0 1px 4px rgba(12,27,52,0.05);
  --alp-shadow-xl:  0 24px 64px rgba(12,27,52,0.22), 0 4px 16px rgba(12,27,52,0.1);
  --alp-trans:      0.18s ease;
}

/* ─────────────────────────────────────────
   TRIGGER BUTTON
───────────────────────────────────────── */
.alp-reg-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--alp-red);
  color: var(--alp-white);
  border: none;
  border-radius: var(--alp-radius);
  padding: 14px 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(122,2,2,0.28);
  transition: background var(--alp-trans), transform 0.12s ease, box-shadow var(--alp-trans);
}
.alp-reg-trigger:hover {
  background: var(--alp-red-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(122,2,2,0.36);
}
.alp-reg-trigger:active { transform: translateY(0); }
.alp-reg-trigger-icon { font-size: 1rem; line-height: 1; }

/* ─────────────────────────────────────────
   OVERLAY
───────────────────────────────────────── */
#alp-reg-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: var(--alp-blue);
}
#alp-reg-modal.alp-modal-open {
  display: flex;
}

.alp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 32, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: alpBackdropIn 0.28s ease both;
}

/* ─────────────────────────────────────────
   MODAL SHELL
───────────────────────────────────────── */
.alp-modal-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  max-height: 92vh;
  border-radius: var(--alp-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--alp-shadow-xl);
  animation: alpModalIn 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ─────────────────────────────────────────
   MODAL HEADER
───────────────────────────────────────── */
.alp-modal-header {
  background: var(--alp-blue);
  padding: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

/* decorative orb */
.alp-modal-header::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  background: rgba(241,147,37,0.07);
  border-radius: 50%;
  pointer-events: none;
}
.alp-modal-header::after {
  content: '';
  position: absolute;
  bottom: -30px; left: 30%;
  width: 100px; height: 100px;
  background: rgba(122,2,2,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.alp-modal-header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  position: relative;
  z-index: 1;
}

.alp-modal-yetti {
  width: 62px;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.3));
  animation: alpFloat 3.6s ease-in-out infinite;
  user-select: none;
  pointer-events: none;
}

.alp-modal-header-text { flex: 1; }

.alp-modal-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--alp-yellow);
  margin-bottom: 4px;
  display: block;
}

.alp-modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--alp-white);
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin: 0;
}

.alp-modal-subtitle {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
  line-height: 1.5;
  display: block;
}

/* Close button */
.alp-modal-close {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.6);
  width: 36px; height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background var(--alp-trans), color var(--alp-trans);
  line-height: 1;
  align-self: flex-start;
  margin-top: 2px;
}
.alp-modal-close:hover {
  background: rgba(255,255,255,0.16);
  color: var(--alp-white);
}

/* ─────────────────────────────────────────
   STEP PROGRESS BAR
───────────────────────────────────────── */
.alp-modal-steps {
  background: var(--alp-blue-mid);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.alp-step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  flex: 1;
  position: relative;
  cursor: default;
}

.alp-step-item + .alp-step-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%; transform: translateY(-50%);
  width: 1px; height: 20px;
  background: rgba(255,255,255,0.1);
}

.alp-step-num {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.45);
  font-family: 'Poppins', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--alp-trans), border-color var(--alp-trans), color var(--alp-trans);
}

.alp-step-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  white-space: nowrap;
  transition: color var(--alp-trans);
}

/* active step */
.alp-step-item.alp-step-active .alp-step-num {
  background: var(--alp-yellow);
  border-color: var(--alp-yellow);
  color: var(--alp-blue);
}
.alp-step-item.alp-step-active .alp-step-label {
  color: var(--alp-white);
}

/* done step */
.alp-step-item.alp-step-done .alp-step-num {
  background: rgba(241,147,37,0.18);
  border-color: var(--alp-yellow);
  color: var(--alp-yellow);
}
.alp-step-item.alp-step-done .alp-step-label {
  color: rgba(255,255,255,0.55);
}

/* ─────────────────────────────────────────
   MODAL BODY
───────────────────────────────────────── */
.alp-modal-body {
  background: var(--alp-white);
  padding: 36px 40px 28px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: #d0d3d7 transparent;
}
.alp-modal-body::-webkit-scrollbar { width: 4px; }
.alp-modal-body::-webkit-scrollbar-thumb { background: #d0d3d7; border-radius: 4px; }

/* Step panels */
.alp-step-panel { display: none; }
.alp-step-panel.alp-panel-active {
  display: block;
  animation: alpPanelIn 0.28s ease both;
}

/* ─────────────────────────────────────────
   FORM ELEMENTS (scoped)
───────────────────────────────────────── */
.alp-modal-body .alp-fieldset-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--alp-gray-light);
  margin-bottom: 20px;
  margin-top: 28px;
  white-space: nowrap;
}
.alp-modal-body .alp-fieldset-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--alp-border);
}
.alp-modal-body .alp-fieldset-title:first-child { margin-top: 0; }

.alp-modal-body .alp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.alp-modal-body .alp-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.alp-modal-body .alp-group.alp-mb { margin-bottom: 16px; }
.alp-modal-body .alp-full { grid-column: 1 / -1; }

.alp-modal-body label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--alp-blue);
  letter-spacing: 0.1px;
  display: block;
}
.alp-modal-body .alp-req { color: var(--alp-red); margin-left: 2px; }

.alp-modal-body input[type="text"],
.alp-modal-body input[type="email"],
.alp-modal-body input[type="tel"],
.alp-modal-body input[type="number"],
.alp-modal-body select,
.alp-modal-body textarea {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.915rem;
  color: var(--alp-blue);
  background: var(--alp-surface);
  border: 1.5px solid var(--alp-border);
  border-radius: var(--alp-radius);
  padding: 10px 14px;
  outline: none;
  width: 100%;
  line-height: 1.45;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--alp-trans), background var(--alp-trans), box-shadow var(--alp-trans);
}
.alp-modal-body input::placeholder,
.alp-modal-body textarea::placeholder { color: #b4b8bd; font-size: 0.88rem; }
.alp-modal-body input:hover:not(:focus),
.alp-modal-body select:hover:not(:focus),
.alp-modal-body textarea:hover:not(:focus) { border-color: #c2c5ca; background: #f4f5f7; }
.alp-modal-body input:focus,
.alp-modal-body select:focus,
.alp-modal-body textarea:focus {
  border-color: var(--alp-blue);
  background: var(--alp-white);
  box-shadow: 0 0 0 3px rgba(12,27,52,0.09);
}
.alp-modal-body textarea { min-height: 90px; resize: vertical; line-height: 1.65; }

/* Select arrow */
.alp-select-wrap { position: relative; }
.alp-select-wrap::after {
  content: '▾';
  position: absolute;
  right: 13px;
  top: 50%; transform: translateY(-50%);
  font-size: 0.75rem;
  color: var(--alp-gray-light);
  pointer-events: none;
}
.alp-select-wrap select { padding-right: 32px; cursor: pointer; }

/* Toggle */
.alp-modal-body .alp-toggle-track {
  display: flex;
  background: var(--alp-surface);
  border: 1.5px solid var(--alp-border);
  border-radius: var(--alp-radius);
  padding: 3px;
  gap: 3px;
}
.alp-modal-body .alp-toggle-track > label {
  flex: 1; cursor: pointer;
  font-size: unset; font-weight: unset; color: unset; display: block;
}
.alp-modal-body .alp-toggle-track input[type="radio"] { display: none; }
.alp-modal-body .alp-toggle-opt {
  display: block;
  text-align: center;
  padding: 9px 10px;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--alp-gray);
  background: transparent;
  transition: background var(--alp-trans), color var(--alp-trans), box-shadow var(--alp-trans);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.alp-modal-body .alp-toggle-track input[type="radio"]:checked + .alp-toggle-opt {
  background: var(--alp-blue);
  color: var(--alp-white);
  font-weight: 600;
  box-shadow: 0 1px 6px rgba(12,27,52,0.22);
}
.alp-modal-body .alp-toggle-track > label:hover .alp-toggle-opt { background: rgba(12,27,52,0.06); color: var(--alp-blue); }
.alp-modal-body .alp-toggle-track input[type="radio"]:checked + .alp-toggle-opt:hover { background: var(--alp-blue-mid); color: var(--alp-white); }

/* Courses box */
.alp-modal-body .alp-courses-box {
  border: 1.5px solid var(--alp-border);
  border-radius: var(--alp-radius);
  overflow: hidden;
  transition: border-color var(--alp-trans), box-shadow var(--alp-trans);
  background: var(--alp-surface);
}
.alp-modal-body .alp-courses-box:focus-within {
  border-color: var(--alp-blue);
  box-shadow: 0 0 0 3px rgba(12,27,52,0.09);
}
.alp-modal-body .alp-search {
  display: block; width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--alp-border) !important;
  border-radius: 0 !important;
  background: var(--alp-white) !important;
  font-size: 0.875rem;
  padding: 10px 14px;
  outline: none; box-shadow: none !important;
  color: var(--alp-blue);
  font-family: 'Source Sans 3', sans-serif;
}
.alp-modal-body .alp-search::placeholder { color: #b4b8bd; }
.alp-modal-body .alp-search:focus { border-bottom-color: var(--alp-blue) !important; background: var(--alp-white) !important; }

.alp-modal-body .alp-course-list {
  max-height: 180px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d0d3d7 transparent;
}
.alp-modal-body .alp-course-list::-webkit-scrollbar { width: 4px; }
.alp-modal-body .alp-course-list::-webkit-scrollbar-thumb { background: #d0d3d7; border-radius: 4px; }

.alp-modal-body .alp-course-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  font-size: 0.855rem;
  color: var(--alp-blue);
  cursor: pointer;
  transition: background var(--alp-trans);
  font-family: 'Source Sans 3', sans-serif;
  line-height: 1.45;
}
.alp-modal-body .alp-course-item + .alp-course-item { border-top: 1px solid rgba(216,218,220,0.5); }
.alp-modal-body .alp-course-item:hover { background: #f0f1f4; }
.alp-modal-body .alp-course-item:has(input:checked) { background: #e8edf4; }
.alp-modal-body .alp-course-item:has(input:checked):hover { background: #dde4ef; }
.alp-modal-body .alp-course-item input[type="checkbox"] {
  width: 14px; height: 14px;
  accent-color: var(--alp-red);
  cursor: pointer; flex-shrink: 0;
  border: none; padding: 0; background: none; box-shadow: none; outline: none;
}
.alp-modal-body .alp-tally { font-size: 0.77rem; color: var(--alp-gray-light); margin-top: 7px; min-height: 1.1em; }
.alp-modal-body .alp-tally b { color: var(--alp-red); font-weight: 600; }

/* Consent */
.alp-modal-body .alp-consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 8px;
  padding: 13px 15px;
  background: var(--alp-surface);
  border: 1px solid var(--alp-border);
  border-radius: var(--alp-radius);
}
.alp-modal-body .alp-consent-row input[type="checkbox"] {
  width: 15px; height: 15px;
  accent-color: var(--alp-blue);
  flex-shrink: 0; margin-top: 2px;
  border: none; padding: 0; background: none; box-shadow: none;
}
.alp-modal-body .alp-consent-row span { font-size: 0.83rem; color: var(--alp-gray); line-height: 1.65; }

/* ─────────────────────────────────────────
   REVIEW SUMMARY (Step 3)
───────────────────────────────────────── */
.alp-review-card {
  background: var(--alp-surface);
  border: 1px solid var(--alp-border);
  border-radius: var(--alp-radius);
  overflow: hidden;
  margin-bottom: 14px;
}
.alp-review-card-header {
  background: var(--alp-blue);
  padding: 9px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--alp-yellow);
}
.alp-review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.alp-review-row {
  padding: 9px 16px;
  border-top: 1px solid var(--alp-border);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.alp-review-row:nth-child(1),
.alp-review-row:nth-child(2) { border-top: none; }
.alp-review-key {
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--alp-gray-light);
}
.alp-review-val {
  font-size: 0.875rem;
  color: var(--alp-blue);
  font-weight: 500;
  line-height: 1.4;
}
.alp-review-val.alp-empty { color: var(--alp-gray-light); font-style: italic; }

.alp-review-courses {
  padding: 10px 16px;
  border-top: 1px solid var(--alp-border);
  grid-column: 1 / -1;
}
.alp-review-courses-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}
.alp-course-pill {
  background: var(--alp-blue-light);
  color: var(--alp-blue);
  border-radius: 20px;
  padding: 3px 11px;
  font-size: 0.78rem;
  font-weight: 500;
  font-family: 'Source Sans 3', sans-serif;
}

/* ─────────────────────────────────────────
   SUCCESS STATE
───────────────────────────────────────── */
.alp-success-panel {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0 10px;
  gap: 16px;
  animation: alpPanelIn 0.4s ease both;
}
.alp-success-panel.alp-panel-active {
  display: flex;
}
.alp-success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 20px rgba(56,142,60,0.2);
}
.alp-success-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--alp-blue);
  letter-spacing: -0.3px;
  margin: 0;
}
.alp-success-sub {
  font-size: 0.9rem;
  color: var(--alp-gray);
  line-height: 1.7;
  max-width: 380px;
  margin: 0;
}
.alp-success-yetti {
  width: 90px;
  animation: alpFloat 3.6s ease-in-out infinite;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.18));
  user-select: none;
  pointer-events: none;
}

/* ─────────────────────────────────────────
   MODAL FOOTER
───────────────────────────────────────── */
.alp-modal-footer {
  background: var(--alp-white);
  border-top: 1px solid var(--alp-border);
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
}

.alp-modal-footer-note {
  font-size: 0.78rem;
  color: var(--alp-gray-light);
  line-height: 1.5;
}
.alp-modal-footer-note b { color: var(--alp-gray); font-weight: 600; }

.alp-footer-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alp-btn-back {
  background: transparent;
  border: 1.5px solid var(--alp-border);
  color: var(--alp-gray);
  border-radius: var(--alp-radius);
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--alp-trans), color var(--alp-trans), background var(--alp-trans);
}
.alp-btn-back:hover {
  border-color: var(--alp-blue);
  color: var(--alp-blue);
  background: var(--alp-surface);
}

.alp-btn-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--alp-blue);
  color: var(--alp-white);
  border: none;
  border-radius: var(--alp-radius);
  padding: 11px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background var(--alp-trans), transform 0.12s ease, box-shadow var(--alp-trans);
  box-shadow: 0 2px 8px rgba(12,27,52,0.2);
}
.alp-btn-next:hover {
  background: var(--alp-blue-mid);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(12,27,52,0.28);
}
.alp-btn-next:active { transform: translateY(0); }
.alp-btn-next.alp-btn-submit { background: var(--alp-red); box-shadow: 0 2px 10px rgba(122,2,2,0.25); }
.alp-btn-next.alp-btn-submit:hover { background: var(--alp-red-hover); box-shadow: 0 5px 18px rgba(122,2,2,0.32); }
.alp-btn-next.alp-btn-done { background: #2e7d32; box-shadow: 0 2px 10px rgba(46,125,50,0.25); }
.alp-btn-next.alp-btn-done:hover { background: #1b5e20; }

/* ─────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────── */
@keyframes alpFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}

@keyframes alpBackdropIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes alpModalIn {
  from { opacity: 0; transform: translateY(28px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes alpPanelIn {
  from { opacity: 0; transform: translateX(14px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 680px) {
  .alp-modal-shell { max-height: 100vh; border-radius: 0; }
  #alp-reg-modal { padding: 0; align-items: flex-end; }
  .alp-modal-shell { border-radius: var(--alp-radius-lg) var(--alp-radius-lg) 0 0; max-height: 96vh; }
  .alp-modal-body { padding: 24px 20px 20px; }
  .alp-modal-footer { padding: 14px 20px; flex-direction: column; align-items: stretch; gap: 10px; }
  .alp-modal-footer-note { text-align: center; }
  .alp-footer-btns { justify-content: flex-end; }
  .alp-modal-body .alp-row { grid-template-columns: 1fr; gap: 12px; }
  .alp-review-grid { grid-template-columns: 1fr; }
  .alp-review-row:nth-child(2) { border-top: 1px solid var(--alp-border); }
  .alp-step-label { display: none; }
  .alp-modal-yetti { width: 48px; }
  .alp-modal-title { font-size: 1.15rem; }
}

/* ================================================================
   ALPrograms — Quotation Modal | Unified Stylesheet
   Matches the registration modal design tokens exactly.
   Replace BOTH existing <style> blocks in the quotation modal
   with this single <style> block.
================================================================ */

/* ─────────────────────────────────────────
   QUOTATION MODAL SHELL
───────────────────────────────────────── */
#alp-quote-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  color: var(--alp-blue);
}
#alp-quote-modal.alp-modal-open { display: flex; }

/* Reuse the same backdrop style */
#alp-quote-modal .alp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 32, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: alpBackdropIn 0.28s ease both;
}

#alp-quote-modal .alp-quote-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: 92vh;
  border-radius: var(--alp-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--alp-shadow-xl);
  animation: alpModalIn 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ─────────────────────────────────────────
   HEADER  (matches .alp-modal-header)
───────────────────────────────────────── */
#alp-quote-modal .alp-quote-header {
  background: var(--alp-blue);
  padding: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

/* Same decorative orbs as the reg modal */
#alp-quote-modal .alp-quote-header::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  background: rgba(241, 147, 37, 0.07);
  border-radius: 50%;
  pointer-events: none;
}
#alp-quote-modal .alp-quote-header::after {
  content: '';
  position: absolute;
  bottom: -30px; left: 30%;
  width: 100px; height: 100px;
  background: rgba(122, 2, 2, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

#alp-quote-modal .alp-quote-header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 28px;
  position: relative;
  z-index: 1;
}

/* Yetti mascot — matches .alp-modal-yetti */
#alp-quote-modal .alp-modal-yetti {
  width: 62px;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.3));
  animation: alpFloat 3.6s ease-in-out infinite;
  user-select: none;
  pointer-events: none;
}

#alp-quote-modal .alp-modal-header-text { flex: 1; }

/* Eyebrow / title / subtitle — identical to reg modal */
#alp-quote-modal .alp-modal-eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--alp-yellow);
  margin-bottom: 4px;
  display: block;
}

#alp-quote-modal .alp-modal-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--alp-white);
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin: 0;
}

#alp-quote-modal .alp-modal-subtitle {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
  line-height: 1.5;
  display: block;
}

/* Close button — matches .alp-modal-close */
#alp-quote-modal .alp-modal-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  width: 36px; height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background var(--alp-trans), color var(--alp-trans);
  line-height: 1;
  align-self: flex-start;
  margin-top: 2px;
}
#alp-quote-modal .alp-modal-close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--alp-white);
}

/* ─────────────────────────────────────────
   BODY
───────────────────────────────────────── */
#alp-quote-modal .alp-modal-body {
  background: var(--alp-white);
  padding: 28px 32px 24px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: #d0d3d7 transparent;
}
#alp-quote-modal .alp-modal-body::-webkit-scrollbar { width: 4px; }
#alp-quote-modal .alp-modal-body::-webkit-scrollbar-thumb { background: #d0d3d7; border-radius: 4px; }

/* "Choose your preferred…" label */
#alp-quote-modal #alp-quote-choose-label {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.875rem;
  color: var(--alp-gray);
  margin: 0 0 20px;
  line-height: 1.55;
}

/* ─────────────────────────────────────────
   COURSE BANNER  (shared .alp-course-banner styles
   are already defined in the reg stylesheet;
   these rules ensure it looks right inside the
   quote modal's white body)
───────────────────────────────────────── */
#alp-quote-modal .alp-course-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--alp-blue-light);
  border: 1px solid var(--alp-border);
  border-left: 4px solid var(--alp-yellow);
  border-radius: var(--alp-radius);
  padding: 14px 16px;
  margin-bottom: 20px;
}
#alp-quote-modal .alp-course-banner-icon { font-size: 22px; line-height: 1; flex-shrink: 0; margin-top: 2px; }
#alp-quote-modal .alp-course-banner-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alp-yellow);
  margin-bottom: 3px;
}
#alp-quote-modal .alp-course-banner-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--alp-blue);
  line-height: 1.3;
}

/* ─────────────────────────────────────────
   INDIVIDUAL NOTICE BANNER
───────────────────────────────────────── */
#alp-quote-modal .alp-individual-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff8ec;
  border: 1px solid rgba(241, 147, 37, 0.3);
  border-left: 4px solid var(--alp-yellow);
  border-radius: var(--alp-radius);
  padding: 14px 16px;
  margin-bottom: 16px;
}
#alp-quote-modal .alp-individual-notice-icon {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
#alp-quote-modal .alp-individual-notice-body strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--alp-blue);
  margin-bottom: 4px;
}
#alp-quote-modal .alp-individual-notice-body p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.83rem;
  color: var(--alp-gray);
  line-height: 1.55;
  margin: 0;
}

/* ─────────────────────────────────────────
   TYPE CHOICE CARDS
───────────────────────────────────────── */
#alp-quote-modal .alp-type-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#alp-quote-modal .alp-type-card-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border-radius: var(--alp-radius);
  border: 1.5px solid var(--alp-border);
  background: var(--alp-surface);
  cursor: pointer;
  transition: border-color var(--alp-trans), background var(--alp-trans),
              transform 0.12s ease, box-shadow var(--alp-trans);
  text-align: left;
  font-family: 'Source Sans 3', sans-serif;
}
#alp-quote-modal .alp-type-card-btn:hover {
  border-color: var(--alp-blue);
  background: var(--alp-blue-light);
  transform: translateY(-2px);
  box-shadow: var(--alp-shadow-md);
}

#alp-quote-modal .alp-type-card-btn .alp-type-card-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}

#alp-quote-modal .alp-type-card-btn .alp-type-card-content { flex: 1; }

#alp-quote-modal .alp-type-card-btn .alp-type-card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--alp-blue);
  margin-bottom: 4px;
}

#alp-quote-modal .alp-type-card-btn .alp-type-card-desc {
  font-size: 0.83rem;
  color: var(--alp-gray);
  line-height: 1.5;
}
/* Override the inline color styles that were hardcoded on the elements */
#alp-quote-modal .alp-type-card-btn .alp-type-card-desc strong {
  color: var(--alp-yellow) !important;
}

#alp-quote-modal .alp-type-card-btn .alp-type-card-arrow {
  font-size: 1.25rem;
  color: var(--alp-blue);
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.2s;
  opacity: 0.4;
}
#alp-quote-modal .alp-type-card-btn:hover .alp-type-card-arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* ── Disabled card state ── */
#alp-quote-modal .alp-type-card-btn.alp-type-card-disabled {
  opacity: 0.45;
  cursor: not-allowed !important;
  pointer-events: none;
  border-color: var(--alp-border) !important;
  background: var(--alp-surface) !important;
  transform: none !important;
  box-shadow: none !important;
}
#alp-quote-modal .alp-type-card-disabled-msg {
  margin-top: 5px;
  font-size: 0.78rem;
  color: var(--alp-red);
  font-style: italic;
  line-height: 1.4;
}

/* ─────────────────────────────────────────
   PUBLIC CLASSES CTA STRIP
───────────────────────────────────────── */
#alp-quote-modal .alp-public-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: var(--alp-blue-light);
  border: 1px solid var(--alp-border);
  border-radius: var(--alp-radius);
  padding: 14px 18px;
  margin-top: 16px;
  flex-wrap: wrap;
}
#alp-quote-modal .alp-public-cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#alp-quote-modal .alp-public-cta-text strong {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--alp-blue);
}
#alp-quote-modal .alp-public-cta-text span {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.83rem;
  color: var(--alp-gray);
}
#alp-quote-modal .alp-public-cta-btn {
  flex-shrink: 0;
  background: var(--alp-blue);
  color: var(--alp-white);
  border: none;
  border-radius: var(--alp-radius);
  padding: 10px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--alp-trans), transform 0.12s ease, box-shadow var(--alp-trans);
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(12, 27, 52, 0.2);
}
#alp-quote-modal .alp-public-cta-btn:hover {
  background: var(--alp-blue-mid);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(12, 27, 52, 0.28);
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
#alp-quote-modal .alp-modal-footer {
  background: var(--alp-white);
  border-top: 1px solid var(--alp-border);
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
}

#alp-quote-modal .alp-modal-footer-note {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.78rem;
  color: var(--alp-gray-light);
  line-height: 1.5;
}
#alp-quote-modal .alp-modal-footer-note b {
  color: var(--alp-gray);
  font-weight: 600;
}

#alp-quote-modal .alp-footer-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Cancel button — matches .alp-btn-back */
#alp-quote-modal .alp-btn-back {
  background: transparent;
  border: 1.5px solid var(--alp-border);
  color: var(--alp-gray);
  border-radius: var(--alp-radius);
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color var(--alp-trans), color var(--alp-trans), background var(--alp-trans);
}
#alp-quote-modal .alp-btn-back:hover {
  border-color: var(--alp-blue);
  color: var(--alp-blue);
  background: var(--alp-surface);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 600px) {
  #alp-quote-modal { padding: 0; align-items: flex-end; }
  #alp-quote-modal .alp-quote-shell {
    max-width: 100%;
    border-radius: var(--alp-radius-lg) var(--alp-radius-lg) 0 0;
    margin-top: auto;
    max-height: 92vh;
  }
  #alp-quote-modal .alp-modal-body { padding: 20px 18px; }
  #alp-quote-modal .alp-modal-footer { padding: 14px 18px; flex-direction: column; align-items: stretch; }
  #alp-quote-modal .alp-modal-footer-note { text-align: center; }
  #alp-quote-modal .alp-public-cta { flex-direction: column; align-items: flex-start; }
  #alp-quote-modal .alp-public-cta-btn { width: 100%; text-align: center; }
  #alp-quote-modal .alp-modal-yetti { width: 48px; }
  #alp-quote-modal .alp-modal-title { font-size: 1.15rem; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6f2cb2c *//* ═══════════════════════════════════════════════════════════
   ELEMENTOR CUSTOM CSS — Course Viewer Page
   ═══════════════════════════════════════════════════════════ */

/* ── Google Fonts Import ── */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Source+Sans+3:wght@400;600;700&display=swap');

/* ══════════════════════════════════════════════════════════
   DOWNLOAD MODAL — redesigned with quotation request
   ══════════════════════════════════════════════════════════ */
   
   #cpv-viewer-wrap {
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    box-shadow:
        0 0 0 1px rgba(241, 147, 37, 0.25),
        0 8px 24px rgba(0, 0, 0, 0.35),
        0 24px 64px rgba(0, 0, 0, 0.40) !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.cpv-modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(6, 11, 47, 0.75);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.cpv-modal-bg.open { display: flex; }

.cpv-modal-box {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    width: 92%;
    max-width: 820px;
    box-shadow: 0 32px 100px rgba(0,0,0,.45);
    display: flex;
    max-height: 94vh;
    position: relative;
}

/* ── Left panel ── */
.cpv-modal-left {
    flex: 1;
    background: linear-gradient(160deg, #0c1b34 0%, #1a2e5a 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 32px;
    min-height: 340px;
    position: relative;
    overflow: hidden;
}
.cpv-modal-left::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(241, 147, 37, 0.08);
    pointer-events: none;
}
.cpv-modal-left::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(122, 2, 2, 0.1);
    pointer-events: none;
}
.cpv-modal-left-top { position: relative; z-index: 1; }

.cpv-modal-tag {
    display: inline-block;
    background: #f19325;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-family: 'Poppins', system-ui, sans-serif;
}

.cpv-modal-left h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
    font-family: 'Poppins', system-ui, sans-serif;
}
.cpv-modal-left p {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Source Sans 3', system-ui, sans-serif;
}

.cpv-modal-perks {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.cpv-modal-perks li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    margin-bottom: 10px;
    line-height: 1.5;
}
.cpv-modal-perks li::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #f19325;
    flex-shrink: 0;
    margin-top: 1px;
    background-color: rgba(241,147,37,0.2);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23f19325' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.cpv-modal-left-bottom {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
    margin-top: 24px;
}
.cpv-modal-left-bottom p {
    color: rgba(255,255,255,0.4);
    font-size: 11px;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    margin: 0;
    line-height: 1.5;
}

/* ── Right panel ── */
.cpv-modal-right {
    flex: 1.2;
    padding: 36px 32px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.cpv-modal-right h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0c1b34;
    margin: 0 0 4px;
    font-family: 'Poppins', system-ui, sans-serif;
}
.cpv-modal-subtitle {
    font-size: 12px;
    color: #534d4f;
    margin: 0 0 22px;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    line-height: 1.5;
}

/* Step indicator */
.cpv-steps {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 24px;
}
.cpv-step {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1;
}
.cpv-step-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ebeced;
    color: #534d4f;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', system-ui, sans-serif;
    flex-shrink: 0;
    transition: all 0.3s;
}
.cpv-step-label {
    font-size: 11px;
    color: #534d4f;
    font-weight: 600;
    font-family: 'Poppins', system-ui, sans-serif;
    transition: color 0.3s;
}
.cpv-step-line {
    flex: 1;
    height: 1px;
    background: #ebeced;
    margin: 0 8px;
    transition: background 0.3s;
}
.cpv-step.active .cpv-step-num {
    background: #0c1b34;
    color: #fff;
}
.cpv-step.active .cpv-step-label { color: #0c1b34; }
.cpv-step.done .cpv-step-num {
    background: #f19325;
    color: #fff;
}
.cpv-step-line.done { background: #f19325; }

/* Form fields */
.cpv-fg { margin-bottom: 12px; }
.cpv-fg label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #534d4f;
    margin-bottom: 4px;
    font-family: 'Poppins', system-ui, sans-serif;
    letter-spacing: 0.02em;
}
.cpv-fg input {
    width: 100%;
    border: 1.5px solid #ebeced;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
    color: #0c1b34;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    box-sizing: border-box;
    background: #fafafa;
}
.cpv-fg input:focus {
    border-color: #0c1b34;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(12,27,52,0.06);
}
.cpv-fg input.cpv-inp-err {
    border-color: #7a0202;
    background: #fff8f8;
}

.cpv-fg-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cpv-ferr {
    color: #7a0202;
    font-size: 11px;
    margin-top: 3px;
    display: none;
    font-family: 'Source Sans 3', system-ui, sans-serif;
}

/* Submit button */
.cpv-submit-btn {
    background: #0c1b34;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    transition: background .2s, transform .15s;
    font-family: 'Poppins', system-ui, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.02em;
}
.cpv-submit-btn:hover {
    background: #f19325;
    transform: translateY(-1px);
}
.cpv-submit-btn:disabled {
    background: #534d4f;
    cursor: not-allowed;
    transform: none;
}

/* Privacy note */
.cpv-privacy-note {
    text-align: center;
    font-size: 10px;
    color: #aaa;
    margin-top: 10px;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    line-height: 1.5;
}

/* Close button */
.cpv-mclose {
    position: absolute;
    top: 12px;
    right: 14px;
    background: rgba(0,0,0,.06);
    border: none;
    color: #534d4f;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    font-family: 'Poppins', system-ui, sans-serif;
}
.cpv-mclose:hover {
    background: rgba(122,2,2,0.1);
    color: #7a0202;
}

/* Success message */
.cpv-ok-msg {
    display: none;
    text-align: center;
    padding: 40px 20px;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cpv-ok-msg.visible { display: flex; }
.cpv-ok-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f19325, #d97d18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 24px;
    color: #fff;
}
.cpv-ok-msg h4 {
    color: #0c1b34;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    font-family: 'Poppins', system-ui, sans-serif;
}
.cpv-ok-msg p {
    color: #534d4f;
    font-size: 13px;
    margin: 0;
    font-family: 'Source Sans 3', system-ui, sans-serif;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .cpv-modal-box     { flex-direction: column; max-height: 95vh; }
    .cpv-modal-left    { min-height: unset; padding: 24px 20px; }
    .cpv-modal-left h2 { font-size: 17px; }
    .cpv-modal-perks   { display: none; }
    .cpv-modal-right   { padding: 20px; }
    .cpv-fg-row        { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════
   PAGE BACKGROUND — geometric blobs in brand colors
   ══════════════════════════════════════════════════════════ */

body.page-id-2948 {
    background-color: #0c1b34 !important;
    background-image:
        radial-gradient(ellipse 700px 500px at -10% 20%,
            rgba(241, 147, 37, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse 500px 400px at 110% 80%,
            rgba(241, 147, 37, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 400px 300px at 50% 110%,
            rgba(12, 27, 52, 0.5) 0%, transparent 70%) !important;
    background-attachment: fixed !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

/* Kill inner backgrounds so blobs show through */
body.page-id-2948 #wp--skip-link--target,
body.page-id-2948 #wp--skip-link--target > .wp-block-group,
body.page-id-2948 #wp--skip-link--target .wp-block-group.alignfull,
body.page-id-2948 #wp--skip-link--target .wp-block-group.is-layout-constrained,
body.page-id-2948 #wp--skip-link--target .site-main,
body.page-id-2948 #wp--skip-link--target .site-content,
body.page-id-2948 #wp--skip-link--target .content-area,
body.page-id-2948 #wp--skip-link--target #primary,
body.page-id-2948 #wp--skip-link--target .entry-content,
body.page-id-2948 #wp--skip-link--target .wp-block-post-content,
body.page-id-2948 .elementor-section-wrap,
body.page-id-2948 .e-con,
body.page-id-2948 .e-con-inner,
body.page-id-2948 .elementor-element-6f2cb2c,
body.page-id-2948 .elementor-element-178fa19,
body.page-id-2948 .elementor-widget-container {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* ── Shortcode widget ── */
body.page-id-2948 .elementor-widget-shortcode {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 24px 20px 60px !important;
    position: relative;
    background: none !important;
    background-image: none !important;
}

body.page-id-2948 .elementor-widget-shortcode::before {
    display: none !important;
}
body.page-id-2948 .elementor-widget-shortcode > * {
    position: relative;
    z-index: 1;
}

/* ── Page title ── */
.page-id-2948 .wp-block-post-title {
    color: #0c1b34 !important;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding-top: 24px;
    margin-bottom: 0;
    font-family: 'Poppins', system-ui, sans-serif;
}

/* ══════════════════════════════════════════════════════════
   VIEWER CONTAINER
   ══════════════════════════════════════════════════════════ */

#cpv_69ba45938a719 {
    max-width: 860px !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    outline: 1px solid rgba(241, 147, 37, 0.3) !important;
    outline-offset: 4px !important;
    border: none !important;
    box-shadow:
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 6px rgba(12, 27, 52, 0.08),
        0 4px 12px rgba(12, 27, 52, 0.08),
        0 12px 32px rgba(12, 27, 52, 0.10),
        0 32px 64px rgba(12, 27, 52, 0.12) !important;
    transform: translateY(-3px);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#cpv_69ba45938a719:hover {
    box-shadow:
        0 0 0 5px rgba(255, 255, 255, 1),
        0 0 0 6px rgba(12, 27, 52, 0.12),
        0 8px 20px rgba(12, 27, 52, 0.12),
        0 20px 48px rgba(12, 27, 52, 0.15),
        0 48px 80px rgba(12, 27, 52, 0.14) !important;
    transform: translateY(-6px);
}

/* Toolbar */
#cpv_69ba45938a719 .cpv-tb {
    background: #0c1b34 !important;
    border-top: 3px solid #f19325 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 0 16px !important;
    height: 46px !important;
}
#cpv_69ba45938a719 .cpv-tb-title {
    color: #ebeced !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    font-family: 'Poppins', system-ui, sans-serif !important;
}
#cpv_69ba45938a719 .cpv-pinfo {
    background: rgba(255,255,255,0.08) !important;
    color: rgba(255,255,255,0.6) !important;
    border-radius: 6px !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    font-family: 'Source Sans 3', system-ui, sans-serif !important;
}
#cpv_69ba45938a719 .cpv-zoom {
    background: rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #ebeced !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
    font-family: 'Source Sans 3', system-ui, sans-serif !important;
}
#cpv_69ba45938a719 .cpv-ibtn-orange {
    background: #f19325 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    letter-spacing: 0.02em !important;
    font-family: 'Poppins', system-ui, sans-serif !important;
}
#cpv_69ba45938a719 .cpv-ibtn-orange:hover { background: #d97d18 !important; }

/* Nav bar */
#cpv_69ba45938a719 .cpv-nav {
    background: #12274a !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    padding: 0 16px !important;
    height: 40px !important;
}
#cpv_69ba45938a719 .cpv-ibtn {
    background: rgba(255,255,255,0.07) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: rgba(255,255,255,0.7) !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 11px !important;
    transition: all 0.15s ease !important;
    font-family: 'Poppins', system-ui, sans-serif !important;
}
#cpv_69ba45938a719 .cpv-ibtn:hover {
    background: rgba(241, 147, 37, 0.15) !important;
    border-color: rgba(241, 147, 37, 0.4) !important;
    color: #f19325 !important;
}

/* ══════════════════════════════════════════════════════════
   PDF VIEWER BODY
   ══════════════════════════════════════════════════════════ */

#cpv_69bb6d4c789ed .cpv-body {
    overflow-y: auto;
    height: calc(100vh - 120px);
    min-height: 700px;
    max-height: 900px;
    background: #ffffff !important;
    background-image: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 12px;
    box-sizing: border-box;
}

#cpv_69bb6d4c789ed .cpv-body::-webkit-scrollbar { width: 8px; }
#cpv_69bb6d4c789ed .cpv-body::-webkit-scrollbar-track { background: #c2cad4; }
#cpv_69bb6d4c789ed .cpv-body::-webkit-scrollbar-thumb { background: #9aa5b4; border-radius: 4px; }/* End custom CSS */