/*
 * HP PC – AKTIVNÍ CSS HOMEPAGE OD 901 PX.
 *
 * Při požadavku na HP PC upravuj tento soubor a includes/homepage/desktop/.
 * Bez výslovného schválení neměň css/home.mobile.css ani mobilní PHP soubory.
 * Soubor se nenačítá na mobilech a neobsahuje mobilní media queries.
 */
:root {
  --home-blue: #0b4f9f;
  --home-blue-dark: #07366d;
  --home-blue-soft: #eef6ff;
  --home-green: #1f8a4c;
  --home-text: #14213d;
  --home-muted: #64748b;
  --home-border: #dbe7f3;
  --home-soft: #f7fafc;
  --home-shadow: 0 18px 42px rgba(15, 23, 42, .10);
}
.home-page main { overflow: hidden; }
.home-hero {
  background:
    radial-gradient(circle at 82% 12%, rgba(37, 99, 235, 0.14), transparent 34%),
    radial-gradient(circle at 10% 8%, rgba(219, 234, 254, 0.58), transparent 29%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 82%);
  padding: 76px 0 52px;
}
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
}
.home-hero-copy {
  min-width: 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-hero h1 {
  margin: 0;
  max-width: 720px;
  color: var(--home-text);
  font-size: clamp(40px, 4.35vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.043em;
  text-wrap: balance;
}
.home-hero h1 span {
  display: block;
}
.hero-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #34445e;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: -0.012em;
}
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}
.hero-benefit-pill {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 66px;
  padding: 10px 15px 10px 11px;
  border: 1px solid rgba(11, 79, 159, .17);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .055);
  color: var(--home-text);
  cursor: default;
}
.hero-benefit-pill-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--home-blue-soft);
  color: var(--home-blue);
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}
.hero-benefit-pill.is-green .hero-benefit-pill-icon {
  background: #eaf8f0;
  color: var(--home-green);
}
.hero-benefit-pill-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  line-height: 1.18;
}
.hero-benefit-pill-copy strong {
  color: var(--home-text);
  font-size: 14px;
  font-weight: 900;
}
.hero-benefit-pill-copy small {
  color: var(--home-muted);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
}
.hero-actions {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 12px 24px rgba(11,79,159,.22);
}
.btn-primary:hover { background: var(--home-blue-dark); }
.btn-outline {
  color: var(--home-blue);
  background: rgba(255,255,255,.92);
  border-color: rgba(11,79,159,.32);
}
.btn-outline:hover { background: var(--home-blue-soft); }
.microcopy {
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.6;
}
.hero-call-card {
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #dbe7f5;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}
.card-label {
  margin: 0 0 10px;
  color: var(--home-muted);
  font-weight: 800;
}
.hero-call-card h2 {
  margin: 0 0 12px;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.hero-phone {
  display: block;
  color: var(--home-blue);
  font-size: 28px;
  font-weight: 950;
  text-decoration: none;
  margin-bottom: 20px;
}
.hero-phone:hover { color: var(--home-blue-dark); }
.hero-call-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-call-card li {
  position: relative;
  padding-left: 28px;
  color: #334155;
  line-height: 1.55;
}
.hero-call-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--home-green);
  font-weight: 900;
}
.card-note {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--home-blue-soft);
  color: var(--home-blue-dark);
  font-weight: 800;
}
.hero-proof {
  position: relative;
  min-width: 0;
  padding-bottom: 48px;
}
.hero-proof-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(11, 79, 159, .12);
  border-radius: 28px;
  background: #dfe9f4;
  box-shadow: 0 26px 66px rgba(15, 23, 42, .16);
}
.hero-proof-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.hero-proof-photo + .hero-proof-photo {
  border-left: 3px solid rgba(255,255,255,.92);
}
.hero-proof-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-proof-photo:first-child img {
  object-position: 55% center;
}
.hero-proof-photo figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .82);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .16);
}
.hero-proof-photo:last-child figcaption {
  background: rgba(31, 138, 76, .92);
}
.hero-proof-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px 18px 22px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 19px;
  background: var(--home-blue);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(7, 54, 109, .28);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.hero-proof-card:hover {
  transform: translateY(-2px);
  background: var(--home-blue-dark);
  box-shadow: 0 22px 44px rgba(7, 54, 109, .34);
}
.hero-proof-card:focus-visible {
  outline: 4px solid rgba(37, 99, 235, .28);
  outline-offset: 4px;
}
.hero-proof-card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.hero-proof-card strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.hero-proof-card-copy > span {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.45;
}
.hero-proof-card-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--home-blue);
  transition: transform .18s ease;
}
.hero-proof-card:hover .hero-proof-card-icon {
  transform: translateX(3px);
}
.home-section { padding: 78px 0; background: #fff; }
.home-section.soft { background: var(--home-soft); }
.section-head {
  max-width: 760px;
  margin: 0 0 34px;
}
.section-head.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.section-head p {
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.7;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-tile,
.audience-grid article,
.process-grid article,
.work-card {
  border: 1px solid var(--home-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.service-tile {
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
}
.service-tile:hover,
.audience-grid article:hover,
.process-grid article:hover,
.work-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--home-shadow);
  border-color: rgba(11,79,159,.22);
}
.tile-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4fb 100%);
  border: 1px solid rgba(11,79,159,.08);
  color: #235ea6;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  flex-shrink: 0;
}
.tile-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tile-icon-care {
  color: #1b7f74;
  background: linear-gradient(180deg, #f0faf8 0%, #e8f6f3 100%);
  border-color: rgba(27,127,116,.12);
}
.service-tile h3,
.audience-grid h3,
.process-grid h3,
.work-card h3 { margin: 0 0 10px; font-size: 20px; }
.service-tile p,
.audience-grid p,
.process-grid p,
.work-card p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}
.service-tile > span:last-child {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--home-blue);
  font-weight: 900;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.audience-grid article {
  padding: 25px;
}
.price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  padding: 34px;
  border: 1px solid rgba(11,79,159,.16);
  border-radius: 30px;
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 60%);
  box-shadow: var(--home-shadow);
}
.price-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 44px);
  letter-spacing: -0.035em;
}
.price-copy p { color: #3b4c65; line-height: 1.75; font-size: 17px; }
.included-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0;
}
.included-list div {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--home-border);
}
.price-cta {
  padding: 26px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--home-border);
}
.price-cta h3 { margin: 0 0 10px; font-size: 24px; }
.price-cta p { color: var(--home-muted); line-height: 1.65; }
.price-cta .btn { width: 100%; margin-top: 10px; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.work-card { overflow: hidden; }
.work-card h3,
.work-card p { padding-left: 22px; padding-right: 22px; }
.work-card h3 { padding-top: 20px; }
.work-card p { padding-bottom: 24px; }
.work-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #e2e8f0;
}
.work-images img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-grid article {
  padding: 25px;
}
.process-grid span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--home-blue);
  color: #fff;
  font-weight: 900;
}
.narrow { max-width: 850px; }
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.faq-item button {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: #fff;
  color: var(--home-text);
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.faq-item button::after {
  content: "+";
  float: right;
  color: var(--home-blue);
}
.faq-item.is-open button::after { content: "−"; }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--home-muted); line-height: 1.7; }
.faq-item.is-open .faq-answer { display: block; }
.faq-answer p { margin: 0; }
.final-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--home-blue-dark), var(--home-blue));
  color: #fff;
  text-align: center;
}
.final-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.035em;
}
.final-cta p {
  max-width: 730px;
  margin: 16px auto 0;
  color: rgba(255,255,255,.86);
  line-height: 1.7;
  font-size: 18px;
}
.centered-actions { justify-content: center; margin-top: 28px; }
.btn-light {
  color: var(--home-blue-dark);
  background: #fff;
}
.btn-light-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.55);
}
.final-note { font-size: 14px !important; opacity: .92; }
.partners-compact {
  padding: 46px 0;
  background: #fff;
}
.partners-inner {
  display: grid;
  grid-template-columns: minmax(0, 430px) 1fr;
  gap: 30px;
  align-items: center;
}
.partners-inner h2 {
  margin: 0;
  font-size: 28px;
}
.partner-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.partner-logos img {
  width: 100%;
  max-height: 54px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  background: #fff;
}
.mobile-bottom-cta { display: none; }

