﻿/* ============================================
   PET- VÝVOJ PSA (životní etapy – kruhové fotky)
   ============================================ */
.pet-stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 0 40px;
}
.pet-stages__item { text-align: center; }
.pet-stages__img-wrap {
  width: 180px;
  height: 180px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #faf4ee;
  box-shadow: 0 10px 26px rgba(166, 104, 66, .15);
}
.pet-stages__img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pet-stages__title { margin: 0 0 12px; color: #a66842; font-size: 19px; font-weight: 700; line-height: 1.3; }
.pet-stages__text { margin: 0; color: #3a3029; font-size: 15px; line-height: 1.7; }
.pet-stages__text strong { color: #2b211c; }
@media (max-width: 680px) {
  .pet-stages { grid-template-columns: 1fr; gap: 26px; }
}






/* ============================================
   PET- TIP (rámeček s tipem v textu)
   ============================================ */
.pet-tipbox {
  background-color: #faf4ee;
  border: 1.5px solid #e0a57a;
  border-radius: 14px;
  padding: 18px 24px;
  margin: 24px 0;
}
.pet-tipbox p {
  margin: 0;
  color: #3a3029;
  line-height: 1.7;
  font-size: 15.5px;
}
.pet-tipbox__label {
  color: #a66842;
  font-weight: 700;
  margin-right: 8px;
  white-space: nowrap;
}
.pet-tipbox strong { color: #2b211c; }
.pet-tipbox a { color: #a66842; text-decoration: underline; }
.pet-tipbox a:hover { color: #8f5435; }






/* ============================================
   PET- MEDAILONEK AUTORA (E-E-A-T)
   ============================================ */
.pet-author {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background-color: #faf4ee;
  border: 1px solid #efe2d3;
  border-radius: 16px;
  padding: 22px 24px;
  margin: 32px 0;
}
.pet-author__avatar {
  flex: none;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(166, 104, 66, .14);
}
.pet-author__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pet-author__body { min-width: 0; }
.pet-author__name { margin: 0; color: #2b211c; font-size: 17px; font-weight: 700; line-height: 1.3; }
.pet-author__role { margin: 2px 0 9px; color: #a66842; font-size: 13px; font-weight: 600; }
.pet-author__bio { margin: 0 0 9px; color: #3a3029; font-size: 14.5px; line-height: 1.6; }
.pet-author__meta { margin: 0; color: #8a7d72; font-size: 12.5px; }
@media (max-width: 480px) {
  .pet-author { flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; }
}






/* ============================================ PET- VERDIKT V KOSTCE (hodí se / raději ne) ============================================ */ .pet-verdict { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e9dccd; border-bottom: 1px solid #e9dccd; margin: 28px 0; } .pet-verdict__part { padding: 20px 24px; border-left: 1px solid #f0e7dc; } .pet-verdict__part:first-child { border-left: none; padding-left: 4px; } .pet-verdict__part:last-child { padding-right: 4px; } .pet-verdict__label { margin: 0 0 9px; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; } .pet-verdict__label--yes { color: #4f7a36; } .pet-verdict__label--no { color: #c0654a; } .pet-verdict__part p.txt { margin: 0; color: #3a3029; font-size: 14px; line-height: 1.55; } @media (max-width: 560px) { .pet-verdict { grid-template-columns: 1fr; } .pet-verdict__part { border-left: none; border-top: 1px solid #f0e7dc; padding: 16px 4px; } .pet-verdict__part:first-child { border-top: none; } }




/* ============================================
   PET- PARAMETRY (jeden řádek)
   ============================================ */
.pet-stats {
  display: flex;
  gap: 24px;
  background-color: #faf4ee;
  border-radius: 14px;
  padding: 18px 26px;
  margin: 24px 0;
}
.pet-stats__item { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; }
.pet-stats__num { color: #a66842; font-size: 22px; font-weight: 700; line-height: 1.15; white-space: nowrap; }
.pet-stats__label { color: #8a7d72; font-size: 13px; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 560px) {
  .pet-stats { flex-wrap: wrap; gap: 16px 28px; }
  .pet-stats__item { flex: 0 0 auto; }
  .pet-stats__num { font-size: 20px; }
}




/* ============================================
   PET- KLADY A ZÁPORY
   ============================================ */
.pet-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.pet-proscons__col { background-color: #ffffff; border: 1px solid #efe2d3; border-radius: 14px; padding: 18px 20px; }
.pet-proscons__heading { margin: 0 0 12px; font-size: 15px; font-weight: 700; }
.pet-proscons__col--pro .pet-proscons__heading { color: #5a8a3c; }
.pet-proscons__col--con .pet-proscons__heading { color: #c0654a; }
.pet-proscons__list { list-style: none; margin: 0; padding: 0; }
.pet-proscons__list li { position: relative; padding-left: 26px; margin: 0 0 9px; color: #3a3029; line-height: 1.5; font-size: 14.5px; }
.pet-proscons__list li:last-child { margin-bottom: 0; }
.pet-proscons__list li::before { position: absolute; left: 0; top: 0; font-weight: 700; }
.pet-proscons__col--pro li::before { content: "✓"; color: #5a8a3c; }
.pet-proscons__col--con li::before { content: "✗"; color: #c0654a; }
@media (max-width: 600px) {
  .pet-proscons { grid-template-columns: 1fr; }
}




/* ============================================
   PET- HODNOCENÍ VLASTNOSTÍ (proužky)
   ============================================ */
.pet-rating { margin: 24px 0; }
.pet-rating__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid #f0e7dc; }
.pet-rating__row:last-child { border-bottom: none; }
.pet-rating__label { color: #2b211c; font-size: 14.5px; font-weight: 600; }
.pet-rating__dots { display: inline-flex; gap: 6px; flex: none; }
.pet-rating__dot { width: 11px; height: 11px; border-radius: 50%; background-color: #e9dccd; }
.pet-rating__dot--on { background-color: #a66842; }




/* ============================================
   PET- RYCHLÝ PŘEHLED (minimalistický)
   ============================================ */
.pet-spec { margin: 22px 0; }
.pet-spec__row {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 16px;
  padding: 12px 2px;
  border-bottom: 1px solid #f0e7dc;
}
.pet-spec__row:first-child { border-top: 1px solid #f0e7dc; }
.pet-spec__key { color: #8a7d72; font-size: 14.5px; }
.pet-spec__val { color: #2b211c; font-size: 14.5px; font-weight: 600; }
@media (max-width: 480px) {
  .pet-spec__row { grid-template-columns: 1fr; gap: 2px; }
}