.elementor-42 .elementor-element.elementor-element-ba665e4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-54f999b */:root {
  --atm-brand: #D34E13;
  --atm-brand-dark: #B8440F;
  --atm-black: #121212;
  --atm-white: #FFFFFF;
  --atm-light: #E4E5E9;
  --atm-dark-grey: #3B3B3B;
}

.atm-site-footer,
.atm-site-footer * {
  box-sizing: border-box;
}

.atm-site-footer {
  position: relative;
  overflow: hidden;
  background: #121212;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Geist", "Inter", "Segoe UI", Arial, sans-serif;
}

.atm-footer-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

/* TOP CTA */

.atm-footer-top {
  position: relative;
  padding: 70px 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(211, 78, 19, 0.26), transparent 30%),
    radial-gradient(circle at 88% 50%, rgba(211, 78, 19, 0.12), transparent 32%),
    linear-gradient(135deg, #181818 0%, #121212 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.atm-footer-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.atm-footer-cta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
}

.atm-footer-cta-content span {
  display: inline-block;
  margin-bottom: 12px;
  color: #FFB797;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.atm-footer-cta-content h2 {
  margin: 0;
  max-width: 780px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.atm-footer-cta-content p {
  margin: 18px 0 0;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.atm-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.atm-footer-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.atm-footer-btn:hover {
  transform: translateY(-2px);
}

.atm-footer-btn-main {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--atm-brand), var(--atm-brand-dark));
  box-shadow: 0 16px 34px rgba(211, 78, 19, 0.28);
}

.atm-footer-btn-main:hover {
  box-shadow: 0 20px 42px rgba(211, 78, 19, 0.36);
}

.atm-footer-btn-ghost {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.atm-footer-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.10);
}

/* MAIN FOOTER */

.atm-footer-main {
  position: relative;
  padding: 72px 0 28px;
  background:
    radial-gradient(circle at 92% 0%, rgba(211, 78, 19, 0.08), transparent 26%),
    linear-gradient(180deg, #141414 0%, #101010 100%);
}

.atm-footer-main::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(211, 78, 19, 0.08);
  filter: blur(30px);
  pointer-events: none;
}

.atm-footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 0.85fr 0.7fr 1fr;
  gap: 34px;
}

.atm-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
}

.atm-footer-logo img {
  width: 170px;
  height: auto;
  display: block;
}

.atm-footer-brand p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.85;
}

.atm-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.atm-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1;
}

.atm-footer-col h3 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.atm-footer-col a {
  display: block;
  width: fit-content;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
  transition: color 0.22s ease, transform 0.22s ease;
}

.atm-footer-col a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.atm-footer-contact p {
  margin: 18px 0 0;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.8;
}

.atm-footer-contact-link {
  display: flex !important;
  align-items: center;
  gap: 11px;
}

.atm-footer-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(211, 78, 19, 0.14);
  color: #FFB797;
  font-weight: 900;
  font-size: 15px;
}

/* BOTTOM */

.atm-footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 58px;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.atm-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  line-height: 1.5;
}

.atm-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.atm-footer-legal a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.22s ease;
}

.atm-footer-legal a:hover {
  color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .atm-footer-grid {
    grid-template-columns: 1.35fr 0.8fr 0.9fr;
  }

  .atm-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  .atm-footer-cta {
    grid-template-columns: 1fr;
  }

  .atm-footer-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .atm-footer-container {
    width: min(100% - 24px, 1240px);
  }

  .atm-footer-top {
    padding: 58px 0;
  }

  .atm-footer-cta-content h2 {
    font-size: clamp(31px, 9vw, 44px);
  }

  .atm-footer-cta-content p {
    font-size: 16px;
  }

  .atm-footer-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .atm-footer-btn {
    width: 100%;
  }

  .atm-footer-main {
    padding: 58px 0 24px;
  }

  .atm-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .atm-footer-logo img {
    width: 155px;
  }

  .atm-footer-col a {
    width: 100%;
  }

  .atm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 42px;
  }

  .atm-footer-legal {
    gap: 12px 18px;
  }
}

@media (max-width: 430px) {
  .atm-footer-top {
    padding: 50px 0;
  }

  .atm-footer-badges {
    flex-direction: column;
  }

  .atm-footer-badges span {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */