﻿/* =========================
   AMC – pagină dedicată
   Scope: .page-amc
   ========================= */

.page-amc .ptg-amc-cta{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  align-items: center;
}

.page-amc .ptg-amc-shop{
  font-weight: 800;
  letter-spacing: .2px;
  padding: 12px 18px;
}

.page-amc .ptg-amc-motto{
  margin: 0;
  opacity: .9;
}

.page-amc .ptg-amc-catalogs{
  padding-top: 10px;
}

.page-amc .ptg-amc-section-head{
  margin-bottom: 14px;
}

.page-amc .ptg-amc-h2{
  margin: 0 0 6px;
  font-weight: 800;
}

.page-amc .ptg-amc-sub{
  margin: 0;
  opacity: .75;
}

/* Card catalog */
.page-amc .ptg-amc-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, border-color .15s ease;
}

.page-amc .ptg-amc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.25);
  border-color: rgba(255,255,255,.18);
}

/* Cataloage puțin mai joase (intră în primul ecran) */
.page-amc .ptg-amc-card-media{
  aspect-ratio: 5 / 6.5;   /* <- mai mic decât 5/8 */
}


.page-amc .ptg-amc-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-amc .ptg-amc-card-body{
  padding: 12px 14px;
}

.page-amc .ptg-amc-card-title{
  font-weight: 800;
  font-size: 0.98rem;
  opacity: .95;
}

/* Listă gamă */
.page-amc .ptg-amc-range{
  padding-top: 6px;
}

.page-amc .ptg-amc-list{
  margin: 12px 0 0;
  padding-left: 18px;
}

.page-amc .ptg-amc-list li{
  margin: 0 0 10px;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 640px){
  .page-amc .ptg-amc-shop{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
/* AMC – buton + aliniere (doar pe pagina asta) */
.page-amc .ptg-page-lead{
  text-align: center;
}

.page-amc .ptg-amc-cta{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: center;   /* <- asta îl aliniază */
}

/* Buton albastru */
.page-amc .ptg-amc-shop{
  background: #1f6fb2 !important;
  border-color: #1f6fb2 !important;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .2px;
  padding: 12px 18px;
}

.page-amc .ptg-amc-shop:hover{
  background: #185f9a !important;
  border-color: #185f9a !important;
}

/* Textul „Întotdeauna…” să stea frumos lângă / sub buton */
.page-amc .ptg-amc-motto{
  margin: 0;
  opacity: .9;
  text-align: center;
}

/* Pe mobil: buton full width */
@media (max-width: 640px){
  .page-amc .ptg-amc-shop{
    width: 100%;
    text-align: center;
  }
}
/* =========================
   HERO CTA – buton + motto sub el
   ========================= */

.page-amc .ptg-amc-cta{
  margin-top: 16px;
  display: flex;
  flex-direction: column;   /* <- vertical, nu pe rând */
  align-items: center;
  gap: 10px;
}

/* Buton albastru */
.page-amc .ptg-amc-shop{
  background: #1f6fb2 !important;
  border-color: #1f6fb2 !important;
  color: #fff !important;
  font-weight: 800;
  padding: 12px 22px;
  border-radius: 10px;
  display: inline-block;
}

/* Hover discret */
.page-amc .ptg-amc-shop:hover{
  background: #185f9a !important;
  border-color: #185f9a !important;
}

/* Motto sub buton */
.page-amc .ptg-amc-motto{
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.85;
  text-align: center;
}
/* =========================
   Titlu Cataloage – centrat + fără highlight
   ========================= */

.page-amc .ptg-amc-section-head{
  text-align: center;
}

/* H2 curat */
.page-amc .ptg-amc-h2{
  text-align: center;
  font-weight: 800;
  margin-bottom: 6px;

  background: none !important;
  color: #111 !important;
  padding: 0 !important;
}
.page-amc .ptg-amc-sub{
  text-align: center;
  opacity: 0.7;
  margin: 0;
}
/* =========================
   Motto / Slogan – mai mare, ca Lukas
   ========================= */

.page-amc .ptg-amc-motto{
  margin: 0;
  font-size: 1.5rem;      /* <- mai mare */
  font-weight: 600;        /* <- mai solid */
  opacity: 0.95;
  text-align: center;
  line-height: 1.35;
}

/* Accent pe partea albastră */
.page-amc .ptg-amc-motto strong{
  font-weight: 800;
}

/* Pe mobil să nu fie prea mare */
@media (max-width: 640px){
  .page-amc .ptg-amc-motto{
    font-size: 1.05rem;
  }
}
.page-amc .ptg-amc-motto{
  letter-spacing: 0.2px;
}

.page-amc .ptg-amc-motto sup{
  font-size: 0.7em;
  top: -0.3em;
}
.page-amc .ptg-amc-card-body{
  padding: 8px 12px;   /* înainte era 12px 14px */
}
.page-amc .ptg-amc-card-title{
  font-size: 0.92rem;
}
.page-amc .ptg-amc-cards{
  margin-top: 10px;
}
/* =========================
   Spacing între cataloage pe tabletă/mobil
   ========================= */

@media (max-width: 991px){

  .page-amc .ptg-amc-cards{
    row-gap: 18px;   /* spațiu vertical între rânduri */
  }

  .page-amc .ptg-amc-card{
    margin-bottom: 6px; /* extra breathing */
  }
}
@media (max-width: 575px){

  .page-amc .ptg-amc-cards{
    row-gap: 22px;
  }
}
.page-amc .ptg-amc-card img{
  object-fit: contain !important;
  background: #fff;
}
