/* =========================================
   SAM FOOTER
========================================= */

.sam-footer{
  background: #132436;
  border-radius: 24px;
  display: flex;
  padding: 90px 56px 88px;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.sam-footer *{
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.sam-footer__outer{
  width: 100%;
}

.sam-footer__inner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

/* =========================================
   TOP LINE
========================================= */

.sam-footer__line-wrap{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.sam-footer__line-svg{
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   HERO
========================================= */

.sam-footer__hero{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sam-footer__hero-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.sam-footer__hero-heading--line1{
  margin-bottom: 0;
}

.sam-footer__hero-heading--line2{
  margin-bottom: 22px;
}

.sam-footer__title{
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  color: #FFFFFF;
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.sam-footer__title--second-line{
  gap: 10px;
}

.sam-footer__title-highlight{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FB6514;
  color: #FFFFFF;
  border-radius: 12px;
  margin: 0;
  padding: 0 12px;
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.sam-footer__title-text{
  display: inline-block;
  color: #FFFFFF;
}

.sam-footer__heading-icon{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
}

.sam-footer__heading-icon img{
  display: block;
  width: auto;
  height: 72px;
  object-fit: contain;
}

.sam-footer__hero-description{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 48px;
}

.sam-footer__hero-description p{
  margin: 0;
  color: #A4A7AE;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
}

.sam-footer__hero-actions{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 160px;
  padding: 0;
}

/* =========================================
   BUTTONS
========================================= */

.sam-footer__button{
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 12px;
  transition: all .3s ease;
}

.sam-footer__button:hover{
  text-decoration: none;
}

.sam-footer__button--primary{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #132436;
  background: #FFFFFF;
  font-weight: 500;
  padding: 4px 4px 4px 20px;
  border-radius: 999px;
  min-height: 56px;
}

.sam-footer__button--primary .sam-footer__button-text{
  color: #132436;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.sam-footer__button--primary .sam-footer__button-icon{
  background: #132436;
  border-radius: 50px;
  padding: 12px 24px;
  margin: 0 0 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.sam-footer__button--primary .sam-footer__button-icon img{
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sam-footer__button--secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  font-weight: 500;
  padding: 13px 20px;
  border-radius: 12px;
}

.sam-footer__button--secondary .sam-footer__button-text{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.sam-footer__button--wide{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 999px;
  min-height: 56px;
  padding: 4px 4px 4px 16px;
}

.sam-footer__button--wide .sam-footer__button-text{
  color: #132436;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.sam-footer__button--wide .sam-footer__button-icon{
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: #132436;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sam-footer__button--wide .sam-footer__button-icon img{
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

/* =========================================
   CONTENT GRID
========================================= */

.sam-footer__content-grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
}

.sam-footer__left,
.sam-footer__right{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sam-footer__left{
  flex: 1 1 calc(50% - 8px);
  min-width: 0;
}

.sam-footer__right{
  flex: 1 1 calc(50% - 8px);
  min-width: 0;
}

/* =========================================
   CARDS
========================================= */

.sam-footer__card{
  background: #1C2D3E;
  border-radius: 32px;
  width: 100%;
}

.sam-footer__card-inner{
  width: 100%;
  padding: 32px;
}

.sam-footer__card--newsletter{
  min-height: 226px;
  display: flex;
  justify-content: space-between;
}

.sam-footer__card--links{
  min-height: 272px;
}

.sam-footer__card--cta{
  min-height: 298px;
}

.sam-footer__card-title{
  margin: 0 0 16px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.96px;
}

.sam-footer__card-description{
  margin: 0;
}

.sam-footer__card-description p{
  margin: 0;
  color: #A4A7AE;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
}

/* =========================================
   LEFT FORM
========================================= */

.sam-footer__card-form{
  margin-top: 32px;
}

.sam-footer__card-form form{
  position: relative;
  width: 100%;
}

.sam-footer__card-form .mc4wp-form-fields{
  position: relative;
}

.sam-footer__card-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.sam-footer__card-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-textarea),
.sam-footer__card-form .pxl-select-higthlight{
  width: 100%;
  border-radius: 50px;
  background: #2F3E4E;
  color: #FFFFFF;
  border: none;
  outline: none;
  min-height: 54px;
  height: 54px;
  padding: 4px 160px 4px 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  box-shadow: none;
}

.sam-footer__card-form input::placeholder,
.sam-footer__card-form textarea::placeholder{
  color: #A4A7AE;
  opacity: 1;
}

.sam-footer__card-form input[type="submit"]{
  padding: 12px 24px;
  color: #FFFFFF;
  background: #131A2A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.32px;
  border: none;
  outline: none;
  border-radius: 50px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  min-width: 120px;
  cursor: pointer;
  transition: all .3s ease;
}

.sam-footer__card-form .wpcf7-form-wrap,
.sam-footer__card-form .input-filled{
  position: relative;
  display: block;
  width: 100%;
}

.sam-footer__card-form .wpcf7-form-wrap button,
.sam-footer__card-form .input-filled button{
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  min-width: 54px;
  min-height: 40px;
  border: none;
  border-radius: 30px;
  background: #132436;
  line-height: 0;
  cursor: pointer;
}

.sam-footer__card-form .wpcf7-form-wrap button svg,
.sam-footer__card-form .input-filled button svg{
  width: 18px;
  height: 18px;
}

.sam-footer__card-form .wpcf7-spinner,
.sam-footer__card-form .wpcf7-response-output,
.sam-footer__card-form .mc4wp-response{
  margin-top: 10px;
  color: #A4A7AE;
  font-size: 13px;
}

/* =========================================
   LINKS CARD
========================================= */

.sam-footer__links-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.sam-footer__links-head-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sam-footer__links-head-icon img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.sam-footer__links-title{
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.96px;
}

.sam-footer__links-columns{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.sam-footer__links-column{
  flex: 1 1 0;
  min-width: 140px;
}

.sam-footer__links-column-title{
  color: #FFFFFF;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.36px;
}

.sam-footer__links-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sam-footer__links-item{
  margin: 0 0 10px;
}

.sam-footer__links-item:last-child{
  margin-bottom: 0;
}

.sam-footer__links-anchor{
  color: #A4A7AE;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  transition: all .3s ease;
}

.sam-footer__links-anchor:hover{
  color: #FFFFFF;
}

/* =========================================
   RIGHT CTA CARD
========================================= */

.sam-footer__cta-head{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.sam-footer__cta-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sam-footer__cta-icon img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.sam-footer__card--cta .sam-footer__card-description{
  margin-bottom: 36px;
}

.sam-footer__cta-action{
  width: 100%;
}

/* =========================================
   SOCIAL CARDS
========================================= */

.sam-footer__social-grid{
  display: flex;
  gap: 16px;
  width: 100%;
}

.sam-footer__social-card{
  flex: 1 1 0;
  min-height: 200px;
  background: #1C2D3E;
  border-radius: 32px;
  overflow: hidden;
}

.sam-footer__social-link{
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 20px;
}

.sam-footer__social-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sam-footer__social-icon img{
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.sam-footer__social-text{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

/* =========================================
   BOTTOM
========================================= */

.sam-footer__bottom{
  width: 100%;
  padding-top: 84px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sam-footer__bottom-text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  row-gap: 4px;
}

.sam-footer__bottom-link,
.sam-footer__bottom-prefix{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  text-decoration: none;
}

.sam-footer__bottom-copy{
  color: #727B86;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

/* =========================================
   SCROLL TO TOP
========================================= */

.sam-scroll-top{
  width: 52px;
  height: 52px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #1C2D3E;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .28s ease, visibility .28s ease, transform .28s ease, background .28s ease;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.12);
}

.sam-scroll-top:hover{
  background: #FB6514;
  color: #FFFFFF;
}

.sam-scroll-top.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sam-scroll-top__arrow{
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 2;
  display: block;
}

.sam-scroll-top__progress{
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
  z-index: 1;
}

.sam-scroll-top__progress path{
  fill: none;
  stroke: #FB6514;
  stroke-width: 4;
  transition: stroke-dashoffset 120ms linear;
}

@media (max-width: 767px){
  .sam-scroll-top{
    width: 46px;
    height: 46px;
    left: 16px;
    bottom: 16px;
  }

  .sam-scroll-top__arrow{
    width: 16px;
    height: 16px;
  }

  .sam-scroll-top__progress path{
    stroke-width: 5;
  }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px){
  .sam-footer{
    padding: 130px 32px 72px;
  }

  .sam-footer__title,
  .sam-footer__title-highlight{
    font-size: 64px;
    line-height: 72px;
  }

  .sam-footer__heading-icon img{
    height: 60px;
  }

  .sam-footer__hero-actions{
    margin-bottom: 110px;
  }

  .sam-footer__left,
  .sam-footer__right{
    flex: 1 1 100%;
  }

  .sam-footer__social-card,
  .sam-footer__social-link{
    min-height: 160px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px){
  .sam-footer{
    padding: 64px 16px 32px;
    border-radius: 24px;
  }

  .sam-footer__line-wrap{
    display: none;
  }

  .sam-footer__hero-heading{
    gap: 8px;
  }

  .sam-footer__title,
  .sam-footer__title-highlight{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
  }

  .sam-footer__title{
    gap: 6px;
  }

  .sam-footer__title-highlight{
    padding: 0 10px;
    border-radius: 10px;
  }

  .sam-footer__heading-icon{
    margin-left: 2px;
  }

  .sam-footer__heading-icon img{
    height: 32px;
  }

  .sam-footer__hero-heading--line2{
    margin-bottom: 16px;
  }

  .sam-footer__hero-description{
    max-width: 100%;
    margin-bottom: 28px;
  }

  .sam-footer__hero-description p{
    font-size: 14px;
    line-height: 22px;
  }

  .sam-footer__hero-actions{
    gap: 8px;
    margin-bottom: 42px;
  }

  .sam-footer__button--primary{
    min-height: 40px;
    padding: 3px 3px 3px 14px;
  }

  .sam-footer__button--primary .sam-footer__button-text,
  .sam-footer__button--secondary .sam-footer__button-text,
  .sam-footer__button--wide .sam-footer__button-text{
    font-size: 14px;
  }

  .sam-footer__button--primary .sam-footer__button-icon{
    padding: 10px 16px;
    margin-left: 6px;
    min-height: 34px;
  }

  .sam-footer__button--primary .sam-footer__button-icon img{
    width: 14px;
    height: 14px;
  }

  .sam-footer__button--secondary{
    padding: 10px 12px;
  }

  .sam-footer__content-grid{
    flex-direction: column;
    gap: 16px;
  }

  .sam-footer__left,
  .sam-footer__right{
    width: 100%;
    gap: 16px;
  }

  .sam-footer__card{
    border-radius: 16px;
  }

  .sam-footer__card-inner{
    padding: 18px;
  }

  .sam-footer__card--newsletter,
  .sam-footer__card--links,
  .sam-footer__card--cta{
    min-height: auto;
  }

  .sam-footer__card-title,
  .sam-footer__links-title{
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
  }

  .sam-footer__card-description p{
    font-size: 14px;
    line-height: 1.45;
  }

  .sam-footer__card-form{
    margin-top: 22px;
  }

  .sam-footer__card-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .sam-footer__card-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-textarea),
  .sam-footer__card-form .pxl-select-higthlight{
    height: 40px;
    min-height: 40px;
    font-size: 14px;
    padding: 4px 104px 4px 14px;
  }

  .sam-footer__card-form input[type="submit"]{
    min-width: 92px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .sam-footer__card-form .wpcf7-form-wrap button,
  .sam-footer__card-form .input-filled button{
    min-width: 40px;
    min-height: 32px;
    padding: 6px 12px;
  }

  .sam-footer__links-head{
    margin-bottom: 18px;
  }

  .sam-footer__links-head-icon img{
    width: 20px;
    height: 20px;
  }

  .sam-footer__links-columns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }

  .sam-footer__links-column{
    min-width: 0;
  }

  .sam-footer__links-column-title{
    font-size: 16px;
    margin-bottom: 12px;
  }

  .sam-footer__links-anchor{
    font-size: 14px;
  }

  .sam-footer__cta-head{
    margin-bottom: 14px;
  }

  .sam-footer__cta-icon img{
    width: 20px;
    height: 20px;
  }

  .sam-footer__card--cta .sam-footer__card-description{
    margin-bottom: 22px;
  }

  .sam-footer__button--wide{
    min-height: 42px;
    padding: 3px 3px 3px 14px;
  }

  .sam-footer__button--wide .sam-footer__button-icon{
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .sam-footer__button--wide .sam-footer__button-icon img{
    width: 14px;
    height: 14px;
  }

  .sam-footer__social-grid{
    gap: 16px;
  }

  .sam-footer__social-card{
    border-radius: 16px;
    min-height: 100px;
  }

  .sam-footer__social-link{
    min-height: 100px;
    padding: 16px;
  }

  .sam-footer__social-icon img{
    width: 40px;
    height: 40px;
  }

  .sam-footer__bottom{
    padding-top: 24px;
  }

  .sam-footer__bottom-text{
    justify-content: flex-start;
    text-align: left;
  }

  .sam-footer__bottom-link,
  .sam-footer__bottom-prefix,
  .sam-footer__bottom-copy{
    font-size: 14px;
    line-height: 1.45;
  }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px){
  .sam-footer{
    padding-left: 16px;
    padding-right: 16px;
  }

  .sam-footer__title,
  .sam-footer__title-highlight{
    font-size: 30px;
    line-height: 36px;
  }

  .sam-footer__links-columns{
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }
}