/* ============================================================
   Prague Car Hub - Main Stylesheet
   Design: Navy-Gold palette for Prague Car Hub
   Class prefix: pch- (Prague Car Hub)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  color: #0a1f30;
  background: #fff;
  line-height: 1.65;
}

/* ---------- CSS Variables ---------- */
:root {
  --pri: #0d1b2a;
  --pri-light: #1b3a6b;
  --accent: #c9a84c;
  --accent-hover: #a8893d;
  --accent-light: #f5e6b8;
  --bg: #f7f4ef;
  --bg-alt: #ede8df;
  --text: #1a1a28;
  --muted: #5a7080;
  --border: #e3d5a8;
  --white: #fff;
  --shadow: 0 2px 16px rgba(13, 27, 42, .10);
  --shadow-lg: 0 8px 36px rgba(13, 27, 42, .18);
  --r: 12px;
  --wrap: 1200px;
}

/* LocalRent widget overrides */
.search-cigarette__wrap, .vehicle-card-footer__view, .search__button-more {
  background: var(--accent) !important;
}

/* ============================================================
   Layout
   ============================================================ */
.pch-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.pch-sect { padding: 60px 0; }
.pch-sect--alt { background: var(--bg-alt); }
.pch-sect--light { background: var(--bg); }
.pch-sect__head { text-align: center; margin-bottom: 44px; }
.pch-sect__head h2 { margin-bottom: 10px; }
.pch-sect__head h2::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  border-radius: 2px;
  margin: 12px auto 0;
}
.pch-sect__head p { color: var(--muted); max-width: 680px; margin: 0 auto; }

/* ============================================================
   Typography
   ============================================================ */
h1, h2, h3, h4 { color: var(--pri); line-height: 1.3; }
h2 { font-size: clamp(1.45rem, 2.8vw, 2rem); margin-bottom: .8rem; }
h3 { font-size: clamp(1rem, 1.8vw, 1.3rem); }
p { color: #2d4a60; margin-bottom: .9rem; }
a { color: var(--pri-light); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ============================================================
   Buttons
   ============================================================ */
.pch-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 26px;
  border-radius: 8px;
  font-size: .97rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  border: none;
  text-decoration: none;
}
.pch-btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-hover));
  color: #fff;
  box-shadow: 0 4px 16px rgba(201, 168, 76, .35);
}
.pch-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, .45);
  text-decoration: none;
  color: #fff;
}
.pch-btn--outline { background: transparent; color: var(--pri); border: 2px solid var(--pri); }
.pch-btn--outline:hover { background: var(--pri); color: #fff; text-decoration: none; }
.pch-btn--sm { padding: 8px 18px; font-size: .88rem; }

/* ============================================================
   Utility
   ============================================================ */
.pch-card { background: var(--white); border-radius: var(--r); box-shadow: var(--shadow); padding: 24px; transition: box-shadow .2s; }
.pch-card:hover { box-shadow: var(--shadow-lg); }

/* ============================================================
   Avatar color variants
   ============================================================ */
.pch-av--ocean { background: var(--pri); }
.pch-av--sky { background: var(--accent); }
.pch-av--teal { background: #0d9488; }
.pch-av--indigo { background: #4f46e5; }
.pch-av--slate { background: #475569; }

/* ============================================================
   Rating bar
   ============================================================ */
.pch-rating__bar-fill { height: 100%; background: var(--accent); border-radius: 3px; width: var(--w, 0%); }

/* ============================================================
   HEADER
   ============================================================ */
.pch-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
}
.pch-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pch-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.pch-logo__img { height: 40px; width: auto; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .3)); }
.pch-nav { display: flex; align-items: center; gap: 3px; list-style: none; }
.pch-nav li a {
  display: block;
  padding: 8px 13px;
  color: rgba(255, 255, 255, .9);
  font-size: .88rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all .2s;
  white-space: nowrap;
}
.pch-nav li a:hover,
.pch-nav li a.active {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  text-decoration: none;
}
.pch-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 9px;
  background: rgba(255, 255, 255, .15);
  border-radius: 8px;
  border: none;
}
.pch-burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
.pch-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pch-burger.is-open span:nth-child(2) { opacity: 0; }
.pch-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO (Home page)
   ============================================================ */