/* Homepage assist + feedback popups */
.home-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10020;
  background: rgba(15, 23, 42, .42);
  opacity: 0;
  transition: opacity .18s ease;
}
.home-popup-backdrop.is-open { opacity: 1; }
.home-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10021;
  width: min(92vw, 560px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  transform: translate(-50%, -48%) scale(.98);
  opacity: 0;
  padding: 28px;
  border: 1px solid rgba(219, 231, 243, .95);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, .26);
  transition: opacity .18s ease, transform .18s ease;
}
.home-popup.is-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.home-popup-close {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 999px;
  background: #fff;
  color: var(--home-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.home-popup-close:hover { background: var(--home-blue-soft); }
.home-popup-kicker {
  margin: 0 0 10px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-popup h2 {
  margin: 0 34px 12px 0;
  color: var(--home-text);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.home-popup p {
  margin: 0 0 18px;
  color: #40516a;
  line-height: 1.65;
}
.home-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.home-popup-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}
.home-popup-btn-primary {
  color: #fff;
  background: var(--home-blue);
  box-shadow: 0 12px 24px rgba(11,79,159,.18);
}
.home-popup-btn-outline {
  color: var(--home-blue);
  background: #fff;
  border-color: rgba(11,79,159,.28);
}
.home-popup-btn-whatsapp {
  color: #fff;
  background: #1f8a4c;
}
.home-popup-btn-ghost {
  color: var(--home-blue);
  background: var(--home-blue-soft);
}
.home-feedback-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 16px;
}
.home-feedback-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid var(--home-border);
  border-radius: 15px;
  background: #fff;
  color: var(--home-text);
  font-weight: 850;
  cursor: pointer;
}
.home-feedback-options label:hover { border-color: rgba(11,79,159,.35); background: var(--home-blue-soft); }
.home-feedback-message {
  display: grid;
  gap: 8px;
  color: var(--home-text);
  font-weight: 900;
}
.home-feedback-message span {
  color: var(--home-muted);
  font-weight: 700;
}
.home-feedback-message textarea {
  width: 100%;
  min-height: 94px;
  resize: vertical;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  padding: 12px 14px;
  color: var(--home-text);
  font: inherit;
}
.home-feedback-message textarea:focus {
  outline: 3px solid rgba(11,79,159,.14);
  border-color: rgba(11,79,159,.45);
}
.home-popup-actions-submit { align-items: center; }
.home-feedback-status {
  min-height: 22px;
  margin: 12px 0 0 !important;
  color: var(--home-green) !important;
  font-weight: 850;
}
html.home-popup-open { overflow: hidden; }

.home-mobile-only {
  display: none !important;
}

.home-variant--mobile {
  display: none !important;
}

/* --------------------------------------------------------------------------
   HP PC – RECENZE HNED POD HERO SEKCI (PATCH 258)
   Tato část patří pouze desktopové homepage od 901 px.
   Hp PC mob upravuj samostatně v css/home.mobile.css a includes/homepage/mobile/.
   -------------------------------------------------------------------------- */
.hp-pc-reviews {
  position: relative;
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 92% 3%, rgba(11, 79, 159, .10), transparent 29%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fd 100%);
  border-top: 1px solid rgba(11, 79, 159, .08);
}
.hp-pc-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(11,79,159,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(11,79,159,.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 62%);
}
.hp-pc-reviews-container {
  position: relative;
  z-index: 1;
}
.hp-pc-reviews-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 38px;
}
.hp-pc-reviews-heading {
  max-width: 690px;
}
.hp-pc-reviews-eyebrow {
  margin: 0 0 11px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.hp-pc-reviews-heading h2 {
  margin: 0;
  color: var(--home-text);
  font-size: clamp(38px, 3.7vw, 52px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.hp-pc-reviews-heading > p:last-child {
  max-width: 650px;
  margin: 17px 0 0;
  color: #526176;
  font-size: 17px;
  line-height: 1.7;
}
.hp-pc-reviews-summaries {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.hp-pc-review-summary {
  position: relative;
  min-width: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 79, 159, .14);
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 15px 38px rgba(15, 23, 42, .08);
}
.hp-pc-review-summary::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(11,79,159,.055);
}
.hp-pc-review-summary--firmy::after {
  background: rgba(214, 28, 28, .055);
}
.hp-pc-review-summary-source {
  position: relative;
  z-index: 1;
  color: #3c4a5f;
  font-size: 14px;
  font-weight: 950;
}
.hp-pc-review-summary-score {
  position: relative;
  z-index: 1;
  margin: 8px 0 4px;
  color: var(--home-text);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
}
.hp-pc-review-summary > strong,
.hp-pc-review-summary > span:last-child {
  position: relative;
  z-index: 1;
  display: block;
}
.hp-pc-review-summary > strong {
  margin-top: 10px;
  color: #28384f;
  font-size: 14px;
}
.hp-pc-review-summary > span:last-child {
  margin-top: 4px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.45;
}
.hp-pc-review-stars {
  display: inline-flex;
  gap: 3px;
  color: #d4a017;
  line-height: 1;
}
.hp-pc-review-stars svg {
  display: block;
  fill: #e5e7eb;
}
.hp-pc-review-stars svg.is-filled {
  fill: #f4b400;
  filter: drop-shadow(0 2px 2px rgba(180, 120, 0, .14));
}
.hp-pc-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.hp-pc-review-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 284px;
  padding: 27px 28px 25px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce7f2;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 17px 42px rgba(15, 23, 42, .075);
}
.hp-pc-review-card::before {
  content: "“";
  position: absolute;
  right: 22px;
  top: 7px;
  color: rgba(11,79,159,.075);
  font-family: Georgia, serif;
  font-size: 94px;
  line-height: 1;
  pointer-events: none;
}
.hp-pc-review-card--firmy::before {
  color: rgba(188, 27, 27, .065);
}
.hp-pc-review-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hp-pc-review-source {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .02em;
}
.hp-pc-review-source--google {
  color: #174ea6;
  background: #eef4ff;
  border: 1px solid #d5e3ff;
}
.hp-pc-review-source--firmy {
  color: #a71919;
  background: #fff1f1;
  border: 1px solid #f5d4d4;
}
.hp-pc-review-card blockquote {
  position: relative;
  z-index: 1;
  margin: 23px 0 0;
}
.hp-pc-review-card blockquote p {
  margin: 0;
  color: #27364b;
  font-size: 17px;
  line-height: 1.68;
  font-weight: 600;
}
.hp-pc-review-note {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  font-style: italic;
}
.hp-pc-review-author {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}
.hp-pc-review-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--home-blue), #3b82f6);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(11,79,159,.20);
}
.hp-pc-review-card--firmy .hp-pc-review-avatar {
  background: linear-gradient(145deg, #b91c1c, #ef4444);
  box-shadow: 0 8px 18px rgba(185,28,28,.16);
}
.hp-pc-review-author-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.hp-pc-review-author-copy strong {
  color: var(--home-text);
  font-size: 15px;
}
.hp-pc-review-author-copy span {
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.35;
}
.hp-pc-reviews-more {
  margin-top: 24px;
}
.hp-pc-reviews-more > summary {
  display: flex;
  width: max-content;
  min-height: 50px;
  margin: 0 auto;
  padding: 12px 19px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(11,79,159,.24);
  border-radius: 999px;
  background: #fff;
  color: var(--home-blue);
  font-weight: 950;
  cursor: pointer;
  list-style: none;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.hp-pc-reviews-more > summary::-webkit-details-marker {
  display: none;
}
.hp-pc-reviews-more > summary:hover {
  transform: translateY(-1px);
  background: var(--home-blue-soft);
  border-color: rgba(11,79,159,.38);
  box-shadow: 0 13px 28px rgba(11,79,159,.10);
}
.hp-pc-reviews-more > summary:focus-visible {
  outline: 3px solid rgba(11,79,159,.20);
  outline-offset: 3px;
}
.hp-pc-reviews-more > summary svg {
  transition: transform .2s ease;
}
.hp-pc-reviews-more[open] > summary svg {
  transform: rotate(180deg);
}
.hp-pc-reviews-more-label--open {
  display: none;
}
.hp-pc-reviews-more[open] .hp-pc-reviews-more-label--closed {
  display: none;
}
.hp-pc-reviews-more[open] .hp-pc-reviews-more-label--open {
  display: inline;
}
.hp-pc-reviews-grid--additional {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}
.hp-pc-reviews-grid--additional .hp-pc-review-card {
  min-height: 272px;
  padding: 24px;
}
.hp-pc-reviews-grid--additional .hp-pc-review-card blockquote p {
  font-size: 15px;
}
.hp-pc-reviews-conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 27px 30px;
  border: 1px solid rgba(11,79,159,.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #0a4488, #0b5fbd);
  color: #fff;
  box-shadow: 0 20px 45px rgba(11,79,159,.18);
}
.hp-pc-reviews-conversion > div {
  display: grid;
  gap: 7px;
}
.hp-pc-reviews-conversion strong {
  font-size: 21px;
  line-height: 1.25;
}
.hp-pc-reviews-conversion span {
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}
.hp-pc-reviews-conversion-btn {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--home-blue-dark);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 11px 25px rgba(3, 23, 49, .20);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.hp-pc-reviews-conversion-btn:hover {
  transform: translateY(-2px);
  background: #f3f8ff;
  box-shadow: 0 15px 30px rgba(3, 23, 49, .25);
}
.hp-pc-reviews-conversion-btn:focus-visible {
  outline: 3px solid rgba(255,255,255,.55);
  outline-offset: 4px;
}

/* =========================================================
   HP PC – Co potřebujete vyklidit? (Patch 260)
   Upravuj pouze pro HP PC. Mobilní verze je v home.mobile.css.
   ========================================================= */
.hp-pc-services {
  position: relative;
  padding: 82px 0 92px;
  background:
    radial-gradient(circle at 92% 8%, rgba(11,79,159,.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}
.hp-pc-services-head {
  max-width: 810px;
  margin: 0 auto 42px;
  text-align: center;
}
.hp-pc-services-eyebrow {
  margin: 0 0 12px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hp-pc-services-head h2 {
  margin: 0;
  color: var(--home-text);
  font-size: clamp(38px, 3.8vw, 52px);
  line-height: 1.05;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.hp-pc-services-head > p:last-child {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.72;
}
.hp-pc-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.hp-pc-service-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 24px;
  background: rgba(255,255,255,.97);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15,23,42,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.hp-pc-service-card::after {
  content: "";
  position: absolute;
  inset: auto -38px -52px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(11,79,159,.045);
  transition: transform .22s ease, background .22s ease;
}
.hp-pc-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(11,79,159,.28);
  background: #fff;
  box-shadow: 0 22px 46px rgba(15,23,42,.11);
}
.hp-pc-service-card:hover::after {
  transform: scale(1.18);
  background: rgba(11,79,159,.075);
}
.hp-pc-service-card:focus-visible {
  outline: 3px solid rgba(11,79,159,.22);
  outline-offset: 4px;
}
.hp-services-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(11,79,159,.10);
  border-radius: 18px;
  background: linear-gradient(180deg, #f4f8ff 0%, #edf4fc 100%);
  color: #235ea6;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.hp-services-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hp-services-icon--care {
  color: #18786e;
  border-color: rgba(24,120,110,.13);
  background: linear-gradient(180deg, #f0faf8 0%, #e8f6f3 100%);
}
.hp-services-icon--green {
  color: var(--home-green);
  border-color: rgba(31,138,76,.13);
  background: linear-gradient(180deg, #effaf4 0%, #e8f6ef 100%);
}
.hp-pc-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  color: var(--home-text);
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -.02em;
}
.hp-pc-service-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.66;
}
.hp-pc-service-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 950;
}
.hp-pc-service-link svg,
.hp-pc-services-cta-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}
.hp-pc-service-card:hover .hp-pc-service-link svg,
.hp-pc-services-cta-btn:hover svg {
  transform: translateX(3px);
}
.hp-pc-services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding: 28px 30px;
  border: 1px solid rgba(11,79,159,.14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15,23,42,.07);
}
.hp-pc-services-cta > div {
  display: grid;
  gap: 7px;
}
.hp-pc-services-cta strong {
  color: var(--home-text);
  font-size: 21px;
  line-height: 1.25;
}
.hp-pc-services-cta span {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.55;
}
.hp-pc-services-cta-btn {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--home-blue);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(11,79,159,.20);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.hp-pc-services-cta-btn:hover {
  transform: translateY(-2px);
  background: var(--home-blue-dark);
  box-shadow: 0 16px 30px rgba(11,79,159,.25);
}
.hp-pc-services-cta-btn:focus-visible {
  outline: 3px solid rgba(11,79,159,.22);
  outline-offset: 4px;
}

/* =========================================================
   HP PC – Komu pomáháme s vyklízením? (Patch 261)
   Samostatné PC zobrazení. Mobilní verze je v home.mobile.css.
   ========================================================= */
.hp-pc-audiences {
  position: relative;
  padding: 78px 0 74px;
  background: #fff;
}
.hp-pc-audiences::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11,79,159,.13), transparent);
}
.hp-pc-audiences-head {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.hp-pc-audiences-eyebrow {
  margin: 0 0 12px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hp-pc-audiences-head h2 {
  margin: 0;
  color: var(--home-text);
  font-size: clamp(38px, 3.6vw, 50px);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.hp-pc-audiences-head > p:last-child {
  max-width: 790px;
  margin: 18px auto 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.7;
}
.hp-pc-audiences-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.hp-pc-audience-card {
  position: relative;
  min-width: 0;
  min-height: 238px;
  padding: 25px 23px 24px;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 12px 29px rgba(15,23,42,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hp-pc-audience-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -52px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(11,79,159,.04);
  transition: transform .2s ease, background .2s ease;
}
.hp-pc-audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11,79,159,.23);
  box-shadow: 0 20px 42px rgba(15,23,42,.095);
}
.hp-pc-audience-card:hover::after {
  transform: scale(1.16);
  background: rgba(11,79,159,.07);
}
.hp-audiences-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
  border: 1px solid rgba(11,79,159,.11);
  border-radius: 18px;
  background: linear-gradient(180deg, #f4f8ff 0%, #edf4fc 100%);
  color: #235ea6;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}
.hp-audiences-icon svg {
  width: 27px;
  height: 27px;
}
.hp-audiences-icon--care {
  color: #18786e;
  border-color: rgba(24,120,110,.13);
  background: linear-gradient(180deg, #f0faf8 0%, #e8f6f3 100%);
}
.hp-audiences-icon--business {
  color: #7152a2;
  border-color: rgba(113,82,162,.13);
  background: linear-gradient(180deg, #f8f4ff 0%, #f2edfb 100%);
}
.hp-pc-audience-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 11px;
  color: var(--home-text);
  font-size: 20px;
  line-height: 1.24;
  letter-spacing: -.02em;
}
.hp-pc-audience-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.63;
}

/* --------------------------------------------------------------------------
   HP PC – CENOVÁ SEKCE „MALÉ VYKLÍZENÍ ZA 1 750 KČ“ (PATCH 272)
   Tato část patří pouze desktopové homepage od 901 px.
   Mobilní cena je samostatně v includes/homepage/mobile/price.php.
   -------------------------------------------------------------------------- */
.hp-pc-price {
  position: relative;
  padding: 88px 0 94px;
  background:
    radial-gradient(circle at 92% 12%, rgba(31, 138, 76, .09), transparent 26%),
    linear-gradient(180deg, #f6faff 0%, #ffffff 100%);
  border-top: 1px solid rgba(11, 79, 159, .08);
}
.hp-pc-price-container {
  position: relative;
}
.hp-pc-price-heading {
  max-width: 850px;
  margin-bottom: 36px;
}
.hp-pc-price-eyebrow,
.hp-pc-price-larger-label {
  margin: 0 0 11px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hp-pc-price-heading h2 {
  margin: 0;
  color: var(--home-text);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.hp-pc-price-heading > p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: #40516b;
  font-size: 18px;
  line-height: 1.7;
}
.hp-pc-price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 28px;
  align-items: stretch;
}
.hp-pc-price-details,
.hp-pc-price-offer {
  border: 1px solid rgba(11, 79, 159, .14);
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .09);
}
.hp-pc-price-details {
  padding: 34px;
  background: rgba(255, 255, 255, .96);
}
.hp-pc-price-details > h3 {
  margin: 0 0 21px;
  color: var(--home-text);
  font-size: 24px;
  letter-spacing: -.025em;
}
.hp-pc-price-included {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-pc-price-included li {
  display: flex;
  gap: 12px;
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  background: #f9fbfe;
}
.hp-pc-price-check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #eaf8f0;
  color: var(--home-green);
  font-size: 16px;
  font-weight: 950;
}
.hp-pc-price-included li > span:last-child {
  display: grid;
  gap: 4px;
}
.hp-pc-price-included strong {
  color: var(--home-text);
  font-size: 15px;
  line-height: 1.35;
}
.hp-pc-price-included small {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
}
.hp-pc-price-larger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  border-radius: 22px;
  background: var(--home-blue-soft);
}
.hp-pc-price-larger-label {
  margin-bottom: 6px;
}
.hp-pc-price-larger h3 {
  margin: 0;
  color: var(--home-text);
  font-size: 21px;
  letter-spacing: -.02em;
}
.hp-pc-price-larger p:not(.hp-pc-price-larger-label) {
  margin: 8px 0 0;
  color: #4b5d76;
  line-height: 1.6;
}
.hp-pc-price-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid rgba(11, 79, 159, .26);
  border-radius: 999px;
  background: #fff;
  color: var(--home-blue);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.hp-pc-price-secondary:hover {
  transform: translateY(-1px);
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(11, 79, 159, .12);
}
.hp-pc-price-offer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.24), transparent 32%),
    linear-gradient(145deg, var(--home-blue) 0%, var(--home-blue-dark) 100%);
  color: #fff;
}
.hp-pc-price-offer::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -115px;
  bottom: -120px;
  border: 34px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}
