.cx-smodal-overlay { position:fixed; inset:0; background:rgba(10,3,5,0.72); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); z-index:99999; display:flex; align-items:center; justify-content:center; padding:24px; animation:cxModalFadeIn .3s ease; }
@keyframes cxModalFadeIn { from{opacity:0} to{opacity:1} }
.cx-smodal-box { background:#fff; border-radius:24px; padding:52px 44px 44px; max-width:480px; width:100%; text-align:center; position:relative; box-shadow:0 32px 80px rgba(78,11,21,.28),0 4px 20px rgba(0,0,0,.12); animation:cxModalSlideUp .38s cubic-bezier(.22,.68,0,1.2); }
@keyframes cxModalSlideUp { from{opacity:0;transform:translateY(40px) scale(.96)} to{opacity:1;transform:translateY(0) scale(1)} }
.cx-smodal-close { position:absolute; top:16px; right:18px; background:#f5ece8; border:none; width:34px; height:34px; border-radius:50%; font-size:20px; color:#6B0E23; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s,transform .2s; }
.cx-smodal-close:hover { background:#edd9d3; transform:rotate(90deg); }
.cx-smodal-icon { width:88px; height:88px; margin:0 auto 24px; }
.cx-smodal-icon svg { width:100%; height:100%; }
.cx-smodal-circle { stroke:#22c55e; stroke-width:2.5; stroke-dasharray:166; stroke-dashoffset:166; stroke-linecap:round; animation:cxCircleDraw .6s ease .1s forwards; }
.cx-smodal-tick   { stroke:#22c55e; stroke-width:3.5; stroke-dasharray:48;  stroke-dashoffset:48;  stroke-linecap:round; stroke-linejoin:round; animation:cxTickDraw .4s ease .65s forwards; }
@keyframes cxCircleDraw { to{stroke-dashoffset:0} }
@keyframes cxTickDraw   { to{stroke-dashoffset:0} }
@keyframes cxErrA       { to{stroke-dashoffset:0} }
@keyframes cxErrB       { to{stroke-dashoffset:0} }
.cx-smodal-title { font-family:var(--font-display); font-size:26px; font-weight:800; color:#1a0a0a; margin-bottom:12px; }
.cx-smodal-msg   { font-size:15px; color:#64748b; line-height:1.7; margin-bottom:24px; }
.cx-smodal-msg strong { color:#1a0a0a; }
.cx-smodal-details { display:flex; flex-direction:column; gap:10px; background:#fdf6ee; border:1.5px solid #f0d8b8; border-radius:14px; padding:18px 20px; margin-bottom:28px; text-align:left; }
.cx-smodal-detail-item { display:flex; align-items:center; gap:10px; font-size:13.5px; color:#3d2020; font-weight:500; }
.cx-smodal-detail-item i { color:#b07d28; font-size:14px; width:18px; flex-shrink:0; }
.cx-smodal-btn { display:inline-flex; align-items:center; gap:10px; background:linear-gradient(135deg,#6B0E23,#b07d28); color:#fff; border:none; padding:14px 40px; border-radius:50px; font-size:15px; font-weight:700; font-family:var(--font-display); cursor:pointer; letter-spacing:.3px; box-shadow:0 8px 24px rgba(107,14,35,.28); transition:opacity .2s,transform .2s; }
.cx-smodal-btn:hover { opacity:.9; transform:translateY(-2px); }
@media (max-width:520px) { .cx-smodal-box{padding:44px 24px 32px} .cx-smodal-title{font-size:22px} }

.cx-section-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
}

.cx-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.cx-hero-bg {
  position: absolute; inset: 0;
  background: url('assets/img/kenya.jpg') center/cover no-repeat;
}
.cx-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(107,14,35,.82) 0%, rgba(30,10,10,.65) 100%);
}
.cx-hero-content {
  position: relative; z-index: 2;
  max-width: 760px; padding: 120px 24px 80px;
}
.cx-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(201,146,42,.25); border: 1px solid rgba(201,146,42,.5);
  color: var(--amber-light); font-size: 13px; font-weight: 700;
  padding: 6px 16px; border-radius: 30px; margin-bottom: 20px;
  letter-spacing: .5px; font-family: var(--font-body);
}
.cx-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900; color: #fff; line-height: 1.1;
  margin-bottom: 18px;
}
.cx-hero-content h1 span { color: var(--amber-light); }
.cx-hero-content p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.85); line-height: 1.7;
  max-width: 580px; margin: 0 auto 32px;
  font-family: var(--font-body);
}
.cx-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cx-btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber); color: #fff;
  padding: 13px 28px; border-radius: 6px;
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  text-decoration: none; transition: all .2s;
  text-transform: uppercase; letter-spacing: 1.2px;
  box-shadow: 0 4px 18px rgba(201,146,42,.4);
}
.cx-btn-primary:hover { background: var(--amber-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,146,42,.5); }
.cx-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.6);
  padding: 13px 28px; border-radius: 6px;
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  text-decoration: none; transition: all .2s;
  text-transform: uppercase; letter-spacing: 1.2px;
}
.cx-btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.cx-hero-brush { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 2; line-height: 0; }
.cx-hero-brush svg { width: 100%; height: 50px; }

.cx-intro { padding: 70px 32px; }
.cx-intro-inner {
  max-width: var(--max-width); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 3fr;
  gap: 48px; align-items: center;
}
.cx-intro-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700; margin-bottom: 16px; line-height: 1.25;
  color: var(--charcoal);
}
.cx-intro-text h2 span { color: var(--crimson); }
.cx-intro-text p { color: var(--gray); line-height: 1.8; margin-bottom: 14px; font-size: 16px; font-family: var(--font-body); }
.cx-intro-highlights { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.cx-hl { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; color: var(--charcoal); font-family: 'Quicksand',sans-serif;}
.cx-hl i { width: 32px; height: 32px; border-radius: 8px; background: rgba(107,14,35,.1); color: var(--crimson); display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; }

.cx-intro-video-outer {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  background: #000; display: flex; flex-direction: column;
}
.cx-intro-video-inner {
  position: relative; width: 100%; background: #000;
}
.cx-intro-video-inner video {
  width: 100%; display: block; aspect-ratio: 16/9; object-fit: contain;
}
body.cx-video-fake-fs-active { overflow: hidden; }
#cxVideoWrapper.fake-fullscreen {
  position: fixed; inset: 0; z-index: 9999;
  width: 100vw; height: 100vh; border-radius: 0;
  background: #000; display: flex; flex-direction: column;
  justify-content: center; box-shadow: none;
}
#cxVideoWrapper.fake-fullscreen .cx-intro-video-inner {
  flex: 1; display: flex; align-items: center; justify-content: center; min-height: 0;
}
#cxVideoWrapper.fake-fullscreen .cx-intro-video-inner video {
  width: 100%; height: 100%; max-width: 100vw;
  max-height: calc(100vh - 60px); aspect-ratio: unset; object-fit: contain;
}
#cxVideoWrapper.fake-fullscreen .cx-video-controls { flex-shrink: 0; width: 100%; }
#cxVideoWrapper.fake-fullscreen .cx-video-play-overlay { pointer-events: all; }
.cx-video-play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none; z-index: 5; transition: opacity .3s ease;
}
.cx-video-play-overlay.hidden { opacity: 0; pointer-events: none; }
.cx-btn-play-video {
  background: rgba(78,11,21,.82); color: white;
  border: 2px solid var(--amber); padding: 11px 24px;
  font-size: 14px; font-weight: 700; border-radius: 10px;
  cursor: pointer; display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 1.2px; pointer-events: all;
  transition: background .2s ease, transform .2s ease;
  box-shadow: 0 3px 16px rgba(0,0,0,.4); backdrop-filter: blur(4px);
}
.cx-btn-play-video:hover { background: var(--crimson); transform: scale(1.04); }
.cx-btn-play-video i { font-size: 14px; color: var(--amber-light); }
.cx-btn-exit-fullscreen {
  display: none; position: absolute; top: 16px; right: 16px; z-index: 20;
  background: rgba(20,20,20,.78); color: white;
  border: 1.5px solid var(--amber); border-radius: 8px;
  padding: 9px 18px; font-size: 13px; font-weight: 700;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 1.1px; cursor: pointer; align-items: center; gap: 8px;
  backdrop-filter: blur(6px); box-shadow: 0 3px 18px rgba(0,0,0,.45);
  transition: background .2s ease, transform .15s ease;
}
.cx-btn-exit-fullscreen.visible { display: flex; }
.cx-btn-exit-fullscreen:hover { background: var(--crimson); transform: scale(1.04); }
.cx-btn-exit-fullscreen i { font-size: 13px; color: var(--amber-light); }
.cx-video-controls {
  width: 100%; background: #1a1a1a; padding: 8px 14px 10px; z-index: 10;
}
.cx-video-progress-wrap {
  width: calc(100% - 4px); height: 4px;
  background: rgba(255,255,255,.25); border-radius: 4px;
  margin-bottom: 10px; margin-left: 2px; margin-right: 2px;
  cursor: pointer; position: relative;
  transition: height .15s ease; user-select: none;
}
.cx-video-progress-wrap:hover { height: 6px; overflow: visible; }
.cx-video-progress-fill {
  height: 100%; background: var(--amber); border-radius: 4px;
  width: 0%; pointer-events: none;
}
.cx-video-progress-thumb {
  position: absolute; top: 50%; left: 0%;
  transform: translate(-50%, -50%);
  width: 12px; height: 12px; background: var(--amber);
  border-radius: 50%; pointer-events: none; opacity: 0;
  transition: opacity .15s ease; box-shadow: 0 0 4px rgba(0,0,0,.5);
}
.cx-video-progress-wrap:hover .cx-video-progress-thumb,
.cx-video-progress-wrap.dragging .cx-video-progress-thumb { opacity: 1; }
.cx-video-controls-row {
  display: flex; align-items: center; gap: 8px;
}
.cx-vc-btn {
  width: 32px; height: 32px; background: transparent; border: none;
  cursor: pointer; color: rgba(255,255,255,.85); font-size: 15px;
  border-radius: 6px; display: flex; align-items: center; justify-content: center;
  transition: background .15s ease, color .15s ease; flex-shrink: 0;
}
.cx-vc-btn:hover { background: rgba(255,255,255,.12); color: #fff; }
.cx-vc-volume-wrap { display: flex; align-items: center; gap: 6px; }
.cx-vc-volume-slider {
  -webkit-appearance: none; appearance: none;
  width: 72px; height: 4px; border-radius: 4px; outline: none; cursor: pointer;
}
.cx-vc-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 12px; height: 12px;
  border-radius: 50%; background: var(--amber); cursor: pointer;
}
.cx-vc-volume-slider::-moz-range-thumb {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--amber); cursor: pointer; border: none;
}
.cx-vc-time {
  font-size: 11.5px; color: rgba(255,255,255,.7);
  font-family: var(--font-display); white-space: nowrap; flex-shrink: 0;
}
.cx-vc-spacer { flex: 1; }
.cx-vc-btn-fs {
  display: flex; align-items: center; gap: 6px;
  padding: 0 10px; width: auto; font-size: 13px;
}
@media (max-width: 640px) {
  .cx-intro-video-outer { border-radius: 10px; }
  .cx-video-controls { padding: 6px 10px 8px; }
  .cx-video-controls-row { gap: 6px; flex-wrap: nowrap; }
  .cx-vc-btn { width: 30px; height: 30px; font-size: 14px; flex-shrink: 0; }
  .cx-vc-time { font-size: 10px; }
  .cx-vc-volume-slider { display: none; }
  .cx-vc-btn-fs { padding: 0 8px; gap: 4px; }
  #cxFsLabel { display: none; }
}

