﻿/* =========================
   TAIERE + SUDURA
   Scope strict: .page-taiere-sudura
   ========================= */

/* HERO */
.page-taiere-sudura .ptg-ts-hero{
  padding: 40px 0 18px;
  text-align: center;
}

.page-taiere-sudura .ptg-ts-h1{
  margin: 0 0 10px;
  font-weight: 800;
}

.page-taiere-sudura .ptg-ts-lead{
  margin: 0 auto 16px;
  max-width: 980px;
  line-height: 1.5;
}

/* Buton (Bootstrap + fine tuning local) */
.page-taiere-sudura .btn{
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 22px;
}

/* Motto */
.page-taiere-sudura .ptg-ts-motto{
  margin-top: 18px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  opacity: .95;
}

@media (max-width: 640px){
  .page-taiere-sudura .ptg-ts-motto{
    font-size: 1.2rem;
  }
}

/* SECTIUNI */
.page-taiere-sudura .ptg-ts-section{
  padding: 40px 0;
}

.page-taiere-sudura .ptg-ts-h2{
  margin: 0 0 14px;
  font-weight: 800;
}

/* =========================
   CATEGORII (carduri magazin)
   ========================= */

.page-taiere-sudura .ptg-ts-cat{
  display: block;
  padding: 16px;
  border-radius: 18px;
  text-decoration: none;
  text-align: center;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.page-taiere-sudura .ptg-ts-cat-img{
  height: 150px;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}

.page-taiere-sudura .ptg-ts-cat-imgrow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.page-taiere-sudura .ptg-ts-cat-title{
  font-weight: 800;
  color: #111;
}

.page-taiere-sudura .ptg-ts-text{
  margin: 22px 0 0;
  line-height: 1.55;
  text-align: left;
}

/* =========================
   CATALOAGE / BROSURI
   (ambele egale, 1 pe rand)
   ========================= */

.page-taiere-sudura .ptg-ts-catalogs{
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
}

.page-taiere-sudura .ptg-ts-catalog{
  max-width: 400px;
  width: 100%;
  padding: 16px;
  text-align: center;

  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.06);
  background: rgba(255,255,255,0.92);

  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transition: all .25s ease;
}

.page-taiere-sudura .ptg-ts-catalog:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}

.page-taiere-sudura .ptg-ts-catalog-img{
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
}

.page-taiere-sudura .ptg-ts-catalog-cap{
  margin-top: 12px;
  font-size: .92rem;
  opacity: .85;
}

/* =========================
   LISTE PRODUSE
   ========================= */

.page-taiere-sudura .ptg-ts-lists{
  display: grid;
  gap: 14px;
}

@media (min-width: 992px){
  .page-taiere-sudura .ptg-ts-lists{
    grid-template-columns: 1fr 1fr;
  }
}

.page-taiere-sudura .ptg-ts-list{
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);

  line-height: 1.6;
  text-align: left;
}

/* =========================
   IMAGINE FINALA
   ========================= */

.page-taiere-sudura .ptg-ts-wideimg{
  margin: 22px 0 0;
  text-align: center;
}

.page-taiere-sudura .ptg-ts-wideimg img{
  width: 100%;
  max-width: 720px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page-taiere-sudura .ptg-hero-band{
  position: relative;
  padding: 26px 0 18px;
  margin: 0 0 16px;
}

.page-taiere-sudura .ptg-hero-band::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background:
    radial-gradient(circle at 15% 30%, rgba(51,122,183,.18), transparent 55%),
    radial-gradient(circle at 85% 70%, rgba(51,122,183,.14), transparent 60%),
    linear-gradient(90deg, rgba(51,122,183,.10), rgba(51,122,183,.06));
  border-bottom: 1px solid rgba(0,0,0,.06);
  z-index: 0;
}

.page-taiere-sudura .ptg-hero-inner{
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-taiere-sudura .ptg-sudura-motto{
    margin-top: 12px;
}
/* Grid: 3 desktop / 2 tablet / 1 mobil */
.ptg-shopcards__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.ptg-shopcard{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

/* Hover: bandă albastră tehnică */
.ptg-shopcard::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0e6ad6;
  transition: width .22s ease;
}
.ptg-shopcard:hover::after{
  width: 100%;
}

/* Zona imaginii (controlează “golul”) */
.ptg-shopcard__img{
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ptg-shopcard__img img{
  width: 85%;
  height: auto;
  max-width: 280px;
}

/* Titlu */
.ptg-shopcard__content{
  padding: 12px 14px 16px;
  text-align: center;
}
.ptg-shopcard__title{
  margin: 0;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.25;
}

/* Responsive */
@media (max-width: 1024px){
  .ptg-shopcards__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px){
  .ptg-shopcards__grid{
    grid-template-columns: 1fr;
  }
  .ptg-shopcard__img{
    height: 220px;
  }
  .ptg-shopcard__img img{
    max-width: 240px;
  }
}