.hp-pc-price-badge {
  align-self: flex-start;
  position: relative;
  z-index: 1;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.hp-pc-price-amount {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 25px;
  line-height: 1;
}
.hp-pc-price-amount strong {
  font-size: clamp(58px, 5.8vw, 78px);
  letter-spacing: -.065em;
}
.hp-pc-price-amount span {
  padding-bottom: 9px;
  font-size: 25px;
  font-weight: 900;
}
.hp-pc-price-fixed {
  position: relative;
  z-index: 1;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  font-weight: 750;
}
.hp-pc-price-primary {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  margin-top: 25px;
  padding: 14px 18px 14px 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--home-blue-dark);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}
.hp-pc-price-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .23);
}
.hp-pc-price-confirm {
  position: relative;
  z-index: 1;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: 14px;
  line-height: 1.55;
}
.hp-pc-price-conditions {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
}
.hp-pc-price-conditions strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.hp-pc-price-conditions p {
  margin: 0;
  color: rgba(255, 255, 255, .70);
  font-size: 12px;
  line-height: 1.55;
}
.hp-pc-price a:focus-visible {
  outline: 3px solid #fbbf24;
  outline-offset: 4px;
}

/* =========================================================
   HP PC – společné kotvy samostatně rozdělených sekcí (Patch 264)
   Vizuální obsah je v includes/homepage/desktop/.
   ========================================================= */