.pch-hero {
  position: relative;
  background: url('/img/hero.webp') center / cover no-repeat;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.pch-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, .78) 0%, rgba(0, 0, 0, .52) 100%);
}
.pch-hero__body { position: relative; z-index: 2; padding: 120px 15px 40px; text-align: center; max-width: 1160px; }
.pch-hero__body h1 {
  color: #fff;
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}
.pch-hero__desc {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.9rem, 1.8vw, 1.05rem);
  margin-bottom: 22px;
}
.pch-hero__tags { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; }
.pch-hero__tag {
  background: rgba(201, 168, 76, .18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(245, 230, 184, .45);
  color: #fff;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: .85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pch-hero__tag .pch-chk { color: #14e445; font-weight: 800; }

/* ============================================================
   PAGE HERO (sub-pages)
   ============================================================ */
.pch-page-hero {
  background: url('/img/hero.webp') center / cover no-repeat;
  padding: 110px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pch-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, .78) 0%, rgba(0, 0, 0, .52) 100%);
  pointer-events: none;
}
.pch-page-hero .pch-wrap { position: relative; z-index: 2; }
.pch-page-hero h1 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 800;
  margin: 0 0 12px;
}
.pch-page-hero p {
  color: rgba(255, 255, 255, .88);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================================
   BOOKING WIDGET
   ============================================================ */
.pch-booking { background: var(--white); padding: 32px 0 40px; }

/* ============================================================
   HOW TO RENT - STEPS
   Design: circle step numbers with connecting line
   ============================================================ */
.pch-steps { position: relative; }
.pch-steps::before {
  content: '';
  position: absolute;
  top: 46px;
  left: 14%;
  right: 14%;
  height: 2px;
  background: var(--border);
  z-index: 0;
}
.pch-steps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; z-index: 1; }
.pch-steps__card { text-align: center; padding: 18px 14px; }
.pch-steps__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  color: var(--accent-light);
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 0 0 5px rgba(201, 168, 76, .25), 0 4px 16px rgba(13, 27, 42, .3);
}
.pch-steps__card h3 { font-size: .97rem; margin-bottom: 7px; color: var(--pri); }
.pch-steps__card p { font-size: .87rem; color: var(--muted); margin: 0; }

/* ============================================================
   ADVANTAGES / PERKS
   Design: top gradient border + lifted card
   ============================================================ */
.pch-perks__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pch-perks__card {
  background: var(--white);
  border-radius: var(--r);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--accent);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.pch-perks__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pch-perks__icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--bg-alt), #d6ecfa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--accent);
  border: 1px solid var(--border);
}
.pch-perks__icon .material-icons-outlined { font-size: 26px; }
.pch-perks__card h3 { color: var(--pri); font-size: 1rem; margin-bottom: 10px; }
.pch-perks__card p { font-size: .9rem; color: #2d4a60; line-height: 1.7; margin: 0; }
.pch-perks__card a { color: var(--accent); }

/* ============================================================
   WHY RENT
   ============================================================ */
.pch-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.pch-why__text h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: var(--pri); margin: 0 0 16px; }
.pch-why__text p { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; }
.pch-why__text p a { color: var(--accent); }
.pch-why__list { list-style: none; margin: 0 0 22px; }
.pch-why__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
  font-size: .95rem;
  color: #1e3a50;
}
.pch-why__list li:last-child { border-bottom: none; }
.pch-why__list .material-icons-outlined { color: var(--accent); font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.pch-why__img img {
  width: 400px;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  display: block;
  margin: 0 auto;
}

/* ============================================================
   PRICES
   ============================================================ */
.pch-prices__types { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 44px; }
.pch-prices__type {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 20px 14px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.pch-prices__type:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.pch-prices__type .material-icons-outlined { font-size: 32px; color: var(--accent); margin-bottom: 8px; }
.pch-prices__type-name { font-size: .82rem; font-weight: 700; color: var(--pri); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 4px; }
.pch-prices__type-from { font-size: .8rem; color: var(--muted); }
.pch-prices__type-val { font-size: 1.15rem; font-weight: 800; color: var(--accent); }

.pch-prices__tips {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--r);
  padding: 24px 28px;
  margin-bottom: 40px;
}
.pch-prices__tips h3 { font-size: 1.05rem; color: var(--pri); margin-bottom: 14px; }
.pch-prices__tiplist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none; }
.pch-prices__tiplist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .9rem;
  color: #1e3a50;
}
.pch-prices__tiplist .material-icons-outlined { color: var(--accent); font-size: 18px; margin-top: 1px; flex-shrink: 0; }

