﻿/* =========================================================
   PAGINA: Hitachi / HiKOKI
   Scope: body.page-internal.page-hitachi-hikoki
   Target: main.ptg-page.page-hitachi-hikoki
   ========================================================= */

body.page-internal.page-hitachi-hikoki main.ptg-page.page-hitachi-hikoki{
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 16px 40px;
}

/* =========================================================
   HERO intern – fara background/overlay global
   ========================================================= */

body.page-internal.page-hitachi-hikoki .ptg-hero{
  background: transparent !important;
  background-image: none !important;
  min-height: unset !important;

  padding: 20px 0 10px;
  border: 0;
  box-shadow: none;

  text-align: center;
  color: rgba(0,0,0,.85) !important;
}

/* scoate overlay-ul global (daca tema il pune pe ::before/::after) */
body.page-internal.page-hitachi-hikoki .ptg-hero::before,
body.page-internal.page-hitachi-hikoki .ptg-hero::after{
  content: none !important;
  display: none !important;
}

body.page-internal.page-hitachi-hikoki .ptg-hero__inner{
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

body.page-internal.page-hitachi-hikoki .ptg-page-title{
  margin: 0 0 10px;
  font-size: clamp(2rem, 2.3vw, 3rem);
  font-weight: 800;
}

body.page-internal.page-hitachi-hikoki .ptg-page-lead{
  margin: 0 auto 14px;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(0,0,0,.75);
}

body.page-internal.page-hitachi-hikoki .ptg-scule-cta{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

body.page-internal.page-hitachi-hikoki .ptg-page-motto{
  margin: 0;
  color: rgba(0,0,0,.70);
}

/* =========================================================
   SECTIUNI – card alb (intern)
   ========================================================= */
body.page-internal.page-hitachi-hikoki .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);
}

body.page-internal.page-hitachi-hikoki .ptg-section__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 10px;
}

body.page-internal.page-hitachi-hikoki .ptg-h2{
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
}

body.page-internal.page-hitachi-hikoki .ptg-muted{
  margin: 0;
  color: rgba(0,0,0,.55);
  font-size: .95rem;
}

/* =========================================================
   CATALOAGE – grid + carduri (ca la model)
   ========================================================= */
body.page-internal.page-hitachi-hikoki .ptg-grid{
  display: grid;
  gap: 14px;
}

body.page-internal.page-hitachi-hikoki .ptg-grid--catalogs{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px){
  body.page-internal.page-hitachi-hikoki .ptg-grid--catalogs{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  body.page-internal.page-hitachi-hikoki .ptg-grid--catalogs{
    grid-template-columns: 1fr;
  }
}

body.page-internal.page-hitachi-hikoki .ptg-card{
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

body.page-internal.page-hitachi-hikoki .ptg-card:hover{
  box-shadow: 0 16px 32px rgba(0,0,0,.10);
}

/* badge PDF */
body.page-internal.page-hitachi-hikoki .ptg-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: rgba(0,0,0,.78);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
}

/* imagine: fără “contain” agresiv; păstrăm aspect natural */
body.page-internal.page-hitachi-hikoki .ptg-card__img{
  width: 100%;
  height: auto;
  display: block;
  background: none;
  padding: 10px;
  box-sizing: border-box;
}

body.page-internal.page-hitachi-hikoki .ptg-card__body{
  padding: 10px 12px 12px;
}

body.page-internal.page-hitachi-hikoki .ptg-card__title{
  font-weight: 800;
  margin-bottom: 4px;
}

body.page-internal.page-hitachi-hikoki .ptg-card__meta{
  color: rgba(0,0,0,.65);
  line-height: 1.35;
}

body.page-internal.page-hitachi-hikoki .ptg-card__links{
  margin-top: 8px;
  font-size: .92rem;
  color: rgba(0,0,0,.65);
}

body.page-internal.page-hitachi-hikoki .ptg-linklike{
  color: rgba(0,0,0,.72);
  font-weight: 700;
}

body.page-internal.page-hitachi-hikoki .ptg-sep{
  margin: 0 6px;
  opacity: .55;
}

/* =========================================================
   Split Brand (text + logo)
   ========================================================= */
body.page-internal.page-hitachi-hikoki .ptg-split{
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 16px;
  align-items: center;
}

@media (max-width: 980px){
  body.page-internal.page-hitachi-hikoki .ptg-split{
    grid-template-columns: 1fr;
  }
}

body.page-internal.page-hitachi-hikoki .ptg-brand{
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

body.page-internal.page-hitachi-hikoki .ptg-brand img{
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   “Box”-uri pentru game (ca niște rânduri curate)
   ========================================================= */
body.page-internal.page-hitachi-hikoki .ptg-box{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 22px rgba(0,0,0,.04);
  margin-top: 12px;
}

body.page-internal.page-hitachi-hikoki .ptg-box__title{
  font-weight: 800;
  margin-bottom: 6px;
}

body.page-internal.page-hitachi-hikoki .ptg-box__text{
  color: rgba(0,0,0,.75);
  line-height: 1.55;
}

body.page-internal.page-hitachi-hikoki .ptg-divider{
  border: 0;
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 18px 0;
}
body.page-internal.page-hitachi-hikoki .ptg-section .ptg-muted{
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  color: rgba(0,0,0,.80);
  text-align: center;
  margin: 6px 0 10px;
}