/* BigOffGrid Footer Pro */
.bog-footer-pro,
.bog-footer-pro * {
  box-sizing: border-box;
}

.bog-footer-pro {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 3%, rgba(18,183,232,.22), transparent 30%),
    radial-gradient(circle at 12% 30%, rgba(18,183,232,.10), transparent 28%),
    var(--bog-footer-primary, #061d36);
  color: #d8e8f4;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: 76px 0 26px;
}

.bog-footer-bg-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.bog-footer-container {
  width: min(var(--bog-footer-container, 1240px), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bog-footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding-bottom: 30px;
}

.bog-footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--bog-footer-accent, #12b7e8);
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.bog-footer-kicker span {
  width: 10px;
  height: 10px;
  background: var(--bog-footer-accent, #12b7e8);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(18,183,232,.15);
}

.bog-footer-hero h2 {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: .94;
  letter-spacing: -.06em;
  max-width: 760px;
  margin: 0 0 18px;
  font-weight: 950;
}

.bog-footer-hero p {
  max-width: 720px;
  color: #b8cad7;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.bog-footer-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.bog-footer-primary,
.bog-footer-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}

.bog-footer-primary {
  background: #fff;
  color: #061d36;
}

.bog-footer-secondary {
  background: rgba(255,255,255,.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
}

.bog-footer-chips {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 22px 0 34px;
}

.bog-footer-chips span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #cfe5f2;
  font-size: 12px;
  font-weight: 900;
}

.bog-footer-main {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.bog-footer-brand-area {
  min-width: 0;
}

.bog-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.bog-footer-brand img {
  max-width: 230px;
  max-height: 72px;
  height: auto;
  display: block;
}

.bog-footer-mark {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #1fc6f5, #084b72 56%, #052743);
  color: #fff;
  border: 4px solid rgba(18,183,232,.25);
  font-weight: 950;
}

.bog-footer-brand strong {
  font-size: 28px;
  letter-spacing: -.04em;
}

.bog-footer-description {
  color: #b8cad7;
  line-height: 1.8;
  font-size: 14px;
  margin: 0 0 22px;
}

.bog-footer-company-card,
.bog-footer-info-box {
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 14px;
  box-shadow: 0 20px 44px rgba(0,0,0,.13);
}

.bog-footer-company-card strong,
.bog-footer-info-box strong {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.bog-footer-company-card span,
.bog-footer-info-box p {
  display: block;
  color: #c0d2df;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 8px;
}

.bog-footer-company-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.bog-footer-company-buttons a,
.bog-footer-social a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 8px 11px;
}

.bog-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.bog-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 46px;
}

.bog-footer-col h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 950;
  margin: 0 0 18px;
}

.bog-footer-col a {
  display: block;
  color: #cfe0eb;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 11px;
  font-weight: 700;
}

.bog-footer-col a:hover {
  color: var(--bog-footer-accent, #12b7e8);
}

.bog-footer-legal-notice {
  margin-top: 48px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: 18px;
  color: #b9ccda;
  font-size: 13px;
  line-height: 1.65;
}

.bog-footer-bottom {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.11);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #adc2d0;
  font-size: 12px;
}

.bog-footer-pro.is-admin-preview {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 22px;
}

@media (max-width: 1180px) {
  .bog-footer-main {
    grid-template-columns: 1fr;
  }

  .bog-footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .bog-footer-pro {
    padding-top: 54px;
  }

  .bog-footer-hero {
    grid-template-columns: 1fr;
  }

  .bog-footer-actions {
    flex-wrap: wrap;
  }

  .bog-footer-chips {
    grid-template-columns: repeat(2, 1fr);
  }

  .bog-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bog-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .bog-footer-container {
    width: min(100% - 28px, var(--bog-footer-container, 1240px));
  }

  .bog-footer-chips,
  .bog-footer-columns {
    grid-template-columns: 1fr;
  }

  .bog-footer-hero h2 {
    font-size: 36px;
  }
}


/* v1.0.1 BigOffGrid nature / pastel green design system */
.bog-footer-pro {
  background:
    radial-gradient(circle at 78% 3%, rgba(191,232,197,.24), transparent 30%),
    radial-gradient(circle at 12% 30%, rgba(169,223,176,.14), transparent 28%),
    linear-gradient(180deg, #173826 0%, #102C1E 100%) !important;
  color: #ddefdf !important;
}

.bog-footer-kicker {
  color: #BFE8C5 !important;
}

.bog-footer-kicker span {
  background: #BFE8C5 !important;
  box-shadow: 0 0 0 5px rgba(191,232,197,.18) !important;
}

.bog-footer-hero h2 {
  color: #fbfffb !important;
}

.bog-footer-hero p,
.bog-footer-description,
.bog-footer-company-card span,
.bog-footer-info-box p,
.bog-footer-legal-notice,
.bog-footer-bottom {
  color: #d0e5d2 !important;
}

.bog-footer-primary {
  background: #EAF8EA !important;
  color: #173826 !important;
}

.bog-footer-secondary {
  background: rgba(191,232,197,.10) !important;
  color: #fbfffb !important;
  border-color: rgba(191,232,197,.20) !important;
}

.bog-footer-chips span {
  background: rgba(191,232,197,.10) !important;
  border-color: rgba(191,232,197,.18) !important;
  color: #e5f6e7 !important;
}

.bog-footer-company-card,
.bog-footer-info-box,
.bog-footer-legal-notice {
  border-color: rgba(191,232,197,.16) !important;
  background: linear-gradient(180deg, rgba(191,232,197,.12), rgba(191,232,197,.06)) !important;
}

.bog-footer-company-buttons a,
.bog-footer-social a {
  background: rgba(191,232,197,.10) !important;
  border-color: rgba(191,232,197,.18) !important;
  color: #fbfffb !important;
}

.bog-footer-col h3 {
  color: #fbfffb !important;
}

.bog-footer-col a {
  color: #ddefdf !important;
}

.bog-footer-col a:hover {
  color: #BFE8C5 !important;
}