.pch-tbl-wrap { overflow-x: auto; }
.pch-tbl {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-width: 700px;
}
.pch-tbl thead { background: linear-gradient(135deg, var(--pri), var(--pri-light)); }
.pch-tbl th {
  padding: 14px 16px;
  text-align: left;
  font-size: .84rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .95);
  white-space: nowrap;
}
.pch-tbl td {
  padding: 12px 16px;
  font-size: .9rem;
  color: #0a1f30;
  border-bottom: 1px solid var(--border);
}
.pch-tbl tbody tr:last-child td { border-bottom: none; }
.pch-tbl tbody tr:nth-child(odd) td { background: var(--bg); }
.pch-tbl td.pl { color: var(--accent-hover); font-weight: 700; }
.pch-tbl td.ph { color: var(--pri); font-weight: 700; }

/* ============================================================
   REVIEWS
   ============================================================ */
.pch-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; }
.pch-review__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: var(--r);
  padding: 24px 22px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.pch-review__card::before {
  content: '\201C';
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--border);
  font-family: Georgia, serif;
}
.pch-review__stars { display: flex; gap: 3px; color: var(--accent); }
.pch-review__stars .material-icons-outlined { font-size: 18px; }
.pch-review__text { font-size: .9rem; color: #374151; line-height: 1.7; margin: 0; font-style: italic; }
.pch-review__author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.pch-review__av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.pch-review__name { font-size: .9rem; font-weight: 700; color: var(--pri); }
.pch-review__city { font-size: .78rem; color: var(--muted); }

.pch-rating {
  display: flex;
  align-items: center;
  gap: 36px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 32px;
  margin-bottom: 36px;
}
.pch-rating__score { text-align: center; }
.pch-rating__big { font-size: 3.2rem; font-weight: 900; color: var(--pri); line-height: 1; }
.pch-rating__stars-row { display: flex; gap: 2px; justify-content: center; color: var(--accent); margin: 6px 0 4px; }
.pch-rating__count { font-size: .8rem; color: var(--muted); }
.pch-rating__bars { flex: 1; }
.pch-rating__bar-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; font-size: .8rem; color: var(--muted); }
.pch-rating__bar-track { flex: 1; height: 8px; background: var(--border); border-radius: 4px; overflow: hidden; }

/* ============================================================
   TRAFFIC RULES
   ============================================================ */