.home-section-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  scroll-margin-top: 96px;
}

/* =========================================================
   PATCH 273 – SEO / AI SEARCH / KONVERZE HOMEPAGE PC
   ========================================================= */
.home-hero {
  padding-top: 64px;
  padding-bottom: 58px;
}
.home-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
}
.home-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.55vw, 66px);
}
.hero-lead {
  margin-top: 18px;
  color: var(--home-blue-dark);
  font-size: clamp(20px, 1.75vw, 25px);
  font-weight: 900;
}
.hp-pc-hero-intro {
  max-width: 710px;
  margin: 18px 0 0;
  color: #34445e;
  font-size: 17px;
  line-height: 1.65;
}
.hp-pc-hero-links {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}
.hp-pc-hero-links a {
  color: var(--home-blue);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.hp-pc-hero-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 20px;
  color: var(--home-text);
  font-size: 14px;
}
.hp-pc-hero-rating-stars,
.hp-pc-price-review-stars {
  color: #f5a623;
  letter-spacing: 2px;
}
.hp-pc-hero-rating strong { font-weight: 950; }
.hp-pc-hero-rating span:last-child { color: var(--home-muted); font-weight: 750; }
.hp-pc-hero-quote {
  margin: 10px 0 0;
  padding-left: 14px;
  border-left: 3px solid #bdd8f5;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
}
.hp-pc-hero-quote cite {
  display: inline;
  margin-left: 4px;
  color: var(--home-text);
  font-style: normal;
  font-weight: 850;
}
.hero-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}
.hero-benefit-pill {
  min-height: 72px;
  border-radius: 20px;
}
.hero-benefit-pill-icon {
  width: 38px;
  height: 38px;
  font-size: 15px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.hp-pc-hero-cta {
  min-height: 58px;
  padding-inline: 20px;
  font-size: 14px;
}
.hp-pc-hero-cta--phone { flex: 0 1 auto; }
.hp-pc-hero-cta--photos { flex: 1 1 310px; }
.hp-pc-hero-guarantee {
  cursor: default;
}
.hp-pc-hero-guarantee .hero-proof-card-icon {
  font-size: 20px;
  font-weight: 950;
}

.hp-pc-price {
  padding: 88px 0;
  background:
    radial-gradient(circle at 90% 0%, rgba(37, 99, 235, .08), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.hp-pc-price-heading {
  max-width: 850px;
  margin: 0 auto 38px;
  text-align: center;
}
.hp-pc-price-heading h2 {
  font-size: clamp(34px, 3.1vw, 48px);
}
.hp-pc-price-heading > p:last-child {
  max-width: 760px;
  margin-inline: auto;
}
.hp-pc-price-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hp-pc-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--home-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .07);
}
.hp-pc-price-card.is-featured {
  border: 2px solid rgba(11, 79, 159, .48);
  box-shadow: 0 20px 44px rgba(11, 79, 159, .13);
}
.hp-pc-price-card-recommended {
  position: absolute;
  top: -13px;
  right: 24px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--home-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.hp-pc-price-card-label {
  margin: 0;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.hp-pc-price-card h3 {
  margin: 12px 0 0;
  color: var(--home-text);
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.hp-pc-price-card-description {
  min-height: 78px;
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.55;
}
.hp-pc-price-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.hp-pc-price-card li {
  display: flex;
  gap: 9px;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
}
.hp-pc-price-card li span {
  color: var(--home-green);
  font-weight: 950;
}
.hp-pc-price-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  margin-top: auto;
  padding: 13px 17px;
  border-radius: 999px;
  background: var(--home-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.hp-pc-price-card-cta:hover {
  transform: translateY(-2px);
  background: var(--home-blue-dark);
  box-shadow: 0 12px 24px rgba(11, 79, 159, .2);
}
.hp-pc-price-explainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid var(--home-border);
  border-radius: 22px;
  background: #fff;
}
.hp-pc-price-explainer h3 {
  margin: 4px 0 7px;
  color: var(--home-text);
  font-size: 22px;
}
.hp-pc-price-explainer p:not(.hp-pc-price-larger-label) {
  max-width: 790px;
  margin: 0;
  color: var(--home-muted);
  line-height: 1.55;
}
.hp-pc-price-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(310px, .6fr);
  gap: 18px;
  margin-top: 18px;
}
.hp-pc-price-guarantee,
.hp-pc-price-review {
  margin: 0;
  border-radius: 24px;
}
.hp-pc-price-guarantee {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 27px 30px;
  background: linear-gradient(145deg, var(--home-blue) 0%, var(--home-blue-dark) 100%);
  color: #fff;
}
.hp-pc-price-guarantee-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  font-size: 23px;
  font-weight: 950;
}
.hp-pc-price-guarantee .hp-pc-price-larger-label { color: #bfdbfe; }
.hp-pc-price-guarantee h3 {
  margin: 5px 0 13px;
  color: #fff;
  font-size: 24px;
}
.hp-pc-price-guarantee ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-pc-price-guarantee li {
  position: relative;
  padding-left: 17px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.45;
}
.hp-pc-price-guarantee li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #86efac;
}
.hp-pc-price-review {
  padding: 26px;
  border: 1px solid #f0d38d;
  background: #fffaf0;
  color: var(--home-text);
}
.hp-pc-price-review p {
  margin: 12px 0 14px;
  font-size: 15px;
  line-height: 1.6;
}
.hp-pc-price-review footer {
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 850;
}
.hp-pc-price-note {
  margin: 20px 0 0;
  color: #475569;
  font-size: 14px;
  text-align: center;
}

.hp-pc-reviews-grid--all {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hp-pc-reviews-grid--all .hp-pc-review-card:nth-child(n+5) {
  grid-column: span 1;
}
.hp-pc-reviews-grid--all .hp-pc-review-card blockquote p {
  font-size: 14px;
}

.hp-pc-faq-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--home-blue);
  font-weight: 900;
  text-decoration: none;
}
.hp-pc-faq-link:hover { text-decoration: underline; text-underline-offset: 3px; }

.hp-pc-trust-strip {
  padding: 22px 0;
  border-top: 1px solid var(--home-border);
  background: #f8fbff;
}
.hp-pc-trust-strip-inner {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}
.hp-pc-trust-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.hp-pc-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--home-border);
  color: var(--home-blue);
  font-weight: 950;
}
.hp-pc-trust-item div {
  display: grid;
  gap: 2px;
}
.hp-pc-trust-item strong {
  color: var(--home-text);
  font-size: 14px;
}
.hp-pc-trust-item span:last-child {
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.35;
}
.hp-pc-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid rgba(11,79,159,.25);
  border-radius: 999px;
  color: var(--home-blue);
  background: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}
.hp-pc-trust-link:hover { background: var(--home-blue-soft); }

@media (min-width: 901px) and (max-width: 1180px) {
  .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); gap: 30px; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hp-pc-price-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-pc-price-card:last-child { grid-column: 1 / -1; }
  .hp-pc-reviews-grid--all { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hp-pc-trust-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-pc-trust-link { justify-self: start; }
}
