: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;
  color:#fff;
  padding:0;
}

.pv-service-hero--online{
  background:
    radial-gradient(circle at top right, rgba(47,127,211,.24), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #111827 52%, #0b1220 100%);
}

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

.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(12,31,87,.16);
  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--hero-full{
  min-height:clamp(620px, 42vw, 820px);
  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{
  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-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:center;
}

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

.pv-hero-overlay__inner--online{
  max-width:760px;
}

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

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

.pv-service-page h1{
  margin:0 0 14px;
  font-size:60px;
  line-height:1.02;
  color:#fff;
  max-width:12ch;
}

.pv-hero-overlay__inner p,
.pv-hero-overlay--wide p{
  margin:0;
  max-width:28ch;
  color:#f4f7fb;
  font-size:19px;
  font-weight:700;
  line-height:1.65;
}

.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-strip{
  background:#fff;
  border-bottom:1px solid var(--border);
}

.pv-proof-strip__grid{
  display:grid;
  gap:14px;
  padding:18px 0;
}

.pv-proof-strip__grid--online{
  grid-template-columns:repeat(4,1fr);
}

.pv-proof-item{
  padding:18px 18px;
  border:1px solid #d9e4ff;
  border-radius:18px;
  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;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.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);
  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:16px;
  line-height:1.25;
  font-weight:800;
  color:var(--ink);
  grid-column:2;
}

.pv-proof-item span{
  display:block;
  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-section-head h2,
.pv-contact-card__head h2,
.pv-order .checkout-top h2,
.faq-section h2{
  margin:0;
  font-size:36px;
  line-height:1.12;
  color:var(--ink);
}

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

.pv-section-intro,
.section-intro{
  margin:10px 0 0;
}

.pv-inline-link{
  color:var(--brand);
  font-weight:700;
}

.pv-cards{
  display:grid;
  gap:20px;
}

.pv-cards--online-features{
  grid-template-columns:repeat(2,1fr);
}

.pv-card,
.pv-step,
.pv-note-box{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:24px;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

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

.pv-card__icon{
  width:48px;
  height:48px;
  margin-bottom:16px;
  border-radius:14px;
  background:#eef4ff;
  color:var(--brand);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.pv-card__icon svg{
  width:24px;
  height:24px;
}

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

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

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

.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:16px 0 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-steps{
  display:grid;
  gap:18px;
}

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

.pv-step__number{
  width:46px;
  height:46px;
  margin-bottom:16px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.faq-section{
  background:var(--bg);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:72px 0;
}

.faq-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.faq details{
  background:#fff;
  border:2px solid #d9e4ff;
  border-radius:18px;
  overflow:hidden;
  transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.faq details:hover{
  border-color:#bfdbfe;
  transform:translateY(-1px);
}

.faq details[open]{
  border-color:#93c5fd;
  box-shadow:0 10px 24px rgba(2,6,23,.06);
}

.faq summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  cursor:pointer;
  font-size:18px;
  font-weight:800;
  line-height:1.25;
  color:var(--ink);
  user-select:none;
  list-style:none;
}

.faq summary::after{
  content:"▾";
  color:#64748b;
  font-size:18px;
  opacity:.8;
  transition:transform .2s ease;
}

.faq details[open] summary::after{
  transform:rotate(180deg);
}

.faq p{
  margin:0;
  padding:0 20px 18px 20px;
  font-size:16px;
  line-height:1.6;
  color:var(--muted);
}

.pv-contact-band{
  padding:72px 0;
  background:#fff;
}

.pv-contact-card{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:22px;
  align-items:start;
}

.pv-contact-card__form,
.pv-contact-card__aside{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
}

.pv-contact-card__form{
  padding:28px;
}

.pv-contact-card__aside{
  padding:26px;
  position:sticky;
  top:96px;
}

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

.pv-form-toggle-row__label{
  display:inline-block;
  margin-bottom:6px;
  color:#64748b;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}

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

.pv-form-toggle-row__copy p{
  margin:5px 0 0;
  font-size:14px;
  line-height:1.55;
}

.pv-switch{
  display:inline-flex;
  align-items:center;
  cursor:pointer;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:inherit;
  font-size:inherit;
  line-height:1;
}

.pv-switch input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0 0 0 0) !important;
  clip-path:inset(50%) !important;
  white-space:nowrap !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  outline:none !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.pv-form-toggle-row__switch{
  flex-shrink:0;
}

.pv-switch__ui{
  display:inline-block;
  flex-shrink:0;
}

.pv-switch__ui{
  position:relative;
  width:58px;
  height:34px;
  border-radius:999px;
  background:#dbe7fb;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.08);
  transition:background .16s ease;
}

.pv-switch__ui::after{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:26px;
  height:26px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 14px rgba(15,23,42,.15);
  transition:transform .16s ease;
}

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

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

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

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

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

label.pv-switch{
  display:inline-flex;
  color:inherit;
  font-weight:inherit;
  margin:0;
}

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

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

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

.pv-lead-form input:focus,
.pv-lead-form textarea:focus,
.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-lead-form__submit{
  margin-top:18px;
}

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

.pv-lead-form__status{
  margin-top:12px;
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:14px;
  font-size:14px;
  line-height:1.5;
}

.pv-muted-inline{
  color:#64748b;
  font-weight:600;
  font-size:13px;
}

.pv-contact-list{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.pv-contact-list__item{
  display:grid;
  gap:4px;
}

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

.pv-contact-list__item a,
.pv-contact-list__item strong{
  color:var(--ink);
  font-size:17px;
  line-height:1.35;
}

.pv-contact-note{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid #d8e5f6;
  color:#1e3a5f;
  line-height:1.55;
}

.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 .muted{
  color:var(--muted);
}

.checkout-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  align-items:start;
}

.checkout-panel,
.summary-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:var(--shadow);
}

.checkout-panel{
  padding:22px;
}

.summary-card{
  padding:18px;
}

.pv-order-review{
  margin-bottom:18px;
  padding-bottom:18px;
  border-bottom:1px solid #e5e7eb;
}

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

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

.pv-order-review__grid span{
  display:block;
  margin-bottom:4px;
  color:#64748b;
  font-size:13px;
  font-weight:700;
}

.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;
}

.payment-methods{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:8px 0 14px;
}

.pm{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 12px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#f8fafc;
  cursor:pointer;
}

.pm.pm-static{
  border-color:#bfdbfe;
  background:#eff6ff;
}

.pm input{
  width:auto;
  margin-top:2px;
}

.pm-title{
  display:block;
  color:var(--ink);
  font-weight:700;
}

.pay-icons{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:12px;
  flex-wrap:wrap;
}

.pay-icons img{
  height:22px;
  width:auto;
  display:block;
}

.consents{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e5e7eb;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.ck{
  display:flex;
  gap:10px;
  align-items:flex-start;
  cursor:pointer;
  color:#475569;
  font-weight:600;
}

.ck input{
  width:auto;
  margin-top:3px;
}

.actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}

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

.summary-title{
  font-weight:900;
  font-size:16px;
  color:var(--ink);
  margin-top:2px;
}

.summary-price{
  font-weight:900;
  font-size:18px;
  color:var(--ink);
  white-space:nowrap;
}

.summary-bullets{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:8px;
  color:#475569;
  line-height:1.45;
  font-size:14px;
}

.summary-bullets li{
  position:relative;
  padding-left:20px;
}

.summary-bullets li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:var(--ok);
  font-weight:900;
}

.summary-trust{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid #e5e7eb;
  display:flex;
  flex-direction:column;
  gap:8px;
  color:#475569;
  font-size:14px;
}

.checkout-summary{
  position:sticky;
  top:84px;
}

.field-invalid{
  border-color:#ef4444 !important;
  box-shadow:0 0 0 3px rgba(239,68,68,.12) !important;
}

.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-proof-strip__grid--online,
  .pv-cards--online-features,
  .pv-steps--online{
    grid-template-columns:repeat(2,1fr);
  }

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

  .pv-contact-card__aside,
  .checkout-summary{
    position:relative;
    top:auto;
  }
}

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

  .pv-proof-strip__grid--online,
  .pv-cards--online-features,
  .pv-grid-2,
  .pv-steps--online,
  .checkout-grid,
  .pv-lead-form__grid,
  .pv-order-review__grid{
    grid-template-columns:1fr;
  }

  .pv-order-review__full,
  .pv-lead-form__full{
    grid-column:auto;
  }

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

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

  .pv-image-slot--hero-full{
    min-height:560px;
  }

  .pv-hero-overlay{
    align-items:flex-end;
    background:linear-gradient(180deg, rgba(15,23,42,.12) 0%, rgba(15,23,42,.56) 48%, rgba(15,23,42,.88) 100%);
  }

  .pv-hero-overlay__inner{
    max-width:none;
    padding:42px 0 30px;
  }

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

  .pv-section-head h2,
  .pv-contact-card__head h2,
  .pv-order .checkout-top h2,
  .faq-section h2{
    font-size:30px;
  }
}