.pch-traffic__main {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 32px;
  margin-bottom: 28px;
  box-shadow: var(--shadow);
}
.pch-traffic__main h2,
.pch-traffic__main h3 { font-size: 1.3rem; color: var(--pri); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.pch-traffic__main h2 .material-icons-outlined,
.pch-traffic__main h3 .material-icons-outlined { color: var(--accent); }
.pch-traffic__main p { font-size: .92rem; color: #374151; margin-bottom: 12px; }
.pch-traffic__list { list-style: none; display: grid; grid-template-columns: 1fr; gap: 8px; }
.pch-traffic__list li { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; color: #374151; }
.pch-traffic__list .material-icons-outlined { color: var(--accent); font-size: 18px; margin-top: 1px; flex-shrink: 0; }
.pch-traffic__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pch-traffic__col {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px 20px;
  box-shadow: var(--shadow);
}
.pch-traffic__col-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--bg-alt), #d6ecfa);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid var(--border);
}
.pch-traffic__col-icon .material-icons-outlined { font-size: 22px; color: var(--accent); }
.pch-traffic__col h3 { font-size: 1rem; color: var(--pri); margin-bottom: 8px; }
.pch-traffic__col p { font-size: .88rem; color: #374151; line-height: 1.6; margin: 0 0 10px 0; }

/* ============================================================
   PLACES
   ============================================================ */
.pch-places__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pch-places__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 22px 20px;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
  position: relative;
}
.pch-places__card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
}
.pch-places__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.pch-places__icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.pch-places__icon .material-icons-outlined { font-size: 22px; color: var(--accent-light); }
.pch-places__card h3 { font-size: .97rem; color: var(--pri); margin-bottom: 6px; }
.pch-places__card p { font-size: .86rem; color: #374151; line-height: 1.6; margin: 0 0 10px; }
.pch-places__meta { display: flex; gap: 12px; flex-wrap: wrap; }
.pch-places__meta span { display: flex; align-items: center; gap: 4px; font-size: .78rem; color: var(--muted); }
.pch-places__meta .material-icons-outlined { font-size: 14px; color: var(--accent); }

/* ============================================================
   CARS
   ============================================================ */
.pch-cars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pch-car__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.pch-car__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pch-car__img {
  background: #FFFFFF;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border);
  min-height: 180px;
}
.pch-car__img img { max-width: 100%; max-height: 140px; object-fit: contain; }
.pch-car__body { padding: 22px 20px; flex: 1; display: flex; flex-direction: column; }
.pch-car__badge {
  display: inline-block;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  color: var(--pri);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-align: center;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.pch-car__name { font-size: 1.1rem; font-weight: 800; color: var(--pri); margin-bottom: 14px; text-align: center; }
.pch-car__specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.pch-car__spec { display: flex; align-items: center; gap: 7px; font-size: .84rem; color: #374151; justify-content: center; }
.pch-car__spec .material-icons-outlined { font-size: 17px; color: var(--accent); flex-shrink: 0; }
.pch-car__price { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border); }
.pch-car__price-from { font-size: .78rem; color: var(--muted); }
.pch-car__price-val { font-size: 1.45rem; font-weight: 800; color: var(--pri); }
.pch-car__price-val span { font-size: .78rem; font-weight: 400; color: var(--muted); }

/* ============================================================
   FAQ
   ============================================================ */
.pch-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pch-faq__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.pch-faq__q {
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--pri);
  user-select: none;
  transition: background .2s;
}
.pch-faq__q:hover { background: var(--bg); }
.pch-faq__q .material-icons-outlined { color: var(--accent); font-size: 22px; flex-shrink: 0; transition: transform .25s; }
.pch-faq__item.open .pch-faq__q { background: var(--bg-alt); }
.pch-faq__item.open .pch-faq__q .material-icons-outlined { transform: rotate(180deg); }
.pch-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.pch-faq__item.open .pch-faq__a { max-height: 320px; }
.pch-faq__a-inner { padding: 0 20px 18px; font-size: .9rem; color: #374151; line-height: 1.75; border-top: 1px solid var(--border); padding-top: 14px; }

/* ============================================================
   FOOTER
   ============================================================ */
.pch-footer {
  background: var(--pri);
  padding: 52px 0 0;
  color: rgba(255, 255, 255, .85);
  position: relative;
}
.pch-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light), var(--accent));
}
.pch-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.pch-footer__logo { height: 38px; width: auto; margin-bottom: 16px; display: block; }
.pch-footer__desc { font-size: .88rem; line-height: 1.7; color: rgba(255, 255, 255, .7); margin-bottom: 18px; }
.pch-footer__contact { display: flex; flex-direction: column; gap: 10px; }
.pch-footer__contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  font-size: .88rem;
  transition: color .2s;
}
.pch-footer__contact a:hover { color: var(--accent-light); text-decoration: none; }
.pch-footer__contact .material-icons-outlined { font-size: 18px; color: var(--accent-light); }
.pch-footer__col h4 { color: #fff; font-size: .9rem; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .06em; }
.pch-footer__links { list-style: none; }
.pch-footer__links li { margin-bottom: 8px; }
.pch-footer__links a { color: rgba(255, 255, 255, .7); font-size: .88rem; text-decoration: none; transition: color .2s; }
.pch-footer__links a:hover { color: var(--accent-light); text-decoration: none; }
.pch-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0;
}
.pch-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.pch-footer__copy { font-size: .82rem; color: rgba(255, 255, 255, .55); }
.pch-footer__seo { font-size: .78rem; color: rgba(255, 255, 255, .4); max-width: 440px; text-align: center; }
.pch-footer__legal { display: flex; gap: 20px; list-style: none; }
.pch-footer__legal a { color: rgba(255, 255, 255, .55); font-size: .82rem; text-decoration: none; transition: color .2s; }
.pch-footer__legal a:hover { color: var(--accent-light); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.pch-about__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.pch-about__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.pch-about__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pch-about__card-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.pch-about__card-icon span { font-size: 28px; color: var(--accent-light); }
.pch-about__card h3 { font-size: 1rem; font-weight: 700; color: var(--pri); margin: 0 0 10px; }
.pch-about__card p { font-size: .9rem; color: #445a6a; line-height: 1.6; margin: 0; }

/* ============================================================
   HOWTO (About page)
   ============================================================ */
.pch-howto__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 16px; }
.pch-howto__step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
}
.pch-howto__step::before {
  content: attr(data-step);
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  border-radius: 50%;
  color: var(--accent-light);
  font-size: .8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(13, 27, 42, .3);
}
.pch-howto__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  color: var(--accent-light);
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 4px 14px rgba(13, 27, 42, .3);
}
.pch-howto__step h3 { font-size: .97rem; font-weight: 700; color: var(--pri); margin: 0 0 10px; }
.pch-howto__step p { font-size: .88rem; color: #445a6a; line-height: 1.6; margin: 0; }

/* ============================================================
   MISSION (About page)
   ============================================================ */
.pch-mission__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.pch-mission__text h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: var(--pri); margin: 0 0 16px; }
.pch-mission__text p { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; }

