:root{
  --brand:#0C1F57;
  --brand-600:#16317f;
}

.pv-service-page{
  background:#fff;
}

.pv-service-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}

.pv-service-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:78px;
}

.pv-service-header__right{
  display:flex;
  align-items:center;
  gap:14px;
}

.pv-header-contact{
  color:var(--ink);
  font-weight:700;
  white-space:nowrap;
}

.pv-header-contact:hover{
  color:var(--brand);
}

.pv-service-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(47,127,211,.24), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #111827 52%, #0b1220 100%);
  color:#fff;
  padding:72px 0 56px;
}

.pv-service-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  pointer-events:none;
}

.pv-service-hero__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
  gap:34px;
  align-items:start;
}

.pv-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}

.pv-service-page h1{
  margin:18px 0 14px;
  font-size:48px;
  line-height:1.04;
  color:#fff;
}

.pv-lead{
  margin:0;
  max-width:62ch;
  font-size:18px;
  line-height:1.65;
  color:#dbe6f3;
}

.pv-hero-points{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:24px;
}

.pv-hero-point{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#e2e8f0;
  line-height:1.5;
}

.pv-hero-point span{
  flex-shrink:0;
  width:20px;
  height:20px;
  margin-top:2px;
  border-radius:6px;
  background:#10b981;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
}

.pv-hero-actions{
  margin-top:24px;
}

.pv-btn-light{
  border-radius:12px;
  padding:12px 18px;
  font-weight:700;
  background:rgba(255,255,255,.1);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  display:inline-block;
  transition:background .15s ease, border-color .15s ease, transform .15s ease;
}

.pv-btn-light:hover{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.34);
  transform:translateY(-1px);
}

.pv-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.pv-hero-meta span{
  display:inline-flex;
  align-items:center;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#dbe6f3;
  font-size:14px;
  border:1px solid rgba(255,255,255,.1);
}

.pv-summary-card{
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  box-shadow:0 24px 48px rgba(2,6,23,.28);
  padding:24px;
}

.pv-summary-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding-bottom:16px;
  border-bottom:1px solid #e5e7eb;
}

.pv-summary-card__top h2{
  margin:4px 0 0;
  font-size:24px;
  line-height:1.2;
  color:var(--ink);
}

.pv-summary-label{
  font-size:13px;
  font-weight:700;
  color:#64748b;
}

.pv-price{
  font-size:30px;
  font-weight:900;
  color:var(--brand);
  white-space:nowrap;
}

.pv-summary-text{
  margin:16px 0 0;
  color:var(--muted);
  line-height:1.65;
}

.pv-summary-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:10px;
}

.pv-summary-list li{
  position:relative;
  padding-left:24px;
  color:#334155;
  line-height:1.5;
}

.pv-summary-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#10b981;
  font-weight:900;
}

.pv-summary-cta{
  display:block;
  width:100%;
  text-align:center;
  margin-top:22px;
}

.pv-summary-footnote{
  margin:12px 0 0;
  text-align:center;
  color:#64748b;
  font-size:14px;
}

.pv-proof-strip{
  background:#fff;
  border-bottom:1px solid var(--border);
}

.pv-proof-strip__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding:18px 0;
}

.pv-proof-item{
  padding:18px 18px;
  border:1px solid #d9e4ff;
  border-radius:16px;
  background:#f8fbff;
  color:#1e3a5f;
  text-align:left;
  line-height:1.4;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  column-gap:14px;
  row-gap:4px;
  align-items:start;
}

.pv-proof-item__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#eef4ff;
  color:var(--brand);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.08);
  flex-shrink:0;
  grid-row:1 / span 2;
}

.pv-proof-item__icon svg{
  width:24px;
  height:24px;
  display:block;
}

.pv-proof-item strong{
  display:block;
  margin:1px 0 0;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  color:var(--ink);
  grid-column:2;
}

.pv-proof-item span{
  display:block;
  margin:0;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
  color:#64748b;
  grid-column:2;
}

.pv-section{
  padding:72px 0;
}

.pv-section--alt{
  background:#f8fafc;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}

.pv-section-head{
  max-width:760px;
  margin-bottom:28px;
}

.pv-section-head--narrow{
  max-width:720px;
}

.pv-eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:var(--brand);
  font-weight:800;
  font-size:13px;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.pv-service-page h2{
  margin:0;
  font-size:36px;
  line-height:1.14;
  color:var(--ink);
}

.pv-service-page h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.22;
  color:var(--ink);
}

.pv-text-lg,
.pv-service-page p{
  font-size:16px;
  line-height:1.7;
  color:#475569;
}

.pv-text-lg{
  font-size:18px;
}

.pv-grid-2{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:start;
}

.pv-grid-2--balanced{
  grid-template-columns:1fr 1fr;
}

.pv-spotlight,
.pv-note-box{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  box-shadow:var(--shadow);
  padding:24px;
}

.pv-note-box--good{
  border-color:#c7f0df;
  background:#fbfffd;
}

.pv-note-box--neutral{
  border-color:#d9e4ff;
  background:#fbfcff;
}

.pv-check-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.pv-check-list li{
  position:relative;
  padding-left:28px;
  color:#334155;
  line-height:1.6;
}

.pv-check-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border-radius:6px;
  background:#e8fff4;
  color:#0f9f6e;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
}

.pv-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.pv-card,
.pv-step,
.pv-package-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  padding:24px;
  box-shadow:var(--shadow);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.pv-card:hover,
.pv-step:hover,
.pv-package-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(15,23,42,.08);
  border-color:#bfdbfe;
}

.pv-split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:center;
}

.pv-split + .pv-split{
  margin-top:28px;
}

.pv-split--reverse{
  grid-template-columns:1.05fr .95fr;
}

.pv-split--reverse > .pv-image-slot,
.pv-split--reverse > .pv-media-placeholder{
  order:2;
}

.pv-split--reverse > .pv-split__content{
  order:1;
}

