/* AB SB Footer widget styles
   Default design generated from the provided Artisan dark footer HTML. */

.ab-sb-footer-widget,
.ab-sb-footer-widget * {
  box-sizing: border-box;
}

.ab-sb-footer-widget {
  width: 100%;
  --adf-container-width: 1180px;
}

.ab-sb-footer-widget .artisan-dark-footer {
  --adf-primary: #1961A9;
  --adf-primary-light: #6BBEFF;
  --adf-bg: #050A12;
  --adf-bg-2: #081523;
  --adf-card: rgba(255, 255, 255, 0.065);
  --adf-card-2: rgba(255, 255, 255, 0.095);
  --adf-border: rgba(255, 255, 255, 0.12);
  --adf-border-blue: rgba(107, 190, 255, 0.28);
  --adf-text: #FFFFFF;
  --adf-muted: rgba(255, 255, 255, 0.66);
  --adf-muted-soft: rgba(255, 255, 255, 0.44);
  --adf-social-icon-color: #FFFFFF;
  --adf-social-hover-icon-color: #FFFFFF;
  --adf-social-box-size: 42px;
  --adf-social-icon-size: 18px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 110px) 20px 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(25, 97, 169, 0.35), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(107, 190, 255, 0.14), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(25, 97, 169, 0.17), transparent 36%),
    linear-gradient(135deg, var(--adf-bg) 0%, var(--adf-bg-2) 50%, #03060B 100%);
  color: var(--adf-text);
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

.ab-sb-footer-widget .artisan-dark-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 80%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 80%);
  pointer-events: none;
}

.ab-sb-footer-widget .artisan-dark-footer::after {
  content: "";
  position: absolute;
  right: -260px;
  top: -240px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 190, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.ab-sb-footer-widget .adf-container {
  width: min(var(--adf-container-width), 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ab-sb-footer-widget .adf-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--adf-border-blue);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 88% 10%, rgba(25, 97, 169, 0.30), transparent 42%);
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.ab-sb-footer-widget .adf-cta-panel::before {
  content: attr(data-watermark);
  position: absolute;
  right: 28px;
  bottom: -14px;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(62px, 10vw, 138px);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.85;
  pointer-events: none;
}

.ab-sb-footer-widget .adf-cta-content,
.ab-sb-footer-widget .adf-cta-actions {
  position: relative;
  z-index: 1;
}

.ab-sb-footer-widget .adf-cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 14px;
  color: var(--adf-primary-light);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ab-sb-footer-widget .adf-cta-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: var(--adf-primary-light);
}

.ab-sb-footer-widget .adf-cta-title {
  position: relative;
  max-width: 760px;
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(32px, 4.6vw, 62px);
  font-weight: 900;
  letter-spacing: 0.7px;
  line-height: 0.98;
}

.ab-sb-footer-widget .adf-cta-title span {
  color: var(--adf-primary-light);
}

.ab-sb-footer-widget .adf-cta-text {
  position: relative;
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--adf-muted);
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 460;
  line-height: 1.75;
}

.ab-sb-footer-widget .adf-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ab-sb-footer-widget .adf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.ab-sb-footer-widget .adf-btn-primary {
  border: 1px solid rgba(107, 190, 255, 0.42);
  background: var(--adf-primary);
  box-shadow: 0 18px 36px rgba(25, 97, 169, 0.30);
}

.ab-sb-footer-widget .adf-btn-secondary {
  border: 1px solid var(--adf-border);
  background: rgba(255, 255, 255, 0.07);
}

.ab-sb-footer-widget .adf-btn:hover {
  transform: translateY(-3px);
}

.ab-sb-footer-widget .adf-btn-primary:hover {
  background: #FFFFFF;
  color: var(--adf-primary);
}

.ab-sb-footer-widget .adf-btn-secondary:hover {
  border-color: rgba(107, 190, 255, 0.34);
  background: rgba(107, 190, 255, 0.12);
}



.ab-sb-footer-widget .adf-footer-forms-wrap {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 5vw, 58px) 0 0;
}