/* ============================================================
   CONTACTS PAGE
   ============================================================ */
.pch-contacts__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.pch-contacts__info h2 { font-size: 1.6rem; font-weight: 800; color: var(--pri); margin: 0 0 12px; }
.pch-contacts__info > p { color: #374151; line-height: 1.7; margin-bottom: 24px; }
.pch-contacts__info h3 { font-size: 1.05rem; font-weight: 700; color: var(--pri); }
.pch-contacts__cards { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
.pch-contacts__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 18px 20px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pch-contacts__card h2 { font-size: 1.4rem; font-weight: 800; color: var(--pri); margin: 0 0 24px; }
.pch-contacts__rows { display: flex; flex-direction: column; margin-top: 12px; border-top: 1px solid var(--border); }
.pch-contacts__map-col { position: relative; margin-top: 40px; }
.pch-contacts__row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--bg-alt); }
.pch-contacts__row:last-child { border-bottom: none; padding-bottom: 0; }
.pch-contacts__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pch-contacts__icon span { font-size: 22px; color: var(--accent-light); }
.pch-contacts__label { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: #7890a0; font-weight: 600; margin-bottom: 4px; }
.pch-contacts__val { font-size: 1rem; font-weight: 600; color: var(--pri); }
.pch-contacts__val a { color: var(--pri); text-decoration: none; }
.pch-contacts__val a:hover { color: var(--accent); text-decoration: underline; }
.pch-contacts__sub { font-size: .85rem; color: #607080; margin-top: 2px; }
.pch-contacts__action { margin-top: 28px; }
.pch-map { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.pch-map iframe { display: block; width: 100%; height: 480px; border: 0; }
.pch-map__hint {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 0 0 var(--r) var(--r);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .9rem;
  color: #1e3a50;
}
.pch-map__hint a { color: var(--accent); font-weight: 600; text-decoration: none; }
.pch-map__hint a:hover { text-decoration: underline; }
.pch-map__hint .material-icons-outlined { color: var(--accent); flex-shrink: 0; }

/* ============================================================
   PRIVACY POLICY
   ============================================================ */
.pch-privacy { margin: 0 auto; }
.pch-privacy h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--pri);
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--bg-alt);
}
.pch-privacy h2:first-child { margin-top: 0; }
.pch-privacy p { color: #1e3a50; line-height: 1.8; margin: 0 0 12px; font-size: .97rem; }
.pch-privacy ul { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; padding-left: 22px; font-size: .97rem; }
.pch-privacy ul li { margin-bottom: 6px; }
.pch-privacy a { color: var(--accent); text-decoration: none; }
.pch-privacy a:hover { text-decoration: underline; }
.pch-privacy strong { color: var(--pri); }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.pch-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 14px;
  font-size: .82rem;
  color: rgba(255,255,255,.75);
  flex-wrap: wrap;
}
.pch-breadcrumb a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-weight: 500;
}
.pch-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.pch-breadcrumb .material-icons-outlined { font-size: 16px; line-height: 1; }
.pch-breadcrumb span:last-child { color: rgba(255,255,255,.95); font-weight: 600; }

/* ============================================================
   VEHICLE TYPES CTA
   ============================================================ */
