.footer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.82) 0 18%, transparent 42%),
    linear-gradient(180deg, #fffaf4 0%, var(--fdv-cream) 100%);
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 74px 0 0;
}

.footer-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 52px;
  color: var(--fdv-orange);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-kicker i {
  width: 58px;
  height: 2px;
  display: inline-block;
  background: var(--fdv-orange-light);
}

.footer-panel {
  width: 100%;
  min-height: 648px;
  padding: 46px max(42px, calc((100vw - 1640px) / 2));
  display: grid;
  grid-template-columns: minmax(290px, 1.16fr) minmax(225px, 0.78fr) minmax(330px, 1.08fr) minmax(320px, 1fr);
  border-top: 1px solid rgba(4, 20, 46, 0.08);
  border-bottom: 1px solid rgba(4, 20, 46, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(4, 20, 46, 0.07);
}

.footer-brand-column,
.footer-link-column,
.footer-info-column,
.footer-hours-column {
  min-width: 0;
  padding: 38px 34px;
}

.footer-brand-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-link-column,
.footer-info-column,
.footer-hours-column {
  border-left: 1px solid rgba(58, 62, 87, 0.12);
}

.footer-logo-link {
  width: 310px;
  display: block;
}

.footer-logo-link img {
  width: 100%;
  height: auto;
  filter: brightness(0) saturate(100%) invert(7%) sepia(40%) saturate(1812%) hue-rotate(190deg) brightness(94%) contrast(103%);
}

.footer-brand-tagline {
  margin: 12px 0 0;
  color: var(--fdv-orange);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-brand-divider {
  width: 56px;
  height: 2px;
  margin: 34px 0 30px;
  display: block;
  background: var(--fdv-orange);
}

.footer-brand-text {
  max-width: 390px;
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}

.footer-column-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.footer-column-title img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.footer-column-title h3 {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-link-list,
.footer-info-list,
.footer-hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-list li,
.footer-info-list li {
  position: relative;
  min-height: 57px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(58, 62, 87, 0.11);
}

.footer-link-list li:first-child,
.footer-info-list li:first-child {
  border-top: 0;
}

.footer-link-list li::before,
.footer-info-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--fdv-orange);
  content: "";
  transform: translateY(-50%);
}

.footer-link-list a,
.footer-info-list a {
  color: var(--fdv-navy-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-link-list a:hover,
.footer-info-list a:hover {
  color: var(--fdv-orange);
  transform: translateX(3px);
}

.footer-admin {
  margin-top: 70px;
  padding-top: 34px;
  border-top: 1px solid rgba(58, 62, 87, 0.12);
}

.footer-admin h4 {
  margin: 0 0 24px;
  color: var(--fdv-navy-text);
  font-size: 18px;
  font-weight: 800;
}

.footer-admin-link {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  color: var(--fdv-orange);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-admin-link img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-admin-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-admin-link:hover {
  color: #ff741d;
  transform: translateX(2px);
}

.footer-hours-box {
  padding: 18px 20px;
  border: 1px solid rgba(4, 20, 46, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
}

.footer-hours-list li {
  min-height: 43px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 52px 12px 52px;
  align-items: center;
  column-gap: 7px;
  border-top: 1px solid rgba(58, 62, 87, 0.11);
  color: var(--fdv-navy-text);
  font-size: 13px;
  font-weight: 700;
}

.footer-hours-list li:first-child {
  border-top: 0;
}

.footer-hours-list li::before {
  width: 6px;
  height: 6px;
  justify-self: center;
  border-radius: 999px;
  background: var(--fdv-orange);
  content: "";
}

.footer-hours-list .footer-time {
  text-align: center;
  font-weight: 500;
}

.footer-hours-list .footer-dash {
  color: var(--fdv-line);
  text-align: center;
  font-weight: 500;
}

.footer-hours-list .footer-closed {
  grid-column: 3 / 6;
  text-align: center;
  font-weight: 500;
}

.footer-whatsapp-button {
  width: 100%;
  min-height: 70px;
  margin-top: 36px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 9px;
  background: var(--fdv-orange);
  color: var(--fdv-white);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(253, 99, 0, 0.22);
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.footer-whatsapp-button img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-whatsapp-button:hover {
  background: #ff741d;
  box-shadow: 0 18px 34px rgba(253, 99, 0, 0.3);
  transform: translateY(-2px);
}

.footer-safe-note {
  margin-top: 20px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--fdv-navy-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.footer-safe-note img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-bottom {
  width: 100%;
  margin-top: 34px;
  min-height: 132px;
  padding: 0 max(43px, calc((100vw - 1608px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) 1px minmax(0, 1fr) 1px minmax(0, 0.92fr);
  align-items: center;
  column-gap: 64px;
  background: var(--fdv-navy-nav);
  color: var(--fdv-white);
}

.footer-bottom::before,
.footer-bottom::after {
  display: none;
}

.footer-bottom-brand,
.footer-bottom-copy,
.footer-bottom-trust {
  min-width: 0;
  display: flex;
  align-items: center;
}

.footer-bottom-brand {
  gap: 18px;
}

.footer-bottom-mark {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-mark::before {
  width: 34px;
  height: 34px;
  display: block;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 56% 56% 62% 62%;
  background:
    radial-gradient(circle at 50% 70%, var(--fdv-orange) 0 34%, transparent 36%),
    transparent;
  content: "";
  transform: rotate(45deg);
}

.footer-bottom-mark::after {
  position: absolute;
  left: 13px;
  top: 28px;
  width: 25px;
  height: 8px;
  border-top: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  content: "";
}

.footer-bottom-brand p,
.footer-bottom-copy p,
.footer-bottom-trust p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-bottom-brand span,
.footer-bottom-trust span {
  color: var(--fdv-orange);
}

.footer-bottom-copy {
  justify-content: center;
  text-align: center;
}

.footer-bottom-trust {
  justify-content: flex-end;
  text-align: right;
}

.footer-bottom-divider {
  width: 1px;
  height: 42px;
  background: var(--fdv-orange);
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .footer-inner {
    width: 100%;
    padding-top: 64px;
  }

  .footer-kicker {
    margin-bottom: 42px;
  }

  .footer-panel {
    min-height: 584px;
    padding: 36px 28px;
    grid-template-columns: minmax(238px, 1fr) minmax(190px, 0.8fr) minmax(282px, 1.08fr) minmax(288px, 1.04fr);
  }

  .footer-brand-column,
  .footer-link-column,
  .footer-info-column,
  .footer-hours-column {
    padding: 28px 18px;
  }

  .footer-logo-link {
    width: 260px;
  }

  .footer-brand-tagline {
    font-size: 21px;
  }

  .footer-brand-text {
    font-size: 15px;
  }

  .footer-column-title {
    gap: 12px;
    margin-bottom: 22px;
  }

  .footer-column-title img {
    width: 44px;
    height: 44px;
  }

  .footer-column-title h3 {
    font-size: 21px;
  }

  .footer-link-list li,
  .footer-info-list li {
    min-height: 49px;
    padding-left: 24px;
  }

  .footer-link-list a,
  .footer-info-list a {
    font-size: 16px;
  }

  .footer-admin {
    margin-top: 50px;
    padding-top: 28px;
  }

  .footer-admin-link {
    gap: 10px;
    font-size: 11.8px;
  }

  .footer-admin-link img {
    width: 28px;
    height: 28px;
  }

  .footer-hours-box {
    padding: 14px 15px;
  }

  .footer-hours-list li {
    min-height: 38px;
    grid-template-columns: 16px minmax(0, 1fr) 46px 10px 46px;
    column-gap: 5px;
    font-size: 11.7px;
  }

  .footer-whatsapp-button {
    min-height: 62px;
    margin-top: 28px;
    padding: 0 18px;
    gap: 12px;
    font-size: 16px;
  }

  .footer-whatsapp-button img {
    width: 30px;
    height: 30px;
  }

  .footer-safe-note {
    font-size: 12.5px;
  }

  .footer-bottom {
    min-height: 118px;
    padding: 0 max(28px, calc((100vw - 1240px) / 2));
    column-gap: 36px;
  }

  .footer-bottom-brand p,
  .footer-bottom-copy p,
  .footer-bottom-trust p {
    font-size: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 1179px) {
  .footer-panel {
    width: min(900px, calc(100% - 64px));
    min-height: 0;
    margin: 0 auto;
    padding: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(4, 20, 46, 0.08);
    border-radius: 18px;
  }

  .footer-brand-column,
  .footer-link-column,
  .footer-info-column,
  .footer-hours-column {
    padding: 28px;
  }

  .footer-link-column,
  .footer-info-column,
  .footer-hours-column {
    border-left: 0;
  }

  .footer-link-column,
  .footer-hours-column {
    border-left: 1px solid rgba(58, 62, 87, 0.12);
  }

  .footer-info-column,
  .footer-hours-column {
    border-top: 1px solid rgba(58, 62, 87, 0.12);
  }

  .footer-admin {
    margin-top: 34px;
  }

  .footer-bottom {
    margin-top: 42px;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 24px 42px;
    text-align: center;
  }

  .footer-bottom-brand,
  .footer-bottom-copy,
  .footer-bottom-trust {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom-divider {
    display: none;
  }
}