.pv-media-placeholder{
  min-height:320px;
  border-radius:24px;
  border:2px dashed #bfd7f8;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.92)),
    linear-gradient(135deg, #dbeafe, #eff6ff 58%, #ffffff);
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:26px;
  color:#1e3a5f;
  flex-direction:column;
}

.pv-media-placeholder strong{
  display:block;
  font-size:22px;
  line-height:1.25;
  color:#0f172a;
}

.pv-media-placeholder span{
  display:block;
  margin-top:10px;
  max-width:28ch;
  line-height:1.55;
  color:#475569;
}

.pv-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.pv-step__number{
  width:40px;
  height:40px;
  margin-bottom:16px;
  border-radius:999px;
  background:#e8f1ff;
  color:var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.pv-honest-grid,
.pv-package-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.pv-package-grid{
  grid-template-columns:repeat(3,1fr);
}

.pv-package-card__label{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.pv-package-card--current{
  border:2px solid var(--brand);
  box-shadow:0 18px 40px rgba(37,99,235,.14);
}

.pv-order-section{
  padding:72px 0 84px;
  background:#fff;
}

.pv-order .checkout-wrap{
  width:min(1100px,100%);
}

.pv-order-top{
  text-align:left;
  margin:0 0 28px;
}

.pv-order .checkout-top h2{
  margin:0 0 8px;
  font-size:34px;
  line-height:1.12;
  color:var(--ink);
}

.pv-order .checkout-top .muted{
  color:var(--muted);
}

.pv-order .stepper{
  margin:18px 0 0;
}

.pv-order .step-panel h3{
  margin:0 0 14px;
  font-size:20px;
}

.pv-order label{
  display:block;
  color:#475569;
  font-weight:700;
  margin:10px 0 6px;
}

.pv-order input,
.pv-order textarea{
  width:100%;
  padding:12px;
  border-radius:12px;
  border:1px solid #d1d5db;
  background:#fff;
  color:var(--ink);
}

.pv-order textarea{
  min-height:120px;
  resize:vertical;
}

.pv-order input::placeholder,
.pv-order textarea::placeholder{
  color:#94a3b8;
}

.pv-order input:focus,
.pv-order textarea:focus{
  outline:none;
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

.pv-order .pm,
.pv-order .ck{
  align-items:flex-start;
}

.pv-order .pm input,
.pv-order .ck input{
  width:auto;
  margin-top:3px;
  flex-shrink:0;
}

.pv-order .pay-icons{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:10px;
}

.pv-order .pay-icons img{
  height:28px;
  width:auto;
}

.req{font-weight:700;color:var(--ink)}
.form-hint{margin-top:8px;font-size:13px;color:#64748b}
.form-error{margin-top:10px;font-size:14px;color:#dc2626}
.field-invalid{border-color:#ef4444 !important;box-shadow:0 0 0 3px rgba(239,68,68,.12)}

.btn-loading{opacity:.9;pointer-events:none}
.spinner{
  width:16px;
  height:16px;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  border-radius:50%;
  display:inline-block;
  vertical-align:-3px;
  margin-right:8px;
  animation:pvSpin .8s linear infinite;
}

@keyframes pvSpin{to{transform:rotate(360deg)}}


@media (max-width: 1180px){
  .pv-reference-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 920px){
  .pv-reference-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .pv-reference-preview{
    padding: 32px 0 28px;
  }

  .reference-card__media{
    height:200px;
  }

  .reference-card__placeholder{
    padding:18px;
  }

  .reference-card__placeholder::before{
    inset:14px;
  }

  .reference-card__path{
    top:16px;
    left:16px;
    max-width:calc(100% - 32px);
    font-size:11px;
  }

  .reference-card__placeholder strong{
    font-size:22px;
  }

  .reference-card .content{
    padding:16px 16px 18px;
  }

  .reference-card .content h3{
    font-size:24px;
  }
}

@media (max-width: 1180px){
  .pv-proof-strip__grid,
  .pv-cards,
  .pv-steps,
  .pv-package-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .pv-service-hero__grid{
    grid-template-columns:1fr;
  }

  .pv-summary-card{
    max-width:640px;
  }
}

@media (max-width: 920px){
  .pv-section,
  .pv-order-section{
    padding:56px 0;
  }

  .pv-grid-2,
  .pv-split,
  .pv-split--reverse,
  .pv-proof-strip__grid,
  .pv-cards,
  .pv-steps,
  .pv-honest-grid,
  .pv-package-grid{
    grid-template-columns:1fr;
  }

  .pv-split--reverse .pv-media-placeholder,
  .pv-split--reverse .pv-split__content{
    order:initial;
  }

  .pv-service-page h1{
    font-size:38px;
  }

  .pv-service-page h2,
  .pv-order .checkout-top h2{
    font-size:30px;
  }

  .pv-service-header__inner,
  .pv-service-header__right{
    flex-wrap:wrap;
  }

  .pv-service-header__inner{
    padding:10px 0 14px;
  }

  .pv-summary-card{
    padding:22px;
  }

  .pv-media-placeholder{
    min-height:260px;
  }
}

@media (max-width: 640px){
  .pv-proof-item{
    grid-template-columns:44px minmax(0,1fr);
    column-gap:12px;
    padding:16px 16px;
  }

  .pv-proof-item__icon{
    width:44px;
    height:44px;
    border-radius:13px;
  }

  .pv-proof-item__icon svg{
    width:22px;
    height:22px;
  }


  .pv-service-hero{
    padding:52px 0 42px;
  }

  .pv-service-page h1{
    font-size:32px;
  }

  .pv-lead,
  .pv-text-lg{
    font-size:17px;
  }

  .pv-service-page h2,
  .pv-order .checkout-top h2{
    font-size:26px;
  }

  .pv-service-page h3,
  .pv-step-panel h3{
    font-size:20px;
  }

  .pv-header-cta,
  .pv-header-contact{
    width:100%;
    text-align:center;
  }

  .pv-summary-card__top{
    flex-direction:column;
    align-items:flex-start;
  }

  .pv-price{
    font-size:28px;
  }

  .pv-hero-meta span{
    width:100%;
    justify-content:center;
    text-align:center;
  }
}



/* ===== Premium v2: čistší hero + uhlazenější vizuál ===== */

.pv-service-hero--clean{
  background:#ffffff;
  color:var(--ink);
  padding:36px 0 28px;
  border-bottom:1px solid var(--border);
}

.pv-service-hero--clean::after{display:none}

.pv-service-hero__grid--clean{
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  align-items:start;
  gap:28px;
}

.pv-hero-media{display:flex;flex-direction:column;gap:16px}

.pv-hero-image-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 22px 48px rgba(15,23,42,.08);
}

.pv-hero-image-placeholder{
  position:relative;
  min-height:470px;
  padding:28px;
  background:linear-gradient(180deg, rgba(15,23,42,.02), rgba(15,23,42,.18)), linear-gradient(135deg, #dbeafe 0%, #eff6ff 38%, #f8fafc 100%);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  border-bottom:1px solid #e2e8f0;
}

.pv-hero-image-placeholder::before{
  content:"";
  position:absolute;
  inset:22px;
  border-radius:22px;
  border:2px dashed rgba(47,127,211,.22);
  pointer-events:none;
}

.pv-hero-image-placeholder strong,
.pv-hero-image-placeholder .pv-hero-image-hint,
.pv-hero-image-placeholder .pv-hero-image-badge{position:relative;z-index:1}

.pv-hero-image-placeholder strong{
  display:block;
  max-width:15ch;
  font-size:34px;
  line-height:1.03;
  color:#0f172a;
}

.pv-hero-image-hint{
  display:block;
  margin-top:10px;
  max-width:34ch;
  font-size:14px;
  line-height:1.55;
  color:#475569;
}

.pv-hero-image-badge{
  position:absolute;
  top:28px;
  left:28px;
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#0f172a;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.pv-hero-image-caption{padding:22px 24px 24px}
.pv-eyebrow--dark{color:var(--brand);margin-bottom:10px}

.pv-hero-image-caption h2{margin:0 0 8px;font-size:30px;line-height:1.12}
.pv-hero-image-caption p{margin:0;max-width:52ch}

.pv-hero-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}

.pv-hero-mini-card{
  padding:18px 18px 16px;
  border-radius:20px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.pv-hero-mini-card strong{display:block;margin-bottom:4px;font-size:16px;line-height:1.2;color:#0f172a}
.pv-hero-mini-card span{display:block;font-size:14px;line-height:1.55;color:#64748b}

.pv-hero-buybox{
  position:sticky;
  top:98px;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid #dbe2ea;
  box-shadow:0 26px 60px rgba(15,23,42,.10);
}

.pv-kicker--light{background:#eff6ff;color:#1d4ed8}

.pv-service-hero--clean .pv-service-page h1{margin:14px 0 10px;font-size:42px;line-height:1.04;color:var(--ink)}
.pv-lead--compact{max-width:40ch;font-size:17px;line-height:1.65;color:#475569}

.pv-buybox-price{display:flex;align-items:flex-end;gap:10px;margin:18px 0}
.pv-buybox-price strong{font-size:40px;line-height:1;color:var(--ink)}
.pv-buybox-price span{font-size:14px;color:#64748b;transform:translateY(-4px)}

.pv-buybox-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.pv-buybox-list li{position:relative;padding-left:26px;line-height:1.55;color:#334155}
.pv-buybox-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--brand);
  box-shadow:0 0 0 5px rgba(47,127,211,.12);
}

.pv-buybox-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.pv-buybox-trust span{
  display:inline-flex;
  align-items:center;
  padding:10px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#475569;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

.pv-hero-actions--stack{margin-top:22px;display:flex;flex-direction:column;gap:12px}
.pv-btn-muted{width:100%;border-radius:14px;padding:13px 18px;background:#f8fafc;color:var(--ink);border:1px solid #dbe2ea}
.pv-btn-muted:hover{background:#eef2f7;border-color:#cbd5e1}
.pv-hero-actions--stack .cta,.pv-hero-actions--stack .btn{width:100%;text-align:center}
.pv-buybox-note{margin:14px 0 0;font-size:14px;color:#64748b}
.pv-buybox-note a{font-weight:800}

.pv-proof-strip{background:#fff;border-bottom:1px solid var(--border)}
.pv-proof-strip__grid--premium{padding:18px 0 8px}
.pv-proof-strip__grid--premium .pv-proof-item{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  text-align:left;
  background:#fff;
  border:1px solid #e2e8f0;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.pv-proof-item strong{display:block;font-size:16px;line-height:1.2;color:#0f172a}
.pv-proof-item span{display:block;font-size:14px;line-height:1.55;color:#64748b}

.pv-section-head{max-width:700px;margin-bottom:24px}
.pv-service-page h2{font-size:34px;line-height:1.12}

.pv-card,.pv-step,.pv-package-card,.pv-spotlight,.pv-note-box{
  border-radius:24px;
  border-color:#e2e8f0;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
}
.pv-card:hover,.pv-step:hover,.pv-package-card:hover{box-shadow:0 20px 44px rgba(15,23,42,.08)}

.pv-media-placeholder{
  min-height:360px;
  border:1px solid #dbe2ea;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.92)), linear-gradient(135deg, #edf4ff, #f8fbff 58%, #ffffff);
}
.pv-media-placeholder strong{font-size:28px}
.pv-step__number{width:46px;height:46px;background:#eff6ff;color:#1d4ed8}

@media (max-width: 1180px){
  .pv-service-hero__grid--clean{grid-template-columns:1fr}
  .pv-hero-buybox{position:relative;top:auto}
}

@media (max-width: 920px){
  .pv-service-hero--clean{padding:24px 0 20px}
  .pv-hero-mini-grid{grid-template-columns:1fr}
  .pv-service-hero--clean .pv-service-page h1{font-size:36px}
  .pv-hero-image-placeholder{min-height:360px}
  .pv-hero-image-placeholder strong{font-size:28px}
  .pv-buybox-price strong{font-size:34px}
}

@media (max-width: 640px){
  .pv-service-hero--clean .pv-service-page h1{font-size:30px}
  .pv-hero-buybox{padding:22px;border-radius:24px}
  .pv-hero-image-card{border-radius:24px}
  .pv-hero-image-placeholder{min-height:300px;padding:20px}
  .pv-hero-image-placeholder::before{inset:14px;border-radius:18px}
  .pv-hero-image-badge{top:20px;left:20px}
  .pv-hero-image-placeholder strong{max-width:12ch;font-size:24px}
  .pv-hero-image-hint{max-width:28ch}
  .pv-hero-image-caption{padding:18px 18px 20px}
  .pv-hero-image-caption h2{font-size:24px}
  .pv-buybox-trust span{width:100%}
}


/* ===== Premium v3: hero s fotkou + lead formulář bez platby předem ===== */

.pv-service-hero--lead{
  background:#fff;
  color:var(--ink);
  padding:28px 0 24px;
  border-bottom:1px solid var(--border);
}

.pv-service-hero--lead::after{display:none}

.pv-service-hero__grid--lead{
  grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);
  align-items:start;
  gap:28px;
}

.pv-hero-visual{min-width:0}

.pv-image-slot{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid #e2e8f0;
  background:linear-gradient(180deg, #eef5ff, #f8fafc);
  box-shadow:0 24px 48px rgba(15,23,42,.08);
}

.pv-image-slot img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

.pv-image-slot__placeholder{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:28px;
  background:linear-gradient(180deg, rgba(15,23,42,.04), rgba(15,23,42,.16)), linear-gradient(135deg, #dbeafe 0%, #eff6ff 45%, #ffffff 100%);
  z-index:0;
}

.pv-image-slot__placeholder--hero{padding:28px}

.pv-image-slot__placeholder::before{
  content:"";
  position:absolute;
  inset:22px;
  border:2px dashed rgba(47,127,211,.22);
  border-radius:22px;
}

.pv-image-slot__placeholder > *{position:relative;z-index:1}

.pv-image-slot__path{
  position:absolute;
  top:28px;
  left:28px;
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0f172a;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.pv-image-slot__placeholder strong{
  display:block;
  max-width:18ch;
  font-size:34px;
  line-height:1.04;
  color:#0f172a;
}

.pv-image-slot__placeholder p{
  margin:10px 0 0;
  max-width:38ch;
  color:#475569;
  line-height:1.6;
}

.pv-image-slot--hero{min-height:540px}
.pv-image-slot--section{min-height:340px}

.pv-hero-overlay{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  max-width:560px;
  padding:24px 26px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(11,18,32,.70), rgba(11,18,32,.88));
  box-shadow:0 18px 40px rgba(2,6,23,.24);
  backdrop-filter:none;
}

.pv-eyebrow--hero{color:#bfdbfe;margin-bottom:10px}

.pv-hero-overlay h1{
  margin:0 0 10px;
  font-size:52px;
  line-height:1.02;
  color:#fff;
}

.pv-hero-overlay p{
  margin:0;
  color:#dbe6f3;
  font-size:17px;
  line-height:1.6;
}

.pv-hero-leadbox{
  position:sticky;
  top:98px;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid #dbe2ea;
  box-shadow:0 26px 60px rgba(15,23,42,.10);
}

.pv-hero-leadbox h2{
  margin:14px 0 8px;
  font-size:34px;
  line-height:1.08;
  color:var(--ink);
}

.pv-leadbox-intro{
  margin:0 0 18px;
  color:#475569;
  line-height:1.6;
}

.pv-lead-form label{
  display:block;
  color:#334155;
  font-weight:700;
  margin:10px 0 6px;
}

.pv-lead-form input,
.pv-lead-form textarea{
  width:100%;
  padding:13px 14px;
  border-radius:14px;
  border:1px solid #d1d5db;
  background:#fff;
  color:var(--ink);
}

.pv-lead-form textarea{
  min-height:110px;
  resize:vertical;
}

.pv-lead-form input::placeholder,
.pv-lead-form textarea::placeholder{color:#94a3b8}

.pv-lead-form input:focus,
.pv-lead-form textarea:focus{
  outline:none;
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

.pv-lead-form__submit{
  width:100%;
  margin-top:18px;
  border-radius:14px;
  padding:15px 18px;
  text-align:center;
}

.pv-lead-form__microcopy{
  margin:12px 0 0;
  color:#64748b;
  font-size:14px;
  line-height:1.55;
}

.pv-lead-form__secondary{
  display:block;
  margin-top:12px;
  text-align:center;
  font-weight:700;
}

.pv-lead-form__status{
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #dbe2ea;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.pv-proof-strip__grid--premium{padding:18px 0 8px}

/* U sekčních fotek použijeme stejné image sloty místo obyč placeholderů */
.pv-image-slot--section .pv-image-slot__placeholder strong{
  font-size:24px;
  max-width:20ch;
}

.pv-image-slot--section .pv-image-slot__placeholder p{
  max-width:28ch;
}

.pv-image-slot--section .pv-image-slot__path{
  font-size:12px;
  max-width:calc(100% - 56px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (max-width: 1180px){
  .pv-service-hero__grid--lead{grid-template-columns:1fr}
  .pv-hero-leadbox{position:relative;top:0}
}

@media (max-width: 920px){
  .pv-image-slot--hero{min-height:500px}
  .pv-hero-overlay h1{font-size:40px}
  .pv-hero-leadbox h2{font-size:30px}
}

@media (max-width: 640px){
  .pv-service-hero--lead{padding:20px 0 22px}
  .pv-image-slot--hero{min-height:420px;border-radius:22px}
  .pv-image-slot--section{min-height:260px;border-radius:22px}
  .pv-image-slot__placeholder,
  .pv-image-slot__placeholder--hero{padding:20px}
  .pv-image-slot__placeholder::before{inset:16px;border-radius:18px}
  .pv-image-slot__path{top:20px;left:20px;max-width:calc(100% - 40px);font-size:11px}
  .pv-image-slot__placeholder strong{font-size:26px}
  .pv-hero-overlay{left:16px;right:16px;bottom:16px;padding:18px 18px 16px;border-radius:20px}
  .pv-hero-overlay h1{font-size:30px}
  .pv-hero-overlay p{font-size:15px}
  .pv-hero-leadbox{padding:22px;border-radius:22px}
  .pv-hero-leadbox h2{font-size:26px}
}


.pv-form-toggle{
  display:flex;
  align-items:center;
  gap:12px;
  margin:6px 0 0;
  padding:14px 14px;
  border:1px solid #d8e3f2;
  border-radius:16px;
  background:#f8fbff;
  cursor:pointer;
}

.pv-form-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.pv-form-toggle__track{
  width:50px;
  height:30px;
  border-radius:999px;
  background:#cbd5e1;
  position:relative;
  flex-shrink:0;
  transition:background .18s ease;
}

.pv-form-toggle__knob{
  position:absolute;
  top:3px;
  left:3px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 12px rgba(15,23,42,.18);
  transition:transform .18s ease;
}

.pv-form-toggle input:checked + .pv-form-toggle__track{
  background:var(--brand);
}

.pv-form-toggle input:checked + .pv-form-toggle__track .pv-form-toggle__knob{
  transform:translateX(20px);
}

.pv-form-toggle__text{
  color:var(--ink);
  font-size:15px;
  font-weight:700;
  line-height:1.45;
}

.pv-form-toggle__note{
  margin:6px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.5;
}

.pv-order-section[hidden]{
  display:none;
}

.pv-order-review{
  margin-bottom:18px;
  padding:20px;
  border:1px solid #d9e4ff;
  border-radius:18px;
  background:#f8fbff;
}

.pv-order-review__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.pv-order-review__head h3{
  margin:0;
}

.pv-order-review__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.pv-order-review__grid > div{
  padding:14px 16px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e2e8f0;
}

.pv-order-review__grid span{
  display:block;
  margin-bottom:6px;
  color:#64748b;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.pv-order-review__grid strong,
.pv-order-review__grid a{
  color:var(--ink);
  font-size:15px;
  line-height:1.55;
  word-break:break-word;
}

.pv-order-review__full{
  grid-column:1 / -1;
}

.pv-payment-panel{
  margin-top:0;
}

@media (max-width: 920px){
  .pv-order-review__head{
    flex-direction:column;
    align-items:flex-start;
  }

  .pv-order-review__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 720px){
  .pv-form-toggle{
    align-items:flex-start;
  }

  .pv-form-toggle__text{
    font-size:14px;
  }
}


/* ===== Premium v5 overrides ===== */
.pv-service-hero--fullbleed{
  padding:0;
  background:#0b1220;
  overflow:hidden;
}

.pv-service-hero__media{
  position:relative;
}

.pv-image-slot--hero-full{
  min-height:620px;
  border-radius:0;
  border:none;
  box-shadow:none;
}


.pv-image-slot--hero-full > img{
  filter:none !important;
  transform:none !important;
  image-rendering:auto;
  object-position:center center;
}

.pv-image-slot--hero-full::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(11,18,32,.62) 0%, rgba(11,18,32,.34) 38%, rgba(11,18,32,.12) 66%, rgba(11,18,32,.03) 100%),
    linear-gradient(180deg, rgba(11,18,32,.02), rgba(11,18,32,.14));
  pointer-events:none;
}

.pv-hero-overlay--wide{
  left:0;
  right:0;
  bottom:0;
  top:0;
  padding:0;
  background:none;
  box-shadow:none;
  max-width:none;
  display:flex;
  align-items:flex-end;
}

.pv-hero-overlay__inner{
  max-width:760px;
  padding:0 0 58px;
}

.pv-hero-overlay--wide h1{
  margin:0 0 14px;
  font-size:60px;
  line-height:1.02;
}

.pv-hero-overlay--wide p{
  margin:0;
  max-width:60ch;
  color:#e5edf7;
  font-size:18px;
  line-height:1.65;
}


.pv-reference-preview{
  padding: 40px 0 56px;
  background:#f7f9fc;
}

.pv-reference-preview__heading{
  margin-bottom:22px;
}

.pv-reference-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.reference-card{
  border:2px solid #d9e4ff;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}

.reference-card:hover{
  border-color:#bfdbfe;
}

.reference-card__media{
  position:relative;
  height:190px;
  overflow:hidden;
  background:linear-gradient(180deg,#e9f1ff,#f8fafc);
}

.reference-card__media > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

.reference-card__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,18,32,.04) 0%,rgba(11,18,32,.16) 100%);
  z-index:2;
  pointer-events:none;
}

.reference-card__placeholder{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px;
  z-index:0;
  background:linear-gradient(180deg, rgba(15,23,42,.03), rgba(15,23,42,.12)), linear-gradient(135deg, #dbeafe 0%, #eff6ff 45%, #ffffff 100%);
}

.reference-card__placeholder::before{
  content:"";
  position:absolute;
  inset:16px;
  border:2px dashed rgba(12,31,87,.18);
  border-radius:18px;
}

.reference-card__placeholder > *{
  position:relative;
  z-index:1;
}

.reference-card__path{
  position:absolute;
  top:18px;
  left:18px;
  display:inline-flex;
  max-width:calc(100% - 36px);
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0f172a;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}

.reference-card__placeholder strong{
  display:block;
  max-width:15ch;
  font-size:24px;
  line-height:1.08;
  color:#0f172a;
}

.reference-card__placeholder p{
  margin:8px 0 0;
  color:#475569;
  line-height:1.5;
  font-size:14px;
}

.reference-card .content{
  padding:18px 18px 20px;
}

.reference-card .content h3{
  margin:0 0 10px;
  font-size:29px;
  line-height:1.14;
}

.reference-card .content p{
  margin:0;
  color:#475569;
  line-height:1.55;
}

.reference-card__author{
  margin-top:10px !important;
  color:#0f172a !important;
  line-height:1.4 !important;
}

.pv-contact-band{
  padding:72px 0 32px;
  background:#f7f9fc;
  border-top:1px solid var(--border);
}

.pv-contact-card{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr);
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(15,23,42,.08);
}

.pv-contact-card__form{
  padding:38px 38px 34px;
}

.pv-contact-card__head{
  max-width:760px;
  margin-bottom:22px;
}

.pv-contact-card__head h2{
  margin:0 0 10px;
}

.pv-contact-card__head .section-intro{
  margin:0;
}

.pv-contact-card__aside{
  background:linear-gradient(180deg, #1f4ea1 0%, #153c80 100%);
  color:#fff;
  padding:34px 30px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.pv-eyebrow--aside{
  color:#dbeafe;
}

.pv-contact-card__aside h3{
  margin:0 0 12px;
  color:#fff;
  font-size:28px;
}

.pv-contact-card__aside p{
  margin:0 0 20px;
  color:rgba(255,255,255,.88);
}

.pv-contact-list{
  display:grid;
  gap:16px;
  margin-top:6px;
}

.pv-contact-list__item{
  display:grid;
  gap:4px;
  padding:0 0 14px;
  border-bottom:1px solid rgba(255,255,255,.14);
}

.pv-contact-list__item:last-child{
  border-bottom:none;
  padding-bottom:0;
}

.pv-contact-list__label{
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:rgba(219,234,254,.92);
}

.pv-contact-list__item a,
.pv-contact-list__item strong{
  color:#fff;
  font-size:19px;
  line-height:1.35;
}

.pv-contact-note{
  margin-top:24px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.1);
  color:#fff;
  line-height:1.55;
}

.pv-lead-form--wide .pv-lead-form__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 20px;
}

.pv-lead-form__full{
  grid-column:1 / -1;
}

.pv-lead-form--wide .pv-lead-form__grid > div{
  min-width:0;
}

.pv-lead-form--wide label{
  margin-bottom:8px;
  color:#475569;
  font-size:14px;
  font-weight:700;
}

.pv-lead-form--wide input,
.pv-lead-form--wide textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid #c9d7ea;
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font-size:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.pv-lead-form--wide input:focus,
.pv-lead-form--wide textarea:focus{
  outline:none;
  border-color:#93c5fd;
  box-shadow:0 0 0 4px rgba(59,130,246,.12);
}

.pv-lead-form--wide textarea{
  min-height:136px;
  resize:vertical;
}


.pv-form-toggle-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px 22px;
  margin-bottom:16px;
  border:1px solid #d8e5f6;
  border-radius:20px;
  background:linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.pv-form-toggle-row__copy{
  flex:1 1 auto;
  min-width:0;
  max-width:560px;
}

.pv-form-toggle-row__label{
  display:inline-block;
  margin-bottom:8px;
  padding:5px 10px;
  border-radius:999px;
  background:#e8f1ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.pv-form-toggle-row__copy strong{
  display:block;
  margin-bottom:4px;
  font-size:22px;
  line-height:1.25;
  color:var(--ink);
}

.pv-form-toggle-row__copy p{
  margin:0;
  color:#64748b;
  line-height:1.55;
}

.pv-form-toggle-row__switch{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
  flex:0 0 auto;
}

.pv-switch{
  position:relative;
  display:inline-flex;
  align-items:center;
  cursor:pointer;
  user-select:none;
  line-height:0;
}

.pv-switch input{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  pointer-events:none;
}

.pv-switch__ui{
  position:relative;
  display:inline-block;
  width:62px;
  height:36px;
  border-radius:999px;
  background:#cfe0f6;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.08);
  transition:background .18s ease, box-shadow .18s ease;
  flex-shrink:0;
}

.pv-switch__ui::before{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.18);
  transition:transform .18s ease;
}

.pv-switch input:checked + .pv-switch__ui{
  background:#2f7fd3;
  box-shadow:inset 0 0 0 1px rgba(47,127,211,.14);
}

.pv-switch input:checked + .pv-switch__ui::before{
  transform:translateX(26px);
}

.pv-switch input:focus-visible + .pv-switch__ui{
  outline:3px solid rgba(47,127,211,.18);
  outline-offset:2px;
}

.pv-form-mode-note{
  margin:0 0 20px;
  padding:0 2px;
}

.pv-form-mode-note strong{
  display:block;
  margin-bottom:4px;
  font-size:18px;
  color:var(--ink);
}

.pv-form-mode-note p{
  margin:0;
  color:#64748b;
  line-height:1.55;
}

.pv-lead-form--wide .pv-lead-form__submit{
  width:auto;
  min-width:260px;
  margin-top:22px;
  padding-inline:24px;
}

.pv-lead-form--wide .pv-lead-form__microcopy{
  margin:12px 0 0;
}

.pv-lead-form--wide .pv-lead-form__status{
  margin-top:14px;
}

.pv-split--image-right{
  grid-template-columns:1.05fr .95fr;
}

.pv-split--image-right > .pv-image-slot,
.pv-split--image-right > .pv-media-placeholder{
  order:2;
}

.pv-split--image-right > .pv-split__content{
  order:1;
}

@media (max-width: 1100px){
  .pv-image-slot--hero-full{
    min-height:560px;
  }

  .pv-hero-overlay--wide h1{
    font-size:52px;
  }

  .pv-contact-card{
    grid-template-columns:1fr;
  }
}

@media (max-width: 920px){
  .pv-image-slot--hero-full{
    min-height:480px;
  }

  .pv-hero-overlay__inner{
    padding:0 0 40px;
  }

  .pv-hero-overlay--wide h1{
    font-size:42px;
  }

  .pv-contact-band{
    padding:56px 0 20px;
  }

  .pv-contact-card__form,
  .pv-contact-card__aside{
    padding:26px 22px;
  }

  .pv-form-toggle-row{
    flex-direction:column;
    align-items:flex-start;
    padding:16px;
  }

  .pv-form-toggle-row__switch{
    justify-content:flex-start;
    margin-left:0;
  }

  .pv-lead-form--wide .pv-lead-form__grid{
    grid-template-columns:1fr;
  }

  .pv-lead-form--wide .pv-lead-form__submit{
    width:100%;
    min-width:0;
  }

  .pv-split--image-right .pv-image-slot,
  .pv-split--image-right .pv-media-placeholder,
  .pv-split--image-right .pv-split__content{
    order:initial;
  }
}

@media (max-width: 640px){
  .pv-image-slot--hero-full{
    min-height:420px;
  }

  .pv-hero-overlay--wide h1{
    font-size:34px;
  }

  .pv-hero-overlay--wide p{
    font-size:16px;
  }

  .pv-contact-card{
    border-radius:22px;
  }

  .pv-contact-card__aside h3{
    font-size:24px;
  }

  .pv-contact-list__item a,
  .pv-contact-list__item strong{
    font-size:17px;
  }
}


/* ===== Kontrola vozu na místě: přepínač objednávky ===== */
.pv-form-toggle-row__switch{
  min-width:62px;
  align-self:center;
}

label.pv-switch{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:62px;
  height:36px;
  margin:0;
  font-size:0;
  color:transparent;
}

.pv-switch input{
  appearance:none;
  -webkit-appearance:none;
  margin:0;
}

.pv-switch__ui{
  width:62px;
  height:36px;
}

.pv-switch__ui::before{
  top:3px;
  left:3px;
}

.pv-switch input:checked + .pv-switch__ui{
  background:var(--brand);
}

.pv-switch input:focus-visible + .pv-switch__ui{
  outline:3px solid rgba(12,31,87,.18);
}


/* ===== Kontrola vozu na místě v2: hero copy + opravený toggle ===== */
.pv-switch__ui{
  position: relative;
  width: 64px;
  height: 36px;
  border-radius: 999px;
  overflow: hidden;
  background: #cfe0f6;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.08);
}

.pv-switch__ui::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(15,23,42,.18);
  transition: left .18s ease, background .18s ease, box-shadow .18s ease;
}

.pv-switch input:checked + .pv-switch__ui{
  background: var(--brand);
}

.pv-switch input:checked + .pv-switch__ui::before{
  left: calc(100% - 32px);
}

.pv-form-toggle-row__switch,
label.pv-switch{
  width: 64px;
  min-width: 64px;
  height: 36px;
}

label.pv-switch{
  justify-content: flex-start;
}

.pv-hero-overlay--wide h1{
  max-width: 12ch;
}

.pv-hero-overlay--wide p{
  max-width: 28ch;
  font-size: 19px;
  font-weight: 700;
  color: #f4f7fb;
}

@media (max-width: 920px){
  .pv-hero-overlay--wide p{
    font-size: 17px;
  }
}

/* ===== Fix: page-specific switch override to beat styles.css ===== */
#heroLeadForm .pv-form-toggle-row__switch{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
  flex:0 0 auto;
  width:64px;
  min-width:64px;
  height:36px;
  align-self:center;
}

#heroLeadForm label.pv-switch{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:64px;
  min-width:64px;
  height:36px;
  margin:0;
  padding:0;
  line-height:0;
  font-size:0;
  color:transparent;
  cursor:pointer;
}

#heroLeadForm label.pv-switch > input[type="checkbox"]{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  margin:0;
  padding:0;
  pointer-events:none;
  appearance:none;
  -webkit-appearance:none;
}

#heroLeadForm label.pv-switch > .pv-switch__ui{
  position:relative;
  display:block;
  width:64px;
  min-width:64px;
  height:36px;
  border-radius:999px;
  overflow:hidden;
  background:#cfe0f6;
  border:0;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.08);
  flex-shrink:0;
  transition:background .18s ease, box-shadow .18s ease;
}

#heroLeadForm label.pv-switch > .pv-switch__ui::before{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.18);
  transform:none;
  transition:left .18s ease, background .18s ease, box-shadow .18s ease;
}

#heroLeadForm label.pv-switch > input[type="checkbox"]:checked + .pv-switch__ui{
  background:#0C1F57;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.18);
}

#heroLeadForm label.pv-switch > input[type="checkbox"]:checked + .pv-switch__ui::before{
  left:32px;
  transform:none;
}

#heroLeadForm label.pv-switch > input[type="checkbox"]:focus-visible + .pv-switch__ui{
  outline:3px solid rgba(12,31,87,.18);
  outline-offset:2px;
}

@media (max-width: 920px){
  #heroLeadForm .pv-form-toggle-row__switch{
    justify-content:flex-start;
    margin-left:0;
  }
}


/* Homepage-aligned CTA and brand cleanup */
.pv-hero-actions{
  display:flex;
  gap:14px;
  margin-top:40px;
  flex-wrap:wrap;
}

.pv-hero-actions .cta{
  padding:16px 26px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#fff;
  border:1.5px solid rgba(255,255,255,.88);
  box-shadow:none;
  backdrop-filter:blur(4px);
}

.pv-hero-actions .cta:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:#fff;
}

.pv-proof-item{
  color:var(--brand);
}

.pv-proof-item strong{
  color:var(--ink);
}

.pv-step__number{
  background:rgba(12,31,87,.08);
  color:var(--brand);
}

.pv-image-slot__placeholder::before{
  border-color:rgba(12,31,87,.16);
}

@media (min-width: 1600px){
  .pv-image-slot--hero-full{
    min-height:700px;
  }
}

@media (max-width: 920px){
  .pv-hero-actions{
    margin-top:28px;
  }

  .pv-hero-actions .cta{
    padding:14px 22px;
  }
}


/* ===== PV service page fine-tuning vC ===== */
.pv-image-slot--hero-full{
  min-height:clamp(620px, 42vw, 820px);
}

.pv-image-slot--hero-full > img{
  object-position:center center;
}

.pv-hero-overlay--wide{
  align-items:center;
}

.pv-hero-overlay__inner{
  padding:0;
  transform:translateY(-28px);
}

.pv-eyebrow--hero{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.01em;
  text-transform:none;
  backdrop-filter:blur(6px);
  margin-bottom:16px;
}

.pv-section-head,
.pv-section-head--narrow{
  max-width:none;
}

.pv-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  column-gap:16px;
  row-gap:6px;
  margin-bottom:28px;
}

.pv-section-head > .pv-eyebrow{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:start;
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(12,31,87,.08);
  color:var(--brand);
  font-size:13px;
  font-weight:600;
  line-height:1.15;
  white-space:nowrap;
  text-transform:none;
  letter-spacing:0;
  margin:0;
}

.pv-section-head > h2{
  grid-column:1;
  grid-row:1;
  margin:0;
}

.pv-section-head > .section-intro,
.pv-section-head > p{
  grid-column:1;
  grid-row:2;
  margin:0;
}

@media (max-width: 1100px){
  .pv-image-slot--hero-full{
    min-height:clamp(560px, 44vw, 700px);
  }

  .pv-hero-overlay__inner{
    transform:translateY(-18px);
  }
}

@media (max-width: 920px){
  .pv-image-slot--hero-full{
    min-height:520px;
  }

  .pv-hero-overlay--wide{
    align-items:flex-end;
  }

  .pv-hero-overlay__inner{
    padding:0 0 40px;
    transform:none;
  }

  .pv-section-head{
    grid-template-columns:1fr;
    row-gap:10px;
  }

  .pv-section-head > .pv-eyebrow{
    grid-column:1;
    grid-row:1;
    justify-self:start;
  }

  .pv-section-head > h2{
    grid-column:1;
    grid-row:2;
  }

  .pv-section-head > .section-intro,
  .pv-section-head > p{
    grid-column:1;
    grid-row:3;
  }
}

@media (max-width: 640px){
  .pv-image-slot--hero-full{
    min-height:440px;
  }

  .pv-eyebrow--hero{
    font-size:13px;
    padding:7px 12px;
  }
}


/* ===== PV service page copy/link/hover polishing ===== */
.pv-inline-link{
  color:var(--brand);
  font-weight:700;
  text-decoration:none;
  border-bottom:none;
  transition:color .15s ease, opacity .15s ease, text-decoration-color .15s ease;
}
.pv-inline-link:hover,
.pv-inline-link:focus-visible{
  color:var(--brand-600);
  text-decoration:underline;
  text-decoration-color:currentColor;
  text-underline-offset:3px;
}


.pv-header-contact{
  transition:color .15s ease, opacity .15s ease;
}
.pv-header-contact:hover{
  color:var(--brand);
  opacity:.78;
}

#heroLeadForm label.pv-switch > .pv-switch__ui,
#heroLeadForm label.pv-switch > .pv-switch__ui::before{
  transition:background .18s ease, box-shadow .18s ease, left .18s ease, transform .18s ease;
}
#heroLeadForm label.pv-switch:hover > .pv-switch__ui{
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.16), 0 6px 18px rgba(15,23,42,.08);
}
#heroLeadForm label.pv-switch:hover > input[type="checkbox"]:not(:checked) + .pv-switch__ui{
  background:#c5d7ef;
}
#heroLeadForm label.pv-switch:hover > input[type="checkbox"]:checked + .pv-switch__ui{
  background:var(--brand-600);
}

.pv-contact-list__item a{
  color:#fff;
  font-weight:700;
  text-decoration:none;
  transition:opacity .15s ease, text-decoration-color .15s ease;
}
.pv-contact-list__item a:hover,
.pv-contact-list__item a:focus-visible{
  color:#fff;
  opacity:.82;
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,.72);
  text-underline-offset:3px;
}


/* ===== PV process cards + why-it-pays section ===== */
.pv-process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.pv-process-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.pv-process-card:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(15,23,42,.08);
  border-color:#bfdbfe;
}

.pv-process-card__media{
  position:relative;
  aspect-ratio:4 / 3;
  overflow:hidden;
  background:linear-gradient(180deg,#e9f1ff,#f8fafc);
}
.pv-process-card__media > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}
.pv-process-card__shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,18,32,.05) 0%,rgba(11,18,32,.18) 100%);
  z-index:2;
  pointer-events:none;
}
.pv-process-card__placeholder{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px;
  z-index:0;
  background:linear-gradient(180deg, rgba(15,23,42,.03), rgba(15,23,42,.12)), linear-gradient(135deg, #dbeafe 0%, #eff6ff 45%, #ffffff 100%);
}
.pv-process-card__placeholder::before{
  content:"";
  position:absolute;
  inset:16px;
  border:2px dashed rgba(47,127,211,.22);
  border-radius:18px;
}
.pv-process-card__placeholder > *{position:relative;z-index:1}
.pv-process-card__path{
  position:absolute;
  top:18px;
  left:18px;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0f172a;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.pv-process-card__placeholder strong{
  display:block;
  max-width:14ch;
  font-size:24px;
  line-height:1.08;
  color:#0f172a;
}
.pv-process-card__placeholder p{
  margin:8px 0 0;
  color:#475569;
  line-height:1.5;
  font-size:14px;
}
.pv-process-card__number{
  position:absolute;
  left:18px;
  bottom:18px;
  width:52px;
  height:52px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  z-index:3;
  box-shadow:0 12px 28px rgba(15,23,42,.12);
}
.pv-process-card__body{
  padding:22px 24px 24px;
}
.pv-process-card__body h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.18;
}
.pv-process-card__body p{
  margin:0;
}

.pv-worth-head{
  max-width:820px;
  margin:0 0 28px;
}
.pv-worth-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.pv-worth-card{
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#fff;
}
.pv-worth-card h3{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
  padding:22px 24px;
  font-size:22px;
  line-height:1.2;
}
.pv-worth-card--good h3{
  background:#eef8f2;
  color:#173b2c;
}
.pv-worth-card--risk h3{
  background:#fff1f2;
  color:#7f1d2d;
}
.pv-worth-card__icon{
  width:38px;
  height:38px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:20px;
  flex-shrink:0;
}
.pv-worth-card--good .pv-worth-card__icon{
  background:#ccebdd;
  color:#0f8a5f;
}
.pv-worth-card--risk .pv-worth-card__icon{
  background:#ffd8dd;
  color:#d14c5f;
}
.pv-worth-list{
  list-style:none;
  margin:0;
  padding:22px 24px 26px;
  display:grid;
  gap:18px;
}
.pv-worth-list li{
  position:relative;
  padding-left:34px;
}
.pv-worth-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:22px;
  height:22px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  background:#d7f0e4;
  color:#0f8a5f;
}
.pv-worth-list--risk li::before{
  content:"!";
  background:#ffdfe3;
  color:#d14c5f;
}
.pv-worth-list strong{
  display:block;
  margin-bottom:4px;
  color:var(--ink);
  font-size:20px;
  line-height:1.25;
}
.pv-worth-list span{
  display:block;
  color:#475569;
  line-height:1.6;
}

@media (max-width: 1180px){
  .pv-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 920px){
  .pv-process-grid,
  .pv-worth-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .pv-process-card__body{
    padding:20px;
  }
  .pv-process-card__body h3,
  .pv-worth-list strong{
    font-size:20px;
  }
  .pv-process-card__number{
    width:46px;
    height:46px;
    font-size:24px;
  }
  .pv-worth-card h3{
    padding:18px 20px;
  }
  .pv-worth-list{
    padding:18px 20px 22px;
  }
}


/* === Final fix: proof strip icons beside text without affecting rest of layout === */
.pv-proof-strip__grid--premium .pv-proof-item{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  column-gap:14px;
  row-gap:4px;
  align-items:start;
  padding:18px 18px;
  text-align:left;
}

.pv-proof-strip__grid--premium .pv-proof-item__icon{
  grid-column:1;
  grid-row:1 / span 2;
  width:48px;
  height:48px;
  border-radius:14px;
}

.pv-proof-strip__grid--premium .pv-proof-item strong,
.pv-proof-strip__grid--premium .pv-proof-item span{
  grid-column:2;
}

.pv-proof-strip__grid--premium .pv-proof-item strong{
  margin:1px 0 0;
}

@media (max-width: 640px){
  .pv-proof-strip__grid--premium .pv-proof-item{
    grid-template-columns:44px minmax(0,1fr);
    column-gap:12px;
    padding:16px 16px;
  }

  .pv-proof-strip__grid--premium .pv-proof-item__icon{
    width:44px;
    height:44px;
    border-radius:13px;
  }

  .pv-proof-strip__grid--premium .pv-proof-item__icon svg{
    width:22px;
    height:22px;
  }
}


/* ===== Feature cards: Co přesně získáš ===== */
.pv-cards--features .pv-card{
  position:relative;
  padding:24px 22px 24px;
}

.pv-card__meta{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.pv-card__icon{
  width:42px;
  height:42px;
  border-radius:12px;
  background:#f8fbff;
  color:var(--brand);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.08);
  flex-shrink:0;
}

.pv-card__icon svg{
  width:22px;
  height:22px;
  display:block;
}

.pv-cards--features .pv-card h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.18;
}