.pch-types__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 16px;
}
.pch-type__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 16px 22px;
  text-decoration: none;
  color: var(--pri);
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pch-type__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--accent);
  text-decoration: none;
}
.pch-type__card .material-icons-outlined {
  font-size: 38px;
  color: var(--accent);
  margin-bottom: 14px;
}
.pch-type__card h3 { font-size: .97rem; font-weight: 700; margin: 0 0 6px; }
.pch-type__card p { font-size: .88rem; color: #607080; margin: 0; }
.pch-type__name { font-size: .97rem; font-weight: 700; margin: 0 0 6px; }
.pch-type__desc { font-size: .88rem; color: #607080; margin: 0; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .pch-why__grid { grid-template-columns: 1fr; }
  .pch-why__img { order: -1; }
  .pch-footer__grid { grid-template-columns: 1fr 1fr; }
  .pch-steps__line { display: none; }
  .pch-about__cards { grid-template-columns: repeat(2, 1fr); }
  .pch-howto__grid { grid-template-columns: repeat(2, 1fr); }
  .pch-contacts__grid { grid-template-columns: 1fr; gap: 32px; }
  .pch-contacts__map-col { position: static; }
  .pch-types__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .pch-sect { padding: 44px 0; }
  .pch-steps__grid { grid-template-columns: repeat(2, 1fr); }
  .pch-perks__grid { grid-template-columns: 1fr; }
  .pch-prices__types { grid-template-columns: repeat(3, 1fr); }
  .pch-prices__tiplist { grid-template-columns: 1fr; }
  .pch-reviews__grid { grid-template-columns: 1fr; }
  .pch-traffic__list { grid-template-columns: 1fr; }
  .pch-traffic__cols { grid-template-columns: 1fr; }
  .pch-places__grid { grid-template-columns: repeat(2, 1fr); }
  .pch-cars__grid { grid-template-columns: 1fr; }
  .pch-faq__grid { grid-template-columns: 1fr; }
  .pch-faq { grid-template-columns: 1fr; }
  .pch-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .pch-footer__bottom-inner { flex-direction: column; text-align: center; }
  .pch-footer__seo { text-align: center; }
  .pch-rating { gap: 20px; }
  .pch-about__cards { grid-template-columns: 1fr 1fr; }
  .pch-mission__grid { grid-template-columns: 1fr; }
  .pch-map iframe { height: 320px; }
  .pch-burger { display: flex; margin-left: auto; }
  .pch-burger.is-open { position: fixed; top: 14px; right: 20px; z-index: 101; }
  .pch-nav {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    background: var(--pri);
    padding: 70px 20px 28px;
    flex-direction: column;
    align-items: flex-start;
    z-index: 90;
    gap: 2px;
    box-shadow: 0 8px 32px rgba(0,0,0,.3);
  }
  .pch-nav.open { display: flex; }
  .pch-nav li { width: 100%; }
  .pch-nav li a { padding: 12px 16px; font-size: 1rem; }
  .pch-why__img img { max-width: 100%; height: auto; }
}

@media (max-width: 600px) {
  .pch-types__grid { grid-template-columns: repeat(2, 1fr); }
  .pch-contacts__cards { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .pch-prices__types { grid-template-columns: repeat(2, 1fr); }
  .pch-places__grid { grid-template-columns: 1fr; }
  .pch-steps__grid { grid-template-columns: 1fr; }
  .pch-hero__body h1 { font-size: 1.35rem; }
  .pch-about__cards { grid-template-columns: 1fr; }
  .pch-howto__grid { grid-template-columns: 1fr; }
  .pch-types__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   SUB-PAGE SPECIFIC COMPONENTS
   (convertible, suv, van, premium-car)
   ============================================================ */

/* Section headings */
.pch-sect__title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: var(--pri);
  text-align: center;
  margin-bottom: 8px;
}
.pch-sect__sub {
  text-align: center;
  color: var(--muted);
  font-size: .97rem;
  margin-bottom: 36px;
}

/* Intro paragraph */
.pch-intro-text {
  font-size: 1rem;
  color: #1e3a50;
  line-height: 1.8;
  margin-bottom: 28px;
}

/* Perks grid on sub-pages (.pch-perks / .pch-perk) */
.pch-perks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pch-perk {
  background: var(--white);
  border-radius: var(--r);
  padding: 26px 22px;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--accent);
  transition: transform .2s, box-shadow .2s;
}
.pch-perk:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pch-perk__icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--bg-alt), #d6ecfa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--accent);
  border: 1px solid var(--border);
  font-size: 26px !important;
}
.pch-perk h3 { font-size: 1rem; color: var(--pri); margin-bottom: 8px; }
.pch-perk p { font-size: .9rem; color: #374151; line-height: 1.7; margin: 0; }

/* Price table on sub-pages (.pch-table-wrap / .pch-table) */
.pch-table-wrap { overflow-x: auto; margin-bottom: 12px; }
.pch-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-width: 560px;
}
.pch-table thead { background: linear-gradient(135deg, var(--pri), var(--pri-light)); }
.pch-table th {
  padding: 14px 16px;
  text-align: left;
  font-size: .84rem;
  font-weight: 700;
  color: rgba(255,255,255,.95);
  white-space: nowrap;
}
.pch-table td {
  padding: 12px 16px;
  font-size: .9rem;
  color: #0a1f30;
  border-bottom: 1px solid var(--border);
}
.pch-table tbody tr:last-child td { border-bottom: none; }
.pch-table tbody tr:nth-child(odd) td { background: var(--bg); }
.pch-table-note {
  font-size: .82rem;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.6;
}

