/* ==========================================================================
   Heart Capital Inc. — Premium Footer
   Design tokens borrowed from the site: Maven Pro, pink #ff1fa8, pill shapes,
   soft coral shadows. Scoped under .hcf to avoid clashing with Oxygen styles.
   Self-contained: bundles its own Maven Pro faces (absolute paths) so the same
   footer renders identically on the Inter-based sub-sites (apply/courses/interview).
   ========================================================================== */

@font-face { font-family: 'Maven Pro'; font-style: normal; font-weight: 400; font-display: swap; src: url(/sites/main/assets/fonts/font-7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX21nejpw.ttf) format('truetype'); }
@font-face { font-family: 'Maven Pro'; font-style: normal; font-weight: 500; font-display: swap; src: url(/sites/main/assets/fonts/font-7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf21nejpw.ttf) format('truetype'); }
@font-face { font-family: 'Maven Pro'; font-style: normal; font-weight: 600; font-display: swap; src: url(/sites/main/assets/fonts/font-7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx1nejpw.ttf) format('truetype'); }
@font-face { font-family: 'Maven Pro'; font-style: normal; font-weight: 700; font-display: swap; src: url(/sites/main/assets/fonts/font-7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx1nejpw.ttf) format('truetype'); }
@font-face { font-family: 'Maven Pro'; font-style: normal; font-weight: 800; font-display: swap; src: url(/sites/main/assets/fonts/font-7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx1nejpw.ttf) format('truetype'); }
@font-face { font-family: 'Maven Pro'; font-style: normal; font-weight: 900; font-display: swap; src: url(/sites/main/assets/fonts/font-7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx1nejpw.ttf) format('truetype'); }

.hcf {
  position: relative;
  overflow: hidden;
  background: #0c0b0f;
  color: #ffffff;
  font-family: "Maven Pro", sans-serif;
  isolation: isolate;
  /* span full width even inside a centering flex parent (e.g. the apply app
     wraps its content in a flex column with align-items:center, which would
     otherwise shrink the footer to its content width) */
  width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}

/* pink glow + dotted texture echoing the CTA band above the footer */
.hcf::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(900px 460px at 12% -10%, rgba(255, 31, 168, 0.28), transparent 60%),
    radial-gradient(700px 420px at 100% 0%, rgba(255, 31, 168, 0.12), transparent 55%);
  pointer-events: none;
}
.hcf::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1.4px, transparent 1.4px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 42%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 42%);
  pointer-events: none;
}

/* gradient hairline at the very top edge */
.hcf-top-rule {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, transparent, #ff1fa8 20%, #ff7ccb 50%, #ff1fa8 80%, transparent);
  opacity: 0.9;
}

.hcf-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 78px 28px 0;
}

/* ----- main grid: brand + nav columns ----- */
.hcf-grid {
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1.25fr;
  gap: 48px;
}

/* ----- brand column ----- */
.hcf-brand-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  margin-bottom: 22px;
}
.hcf-brand-logo img {
  height: 52px;
  width: auto;
  /* invert the black mark to crisp white on the dark background */
  filter: brightness(0) invert(1);
}
.hcf-brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.hcf-brand-name b {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #ffffff;
}
.hcf-brand-name span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff5cc1;
  margin-top: 3px;
}
.hcf-tagline {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
  max-width: 360px;
  margin: 0 0 26px;
}

/* contact rows */
.hcf-contact {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
}
.hcf-contact a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  transition: color 0.2s ease;
}
.hcf-contact a:hover { color: #ff5cc1; }
.hcf-ic {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: rgba(255, 31, 168, 0.12);
  border: 1px solid rgba(255, 31, 168, 0.28);
  color: #ff5cc1;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.hcf-contact a:hover .hcf-ic {
  background: #ff1fa8;
  border-color: #ff1fa8;
  color: #fff;
  box-shadow: 0 10px 22px -6px rgba(255, 31, 168, 0.6);
}
.hcf-ic svg { width: 18px; height: 18px; }

/* social pills */
.hcf-social { display: flex; gap: 12px; }
.hcf-social a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.hcf-social a:hover {
  background: #ff1fa8;
  border-color: #ff1fa8;
  transform: translateY(-4px);
  box-shadow: 0 16px 26px -10px rgba(255, 31, 168, 0.7);
}
.hcf-social svg { width: 20px; height: 20px; }

/* ----- nav columns ----- */
.hcf-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ff5cc1;
  margin: 6px 0 22px;
}
.hcf-links { display: flex; flex-direction: column; gap: 14px; }
.hcf-links a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15.5px;
  font-weight: 500;
  width: fit-content;
  padding-left: 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.hcf-links a::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #ff1fa8;
  transform: translateY(-50%);
  transition: width 0.2s ease;
}
.hcf-links a:hover {
  color: #ffffff;
  padding-left: 14px;
}
.hcf-links a:hover::before { width: 8px; }

/* ----- CTA column ----- */
.hcf-cta-card {
  background: linear-gradient(160deg, rgba(255, 31, 168, 0.16), rgba(255, 31, 168, 0.04));
  border: 1px solid rgba(255, 31, 168, 0.28);
  border-radius: 0;
  padding: 26px 24px;
}
.hcf-cta-card p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 18px;
}
.hcf-cta-btn {
  display: inline-block;
  background: #ff1fa8;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 100px;
  box-shadow: 0 18px 26px -14px rgba(255, 31, 168, 0.7);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hcf-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 34px -14px rgba(255, 31, 168, 0.8);
}

/* ----- divider + bottom bar ----- */
.hcf-divider {
  height: 1px;
  margin: 60px 0 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}
.hcf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 26px 0 34px;
}
.hcf-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.hcf-copy b { color: rgba(255, 255, 255, 0.78); font-weight: 700; }
.hcf-legal { display: flex; align-items: center; gap: 24px; }
.hcf-legal a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}
.hcf-legal a:hover { color: #ff5cc1; }
.hcf-heart { color: #ff1fa8; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991px) {
  .hcf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  .hcf-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .hcf-inner { padding-top: 56px; }
  .hcf-grid { grid-template-columns: 1fr; gap: 38px; }
  .hcf-tagline { max-width: none; }
  .hcf-bottom { flex-direction: column; align-items: flex-start; }
  .hcf-legal { flex-wrap: wrap; gap: 16px; }
}
