@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');

.tx-footer{
  --tx-orange:#f26c0b;
  --tx-orange-2:#ff7a12;
  --tx-black:#07090b;
  --tx-ink:#101418;
  --tx-panel:#11161a;
  --tx-line:rgba(255,255,255,.12);
  --tx-white:#ffffff;
  --tx-max:1380px;
  --tx-font:'Inter',Arial,sans-serif;
  --tx-display:'Barlow Condensed','Arial Narrow',Arial,sans-serif;
  --tx-logo-white:url('/wp-content/uploads/2026/04/tensomax-logo-white-true-transparent-clean.webp');

  position:relative;
  width:100%;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 10%,rgba(242,108,11,.12),transparent 28%),
    linear-gradient(180deg,#171c20 0%,#090b0d 58%,#050607 100%);
  color:#fff!important;
  font-family:var(--tx-font);
  padding:0;
}

.tx-footer,
.tx-footer *,
.tx-footer *:before,
.tx-footer *:after{
  box-sizing:border-box;
}

.tx-footer a{
  color:inherit;
  text-decoration:none!important;
}

.tx-footer svg{
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.tx-footer__glow{
  position:absolute;
  right:-180px;
  top:-180px;
  width:520px;
  height:520px;
  background:radial-gradient(circle,rgba(242,108,11,.22),transparent 64%);
  pointer-events:none;
}

.tx-footer__wrap{
  position:relative;
  z-index:1;
  width:min(var(--tx-max),calc(100% - 56px));
  margin-inline:auto;
}

/* TOP CTA */
.tx-footer__top{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:40px;
  padding:54px 0 46px;
  border-bottom:1px solid var(--tx-line);
}

.tx-footer__eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  color:var(--tx-orange)!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tx-footer__eyebrow:before{
  content:"";
  width:34px;
  height:3px;
  background:var(--tx-orange);
  display:block;
}

.tx-footer__top h2{
  max-width:760px;
  margin:0;
  color:#fff!important;
  font-family:var(--tx-display);
  font-size:clamp(38px,4.5vw,68px);
  line-height:.95;
  letter-spacing:-.035em;
  text-transform:uppercase;
}

.tx-footer__top p{
  max-width:700px;
  margin:18px 0 0;
  color:rgba(255,255,255,.68)!important;
  font-size:15px;
  line-height:1.75;
  font-weight:600;
}

.tx-footer__top-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.tx-footer__btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 24px;
  border:1px solid transparent;
  color:#fff!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  transition:
    transform .28s ease,
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.tx-footer__btn:after{
  content:"→";
  font-size:18px;
  transition:transform .28s ease;
}

.tx-footer__btn:hover{
  transform:translateY(-2px);
}

.tx-footer__btn:hover:after{
  transform:translateX(5px);
}

.tx-footer__btn--orange{
  background:var(--tx-orange);
  box-shadow:0 18px 40px rgba(242,108,11,.22);
}

.tx-footer__btn--orange:hover{
  background:var(--tx-orange-2);
  box-shadow:0 22px 55px rgba(242,108,11,.34);
}

.tx-footer__btn--line{
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.26);
}

.tx-footer__btn--line:hover{
  border-color:var(--tx-orange);
  background:rgba(242,108,11,.12);
}

/* MAIN GRID */
.tx-footer__main{
  display:grid;
  grid-template-columns:1.35fr .7fr .82fr 1fr 1fr .82fr;
  gap:0;
  padding:44px 0 42px;
  border-bottom:1px solid var(--tx-line);
}

.tx-footer__brand,
.tx-footer__col,
.tx-footer__location,
.tx-footer__catalog-card{
  min-height:245px;
  padding:0 28px;
  border-right:1px solid var(--tx-line);
}

.tx-footer__brand{
  padding-left:0;
}

.tx-footer__catalog-card{
  border-right:0;
  padding-right:0;
}

.tx-footer-logo{
  width:190px;
  height:62px;
  display:block;
  margin-bottom:18px;
  background:var(--tx-logo-white) left center/contain no-repeat;
  transition:transform .28s ease, filter .28s ease;
}

.tx-footer-logo:hover{
  transform:translateY(-2px);
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.34));
}

.tx-footer p,
.tx-footer li,
.tx-footer a{
  color:rgba(255,255,255,.66)!important;
  font-size:13px;
  line-height:1.8;
  font-weight:600;
}

.tx-footer p{
  margin:0;
}

.tx-footer h4{
  margin:0 0 18px;
  color:#fff!important;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.tx-footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

.tx-footer li + li{
  margin-top:8px;
}

.tx-footer a{
  transition:color .24s ease, transform .24s ease;
}

.tx-footer a:hover{
  color:var(--tx-orange)!important;
}

.tx-footer__col a{
  display:inline-flex;
}

.tx-footer__col a:hover{
  transform:translateX(3px);
}

.tx-socials{
  display:flex;
  gap:10px;
  margin-top:20px;
}

.tx-socials a{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.20);
  color:#fff!important;
  background:rgba(255,255,255,.035);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    color .25s ease;
}

