/* =========================================================
   TERSA FOOTER
   File: assets/css/footer.css
   ========================================================= */

   .site-footer {
    background:
      radial-gradient(circle at top center, rgba(255, 255, 255, 0.04), transparent 45%),
      linear-gradient(180deg, #191b1f 0%, #14161a 100%);
    color: rgba(255, 255, 255, 0.78);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
   /* margin-top: 40px; */
  }
  
  .site-footer a {
    color: inherit;
  }
  
  .site-footer a:hover {
    color: #ffffff;
  }
  
  .site-footer__main {
    padding: clamp(36px, 8vw, 66px) 0 clamp(40px, 6vw, 72px);
  }
  
  .site-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.3fr;
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
  }
  
  .site-footer__logo-wrap {
    margin-bottom: 24px;
  }
  
  .site-footer__logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
  }
  
  .site-footer__logo-image,
  .site-footer .custom-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 60px;
    object-fit: contain;
  }
  
  .site-footer__logo-text {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1;
    color: #ffffff;
  }
  
  .site-footer__heading {
    margin: 0 0 22px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .site-footer__company {
    margin: 0;
    font-style: normal;
    display: grid;
    gap: 12px;
  }
  
  .site-footer__company-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
  }
  
  .site-footer__company p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
  }
  
  .site-footer__company a {
    color: #ffffff;
    font-weight: 600;
  }
  
  .site-footer__label {
    color: rgba(255, 255, 255, 0.76);
    margin-right: 6px;
  }
  
  .site-footer__menu,
  .site-footer__legal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .site-footer__menu {
    display: grid;
    gap: 14px;
  }
  
  .site-footer__menu li {
    margin: 0;
  }
  
  .site-footer__menu a {
    color: rgba(255, 255, 255, 0.74);
    text-decoration: none;
    transition: color var(--transition-fast), opacity var(--transition-fast);
  }
  
  .site-footer__menu a:hover {
    color: #ffffff;
  }
  
  .site-footer__newsletter-text {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.72);
    max-width: 42ch;
  }
  

  /* CF7 newsletter fix */
.site-footer .wpcf7 {
  width: 100%;
}

.site-footer .wpcf7 form {
  margin: 0;
}

.site-footer .wpcf7 form > p {
  margin: 0;
}

.site-footer .site-footer__newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  width: 100%;
  align-items: stretch;
}

.site-footer .site-footer__newsletter-form .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.site-footer input.site-footer__newsletter-input {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  height: 56px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-right: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  padding: 0 18px;
  box-shadow: none;
  outline: none;
}

.site-footer input.site-footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.58);
  opacity: 1;
}

.site-footer input.site-footer__newsletter-input:focus {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.site-footer input.site-footer__newsletter-button,
.site-footer button.site-footer__newsletter-button,
.site-footer .site-footer__newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  height: 56px;
  margin: 0;
  padding: 0 28px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition:
    background-color var(--transition-base),
    color var(--transition-base),
    border-color var(--transition-base);
}

.site-footer input.site-footer__newsletter-button:hover,
.site-footer button.site-footer__newsletter-button:hover,
.site-footer .site-footer__newsletter-button:hover {
  background: transparent;
  color: #ffffff;
}
  
  .site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .site-footer__bottom-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: center;
    justify-items: stretch;
  }
  
  .site-footer__legal-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 28px;
  }
  
  .site-footer__legal-menu a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
  }
  
  .site-footer__legal-menu a:hover {
    color: #ffffff;
  }
  
  .site-footer__copyright {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.62);
  }
  
  /* PAYMENTS*/

  .site-footer__payments {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
  }
  
  .site-footer__payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.625rem 1rem;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1;
  }
  
  .site-footer__payment-badge--icon {
    padding: 0.625rem 0.875rem;
  }
  
  .site-footer__payment-icon {
    display: block;
    width: 56px;
    height: auto;
    fill: currentColor;
  }
  
  .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  /* Media queries */
  
  @media (max-width: 1100px) {
    .site-footer__grid {
      grid-template-columns: 1fr 1fr 1fr;
    }
    
    .site-footer__bottom-inner {
      grid-template-columns: 1fr 1fr 1fr;
      justify-items: center;
    }
  
    .site-footer__copyright {
      text-align: left;
    }
  
    .site-footer__payments {
      justify-content: flex-start;
    }
  }
  
  @media (max-width: 950px) {
    
    .site-footer__main {
      padding: clamp(12px, 8vw, 32px) 0 clamp(24px, 6vw, 48px);
    }
    
    .site-footer__grid {
      grid-template-columns: 1fr;
    }
    .site-footer__bottom-inner {
      grid-template-columns: 1fr ;
      justify-items: center;
    }
    
  
    .site-footer__bottom-inner {
      gap: 18px;
      padding: 20px 0 24px;
      justify-items: center;
    }

    .site-footer .site-footer__newsletter-form {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  
    .site-footer input.site-footer__newsletter-input {
      border-right: 1px solid rgba(255, 255, 255, 0.10);
    }
  
    .site-footer input.site-footer__newsletter-button,
    .site-footer button.site-footer__newsletter-button,
    .site-footer .site-footer__newsletter-button {
      width: 100%;
    }
   
  }

  input[type="email"]{
    border-radius: 0;
  }
  
  


