/**
 * VionaHosting footer — light Mertpin shell (matches panel / header)
 */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap");

body.corp-shell footer.corp-footer.vh-footer,
footer.corp-footer.vh-footer {
  --vh-f-bg: #f5f6fa;
  --vh-f-card: #ffffff;
  --vh-f-text: #0f172a;
  --vh-f-muted: #64748b;
  --vh-f-blue: #2563eb;
  --vh-f-blue-soft: #eef2ff;
  --vh-f-green: #11d377;
  --vh-f-border: rgba(15, 23, 42, 0.08);
  --vh-f-font: Gilroy, Manrope, "Segoe UI", sans-serif;

  position: relative !important;
  overflow: hidden !important;
  margin-top: 28px !important;
  padding: 0 0 96px !important;
  border: 0 !important;
  border-top: 0 !important;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(37, 99, 235, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(17, 211, 119, 0.07), transparent 50%),
    var(--vh-f-bg) !important;
  color: var(--vh-f-text) !important;
  font-family: var(--vh-f-font) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.corp-shell footer.corp-footer.vh-footer::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #11d377, #2563eb 45%, #3d5afe);
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__glow,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__glow--2 {
  display: none !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__wrap,
body.corp-shell footer.corp-footer.vh-footer .corp-footer__wrap,
body.corp-shell footer.corp-footer.vh-footer .container-xxl.corp-footer__wrap {
  position: relative !important;
  z-index: 1 !important;
  float: none !important;
  width: min(100% - 24px, 1320px) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 28px 12px 24px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}

/* Trust strip inside footer — keep cards spaced, never stuck */
body.corp-shell footer.corp-footer.vh-footer .vh-trust-bar {
  margin: 0 0 4px !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-trust-bar__item {
  min-width: 0 !important;
  margin: 0 !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__grid,
body.corp-shell footer.corp-footer.vh-footer .corp-footer__top {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1.15fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Remix icons — center glyphs inside boxes */
body.corp-shell footer.corp-footer.vh-footer [class^="ri-"],
body.corp-shell footer.corp-footer.vh-footer [class*=" ri-"] {
  font-family: remixicon !important;
  font-style: normal !important;
  line-height: 1 !important;
  speak: never;
}

body.corp-shell footer.corp-footer.vh-footer i[class^="ri-"]::before,
body.corp-shell footer.corp-footer.vh-footer i[class*=" ri-"]::before {
  display: block !important;
  line-height: 1 !important;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__col,
body.corp-shell footer.corp-footer.vh-footer .corp-footer__brand,
body.corp-shell footer.corp-footer.vh-footer .corp-footer__section {
  background: var(--vh-f-card) !important;
  border: 1px solid var(--vh-f-border) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05) !important;
  padding: 20px 18px !important;
  opacity: 1 !important;
  transform: none !important;
  min-width: 0 !important;
}

/* Brand */
body.corp-shell footer.corp-footer.vh-footer .vh-footer__brand,
body.corp-shell footer.corp-footer.vh-footer .corp-footer__brand-mark {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__brand-icon,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__brand-icon {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  flex: 0 0 46px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #2563eb, #3d5afe) !important;
  border: 0 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28) !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__brand-icon i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  color: #fff !important;
  font-family: remixicon !important;
  font-style: normal !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__eyebrow,
body.corp-shell footer.corp-footer.vh-footer .corp-footer__eyebrow {
  display: block !important;
  margin: 0 0 3px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #2563eb !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__title,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--vh-f-text) !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__desc,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__desc {
  margin: 0 0 14px !important;
  color: var(--vh-f-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  max-width: 36ch !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

body.corp-shell footer.corp-footer.vh-footer a.corp-footer__cta,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
  color: #fff !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.corp-shell footer.corp-footer.vh-footer a.corp-footer__cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35) !important;
  color: #fff !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__meta-pill,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
  background: rgba(17, 211, 119, 0.1) !important;
  border: 1px solid rgba(17, 211, 119, 0.28) !important;
  color: #047857 !important;
  font-size: 0.82rem !important;
  line-height: 1 !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__meta-pill i {
  display: block !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  color: #11d377 !important;
  font-family: remixicon !important;
  font-style: normal !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__meta-pill strong {
  color: #065f46 !important;
  font-weight: 800 !important;
}

/* Headings */
body.corp-shell footer.corp-footer.vh-footer .corp-footer__section-title,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__heading {
  margin: 0 0 12px !important;
  padding: 0 0 0 14px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: var(--vh-f-text) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  position: relative !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #11d377, #2563eb);
}

/* Links */
body.corp-shell footer.corp-footer.vh-footer .corp-footer__links,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 2px !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__links li + li {
  margin: 0 !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__links a {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 34px !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  border-radius: 10px !important;
  color: #475569 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__link-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #2563eb !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  font-family: remixicon !important;
  font-style: normal !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  transition: transform 0.18s ease !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__links a span {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__links a:hover {
  color: #0f172a !important;
  background: var(--vh-f-blue-soft) !important;
  transform: translateX(3px) !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__links a:hover .corp-footer__link-icon {
  transform: translateX(2px) !important;
}

/* Contact — tight uniform rows */
body.corp-shell footer.corp-footer.vh-footer .corp-footer__contact-list,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__contact-item,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-item {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  min-height: 44px !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  border: 1px solid var(--vh-f-border) !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: background 0.18s ease, border-color 0.18s ease !important;
}

body.corp-shell footer.corp-footer.vh-footer a.vh-footer__contact-item:hover {
  background: var(--vh-f-blue-soft) !important;
  border-color: rgba(37, 99, 235, 0.22) !important;
  transform: none !important;
  color: inherit !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__contact-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border: 1px solid rgba(37, 99, 235, 0.12) !important;
  color: #2563eb !important;
  box-shadow: none !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__contact-icon i {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: #2563eb !important;
  font-family: remixicon !important;
  font-style: normal !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__contact-icon i::before {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
  margin: 0 !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-item:nth-child(2) .corp-footer__contact-icon,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-item:nth-child(2) .corp-footer__contact-icon i,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-item:nth-child(2) .corp-footer__contact-icon i::before {
  color: #11d377 !important;
  border-color: rgba(17, 211, 119, 0.22) !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-text strong {
  display: block !important;
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-text small {
  display: block !important;
  color: #64748b !important;
  font-size: 0.8rem !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.corp-shell footer.corp-footer.vh-footer .vh-footer__contact-item.is-static .vh-footer__contact-text small {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__section:last-child {
  padding: 16px 14px !important;
}

/* Bottom bar — spaced from cards above */
body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__bottom {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  min-height: 56px !important;
  background: var(--vh-f-card) !important;
  border: 1px solid var(--vh-f-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.03) !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  justify-self: start !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid var(--vh-f-border) !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-weight: 700 !important;
  font-size: 0.76rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom-links a:hover {
  background: var(--vh-f-blue-soft) !important;
  border-color: rgba(37, 99, 235, 0.3) !important;
  color: #2563eb !important;
  transform: translateY(-1px) !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__copy,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__copy {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #64748b !important;
  font-size: 0.74rem !important;
  text-align: center !important;
  line-height: 1.3 !important;
  justify-self: center !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__social,
body.corp-shell footer.corp-footer.vh-footer .vh-footer__social {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  justify-self: end !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__social a {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8fafc !important;
  border: 1px solid var(--vh-f-border) !important;
  color: #0f172a !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__social a i {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
  color: inherit !important;
  font-family: remixicon !important;
  font-style: normal !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__social a i::before {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
}

body.corp-shell footer.corp-footer.vh-footer .corp-footer__social a:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #2563eb, #11d377) !important;
  border-color: transparent !important;
  color: #fff !important;
}

/* WhatsApp FAB — clear of footer social row */
body.corp-shell .wp-destek-fab {
  bottom: 28px !important;
  right: 22px !important;
  z-index: 40 !important;
}

@media (min-width: 992px) {
  body.corp-shell .wp-destek-fab {
    bottom: 36px !important;
  }
}

@media (max-width: 991.98px) {
  body.corp-shell footer.corp-footer.vh-footer .vh-footer__grid,
  body.corp-shell footer.corp-footer.vh-footer .corp-footer__top {
    grid-template-columns: 1fr 1fr !important;
  }

  body.corp-shell footer.corp-footer.vh-footer .corp-footer__brand {
    grid-column: 1 / -1 !important;
  }

  body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom-links.d-none {
    display: none !important;
  }

  body.corp-shell footer.corp-footer.vh-footer .corp-footer__link-icon {
    display: inline-flex !important;
  }
}

@media (max-width: 767.98px) {
  body.corp-shell footer.corp-footer.vh-footer {
    padding-bottom: 88px !important;
  }

  body.corp-shell footer.corp-footer.vh-footer .vh-footer__grid,
  body.corp-shell footer.corp-footer.vh-footer .corp-footer__top {
    grid-template-columns: 1fr !important;
  }

  body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  body.corp-shell footer.corp-footer.vh-footer .corp-footer__bottom-links,
  body.corp-shell footer.corp-footer.vh-footer .corp-footer__copy,
  body.corp-shell footer.corp-footer.vh-footer .corp-footer__social {
    justify-self: center !important;
  }
}