.ab-sb-footer-widget .adf-form-alert {
  width: 100%;
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.ab-sb-footer-widget .adf-form-alert-success {
  border: 1px solid rgba(107, 190, 255, 0.35);
  background: rgba(25, 97, 169, 0.18);
  color: var(--adf-primary-light);
}

.ab-sb-footer-widget .adf-form-alert-error {
  border: 1px solid rgba(255, 99, 99, 0.35);
  background: rgba(255, 99, 99, 0.12);
  color: #ffb0b0;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--adf-border-blue);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    radial-gradient(circle at 100% 0%, rgba(25, 97, 169, 0.25), transparent 46%);
  color: var(--adf-text);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(107, 190, 255, 0.085), transparent 48%);
  pointer-events: none;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_heading,
.ab-sb-footer-widget .artsvc_lumen_bottom_form_grid,
.ab-sb-footer-widget .artsvc_lumen_bottom_form_submit {
  position: relative;
  z-index: 1;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_accent {
  width: 5px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--adf-primary-light);
  box-shadow: 0 0 24px rgba(107, 190, 255, 0.45);
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_title {
  margin: 0;
  color: #FFFFFF;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
  letter-spacing: -0.03em;
  line-height: 1.16;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_group {
  min-width: 0;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_group_full {
  grid-column: 1 / -1;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_label {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.ab-sb-footer-widget .artsvc_lumen_required_mark {
  margin-left: 3px;
  color: var(--adf-primary-light);
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_field {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--adf-border);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.065);
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_field::placeholder {
  color: var(--adf-muted-soft);
  opacity: 1;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_field:focus {
  border-color: rgba(107, 190, 255, 0.62);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 4px rgba(107, 190, 255, 0.09);
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_shell.is-validated .artsvc_lumen_bottom_form_field:invalid {
  border-color: rgba(255, 99, 99, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 99, 99, 0.09);
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_textarea {
  min-height: 124px;
  resize: vertical;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--adf-primary-light) 50%),
    linear-gradient(135deg, var(--adf-primary-light) 50%, transparent 50%);
  background-position:
    calc(100% - 21px) calc(50% + 1px),
    calc(100% - 15px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_select option {
  background: #0B1725;
  color: #FFFFFF;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_submit {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 0;
  padding: 15px 24px;
  border: 1px solid rgba(107, 190, 255, 0.42);
  border-radius: 999px;
  background: var(--adf-primary);
  color: #FFFFFF;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  box-shadow: 0 17px 38px rgba(0, 0, 0, 0.26);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_submit:hover,
.ab-sb-footer-widget .artsvc_lumen_bottom_form_submit:focus-visible {
  transform: translateY(-2px);
  background: #FFFFFF;
  color: var(--adf-primary);
  box-shadow: 0 21px 46px rgba(0, 0, 0, 0.32);
  outline: none;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_submit:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_spinner {
  width: 17px;
  height: 17px;
  display: none;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: ab-sb-footer-form-spin 0.72s linear infinite;
}

.ab-sb-footer-widget .artsvc_lumen_bottom_form_shell.is-submitting .artsvc_lumen_bottom_form_spinner {
  display: inline-block;
}

.ab-sb-footer-widget .artsvc_lumen_honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@keyframes ab-sb-footer-form-spin {
  to { transform: rotate(360deg); }
}

html.artsvc-lumen-popup-open {
  overflow: hidden;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup[hidden] {
  display: none;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 7, 13, 0.72);
  backdrop-filter: blur(9px);
}

.ab-sb-footer-widget .artsvc_lumen_form_popup_card {
  width: min(440px, 100%);
  position: relative;
  padding: 36px 30px 30px;
  border: 1px solid var(--adf-border-blue);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045)),
    #081523;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.52);
  animation: ab-sb-footer-popup-in 0.25s ease both;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup_close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 0;
  border: 1px solid var(--adf-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup_icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(25, 97, 169, 0.22);
  color: var(--adf-primary-light);
  font-size: 30px;
  font-weight: 900;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup.is-error .artsvc_lumen_form_popup_icon {
  background: rgba(255, 99, 99, 0.13);
  color: #ffb0b0;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup_title {
  display: block;
  margin: 0 0 8px;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.ab-sb-footer-widget .artsvc_lumen_form_popup_message {
  margin: 0;
  color: var(--adf-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

@keyframes ab-sb-footer-popup-in {
  from { opacity: 0; transform: translateY(14px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.ab-sb-footer-widget .adf-main {
  display: grid;
  grid-template-columns: minmax(270px, 1.05fr) minmax(130px, 0.52fr) minmax(130px, 0.52fr) minmax(270px, 0.9fr);
  gap: clamp(26px, 4vw, 58px);
  padding: clamp(46px, 6vw, 78px) 0;
}

.ab-sb-footer-widget .adf-brand {
  max-width: 390px;
}

.ab-sb-footer-widget .adf-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  margin: 0 0 22px;
  text-decoration: none;
}

.ab-sb-footer-widget .adf-logo {
  width: 100%;
  height: auto;
  display: block;
  max-height: 78px;
  object-fit: contain;
}

.ab-sb-footer-widget .adf-brand-text {
  margin: 0;
  color: var(--adf-muted);
  font-size: 15px;
  font-weight: 450;
  line-height: 1.78;
}

.ab-sb-footer-widget .adf-contact-card {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ab-sb-footer-widget .adf-contact-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--adf-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.ab-sb-footer-widget .adf-contact-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(25, 97, 169, 0.20);
  color: var(--adf-primary-light);
}

.ab-sb-footer-widget .adf-contact-icon svg,
.ab-sb-footer-widget .adf-contact-icon i,
.ab-sb-footer-widget .adf-fallback-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ab-sb-footer-widget .adf-fallback-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.ab-sb-footer-widget .adf-contact-label {
  display: block;
  margin-bottom: 4px;
  color: var(--adf-muted-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.ab-sb-footer-widget .adf-contact-link,
.ab-sb-footer-widget .adf-contact-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.ab-sb-footer-widget .adf-contact-link:hover {
  color: var(--adf-primary-light);
}

.ab-sb-footer-widget .adf-col-title {
  margin: 0 0 18px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 820;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ab-sb-footer-widget .adf-col-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin-top: 11px;
  border-radius: 999px;
  background: var(--adf-primary-light);
}

.ab-sb-footer-widget .adf-links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ab-sb-footer-widget .adf-links a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  color: var(--adf-muted);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.ab-sb-footer-widget .adf-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(107, 190, 255, 0.40);
  transition: background 0.25s ease, transform 0.25s ease;
}

.ab-sb-footer-widget .adf-links a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.ab-sb-footer-widget .adf-links a:hover::before {
  background: var(--adf-primary-light);
  transform: scale(1.25);
}

.ab-sb-footer-widget .adf-newsletter-column {
  min-width: 270px;
}

.ab-sb-footer-widget .adf-newsletter {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--adf-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 100% 0%, rgba(25, 97, 169, 0.20), transparent 42%);
}

.ab-sb-footer-widget .adf-newsletter-text {
  margin: 0 0 16px;
  color: var(--adf-muted);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.65;
}

.ab-sb-footer-widget .adf-form {
  display: grid;
  gap: 10px;
}

.ab-sb-footer-widget .adf-input {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid var(--adf-border);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.065);
  color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
}

.ab-sb-footer-widget .adf-input::placeholder {
  color: var(--adf-muted-soft);
}

.ab-sb-footer-widget .adf-input:focus {
  border-color: rgba(107, 190, 255, 0.42);
}

.ab-sb-footer-widget .adf-submit {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(107, 190, 255, 0.36);
  border-radius: 999px;
  background: var(--adf-primary);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 760;
  font-family: inherit;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ab-sb-footer-widget .adf-submit:hover {
  transform: translateY(-2px);
  background: #FFFFFF;
  color: var(--adf-primary);
}

.ab-sb-footer-widget .adf-newsletter-form.is-submitting .adf-submit,
.ab-sb-footer-widget .adf-newsletter-form .adf-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.ab-sb-footer-widget .adf-newsletter-form.is-submitting .adf-input {
  pointer-events: none;
}

.ab-sb-footer-widget .adf-socials {
  display: grid;
  grid-template-columns: repeat(4, var(--adf-social-box-size));
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 18px;
}

.ab-sb-footer-widget .adf-social {
  width: var(--adf-social-box-size);
  height: var(--adf-social-box-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--adf-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--adf-social-icon-color) !important;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.ab-sb-footer-widget .adf-social svg,
.ab-sb-footer-widget .adf-social i {
  width: var(--adf-social-icon-size);
  height: var(--adf-social-icon-size);
  font-size: var(--adf-social-icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--adf-social-icon-color) !important;
  fill: var(--adf-social-icon-color) !important;
}

.ab-sb-footer-widget .adf-social svg *,
.ab-sb-footer-widget .adf-social i::before {
  color: var(--adf-social-icon-color) !important;
  fill: var(--adf-social-icon-color) !important;
}

.ab-sb-footer-widget .adf-social:hover,
.ab-sb-footer-widget .adf-social:hover i,
.ab-sb-footer-widget .adf-social:hover i::before,
.ab-sb-footer-widget .adf-social:hover svg,
.ab-sb-footer-widget .adf-social:hover svg * {
  color: var(--adf-social-hover-icon-color) !important;
  fill: var(--adf-social-hover-icon-color) !important;
}

.ab-sb-footer-widget .adf-contact-icon svg * {
  color: inherit;
  stroke: currentColor;
}

.ab-sb-footer-widget .adf-social:hover {
  transform: translateY(-3px);
  border-color: rgba(107, 190, 255, 0.38);
  background: rgba(25, 97, 169, 0.24);
}

.ab-sb-footer-widget .adf-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--adf-border);
  background: rgba(0, 0, 0, 0.16);
  margin-left: -20px;
  margin-right: -20px;
}

.ab-sb-footer-widget .adf-bottom-inner {
  width: min(var(--adf-container-width), 100%);
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto;
  padding: 18px 20px;
}

.ab-sb-footer-widget .adf-copyright {
  margin: 0;
  color: var(--adf-muted-soft);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.45;
}

.ab-sb-footer-widget .adf-bottom-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ab-sb-footer-widget .adf-bottom-links a {
  color: var(--adf-muted-soft);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.35;
  text-decoration: none;
}

.ab-sb-footer-widget .adf-bottom-links a:hover {
  color: #FFFFFF;
}

@media (max-width: 1050px) {
  .ab-sb-footer-widget .adf-cta-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ab-sb-footer-widget .adf-cta-actions {
    justify-content: flex-start;
  }

  .ab-sb-footer-widget .adf-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .ab-sb-footer-widget .adf-brand {
    grid-column: 1 / -1;
    max-width: 720px;
  }
}

@media (max-width: 930px) and (min-width: 761px) {
  .ab-sb-footer-widget .adf-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-sb-footer-widget .adf-brand {
    grid-column: 1 / -1;
  }

  .ab-sb-footer-widget .adf-newsletter-column {
    min-width: 0 !important;
  }
}

@media (max-width: 760px) {
  .ab-sb-footer-widget .artisan-dark-footer {
    padding-top: 54px;
  }

  .ab-sb-footer-widget .adf-cta-panel {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .ab-sb-footer-widget .adf-cta-title {
    font-size: clamp(32px, 10vw, 48px);
  }

  .ab-sb-footer-widget .adf-cta-actions,
  .ab-sb-footer-widget .adf-btn {
    width: 100%;
  }

  .ab-sb-footer-widget .adf-main {
    grid-template-columns: 1fr;
    padding: 44px 0;
  }

  .ab-sb-footer-widget .adf-newsletter-column {
    width: 100%;
    min-width: 0 !important;
  }

  .ab-sb-footer-widget .artsvc_lumen_bottom_form_grid {
    grid-template-columns: 1fr;
  }

  .ab-sb-footer-widget .artsvc_lumen_bottom_form_group,
  .ab-sb-footer-widget .artsvc_lumen_bottom_form_group_full {
    grid-column: 1 / -1;
  }

  .ab-sb-footer-widget .adf-logo-link {
    max-width: 190px;
  }

  .ab-sb-footer-widget .adf-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .ab-sb-footer-widget .adf-contact-item {
    grid-template-columns: 1fr;
  }

  .ab-sb-footer-widget .adf-bottom-links {
    gap: 12px;
  }
}