.tx-socials a svg{
  width:18px;
  height:18px;
}

.tx-socials a:hover{
  transform:translateY(-3px);
  border-color:var(--tx-orange);
  background:rgba(242,108,11,.14);
}

.tx-footer__contacts a{
  word-break:break-word;
}

.tx-footer__map-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:20px;
  color:var(--tx-orange)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.055em;
  text-transform:uppercase;
}

.tx-footer__map-link:after{
  content:"→";
  font-size:17px;
  transition:transform .24s ease;
}

.tx-footer__map-link:hover:after{
  transform:translateX(5px);
}

/* CATALOG CARD */
.tx-footer__catalog-card{
  display:grid;
  align-content:space-between;
  gap:20px;
  min-width:0;
  position:relative;
}

.tx-footer__catalog-card span{
  display:block;
}

.tx-footer__catalog-card strong{
  display:block;
  color:#fff!important;
  font-family:var(--tx-display);
  font-size:30px;
  line-height:.95;
  letter-spacing:-.025em;
  text-transform:uppercase;
}

.tx-footer__catalog-card em{
  display:inline-flex;
  margin-top:10px;
  color:var(--tx-orange)!important;
  font-size:12px;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.055em;
}

.tx-footer__catalog-card img{
  width:118px;
  max-width:100%;
  height:auto;
  justify-self:end;
  transform:rotate(-4deg);
  filter:drop-shadow(0 22px 32px rgba(0,0,0,.42));
  transition:transform .3s ease, filter .3s ease;
}

.tx-footer__catalog-card:hover img{
  transform:rotate(0deg) translateY(-5px) scale(1.04);
  filter:drop-shadow(0 28px 44px rgba(0,0,0,.52));
}

/* BOTTOM */
.tx-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  flex-wrap:wrap;
  padding:24px 0 28px;
}

.tx-footer__legal,
.tx-footer__policies{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.tx-footer__bottom span,
.tx-footer__bottom a{
  color:rgba(255,255,255,.50)!important;
  font-size:12px;
  line-height:1.6;
  font-weight:600;
}

.tx-powered-by{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding-left:10px;
  border-left:1px solid rgba(255,255,255,.18);
}

.tx-powered-by a{
  color:var(--tx-orange)!important;
  font-weight:900;
}

.tx-powered-by a:hover{
  color:#fff!important;
}

/* ACCESSIBILITY */
.tx-footer a:focus-visible{
  outline:2px solid var(--tx-orange);
  outline-offset:4px;
}

/* RESPONSIVE */
@media (max-width:1280px){
  .tx-footer__main{
    grid-template-columns:1.2fr .8fr .8fr 1fr;
    row-gap:34px;
  }

  .tx-footer__brand,
  .tx-footer__col,
  .tx-footer__location,
  .tx-footer__catalog-card{
    min-height:auto;
  }

  .tx-footer__location{
    padding-left:0;
  }

  .tx-footer__catalog-card{
    border-right:0;
  }
}

@media (max-width:980px){
  .tx-footer__top{
    grid-template-columns:1fr;
    gap:28px;
  }

  .tx-footer__top-actions{
    justify-content:flex-start;
  }

  .tx-footer__main{
    grid-template-columns:1fr 1fr;
  }

  .tx-footer__brand,
  .tx-footer__col,
  .tx-footer__location,
  .tx-footer__catalog-card{
    padding:0 24px 0 0;
    border-right:0;
  }

  .tx-footer__brand{
    grid-column:1/-1;
    max-width:620px;
  }

  .tx-footer__catalog-card img{
    justify-self:start;
  }
}

@media (max-width:680px){
  .tx-footer__wrap{
    width:min(100% - 30px,var(--tx-max));
  }

  .tx-footer__top{
    padding:42px 0 38px;
  }

  .tx-footer__top h2{
    font-size:38px;
  }

  .tx-footer__top-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .tx-footer__btn{
    width:100%;
  }

  .tx-footer__main{
    grid-template-columns:1fr;
    gap:30px;
    padding:36px 0;
  }

  .tx-footer__brand,
  .tx-footer__col,
  .tx-footer__location,
  .tx-footer__catalog-card{
    padding:0;
    border-right:0;
  }

  .tx-footer-logo{
    width:170px;
    height:58px;
  }

  .tx-footer__catalog-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    padding:22px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.035);
  }

  .tx-footer__catalog-card img{
    width:92px;
    flex:0 0 auto;
  }

  .tx-footer__bottom{
    display:grid;
    gap:14px;
  }

  .tx-footer__legal{
    display:grid;
    gap:6px;
  }

  .tx-powered-by{
    padding-left:0;
    border-left:0;
  }
}

@media (max-width:420px){
  .tx-footer__catalog-card{
    display:grid;
  }

  .tx-footer__catalog-card img{
    justify-self:start;
  }
}