@media (max-width: 640px){
  .pv-service-hero--online{
    min-height:auto;
  }

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

  .pv-image-slot--hero-full{
    min-height:500px;
  }

  .pv-image-slot__placeholder--hero{
    padding:22px;
  }

  .pv-image-slot__placeholder strong{
    font-size:24px;
  }

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

  .pv-hero-overlay__inner p{
    font-size:17px;
  }

  .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-section-head h2,
  .pv-contact-card__head h2,
  .pv-order .checkout-top h2,
  .faq-section h2{
    font-size:26px;
  }

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

  .pv-contact-card__form,
  .pv-contact-card__aside,
  .checkout-panel,
  .summary-card,
  .pv-card,
  .pv-step,
  .pv-note-box{
    padding:20px;
    border-radius:22px;
  }

  .pv-form-toggle-row,
  .actions{
    flex-direction:row;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
  }

  .pv-form-toggle-row__switch{
    flex:0 0 auto;
    display:flex;
    justify-content:flex-start;
  }

  .actions .cta,
  .actions .btn,
  .pv-hero-actions .cta,
  .pv-lead-form__submit{
    width:100%;
    text-align:center;
    justify-content:center;
  }
}


/* ===== Online prověrka: form toggle row + switch ===== */
.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:#0C1F57;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.18);
}

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

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