/* FAQ accordion on sub-pages (button + hidden attribute toggle) */
.pch-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pch-faq .pch-faq__q {
  background: none;
  border: none;
  font-family: inherit;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.pch-faq .pch-faq__q[aria-expanded="true"] { background: var(--bg-alt); }
.pch-faq .pch-faq__q[aria-expanded="true"] .material-icons-outlined { transform: rotate(180deg); }
.pch-faq .pch-faq__a {
  max-height: none;
  overflow: visible;
  transition: none;
}
.pch-faq .pch-faq__a[hidden] { display: none; }
.pch-faq .pch-faq__a p {
  padding: 14px 20px 18px;
  font-size: .9rem;
  color: #374151;
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid var(--border);
}

/* Responsive: sub-page perks & FAQ */
@media (max-width: 768px) {
  .pch-perks { grid-template-columns: 1fr 1fr; }
  .pch-faq { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .pch-perks { grid-template-columns: 1fr; }
}

/* ============================================================
   STEPS ICON (index page - AI generated variant)
   ============================================================ */
.pch-steps__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: var(--accent);
}
.pch-steps__icon .material-icons-outlined { font-size: 28px; }

/* ============================================================
   AVATAR (reviews - AI variant)
   ============================================================ */
.pch-av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

/* ============================================================
   REVIEW HEADER (index page reviews - AI variant)
   ============================================================ */
.pch-review__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pch-review__header strong { font-size: .9rem; color: var(--pri); }
.pch-review__header small { font-size: .78rem; color: var(--muted); }

/* ============================================================
   RATING BAR ALTERNATE CLASSES (AI variant)
   ============================================================ */
.pch-rating__num { font-size: 3.2rem; font-weight: 900; color: var(--pri); line-height: 1; }
.pch-rating__stars { display: flex; gap: 2px; justify-content: center; color: var(--accent); margin: 6px 0 4px; }
.pch-rating__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  font-size: .8rem;
  color: var(--muted);
}
.pch-bar {
  flex: 1;
  height: 8px;
  background: var(--border);
  border-radius: 4px;
  overflow: hidden;
}
.pch-bar__fill {
  height: 100%;
  background: var(--accent);
  border-radius: 3px;
}

/* ============================================================
   STATS (About page - AI variant)
   ============================================================ */
.pch-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.pch-stats__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}
.pch-stats__num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--pri);
  line-height: 1.1;
  margin-bottom: 6px;
}
.pch-stats__num .small { font-size: 1.2rem; font-weight: 600; color: var(--muted); }
.pch-stats__label { font-size: .85rem; color: var(--muted); font-weight: 500; }

/* ============================================================
   ABOUT GRID (About page - AI variant text + image)
   ============================================================ */
.pch-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pch-about__text h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: var(--pri); margin: 0 0 16px; }
.pch-about__text p { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; }
.pch-about__img img {
  width: 100%;
  max-width: 400px;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  display: block;
  margin: 0 auto;
}

/* ============================================================
   HOWTO CARDS (About page - AI variant)
   ============================================================ */
.pch-howto__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 26px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.pch-howto__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pch-howto__icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--bg-alt), #b0f0fa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--accent);
  border: 1px solid var(--border);
}
.pch-howto__icon .material-icons-outlined { font-size: 26px; }
.pch-howto__card h3 { font-size: .97rem; font-weight: 700; color: var(--pri); margin: 0 0 10px; }
.pch-howto__card p { font-size: .88rem; color: #445a6a; line-height: 1.6; margin: 0; }

/* ============================================================
   MISSION (About page - AI variant)
   ============================================================ */
.pch-mission {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 40px 36px;
  box-shadow: var(--shadow);
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.pch-mission h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: var(--pri); margin: 0 0 16px; }
.pch-mission p { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; max-width: 720px; margin-left: auto; margin-right: auto; }
.pch-mission__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

/* ============================================================
   BUTTON LARGE
   ============================================================ */
.pch-btn--lg { padding: 14px 32px; font-size: 1.05rem; }

/* ============================================================
   HERO SMALL VARIANT (contacts, privacy-policy)
   ============================================================ */
.pch-hero--sm { min-height: 260px; }
.pch-hero--sm .pch-hero__body { padding: 100px 0 30px; }

/* ============================================================
   CONTACT CARDS (contacts page - AI variant)
   ============================================================ */
.pch-contact__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bg-alt);
}
.pch-contact__card:last-of-type { border-bottom: none; margin-bottom: 20px; }
.pch-contact__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pri), var(--pri-light));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pch-contact__icon span { font-size: 22px; color: var(--accent-light); }
.pch-contact__label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7890a0;
  font-weight: 600;
  margin-bottom: 4px;
}
.pch-contact__val { font-size: 1rem; font-weight: 600; color: var(--pri); }
.pch-contact__val a { color: var(--pri); text-decoration: none; }
.pch-contact__val a:hover { color: var(--accent); text-decoration: underline; }

