.elementor-11779 .elementor-element.elementor-element-3f44f92{--display:flex;}.elementor-11779 .elementor-element.elementor-element-b761c61{--display:flex;}.elementor-11779 .elementor-element.elementor-element-57e264c9{--display:flex;}.elementor-11779 .elementor-element.elementor-element-796d125e{margin-top:040px;margin-bottom:40px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11779 .elementor-element.elementor-element-1e3ef8c5{--display:flex;}.elementor-11779 .elementor-element.elementor-element-33757c92{--display:flex;}.elementor-11779 .elementor-element.elementor-element-74ad5629{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11779 .elementor-element.elementor-element-24d341d9{--display:flex;}.elementor-11779 .elementor-element.elementor-element-145c91e5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11779 .elementor-element.elementor-element-273fccff{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11779 .elementor-element.elementor-element-24d341d9{--width:50%;}.elementor-11779 .elementor-element.elementor-element-145c91e5{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-25795c04 */:root{
  --htc-blue:#0073ae;
  --htc-green:#1e9b4c;
  --ink:#0f172a;
  --muted:#475569;
  --ring:#e2e8f0;
  --soft:#f8fafc;
  --white:#fff;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 16px;
  border-radius:999px;
  font:800 14px/1 system-ui;
  text-decoration:none;
  border:1px solid transparent;
  box-shadow:0 8px 20px rgba(2,8,23,.08);
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
  cursor:pointer;
}
.btn--green{
  background:linear-gradient(90deg,var(--htc-green),#1aa368);
  color:#fff;
}
.btn--blue{
  background:linear-gradient(90deg,var(--htc-blue),#0d85c3);
  color:#fff;
}

/* Donate button: visible on white background (polished ghost) */
.btn--ghost{
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(240,248,255,.85));
  border: 1.5px solid rgba(0,115,174,.35);
  color:#093549;
  box-shadow: none;
}
.btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
}
.btn--ghost:hover{
  border-color: rgba(0,115,174,.55);
  box-shadow: 0 8px 18px rgba(2,8,23,.12);
}

/* Section shell */
.htc-journey{
  background:var(--soft);
  padding:42px 16px 56px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
  color:var(--ink);
}
.htc-journey__wrap{max-width:980px;margin:0 auto}
.htc-journey__head{text-align:center;margin-bottom:14px}
.htc-journey__head h2{margin:0;font:900 30px/1.15 system-ui}
.htc-journey__sub{margin:8px 0 0;color:var(--muted);font:600 15px/1.5 system-ui}
.htc-underline{
  width:100px;height:4px;margin:10px auto 8px;border-radius:999px;
  background:linear-gradient(90deg,var(--htc-green),var(--htc-blue));
}
.htc-journey__box{
  background:#fff;
  border:1px solid var(--ring);
  border-radius:20px;
  box-shadow:0 12px 28px rgba(2,8,23,.06);
  padding:16px;
}

/* Steps */
.journey-step{
  border:1px solid var(--ring);
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(2,8,23,.06);
  margin:10px 0;
  overflow:hidden;
}
.journey-step > summary{
  display:flex;
  align-items:center;
  gap:12px;
  cursor:pointer;
  list-style:none;
  padding:14px 16px;
}
.journey-step > summary::-webkit-details-marker{display:none}
.journey-step > summary .t{font:900 16px/1.2 system-ui;color:#0b3a4a}
.journey-step > summary .icon{
  flex:0 0 auto;
  width:42px;height:42px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--htc-green),var(--htc-blue));
  box-shadow:0 6px 16px rgba(2,8,23,.08);
}
.journey-step > summary .icon svg{width:22px;height:22px;fill:#fff}
.journey-step > summary .num{
  width:32px;height:32px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;
  border:2px solid rgba(0,115,174,.35);
  color:#093549;
  font:900 14px/1 system-ui;
  flex:0 0 auto;
}
.journey-step > summary .chev{
  margin-left:auto;
  width:18px;height:18px;
  position:relative;
}
.journey-step > summary .chev::before{
  content:"";
  position:absolute;
  inset:0;
  transform:rotate(0deg);
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path fill="%23093549" d="M6 7l3 3 3-3 1.4 1.4-4.4 4.4L4.6 8.4z"/></svg>') center/18px 18px no-repeat;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path fill="%23093549" d="M6 7l3 3 3-3 1.4 1.4-4.4 4.4L4.6 8.4z"/></svg>') center/18px 18px no-repeat;
  background:#093549;
  transition:transform .18s ease;
}
.journey-step[open] > summary .chev::before{transform:rotate(180deg)}

.journey-step .content{padding:0 16px 16px}
.journey-step .content p{
  margin:10px 0;
  color:var(--muted);
  font:600 15.5px/1.65 system-ui;
}

/* Packet box + checklist */
.packet{
  border:1px dashed var(--ring);
  background:#f8fafc;
  border-radius:12px;
  padding:12px 14px;
  margin:12px 0;
}
.packet h4{
  margin:0 0 8px;
  font:900 14px/1.2 system-ui;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#0b3a4a;
}
.checklist{list-style:none;margin:0;padding:0}
.checklist li{
  position:relative;
  padding-left:22px;
  margin:6px 0;
  color:#0b3a4a;
  font:700 14px/1.5 system-ui;
}
.checklist li::before{
  content:"";
  position:absolute;
  left:0;top:6px;
  width:14px;height:14px;border-radius:50%;
  background:linear-gradient(135deg,var(--htc-green),var(--htc-blue));
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2214%22 height=%2214%22><path fill=%22%23fff%22 d=%22M5.5 10.5 2.5 7.5l1.2-1.2L5.5 7.9 10.4 3l1.2 1.2z%22/></svg>') center/14px 14px no-repeat;
  mask:url('data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2214%22 height=%2214%22><path fill=%22%23fff%22 d=%22M5.5 10.5 2.5 7.5l1.2-1.2L5.5 7.9 10.4 3l1.2 1.2z%22/></svg>') center/14px 14px no-repeat;
}

/* Eligibility list + note */
.bullets{margin:8px 0 0;padding-left:18px}
.bullets li{margin:6px 0;color:#0b3a4a;font:700 14px/1.5 system-ui}
.note{
  border:1px dashed var(--ring);
  background:#f8fafc;
  border-radius:12px;
  padding:12px 14px;
  color:#0b3a4a;
  font:700 14px/1.45 system-ui;
  margin-top:10px;
}

/* Give-back badge */
.tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:14px auto 0;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--htc-green),var(--htc-blue));
  color:#fff;
  font:900 14.5px/1 system-ui;
  text-transform:uppercase;
  letter-spacing:.04em;
  box-shadow:0 6px 18px rgba(2,8,23,.12);
}
.tag__icon{
  display:grid;
  place-items:center;
  width:22px;height:22px;flex:0 0 auto;
  background:rgba(255,255,255,.18);
  border-radius:50%;
}
.tag__icon svg{width:14px;height:14px;fill:#fff}
.tag__text{white-space:nowrap}

/* Video embed */
.embed{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:12px;
  overflow:hidden;
  border:1px solid var(--ring);
  box-shadow:0 8px 22px rgba(2,8,23,.06);
  background:#000;
}
.embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.caption{text-align:center;margin:8px 0 0;color:var(--muted);font:700 13.5px/1.5 system-ui}

/* CTA layout rows */
.cta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-start;
  margin-top:12px;
}
.journey-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:14px;
}/* End custom CSS */