.cx-programs { padding: 70px 32px; background: var(--beige-light); }
.cx-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700; margin-bottom: 10px;
  text-align: center; color: var(--charcoal);
}
.cx-section-title span { color: var(--crimson); }
.cx-title-light { color: #fff; }
.cx-title-light span { color: var(--amber-light); }
.cx-section-desc {
  color: var(--gray); font-size: 16px;
  max-width: 580px; margin: 0 auto 48px;
  line-height: 1.8; text-align: center;
  font-family: var(--font-body);
}
.cx-desc-light { color: rgba(255,255,255,.75); }

.cx-program-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: left; margin-top: 8px;
}
.cx-prog-card {
  background: #fff; border-radius: 12px;
  overflow: hidden; box-shadow: 0 2px 14px rgba(78,11,21,.09);
  transition: transform .22s, box-shadow .22s;
}
.cx-prog-card:hover { transform: translateY(-5px); box-shadow: 0 14px 40px rgba(78,11,21,.17); }
.cx-prog-img { position: relative; }
.cx-prog-img img { width: 100%; height: 190px; object-fit: cover; display: block; }
.cx-prog-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--amber); color: #fff;
  font-size: 10px; font-weight: 800; padding: 4px 10px;
  border-radius: 20px; letter-spacing: .4px;
  text-transform: uppercase; font-family: var(--font-display);
}
.cx-prog-body { padding: 18px; }
.cx-prog-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 800; color: var(--crimson);
  background: rgba(107,14,35,.08); padding: 4px 11px;
  border-radius: 20px; margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: .5px;
  font-family: var(--font-display);
}
.cx-prog-body h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; line-height: 1.3; color: var(--charcoal); }
.cx-prog-body p { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 14px; font-family: var(--font-body); }
.cx-prog-includes { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 7px; }
.cx-prog-includes li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--charcoal); font-family: 'Quicksand',sans-serif;}
.cx-prog-includes li i { color: #16A34A; font-size: 11px; flex-shrink: 0; }
.cx-prog-footer {
  display: flex; gap: 16px; flex-wrap: wrap;
  padding-top: 14px; border-top: 1px solid #F4F4F5;
}
.cx-prog-duration, .cx-prog-age {
  display: flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; color: var(--crimson);
  font-family: var(--font-display);
}
.cx-prog-duration i, .cx-prog-age i { font-size: 11.5px; }

.cx-included { padding: 70px 32px; background: var(--white); }
.cx-included-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; text-align: left; margin-top: 48px;
}
.cx-inc-item {
  background: var(--beige-light); border-radius: 12px;
  padding: 22px; transition: transform .18s, box-shadow .18s;
}
.cx-inc-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.cx-inc-icon {
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; margin-bottom: 12px;
}
.cx-inc-item h4 { font-size: 14.5px; font-weight: 700; margin-bottom: 6px; font-family: var(--font-display); color: var(--charcoal); }
.cx-inc-item p { font-size: 13px; color: var(--gray); line-height: 1.65; margin: 0; font-family: var(--font-body); }