.pv-switch:hover .pv-switch__ui{
  background:#d8e7f8;
}

.pv-switch:hover input:checked + .pv-switch__ui{
  background:#16317f;
}

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

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

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

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

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

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

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

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

@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-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;
  }
}


/* ===== Sync with Kontrola vozu na místě: hero text, contact form and switch ===== */
.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-eyebrow--hero{
  color:#bfdbfe;
  margin-bottom:10px;
}

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

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

.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);
  gap:0;
  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;
  background:#fff;
  border:none;
  border-radius:0;
  box-shadow:none;
}

.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;
  border:none;
  border-radius:0;
  box-shadow:none;
  position:static;
}

.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;
  border:none;
}

.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;
  min-width:62px;
  align-self:center;
}

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

/* 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;
}

.pv-lead-form__submit{
  margin-top:22px;
}

.pv-lead-form__microcopy{
  margin:14px 0 0;
  color:#475569;
  font-size:15px;
}

@media (max-width: 1180px){
  .pv-contact-card{
    grid-template-columns:1fr;
  }
}

@media (max-width: 920px){
  .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,
  #heroLeadForm .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;
  }
}

@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;
  }
}

@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;
    color:#e5edf7;
  }

  .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;
    color:#e5edf7;
  }
}

#heroLeadForm label.pv-switch > .pv-switch__ui::after{content:none !important; display:none !important;}
#heroLeadForm label.pv-switch > input[type="checkbox"]:checked + .pv-switch__ui::after{content:none !important; display:none !important;}

/* ===== Online prověrka – doladění podle Kontroly na místě ===== */
.pv-service-hero--fullbleed .pv-image-slot--hero-full{
  min-height:clamp(620px, 42vw, 820px);
}

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

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