.pv-cards--features .pv-card p{
  margin:0;
}

.pv-card--output{
  background:linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-color:#d8e6ff;
}

.pv-card--output .pv-card__icon{
  background:#eaf2ff;
}

.pv-card--primary{
  background:linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border-color:#bfd1ff;
  box-shadow:0 18px 40px rgba(22,49,127,.08);
}

@media (max-width: 640px){
  .pv-cards--features .pv-card{
    padding:20px 18px 22px;
  }  .pv-card__meta{
    gap:10px;
    margin-bottom:12px;
  }
  .pv-card__icon{
    width:38px;
    height:38px;
    border-radius:11px;
  }
  .pv-card__icon svg{
    width:20px;
    height:20px;
  }
  .pv-cards--features .pv-card h3{
    font-size:18px;
  }
}


/* ===== Mobile polish n ===== */
@media (max-width: 768px){
  .pv-header-contact{display:none;}
  .pv-service-header__inner{
    min-height:auto;
    padding:10px 0;
    gap:10px;
  }
  .pv-service-header__right{
    margin-left:auto;
    gap:8px;
  }
  .pv-header-cta{
    padding:10px 12px;
    border-radius:10px;
    font-size:13px;
    line-height:1.1;
    white-space:nowrap;
  }
  .pv-service-header .logo img{height:42px;}

  .pv-image-slot--hero-full{
    min-height:500px;
  }
  .pv-image-slot--hero-full::after{
    background:
      linear-gradient(180deg, rgba(11,18,32,.08) 0%, rgba(11,18,32,.18) 28%, rgba(11,18,32,.38) 56%, rgba(11,18,32,.84) 100%),
      linear-gradient(90deg, rgba(11,18,32,.18) 0%, rgba(11,18,32,.08) 100%);
  }
  .pv-hero-overlay__inner{
    max-width:100%;
    padding:0 0 26px;
  }
  .pv-eyebrow--hero{
    font-size:14px;
    padding:8px 13px;
    margin-bottom:14px;
  }
  .pv-hero-overlay--wide h1{
    font-size:38px;
    line-height:1.02;
    margin:0 0 14px;
    max-width:10ch;
  }
  .pv-hero-overlay--wide p{
    font-size:17px;
    line-height:1.55;
    max-width:26ch;
  }
  .pv-hero-actions{
    margin-top:22px;
  }
  .pv-hero-actions .cta{
    padding:15px 20px;
    font-size:16px;
    border-radius:13px;
  }

  .pv-proof-strip__grid--premium .pv-proof-item{
    padding:18px 18px;
    column-gap:14px;
  }
  .pv-proof-strip__grid--premium .pv-proof-item__icon{
    width:46px;
    height:46px;
  }
  .pv-proof-strip__grid--premium .pv-proof-item strong{
    font-size:17px;
    line-height:1.22;
  }
  .pv-proof-strip__grid--premium .pv-proof-item span{
    font-size:15px;
    line-height:1.45;
  }

  .pv-section-head{
    row-gap:12px;
    margin-bottom:24px;
  }
  .pv-section-head > .pv-eyebrow{
    padding:8px 15px;
    font-size:14px;
    font-weight:700;
  }

  .pv-cards--features .pv-card{
    padding:22px 20px 24px;
  }
  .pv-cards--features .pv-card h3{
    font-size:22px;
    line-height:1.18;
    margin-bottom:12px;
  }
  .pv-cards--features .pv-card p{
    font-size:17px;
    line-height:1.72;
  }
  .pv-card__meta{
    margin-bottom:14px;
  }
  .pv-card__icon{
    width:42px;
    height:42px;
  }
  .pv-card__icon svg{
    width:21px;
    height:21px;
  }

  .pv-split,
  .pv-split--image-right{
    grid-template-columns:1fr;
    gap:18px;
  }
  .pv-split > .pv-image-slot,
  .pv-split--image-right > .pv-image-slot{
    order:1;
  }
  .pv-split > .pv-split__content,
  .pv-split--image-right > .pv-split__content{
    order:2;
  }
  .pv-split__content h3{
    font-size:24px;
    line-height:1.2;
    margin-bottom:10px;
  }
  .pv-split__content p{
    font-size:16px;
    line-height:1.7;
  }

  .pv-process-carousel{
    overflow:hidden;
    padding-right:8%;
    padding-bottom:6px;
    margin-bottom:8px;
    touch-action:pan-y;
  }
  .pv-process-grid{
    display:flex;
    gap:14px;
    will-change:transform;
  }
  .pv-process-card{
    flex:0 0 86%;
    min-width:86%;
  }
  .pv-process-card:hover{transform:none;}
  .pv-process-card__body{
    padding:18px 18px 20px;
  }
  .pv-process-card__body h3{
    font-size:20px;
    line-height:1.18;
  }
  .pv-process-card__body p{
    font-size:16px;
    line-height:1.65;
  }
  .pv-process-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:16px;
    padding-right:8%;
  }
  .pv-process-dot{
    width:8px;
    height:8px;
    border:none;
    border-radius:999px;
    background:#cbd5e1;
    padding:0;
    cursor:pointer;
    transition:transform .2s ease, background-color .2s ease;
  }
  .pv-process-dot.is-active{
    background:var(--brand);
    transform:scale(1.15);
  }

  .pv-worth-card h3{
    padding:20px 20px;
    font-size:21px;
  }
  .pv-worth-list{
    padding:20px 20px 22px;
    gap:16px;
  }
  .pv-worth-list strong{
    font-size:18px;
    line-height:1.28;
  }
  .pv-worth-list span{
    font-size:16px;
    line-height:1.62;
  }

  .faq-section .faq summary{
    padding:20px 18px;
    font-size:17px;
    line-height:1.35;
  }
  .faq-section .faq p{
    padding:0 18px 18px;
    font-size:15px;
    line-height:1.65;
  }
}