.cx-process { padding: 70px 32px; background: var(--crimson-dark); }
.cx-steps {
  display: flex; align-items: flex-start; justify-content: center;
  gap: 0; flex-wrap: wrap; margin-top: 48px;
}
.cx-step {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px; padding: 28px 22px;
  flex: 1; min-width: 180px; max-width: 240px;
  text-align: left;
}
.cx-step-num {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 900; color: var(--amber-light);
  line-height: 1; margin-bottom: 12px;
}
.cx-step h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; font-family: var(--font-display); }
.cx-step p { font-size: 13.5px; color: rgba(255,255,255,.72); line-height: 1.65; margin: 0; font-family: var(--font-body); }
.cx-step-arrow {
  display: flex; align-items: center; padding: 0 10px; color: rgba(255,255,255,.35);
  font-size: 18px; margin-top: 28px; flex-shrink: 0;
}

.cx-apply { padding: 70px 32px; background: var(--beige-light); }
.cx-apply-inner {
  display: grid; grid-template-columns: 1fr 1.7fr;
  gap: 60px; align-items: start;
}
.cx-apply-left h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 700; line-height: 1.25; margin-bottom: 16px;
  color: var(--charcoal);
}
.cx-apply-left h2 span { color: var(--crimson); }
.cx-apply-left p { color: var(--gray); font-size: 16px; line-height: 1.75; margin-bottom: 28px; font-family: var(--font-body); }
.cx-contact-items { display: flex; flex-direction: column; gap: 13px; }
.cx-ci { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; color: var(--charcoal); font-family: var(--font-body); }
.cx-ci i { width: 36px; height: 36px; border-radius: 8px; background: rgba(107,14,35,.1); color: var(--crimson); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }

.cx-apply-form {
  background: #fff; border-radius: 14px;
  padding: 36px; box-shadow: 0 8px 32px rgba(0,0,0,.08);
}
.cx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.cx-fg { display: flex; flex-direction: column; }
.cx-fg-full { margin-bottom: 16px; }
.cx-fg label {
  font-size: 11px; text-transform: uppercase; letter-spacing: .8px;
  font-weight: 700; color: var(--gray); margin-bottom: 6px;
  font-family: var(--font-display);
}
.cx-fg label span { color: var(--crimson); }
.cx-fg input, .cx-fg select, .cx-fg textarea {
  padding: 10px 13px; border: 1.5px solid #E4E4E7;
  border-radius: 7px; font-family: var(--font-body);
  font-size: 14px; color: var(--charcoal); background: #fff;
  outline: none; transition: border-color .15s;
  width: 100%; box-sizing: border-box;
}
.cx-fg input:focus, .cx-fg select:focus, .cx-fg textarea:focus { border-color: var(--crimson); }
.cx-fg textarea { resize: vertical; min-height: 100px; }
.cx-submit-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--crimson); color: #fff;
  padding: 13px 32px; border-radius: 7px; border: none;
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  cursor: pointer; transition: all .2s; margin-top: 4px;
  box-shadow: 0 4px 16px rgba(107,14,35,.28);
  width: 100%; justify-content: center;
  text-transform: uppercase; letter-spacing: 1.2px;
}
.cx-submit-btn:hover { background: var(--crimson-dark); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(107,14,35,.35); }

