/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  width: 100%;
}

.footer__container {
  position: relative;
}

/* ---- Background bars (decorative, behind content) ---- */
.footer__bars-bg {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  height: 600px;
}

.footer__bar {
  position: absolute;
  left: 0;
}

.footer__bar--orange {
  top: 0;
  width: 100%;
  height: 600px;
  background: var(--yellow-600);
}

.footer__bar--green {
  top: 132px;
  width: 80.35%; /* 1141/1420 */
  height: 468px;
  background: var(--green-800);
}

.footer__bar--blue {
  top: 235px;
  width: 61.55%; /* 874/1420 */
  height: 365px;
  background: var(--blue-200);
}

.footer__bar--white {
  top: 353px;
  width: 41.62%; /* 591/1420 */
  height: 247px;
  background: var(--base-100);
}

/* ---- Content (on top of bars) ---- */
.footer__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

/* ---- Info bar ---- */
.footer__info {
  background: var(--base-100);
  padding: 0 20px;
  width: 100%;
}

.footer__info-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  width: 100%;
}

.footer__info-left {
  display: flex;
  gap: 68px;
  align-items: center;
}

.footer__info-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.footer__info-text {
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 1rem; /* 16px */
  line-height: 1.5;
  letter-spacing: -0.08px;
  color: var(--green-1200);
  white-space: nowrap;
}

.footer__info-link-arrow {
  font-family: var(--font-inter);
  font-weight: var(--fw-medium);
  line-height: 1.5;
}

.footer__partner-logo {
  height: 50px;
  width: 105.846px;
  flex-shrink: 0;
  overflow: hidden;
}

.footer__partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---- Decoration (Leene text + corner mark) ---- */
.footer__decoration {
  position: relative;
  width: 100%;
  height: 599.482px;
}

.footer__leene-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 33.06%; /* 469.423/1420 */
  /* preserve aspect ratio */
  aspect-ratio: 469.423 / 119.323;
}

.footer__leene-text img {
  width: 100%;
  height: 100%;
}

.footer__corner-mark {
  position: absolute;
  right: 20px;
  top: 21px;
  width: 5.37%; /* 76.222/1420 */
  aspect-ratio: 76.222 / 117.478;
}

.footer__corner-mark img {
  width: 100%;
  height: 100%;
}

/* ---- Bottom bar ---- */
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: var(--blue-400);
  font-family: var(--font-primary);
  font-weight: var(--fw-medium);
  font-size: 0.875rem; /* 14px */
  line-height: 1.2;
  letter-spacing: -0.07px;
  color: var(--green-1200);
  white-space: nowrap;
  width: 100%;
}

.footer__bottom-links {
  display: flex;
  gap: 40px;
  align-items: center;
}
