/* footer bottom CTA shared styles */

.bottom-cta {
  position: relative;
  z-index: 3;
  overflow: visible;
  background: #ff5a08;
  color: #fff;
  padding-top: 78px;
  padding-bottom: 0;
}

.bottom-cta::before {
  content: none;
  display: none;
}

.bottom-cta__inner {
  position: relative;
  min-height: 178px;
  overflow: visible;
  display: flex;
  align-items: center;
}

.bottom-cta__assets {
  position: absolute;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.bottom-cta__asset {
  position: absolute;
  display: block;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.bottom-cta__asset--paw {
  left: -105px;
  top: 0;
  width: 76px;
  z-index: 7;
}

.bottom-cta__asset--like {
  left: 0;
  top: 65px;
  width: 176px;
  z-index: 5;
}

.bottom-cta__asset--corgi {
  left: 120px;
  bottom: -100px;
  width: 300px;
  z-index: 6;
}

.bottom-cta__asset--cloud,
.cta-dog,
.cta-bubble,
.mug,
.meters__paw-decor {
  display: none;
}

.bottom-cta__text,
.bottom-cta__content {
  position: relative;
  z-index: 8;
  margin-left: 340px;
  max-width: 560px;
}

.bottom-cta__text h2,
.bottom-cta__content h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

.bottom-cta__text p,
.bottom-cta__content p {
  margin: 8px 0 0;
  max-width: 520px;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.bottom-cta__buttons,
.bottom-cta__actions {
  position: relative;
  z-index: 8;
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.bottom-cta .social {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  background: rgba(255,255,255,.94);
  color: #2c2018;
}

.footer {
  position: relative;
  z-index: 4;
}

@media (max-width: 1200px) {
  .bottom-cta {
    padding-top: 68px;
  }

  .bottom-cta__asset--paw {
    left: -70px;
    top: 0;
  }

  .bottom-cta__asset--corgi {
    left: 112px;
    width: 270px;
  }

  .bottom-cta__text,
  .bottom-cta__content {
    margin-left: 340px;
  }
}

@media (max-width: 900px) {
  .bottom-cta {
    padding-top: 26px;
    overflow: hidden;
  }

  .bottom-cta__inner {
    min-height: 250px;
    padding-bottom: 18px;
    align-items: flex-end;
  }

  .bottom-cta__asset--paw {
    left: 12px;
    top: -8px;
    width: 52px;
  }

  .bottom-cta__asset--like {
    left: 10px;
    top: 16px;
    width: 135px;
  }

  .bottom-cta__asset--corgi {
    left: 50%;
    bottom: 88px;
    width: 205px;
    transform: translateX(-50%);
  }

  .bottom-cta__text,
  .bottom-cta__content {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .bottom-cta__text p,
  .bottom-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-cta__buttons,
  .bottom-cta__actions {
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .bottom-cta__inner {
    min-height: 270px;
  }

  .bottom-cta__asset--like {
    width: 128px;
  }

  .bottom-cta__asset--corgi {
    width: 180px;
    bottom: 102px;
  }

  .bottom-cta__text h2,
  .bottom-cta__content h2 {
    font-size: 24px;
  }
}

/* contact CTA removed */
.contact-cta,
[class*="contact-cta"] {
  display: none;
}

/* cta section orange removed */
.cta.section-orange,
.section-orange.cta {
  display: none;
}