.cx-apply-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0 0;
}
.cx-aph {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 20px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  transition: transform .18s, box-shadow .18s;
}
.cx-aph:nth-child(1) { background: #FDF0F0; border-color: #F5DADA; }
.cx-aph:nth-child(2) { background: #F0F4FD; border-color: #D8E3F5; }
.cx-aph:nth-child(3) { background: #F0FBF4; border-color: #D3EFD9; }
.cx-aph:nth-child(4) { background: #FBF6ED; border-color: #EFE0C0; }
.cx-aph:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.09);
}
.cx-aph:nth-child(1) .cx-aph-icon { background: rgba(107,14,35,.1);  color: #8B1A2E; }
.cx-aph:nth-child(2) .cx-aph-icon { background: rgba(59,90,163,.1);  color: #3B5AA3; }
.cx-aph:nth-child(3) .cx-aph-icon { background: rgba(22,113,52,.1);  color: #167134; }
.cx-aph:nth-child(4) .cx-aph-icon { background: rgba(160,100,10,.1); color: #A0640A; }
.cx-aph-icon {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.cx-aph strong {
  display: block; font-family: var(--font-display); font-size: 13.5px;
  font-weight: 700; color: var(--charcoal); line-height: 1.2;
}
.cx-aph p {
  font-family: var(--font-body); font-size: 12.5px; color: var(--gray);
  line-height: 1.55; margin: 0;
}
.cx-apply-divider {
  border: none; border-top: 1px solid #E0DADA;
  margin: 24px 0;
}

.cx-phone-row {
  display: flex; gap: 8px; align-items: stretch;
}
.cx-phone-select-wrap { position: relative; flex-shrink: 0; }
.cx-phone-trigger {
  display: flex; align-items: center; gap: 6px;
  height: 100%; padding: 10px 10px;
  border: 1.5px solid #E4E4E7; border-radius: 7px;
  background: #fff; cursor: pointer; white-space: nowrap;
  font-family: var(--font-body); font-size: 14px; color: var(--charcoal);
  transition: border-color .15s; min-width: 100px;
}
.cx-phone-trigger:hover, .cx-phone-trigger.open { border-color: var(--crimson); }
.cx-phone-trigger img { border-radius: 2px; flex-shrink: 0; display: block; }
.cx-phone-chevron { font-size: 10px; color: var(--gray); margin-left: 2px; transition: transform .2s; }
.cx-phone-trigger.open .cx-phone-chevron { transform: rotate(180deg); }

.cx-phone-dropdown {
  display: none; position: absolute; top: calc(100% + 6px); left: 0;
  z-index: 999; background: #fff; border: 1.5px solid #E4E4E7;
  border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,.13);
  width: 280px; overflow: hidden;
}
.cx-phone-dropdown.open { display: block; }
.cx-phone-search-wrap {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-bottom: 1px solid #F0EDED;
}
.cx-phone-search-wrap i { color: var(--gray); font-size: 12px; flex-shrink: 0; }
.cx-phone-search {
  border: none; outline: none; font-family: var(--font-body);
  font-size: 13px; color: var(--charcoal); width: 100%; background: transparent;
}
.cx-phone-list {
  max-height: 220px; overflow-y: auto; padding: 4px 0;
}
.cx-phone-opt {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 13px; cursor: pointer; transition: background .12s;
  font-family: var(--font-body); font-size: 13.5px;
}
.cx-phone-opt:hover { background: #FDF5F6; }
.cx-phone-opt-active { background: rgba(107,14,35,.06); }
.cx-phone-opt img { border-radius: 2px; flex-shrink: 0; display: block; }
.cx-popt-name { flex: 1; color: var(--charcoal); font-size: 13px; }
.cx-popt-code { color: var(--gray); font-size: 12px; flex-shrink: 0; }
.cx-phone-row input[type="tel"] { flex: 1; min-width: 0; }

.cx-form-section-label {
  font-family: var(--font-display);
  font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px;
  font-weight: 800; color: var(--crimson);
  padding: 6px 0 10px;
  margin-top: 6px;
  border-top: 1px solid #F0EDED;
}
.cx-form-section-label:first-child { border-top: none; margin-top: 0; padding-top: 0; }

.cx-agreement {
  margin: 4px 0 18px;
}
.cx-checkbox-label {
  display: flex; align-items: flex-start; gap: 10px;
  cursor: pointer; font-family: var(--font-body);
}
.cx-checkbox-label input[type="checkbox"] {
  width: 17px; height: 17px; flex-shrink: 0;
  accent-color: var(--crimson); margin-top: 2px; cursor: pointer;
}
.cx-checkbox-label span {
  font-size: 13.5px; color: var(--gray); line-height: 1.55;
}

.cx-flash {
  display: flex; align-items: center; gap: 9px;
  padding: 12px 16px; border-radius: 8px;
  font-size: 14px; font-weight: 600; margin-bottom: 20px;
  font-family: var(--font-body);
}
.cx-flash-success { background: #DCFCE7; border: 1px solid #86EFAC; color: #166534; }
.cx-flash-error   { background: #FEE2E2; border: 1px solid #FCA5A5; color: #991B1B; }

.cx-destinations {
  padding: 90px 0;
  background: var(--light-gray, #f7f4f0);
}

.cx-dest-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.cx-dest-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(78,11,21,.08);
  border: 1.5px solid rgba(176,125,40,.1);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
}

.cx-dest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(78,11,21,.15);
}

.cx-dest-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
  flex-shrink: 0;
}

.cx-dest-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s ease;
}

.cx-dest-card:hover .cx-dest-img-wrap img {
  transform: scale(1.05);
}

.cx-dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(78,11,21,.55) 0%, transparent 60%);
}

.cx-dest-tag {
  position: absolute;
  bottom: 16px;
  left: 18px;
  background: rgba(78,11,21,.85);
  color: var(--amber-light, #e8c060);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(4px);
}

.cx-dest-body {
  padding: 28px 26px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cx-dest-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--beige-light, #f5ede0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.cx-dest-icon i {
  font-size: 18px;
  color: var(--crimson, #6B0E23);
}

.cx-dest-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--text, #1a1a1a);
  margin-bottom: 12px;
  line-height: 1.25;
}

.cx-dest-desc {
  font-size: 14.5px;
  color: var(--gray, #666);
  line-height: 1.78;
  margin-bottom: 20px;
  flex: 1;
}

.cx-dest-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  border-top: 1.5px solid rgba(176,125,40,.12);
  padding-top: 18px;
  margin-top: auto;
}

.cx-dest-highlights span {
  font-size: 13px;
  color: var(--text, #1a1a1a);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}

.cx-dest-highlights span i {
  color: var(--crimson, #6B0E23);
  font-size: 12px;
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .cx-dest-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .cx-dest-grid { grid-template-columns: 1fr; gap: 20px; }
  .cx-dest-img-wrap { height: 200px; }
  .cx-dest-highlights { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .cx-program-grid   { grid-template-columns: repeat(2, 1fr); }
  .cx-included-grid  { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .cx-intro-inner       { grid-template-columns: 1fr; gap: 36px; }
  .cx-intro-video-outer { width: 100%; }
  .cx-apply-inner       { grid-template-columns: 1fr; gap: 36px; }
  .cx-steps             { gap: 12px; }
  .cx-step-arrow        { display: none; }
  .cx-step              { max-width: 100%; }
}

@media (max-width: 852px) {
  .cx-program-grid  { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .cx-intro,
  .cx-programs,
  .cx-included,
  .cx-process,
  .cx-apply {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cx-section-inner,
  .cx-intro-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cx-stats-band {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .cx-hero { min-height: 60vh; }
  .cx-hero-content { padding: 90px 20px 60px; }

  .cx-program-grid  { grid-template-columns: 1fr; }
  .cx-included-grid { grid-template-columns: 1fr; }
  .cx-form-row      { grid-template-columns: 1fr; }
  .cx-stat          { padding: 10px 18px; }
  .cx-stat-divider  { display: none; }
  .cx-apply-form    { padding: 22px 18px; }
}

@media (max-width: 480px) {
  .cx-hero          { min-height: 52vh; }
  .cx-hero-content  { padding: 80px 18px 50px; }

  .cx-program-grid  { gap: 14px; }
  .cx-included-grid { gap: 14px; }
  .cx-steps         { gap: 10px; }

  .cx-section-inner,
  .cx-intro-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .cx-stats-band {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
