﻿/* =========================================================
   PAGINA: UNIOR TEPID
   Scope: body.page-scule-unelte-unior-tepid
   ========================================================= */

body.page-scule-unelte-unior-tepid main.ptg-page{
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 16px 55px;
}

/* HERO */
body.page-scule-unelte-unior-tepid .ptg-page-hero{
  text-align: center;
  padding: 8px 0 18px;
}

body.page-scule-unelte-unior-tepid .ptg-page-title{
  margin: 0 0 10px;
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: 800;
}

body.page-scule-unelte-unior-tepid .ptg-page-lead{
  margin: 0 auto 14px;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(0,0,0,.75);
}

body.page-scule-unelte-unior-tepid .ptg-page-cta{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

body.page-scule-unelte-unior-tepid .ptg-page-motto{
  margin: 0;
  color: rgba(0,0,0,.70);
}

/* SECTIUNI */
body.page-scule-unelte-unior-tepid .ptg-section{
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  text-align: left;
}

body.page-scule-unelte-unior-tepid .ptg-h2{
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: 800;
}

/* GRID 2 coloane (catalog + text) */
body.page-scule-unelte-unior-tepid .ptg-grid--two{
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 16px;
  align-items: center;
}

@media (max-width: 980px){
  body.page-scule-unelte-unior-tepid .ptg-grid--two{
    grid-template-columns: 1fr;
  }
}

/* Card catalog */
body.page-scule-unelte-unior-tepid .ptg-card{
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  transition: box-shadow .18s ease, transform .18s ease;
}

body.page-scule-unelte-unior-tepid .ptg-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0,0,0,.10);
}

body.page-scule-unelte-unior-tepid .ptg-card__img{
  width: 100%;
  height: auto; /* fara decupare */
  display: block;
}

body.page-scule-unelte-unior-tepid .ptg-card__body{
  padding: 12px;
}

body.page-scule-unelte-unior-tepid .ptg-card__title{
  font-weight: 800;
}

body.page-scule-unelte-unior-tepid .ptg-card__meta{
  margin-top: 4px;
  font-size: .9rem;
  color: rgba(0,0,0,.55);
}

/* Text */
body.page-scule-unelte-unior-tepid .ptg-text p{
  margin: 0 0 12px;
  line-height: 1.65;
  color: rgba(0,0,0,.82);
}

body.page-scule-unelte-unior-tepid .ptg-list{
  margin: 0 0 12px;
  padding-left: 18px;
  line-height: 1.65;
  color: rgba(0,0,0,.82);
}

body.page-scule-unelte-unior-tepid .ptg-list li{
  margin: 6px 0;
}