@media (max-width: 560px){
  .pv-header-cta{font-size:12px;padding:9px 11px;}
  .pv-service-header .logo img{height:40px;}
  .pv-image-slot--hero-full{min-height:470px;}
  .pv-hero-overlay--wide h1{font-size:34px;}
  .pv-hero-overlay--wide p{font-size:16px;}
  .pv-hero-actions .cta{width:100%; justify-content:center; text-align:center;}
  .pv-proof-strip__grid--premium .pv-proof-item strong{font-size:16px;}
  .pv-proof-strip__grid--premium .pv-proof-item span{font-size:14px;}
  .pv-cards--features .pv-card h3{font-size:20px;}
  .pv-cards--features .pv-card p{font-size:16px;}
}

@media (min-width: 769px){
  .pv-process-dots{display:none !important;}
}


/* ===== Checkout addon: Online prověrka ===== */
.pv-addon-box{
  margin:18px 0 20px;
}

.pv-addon-option{
  display:grid;
  grid-template-columns:26px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:18px 18px;
  border:1px solid #d8e5f6;
  border-radius:18px;
  background:linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
  cursor:pointer;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.pv-addon-option:hover{
  border-color:#bfd7ff;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.pv-addon-option > input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.pv-addon-option__ui{
  position:relative;
  width:26px;
  height:26px;
  border-radius:8px;
  border:2px solid #b7c9e6;
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.pv-addon-option__ui::after{
  content:"";
  position:absolute;
  left:7px;
  top:3px;
  width:6px;
  height:12px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg) scale(0);
  transition:transform .16s ease;
}

.pv-addon-option > input:checked + .pv-addon-option__ui{
  background:var(--brand);
  border-color:var(--brand);
}

.pv-addon-option > input:checked + .pv-addon-option__ui::after{
  transform:rotate(45deg) scale(1);
}

.pv-addon-option__copy strong{
  display:block;
  color:var(--ink);
  font-size:17px;
  line-height:1.3;
}

.pv-addon-option__copy small{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}

.pv-addon-option__price{
  color:var(--brand);
  font-size:18px;
  font-weight:800;
  white-space:nowrap;
}

@media (max-width: 640px){
  .pv-addon-option{
    grid-template-columns:26px minmax(0,1fr);
  }

  .pv-addon-option__price{
    grid-column:2;
    justify-self:start;
    margin-top:4px;
  }
}

/* ===== Add-on polish: Online prověrka ===== */
.page-checkout .pv-addon-box{
  margin:22px 0 22px;
}

.page-checkout label.pv-addon-option{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px 20px;
  margin:0;
  border:1px solid #d8e5f6;
  border-radius:20px;
  background:linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
  cursor:pointer;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease;
}

.page-checkout label.pv-addon-option:hover{
  border-color:#bfd7ff;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  transform:translateY(-1px);
}

.page-checkout label.pv-addon-option > input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.page-checkout .pv-addon-option__ui{
  position:relative;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:9px;
  border:2px solid #b7c9e6;
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.page-checkout .pv-addon-option__ui::after{
  content:"";
  position:absolute;
  left:8px;
  top:3px;
  width:7px;
  height:13px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg) scale(0);
  transition:transform .16s ease;
}

.page-checkout .pv-addon-option__copy{
  flex:1 1 auto;
  min-width:0;
}

.page-checkout .pv-addon-option__copy strong{
  display:block;
  color:var(--ink);
  font-size:18px;
  line-height:1.25;
}

.page-checkout .pv-addon-option__copy small{
  display:block;
  margin-top:5px;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}

.page-checkout .pv-addon-option__price{
  margin-left:auto;
  flex:0 0 auto;
  color:var(--brand);
  font-size:19px;
  font-weight:800;
  white-space:nowrap;
  padding:10px 12px;
  border-radius:999px;
  background:#eaf2ff;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.08);
}

.page-checkout label.pv-addon-option > input:checked + .pv-addon-option__ui{
  background:var(--brand);
  border-color:var(--brand);
}

.page-checkout label.pv-addon-option > input:checked + .pv-addon-option__ui::after{
  transform:rotate(45deg) scale(1);
}

.page-checkout label.pv-addon-option:has(> input:checked){
  border-color:#9fc0ff;
  background:linear-gradient(180deg, #eef5ff 0%, #eaf2ff 100%);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}

@supports not selector(:has(*)){
  .page-checkout label.pv-addon-option > input:checked ~ .pv-addon-option__price{
    background:#dce9ff;
  }
}

@media (max-width: 640px){
  .page-checkout label.pv-addon-option{
    align-items:flex-start;
    flex-wrap:wrap;
    gap:12px;
    padding:18px 16px;
  }

  .page-checkout .pv-addon-option__copy{
    flex:1 1 calc(100% - 40px);
  }

  .page-checkout .pv-addon-option__price{
    margin-left:40px;
    padding:8px 10px;
    font-size:17px;
  }
}


/* ===== FIX: add-on checkbox v checkoutu ===== */
.pv-payment-panel .pv-addon-box{
  margin:22px 0 22px;
}

.pv-payment-panel label.pv-addon-option{
  display:grid !important;
  grid-template-columns:28px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:20px 20px;
  margin:0;
  border:1px solid #d8e5f6;
  border-radius:20px;
  background:linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
  cursor:pointer;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease, transform .16s ease;
}

.pv-payment-panel label.pv-addon-option:hover{
  border-color:#bfd7ff;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  transform:translateY(-1px);
}

.pv-payment-panel label.pv-addon-option > input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.pv-payment-panel .pv-addon-option__ui{
  display:inline-block;
  position:relative;
  width:28px;
  height:28px;
  border-radius:9px;
  border:2px solid #b7c9e6;
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  flex:0 0 28px;
}

.pv-payment-panel .pv-addon-option__ui::after{
  content:"";
  position:absolute;
  left:8px;
  top:3px;
  width:7px;
  height:13px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg) scale(0);
  transition:transform .16s ease;
}

.pv-payment-panel label.pv-addon-option > input:checked + .pv-addon-option__ui{
  background:var(--brand);
  border-color:var(--brand);
}

.pv-payment-panel label.pv-addon-option > input:checked + .pv-addon-option__ui::after{
  transform:rotate(45deg) scale(1);
}

.pv-payment-panel .pv-addon-option__copy{
  min-width:0;
}

.pv-payment-panel .pv-addon-option__copy strong{
  display:block;
  margin:0;
  color:var(--ink);
  font-size:18px;
  line-height:1.25;
}

.pv-payment-panel .pv-addon-option__copy small{
  display:block;
  margin-top:5px;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}

.pv-payment-panel .pv-addon-option__price{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:auto;
  color:var(--brand);
  font-size:19px;
  font-weight:800;
  white-space:nowrap;
  padding:10px 12px;
  border-radius:999px;
  background:#eaf2ff;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.08);
}

.pv-payment-panel label.pv-addon-option:has(> input:checked){
  border-color:#9fc0ff;
  background:linear-gradient(180deg, #eef5ff 0%, #eaf2ff 100%);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}

@supports not selector(:has(*)){
  .pv-payment-panel label.pv-addon-option > input:checked ~ .pv-addon-option__price{
    background:#dce9ff;
  }
}

@media (max-width: 640px){
  .pv-payment-panel label.pv-addon-option{
    grid-template-columns:28px minmax(0,1fr);
    align-items:start;
    gap:12px;
    padding:18px 16px;
  }

  .pv-payment-panel .pv-addon-option__price{
    grid-column:2;
    justify-self:start;
    margin-left:0;
    margin-top:4px;
    padding:8px 10px;
    font-size:17px;
  }
}

/* ===== Mobile hero text slightly wider while keeping compact CTA ===== */
@media (max-width: 640px){
  .pv-service-hero--fullbleed .pv-hero-overlay{
    left:18px;
    right:18px;
    bottom:18px;
    max-width:368px;
  }

  .pv-service-hero--fullbleed .pv-hero-overlay__inner{
    transform:translateY(-6px);
    max-width:348px;
  }

  .pv-service-hero--fullbleed .pv-hero-overlay h1{
    font-size:30px;
    line-height:1.04;
    max-width:10.4ch;
    margin:0 0 10px;
  }

  .pv-service-hero--fullbleed .pv-hero-overlay p{
    font-size:15px;
    line-height:1.38;
    max-width:16.5ch;
  }

  .pv-service-hero--fullbleed .pv-hero-actions{
    margin-top:18px;
  }

  .pv-service-hero--fullbleed .pv-hero-actions .cta{
    display:inline-flex;
    width:auto;
    min-width:170px;
    padding:13px 18px;
    justify-content:center;
    text-align:center;
    border-radius:16px;
  }
}

@media (max-width: 480px){
  .pv-service-hero--fullbleed .pv-hero-overlay{
    max-width:332px;
  }

  .pv-service-hero--fullbleed .pv-hero-overlay__inner{
    max-width:308px;
    transform:translateY(-2px);
  }

  .pv-service-hero--fullbleed .pv-hero-overlay h1{
    font-size:29px;
    max-width:10ch;
  }

  .pv-service-hero--fullbleed .pv-hero-overlay p{
    max-width:15.5ch;
  }
}

@media (max-width: 1180px){
  .pv-reference-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 920px){
  .pv-reference-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .pv-reference-preview{
    padding:32px 0 4px;
  }

  .reference-card__media{
    height:200px;
  }

  .reference-card__placeholder{
    padding:18px;
  }

  .reference-card__placeholder::before{
    inset:14px;
  }

  .reference-card__path{
    top:16px;
    left:16px;
    max-width:calc(100% - 32px);
    font-size:11px;
  }

  .reference-card__placeholder strong{
    font-size:22px;
  }

  .reference-card .content{
    padding:16px 16px 18px;
  }

  .reference-card .content h3{
    font-size:24px;
  }
}
