﻿/* =========================
   RICHTER – pagină dedicată
   Scope: .page-richter
   ========================= */

.page-richter .ptg-page-lead {
  text-align: center;
}

.page-richter .ptg-richter-cta{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page-richter .ptg-richter-shop{
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 10px;
}

.page-richter .ptg-richter-motto{
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  opacity: .95;
  line-height: 1.2;
}

.page-richter .ptg-richter-motto sup{
  font-size: .65em;
  top: -0.35em;
}

/* Head */
.page-richter .ptg-richter-section-head{
  text-align: center;
  margin-bottom: 14px;
}

.page-richter .ptg-richter-h2{
  margin: 0 0 6px;
  font-weight: 800;
}

.page-richter .ptg-richter-sub{
  margin: 0;
  opacity: .75;
}

/* Cards */
.page-richter .ptg-richter-card{
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,.10);
  transition: transform .15s ease, box-shadow .15s ease;
}

.page-richter .ptg-richter-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.22);
}

.page-richter .ptg-richter-card-media{
  aspect-ratio: 5 / 6.5;
  background: rgba(255,255,255,.06);
}

.page-richter .ptg-richter-card img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}

.page-richter .ptg-richter-card-body{
  padding: 7px 12px;
}

.page-richter .ptg-richter-card-title{
  font-size: .92rem;
  font-weight: 700;
}

/* Listă */
.page-richter .ptg-richter-list{
  margin: 12px 0 0;
  padding-left: 18px;
}

.page-richter .ptg-richter-list li{
  margin: 0 0 8px;
  line-height: 1.55;
}

/* Spacing mobil/tabletă */
@media (max-width: 991px){
  .page-richter .ptg-richter-cards{
    row-gap: 18px;
  }
}

@media (max-width: 640px){
  .page-richter .ptg-richter-motto{
    font-size: 1.15rem;
  }
}
/* Cataloage: mai mici + centrate, indiferent de col */
.page-richter .ptg-richter-card{
  max-width: 380px;          /* ajustează 380–460 după gust */
  margin: 0 auto;            /* centrează în coloană */
}
/* Spațiu între Cataloage și Gama de produse */
.page-richter .ptg-richter-catalogs{
  padding-bottom: 20px;
}
.page-richter .ptg-hero-band{
  position: relative;
  padding: 26px 0 18px;
  margin: 0 0 16px;
}

.page-richter .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-richter .ptg-hero-inner{
  position: relative;
  z-index: 1;
  text-align: center;
}