/* ============================================================
   CONTACTS INFO & MAP (contacts page - AI variant)
   ============================================================ */
.pch-contacts__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--bg-alt);
}
.pch-contacts__item:last-of-type { border-bottom: none; margin-bottom: 24px; }
.pch-contacts__item strong { display: block; font-size: .88rem; color: var(--pri); margin-bottom: 2px; }
.pch-contacts__item > div:not(.pch-contacts__icon) span { font-size: .9rem; color: #374151; line-height: 1.6; }
.pch-contacts__item a { color: var(--accent); text-decoration: none; }
.pch-contacts__item a:hover { text-decoration: underline; }
.pch-contacts__map h2 { font-size: 1.3rem; font-weight: 800; color: var(--pri); margin: 0 0 10px; }
.pch-contacts__map h3 { font-size: 1.1rem; font-weight: 700; color: var(--pri); margin-bottom: 16px; }
.pch-contacts__map p { color: var(--muted); font-size: .9rem; margin-bottom: 16px; }
.pch-contacts__map-note {
  font-size: .85rem;
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.6;
}
.pch-map__wrap {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.pch-map__wrap iframe { display: block; width: 100%; border: 0; }

/* ============================================================
   CONTENT BLOCK (privacy-policy - AI variant)
   ============================================================ */
.pch-content { max-width: 100%; }
.pch-content--narrow { max-width: 840px; margin: 0 auto; }
.pch-content h2 {
  font-size: 1.2rem; font-weight: 800; color: var(--pri); margin: 36px 0 12px;
  padding-bottom: 8px; border-bottom: 2px solid var(--bg-alt);
}
.pch-content h2:first-child { margin-top: 0; }
.pch-content p { color: #1e3a50; line-height: 1.8; margin: 0 0 12px; font-size: .97rem; }
.pch-content ul { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; padding-left: 22px; font-size: .97rem; }
.pch-content ul li { margin-bottom: 6px; }
.pch-content a { color: var(--accent); text-decoration: none; }
.pch-content a:hover { text-decoration: underline; }
.pch-content strong { color: var(--pri); }

/* ============================================================
   LEGAL / PRIVACY (AI variant)
   ============================================================ */
.pch-legal { margin: 0 auto; }
.pch-legal h2 {
  font-size: 1.2rem; font-weight: 800; color: var(--pri); margin: 36px 0 12px;
  padding-bottom: 8px; border-bottom: 2px solid var(--bg-alt);
}
.pch-legal h2:first-child { margin-top: 0; }
.pch-legal p { color: #1e3a50; line-height: 1.8; margin: 0 0 12px; font-size: .97rem; }
.pch-legal ul { color: #1e3a50; line-height: 1.8; margin: 0 0 14px; padding-left: 22px; font-size: .97rem; }
.pch-legal ul li { margin-bottom: 6px; }
.pch-legal a { color: var(--accent); text-decoration: none; }
.pch-legal a:hover { text-decoration: underline; }
.pch-legal strong { color: var(--pri); }

/* ============================================================
   SUB-HERO (AI variant)
   ============================================================ */
.pch-subhero {
  background: url('/img/hero.webp') center / cover no-repeat;
  padding: 110px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pch-subhero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 61, 90, .78) 0%, rgba(0, 0, 0, .52) 100%);
  pointer-events: none;
}
.pch-subhero .pch-wrap { position: relative; z-index: 2; }
.pch-subhero h1 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 800;
  margin: 0 0 12px;
}
.pch-subhero p {
  color: rgba(255, 255, 255, .88);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}
.pch-subhero .pch-breadcrumb { margin-bottom: 14px; }
.pch-breadcrumb ol { display: flex; align-items: center; gap: 5px; list-style: none; justify-content: center; }
.pch-breadcrumb ol li { display: flex; align-items: center; gap: 5px; }
.pch-breadcrumb ol li::before { display: none; }
.pch-breadcrumb ol li + li::before { content: '\203A'; display: inline; font-size: 1.1rem; color: rgba(255,255,255,.6); margin-right: 2px; }
.pch-breadcrumb ol li:last-child { color: rgba(255,255,255,.95); font-weight: 600; }

/* ============================================================
   RESPONSIVE: AI-variant components
   ============================================================ */
@media (max-width: 1024px) {
  .pch-about__grid { grid-template-columns: 1fr; }
  .pch-about__img { order: -1; }
  .pch-contacts__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .pch-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .pch-hero--sm { min-height: 200px; }
}
@media (max-width: 480px) {
  .pch-stats__grid { grid-template-columns: 1fr 1fr; }
}