.pv-service-hero--fullbleed .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-service-hero--fullbleed .pv-hero-overlay--wide h1{
  color:#fff;
}

.pv-service-hero--fullbleed .pv-hero-overlay--wide p,
.pv-service-hero--fullbleed .pv-hero-overlay p{
  color:#dbe6f3;
}

.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;
}

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

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

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

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

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

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

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


/* ===== Final mobile sync with Kontrola na místě ===== */
@media (max-width: 768px){
  .pv-header-contact{display:none !important;}

  .pv-service-header__inner{
    min-height:auto;
    padding:10px 0;
    gap:10px;
    flex-wrap:nowrap;
    align-items:center;
  }

  .pv-service-header__right{
    margin-left:auto;
    gap:8px;
    flex-wrap:nowrap;
    align-items:center;
  }

  .pv-header-cta{
    width:auto !important;
    flex:0 0 auto;
    padding:10px 12px;
    border-radius:10px;
    font-size:13px;
    line-height:1.1;
    white-space:nowrap;
    text-align:center;
  }

  .pv-service-header .logo{padding-left:0;}
  .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--wide{align-items:flex-end;}

  .pv-hero-overlay__inner{
    max-width:100%;
    padding:0 0 26px;
    transform:none;
  }

  .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,
  .pv-service-hero--fullbleed .pv-hero-overlay p{
    font-size:17px;
    line-height:1.45;
    max-width:18.5ch;
    color:#e5edf7;
  }
}

@media (max-width: 640px){
  .pv-header-cta{
    width:auto !important;
    padding:10px 12px;
    font-size:13px;
  }

  .pv-service-hero--fullbleed .pv-hero-overlay{
    left:18px;
    right:18px;
    bottom:18px;
    max-width:368px;
  }

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

  .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-header__inner{gap:8px;}

  .pv-header-cta{
    padding:9px 11px;
    font-size:12px;
  }

  .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;
  }
}


/* ===== Patched 4: section badges, inline links and toggle hover ===== */
.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;
}

.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-switch{
  transition:transform .15s ease;
}

.pv-switch:hover{
  transform:translateY(-1px);
}

.pv-switch:hover .pv-switch__ui{
  background:#d8e7f8;
  box-shadow:inset 0 0 0 1px rgba(12,31,87,.12), 0 8px 20px rgba(15,23,42,.08);
}

.pv-switch:hover .pv-switch__ui::before{
  box-shadow:0 10px 24px rgba(15,23,42,.22);
}

.pv-switch:hover input:checked + .pv-switch__ui{
  background:#16317f;
}

@media (max-width: 920px){
  .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-section-head{
    row-gap:12px;
    margin-bottom:24px;
  }

  .pv-section-head > .pv-eyebrow{
    padding:8px 15px;
    font-size:14px;
    font-weight:700;
  }
}


/* ===== Patched 5: unify proof strip, header hover, honest section and toggle hover ===== */
.pv-proof-item{
  background:#fff;
}

.pv-header-contact{
  transition:color .15s ease, opacity .15s ease;
}

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

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

#pro-koho .pv-note-box .pv-check-list{
  margin-top:0;
}

#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);
}

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


/* ===== Online prověrka: procesní karty stejně jako u Kontroly na místě ===== */
.pv-process-grid{
  display:grid;
  grid-template-columns:repeat(3,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;
  height:240px;
  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-process-dots{
  display:none;
}

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

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

@media (max-width: 768px){
  .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);
  }
}

@media (max-width: 640px){
  .pv-process-card__body{
    padding:20px;
  }
  .pv-process-card__body h3{
    font-size:20px;
  }
  .pv-process-card__number{
    width:46px;
    height:46px;
    font-size:24px;
  }
}


/* ===== Okopírováno z Kontroly vozu na místě: Proč se kontrola vyplatí ===== */
.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: 920px){
  .pv-worth-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .pv-worth-card h3{
    padding:18px 20px;
  }
  .pv-worth-list{
    padding:18px 20px 22px;
  }
}
@media (max-width: 768px){
  .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;
  }
}
