
/* PKV RESPONSIVE MASTER V1
   Gilt nur fuer Tablet und Smartphone. Desktop ab 1101 px bleibt unangetastet. */

:root {
  --pkv-rm-edge-phone: 16px;
  --pkv-rm-edge-tablet: 24px;
  --pkv-rm-header-height: 76px;
}

.mobile-menu-toggle {
  display: none;
}

@media (max-width: 1100px) {
  html {
    max-width: 100%;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
  }

  body {
    max-width: 100%;
    overflow-x: clip;
  }

  img,
  svg,
  video,
  canvas,
  iframe {
    max-width: 100%;
  }

  .site-shell,
  main,
  main > section {
    min-width: 0;
    max-width: 100%;
  }

  .container {
    width: min(calc(100% - (2 * var(--pkv-rm-edge-tablet))), 1180px) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgba(255,255,255,.98) !important;
    backdrop-filter: blur(12px);
  }

  .site-header .header-inner,
  .header-inner {
    width: min(calc(100% - (2 * var(--pkv-rm-edge-tablet))), 1180px) !important;
    max-width: 1180px !important;
    min-height: var(--pkv-rm-header-height) !important;
    padding: 10px 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 48px !important;
    align-items: center !important;
    gap: 10px 14px !important;
  }

  .brand {
    min-width: 0 !important;
    max-width: calc(100vw - 110px) !important;
  }

  .brand img,
  .brand-logo {
    display: block;
    width: min(220px,100%) !important;
    max-width: 220px !important;
    height: auto !important;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(12,63,115,.24);
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    touch-action: manipulation;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #0C3F73;
    transition: transform .2s ease, opacity .2s ease;
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header .main-nav,
  .site-header .header-actions {
    display: none !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
  }

  .site-header.is-mobile-menu-open .main-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 8px 0 2px !important;
    border-top: 1px solid rgba(12,63,115,.12);
  }

  .site-header.is-mobile-menu-open .main-nav a {
    display: block !important;
    width: 100% !important;
    padding: 12px 2px !important;
    border-bottom: 1px solid rgba(12,63,115,.08);
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .site-header.is-mobile-menu-open .header-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 8px 0 6px !important;
    white-space: normal !important;
  }

  .site-header.is-mobile-menu-open .service-phone {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .site-header.is-mobile-menu-open .service-note {
    text-align: left !important;
  }

  .site-header.is-mobile-menu-open .header-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .hero-grid,
  .hero-home .hero-grid,
  .split,
  .strategy-panel,
  .legal-status-grid,
  .health-data-box,
  .process-guard,
  .fee-panel,
  .analysis-prep {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .hero-home .hero-grid {
    min-height: auto !important;
  }

  .hero-copy-panel {
    max-width: none !important;
  }

  .hero h1,
  .hero-home h1 {
    max-width: 100% !important;
    font-size: clamp(34px,5.8vw,48px) !important;
    line-height: 1.1 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: auto !important;
  }

  .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .button,
  .btn,
  button,
  input,
  select,
  textarea {
    max-width: 100%;
  }

  .hero-actions .button,
  .hero-actions .btn {
    white-space: normal !important;
  }

  .card-grid,
  .service-grid,
  .process-grid,
  .process-grid-six,
  .trust-strip,
  .trust-grid,
  .faq-grid,
  .data-stage-grid,
  .contact-route-grid,
  .info-duo,
  .service-flow-groups,
  .contact-service-flow-groups,
  .premium-signal-strip {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }

  .process-rail {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  }

  .timeline article {
    grid-template-columns: 60px minmax(0,1fr) !important;
  }

  .timeline article > p {
    grid-column: 2;
  }

  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }

  .pkv-consent-card {
    width: min(900px,100%) !important;
  }
}

@media (max-width: 767px) {
  :root {
    --pkv-rm-header-height: 72px;
  }

  .container {
    width: calc(100% - (2 * var(--pkv-rm-edge-phone))) !important;
  }

  .site-header .header-inner,
  .header-inner {
    width: calc(100% - (2 * var(--pkv-rm-edge-phone))) !important;
    grid-template-columns: minmax(0,1fr) 46px !important;
  }

  .brand img,
  .brand-logo {
    width: min(190px,100%) !important;
    max-width: 190px !important;
  }

  .hero-copy-panel {
    padding-top: 34px !important;
    padding-bottom: 26px !important;
  }

  .hero h1,
  .hero-home h1 {
    font-size: clamp(30px,9vw,42px) !important;
    line-height: 1.08 !important;
  }

  .hero .lead,
  .hero-home .lead {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .hero-actions .button,
  .hero-actions .btn {
    width: 100% !important;
  }

  .card-grid,
  .service-grid,
  .process-grid,
  .process-grid-six,
  .trust-strip,
  .trust-grid,
  .faq-grid,
  .data-stage-grid,
  .contact-route-grid,
  .info-duo,
  .service-flow-groups,
  .contact-service-flow-groups,
  .premium-signal-strip,
  .process-rail,
  .footer-grid {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .timeline article {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .timeline article > p {
    grid-column: auto;
  }

  .analysis-step-card {
    grid-template-columns: 46px minmax(0,1fr) !important;
  }

  .section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .pkv-consent-overlay {
    padding: 6px !important;
  }

  .pkv-consent-card {
    max-height: calc(100dvh - 12px) !important;
    border-radius: 14px !important;
  }

  .pkv-consent-inner {
    padding: 18px 14px 14px !important;
  }

  .pkv-consent-title {
    font-size: clamp(22px,7vw,28px) !important;
  }

  .pkv-consent-trust,
  .pkv-consent-actions,
  .pkv-consent-meta {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 430px) {
  .brand img,
  .brand-logo {
    width: min(168px,100%) !important;
    max-width: 168px !important;
  }

  .hero h1,
  .hero-home h1 {
    font-size: clamp(29px,9.2vw,38px) !important;
  }
}

@media (max-width: 1100px) and (orientation: landscape) and (max-height: 600px) {
  :root {
    --pkv-rm-header-height: 64px;
  }

  .site-header .header-inner,
  .header-inner {
    min-height: 64px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .brand img,
  .brand-logo {
    max-width: 170px !important;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-copy-panel {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }

  .section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu-toggle span {
    transition: none;
  }
}
/* PKV STARTSEITE PROZESSKARTEN MOBILE V2 START */
@media (max-width: 600px) {
  body .process-grid,
  body .process-grid-six,
  body .card-grid:has(> .start-process-card),
  body [class*="grid"]:has(> .start-process-card) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body .start-process-card,
  body .process-grid > .process-card,
  body .process-grid-six > .process-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 22px !important;
  }

  body .start-process-card h3,
  body .start-process-card p,
  body .process-card h3,
  body .process-card p {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: auto !important;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  body .process-grid,
  body .process-grid-six,
  body .card-grid:has(> .start-process-card),
  body [class*="grid"]:has(> .start-process-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* PKV STARTSEITE PROZESSKARTEN MOBILE V2 END */
/* PKV STARTSEITE PREMIUM PROCESS MOBILE V3 START */
@media (max-width: 600px) {
  html body .premium-process-flow {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .premium-process-flow > * {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }

  html body .premium-process-flow .start-process-card,
  html body .premium-process-flow .process-card,
  html body .premium-process-flow article {
    padding: 22px !important;
  }

  html body .premium-process-flow h2,
  html body .premium-process-flow h3,
  html body .premium-process-flow p,
  html body .premium-process-flow span,
  html body .premium-process-flow strong {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  html body .premium-process-flow {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  html body .premium-process-flow > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
/* PKV STARTSEITE PREMIUM PROCESS MOBILE V3 END */
/* PKV STARTSEITE PROZESSBREITE MOBILE V4 START */
@media (max-width: 600px) {
  html body .home-process-section .process-premium {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 24px !important;
  }

  html body .home-process-section .process-intro,
  html body .home-process-section .premium-process-flow {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  html body .home-process-section .premium-process-flow {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  html body .home-process-section .premium-step {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 22px 24px 46px !important;
  }

  html body .home-process-section .premium-step h3,
  html body .home-process-section .premium-step p {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  html body .home-process-section .process-premium {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body .home-process-section .process-intro,
  html body .home-process-section .premium-process-flow {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .home-process-section .premium-process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* PKV STARTSEITE PROZESSBREITE MOBILE V4 END */
/* PKV MOBILE KARTENABSTAND V5 START */
@media (max-width: 600px) {
  html,
  body,
  body *,
  body *::before,
  body *::after {
    box-sizing: border-box;
  }

  main,
  main > section,
  main .container,
  main [class*="grid"],
  main [class*="flow"],
  main [class*="panel"],
  main [class*="strip"] {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  main article,
  main .card,
  main .proof-card,
  main .process-card,
  main .start-process-card,
  main .premium-step,
  main .premium-signal-card,
  main .trust-card,
  main .info-card,
  main .focus-card,
  main .strategy-panel,
  main .fee-panel,
  main .process-guard,
  main .analysis-prep,
  main .service-flow-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-self: stretch !important;
    overflow: hidden;
  }

  main [class*="grid"] > *,
  main [class*="flow"] > *,
  main [class*="strip"] > *,
  main .premium-process-flow > *,
  main .premium-signal-strip > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  main .premium-signal-card,
  main .premium-signal-strip article,
  main .trust-strip article {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  main article h1,
  main article h2,
  main article h3,
  main article p,
  main article span,
  main article strong,
  main .card h1,
  main .card h2,
  main .card h3,
  main .card p,
  main .card span,
  main .card strong {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  main .home-process-section .premium-step,
  main .premium-process-flow .premium-step {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  main article,
  main .card,
  main .premium-step,
  main .premium-signal-card {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
/* PKV MOBILE KARTENABSTAND V5 END */
/* PKV PROZESSKARTEN SEITENABSTAND MOBILE V6 START */
@media (max-width: 600px) {
  html body .home-process-section .process-premium {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .home-process-section .premium-process-flow {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body .home-process-section .premium-process-flow > *,
  html body .home-process-section .premium-process-flow .premium-step {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  html body .home-process-section .premium-process-flow {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  html body .home-process-section .premium-process-flow {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}
/* PKV PROZESSKARTEN SEITENABSTAND MOBILE V6 END */
/* PKV MOBILE TEXTABSTAND GLOBAL V7 START */
@media (max-width: 767px) {
  main :where(
    .process-intro,
    .section-header,
    .strategy-copy,
    .split-copy,
    .legal-copy,
    .contact-copy,
    .faq-intro,
    .service-flow-status,
    .analysis-prep-copy,
    .fee-copy,
    .guard-copy
  ) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  main :where(
    .process-intro,
    .section-header,
    .strategy-copy,
    .split-copy,
    .legal-copy,
    .contact-copy,
    .faq-intro,
    .service-flow-status,
    .analysis-prep-copy,
    .fee-copy,
    .guard-copy
  ) :where(h1, h2, h3, p, ul, ol) {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  main .container > :where(
    .process-intro,
    .section-header,
    .strategy-copy,
    .split-copy,
    .legal-copy,
    .contact-copy,
    .faq-intro,
    .service-flow-status,
    .analysis-prep-copy,
    .fee-copy,
    .guard-copy
  ) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  main :where(
    .process-intro,
    .section-header,
    .strategy-copy,
    .split-copy,
    .legal-copy,
    .contact-copy,
    .faq-intro,
    .service-flow-status,
    .analysis-prep-copy,
    .fee-copy,
    .guard-copy
  ) {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
/* PKV MOBILE TEXTABSTAND GLOBAL V7 END */
/* PKV STARTSEITE PROZESSTEXT MOBILE V8 START */
@media (max-width: 600px) {
  html body .home-process-section .process-premium > .process-intro,
  html body .home-process-section .process-intro {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    min-width: 0 !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body .home-process-section .process-intro > * {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body .home-process-section .process-intro :where(h1, h2, h3, p, ul, ol) {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  html body .home-process-section .process-intro {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  html body .home-process-section .process-intro {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}
/* PKV STARTSEITE PROZESSTEXT MOBILE V8 END */
/* PKV SAFETY CHECKS MOBILE V10 START */
@media (max-width: 767px) {
  html body .safety-checks {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !…47649 tokens truncated…tn,
.hero-antworten .hero .button,
.hero-antworten .hero .hero-primary,
.hero-antworten .hero .hero-secondary,
.hero-antworten .hero .btn-primary,
.hero-antworten .hero .btn-secondary,
.hero-antworten .hero .pkv-btn,
.hero-antworten .hero .pkv-button,
.hero-antworten .hero a[class*='btn'],
.hero-antworten .hero button[class*='btn'],
.hero-antworten .page-hero .btn,
.hero-antworten .page-hero .button,
.hero-antworten .page-hero .hero-primary,
.hero-antworten .page-hero .hero-secondary,
.hero-antworten .page-hero .btn-primary,
.hero-antworten .page-hero .btn-secondary,
.hero-antworten .page-hero .pkv-btn,
.hero-antworten .page-hero .pkv-button,
.hero-antworten .page-hero a[class*='btn'],
.hero-antworten .page-hero button[class*='btn'],
.hero-antworten .hero-banner .btn,
.hero-antworten .hero-banner .button,
.hero-antworten .hero-banner .hero-primary,
.hero-antworten .hero-banner .hero-secondary,
.hero-antworten .hero-banner .btn-primary,
.hero-antworten .hero-banner .btn-secondary,
.hero-antworten .hero-banner .pkv-btn,
.hero-antworten .hero-banner .pkv-button,
.hero-antworten .hero-banner a[class*='btn'],
.hero-antworten .hero-banner button[class*='btn'],
.hero-antworten .hero-home .btn,
.hero-antworten .hero-home .button,
.hero-antworten .hero-home .hero-primary,
.hero-antworten .hero-home .hero-secondary,
.hero-antworten .hero-home .btn-primary,
.hero-antworten .hero-home .btn-secondary,
.hero-antworten .hero-home .pkv-btn,
.hero-antworten .hero-home .pkv-button,
.hero-antworten .hero-home a[class*='btn'],
.hero-antworten .hero-home button[class*='btn'],
.hero-questions .hero-section .btn,
.hero-questions .hero-section .button,
.hero-questions .hero-section .hero-primary,
.hero-questions .hero-section .hero-secondary,
.hero-questions .hero-section .btn-primary,
.hero-questions .hero-section .btn-secondary,
.hero-questions .hero-section .pkv-btn,
.hero-questions .hero-section .pkv-button,
.hero-questions .hero-section a[class*='btn'],
.hero-questions .hero-section button[class*='btn'],
.hero-questions .hero .btn,
.hero-questions .hero .button,
.hero-questions .hero .hero-primary,
.hero-questions .hero .hero-secondary,
.hero-questions .hero .btn-primary,
.hero-questions .hero .btn-secondary,
.hero-questions .hero .pkv-btn,
.hero-questions .hero .pkv-button,
.hero-questions .hero a[class*='btn'],
.hero-questions .hero button[class*='btn'],
.hero-questions .page-hero .btn,
.hero-questions .page-hero .button,
.hero-questions .page-hero .hero-primary,
.hero-questions .page-hero .hero-secondary,
.hero-questions .page-hero .btn-primary,
.hero-questions .page-hero .btn-secondary,
.hero-questions .page-hero .pkv-btn,
.hero-questions .page-hero .pkv-button,
.hero-questions .page-hero a[class*='btn'],
.hero-questions .page-hero button[class*='btn'],
.hero-questions .hero-banner .btn,
.hero-questions .hero-banner .button,
.hero-questions .hero-banner .hero-primary,
.hero-questions .hero-banner .hero-secondary,
.hero-questions .hero-banner .btn-primary,
.hero-questions .hero-banner .btn-secondary,
.hero-questions .hero-banner .pkv-btn,
.hero-questions .hero-banner .pkv-button,
.hero-questions .hero-banner a[class*='btn'],
.hero-questions .hero-banner button[class*='btn'],
.hero-questions .hero-home .btn,
.hero-questions .hero-home .button,
.hero-questions .hero-home .hero-primary,
.hero-questions .hero-home .hero-secondary,
.hero-questions .hero-home .btn-primary,
.hero-questions .hero-home .btn-secondary,
.hero-questions .hero-home .pkv-btn,
.hero-questions .hero-home .pkv-button,
.hero-questions .hero-home a[class*='btn'],
.hero-questions .hero-home button[class*='btn'],
.faq-hero .hero-section .btn,
.faq-hero .hero-section .button,
.faq-hero .hero-section .hero-primary,
.faq-hero .hero-section .hero-secondary,
.faq-hero .hero-section .btn-primary,
.faq-hero .hero-section .btn-secondary,
.faq-hero .hero-section .pkv-btn,
.faq-hero .hero-section .pkv-button,
.faq-hero .hero-section a[class*='btn'],
.faq-hero .hero-section button[class*='btn'],
.faq-hero .hero .btn,
.faq-hero .hero .button,
.faq-hero .hero .hero-primary,
.faq-hero .hero .hero-secondary,
.faq-hero .hero .btn-primary,
.faq-hero .hero .btn-secondary,
.faq-hero .hero .pkv-btn,
.faq-hero .hero .pkv-button,
.faq-hero .hero a[class*='btn'],
.faq-hero .hero button[class*='btn'],
.faq-hero .page-hero .btn,
.faq-hero .page-hero .button,
.faq-hero .page-hero .hero-primary,
.faq-hero .page-hero .hero-secondary,
.faq-hero .page-hero .btn-primary,
.faq-hero .page-hero .btn-secondary,
.faq-hero .page-hero .pkv-btn,
.faq-hero .page-hero .pkv-button,
.faq-hero .page-hero a[class*='btn'],
.faq-hero .page-hero button[class*='btn'],
.faq-hero .hero-banner .btn,
.faq-hero .hero-banner .button,
.faq-hero .hero-banner .hero-primary,
.faq-hero .hero-banner .hero-secondary,
.faq-hero .hero-banner .btn-primary,
.faq-hero .hero-banner .btn-secondary,
.faq-hero .hero-banner .pkv-btn,
.faq-hero .hero-banner .pkv-button,
.faq-hero .hero-banner a[class*='btn'],
.faq-hero .hero-banner button[class*='btn'],
.faq-hero .hero-home .btn,
.faq-hero .hero-home .button,
.faq-hero .hero-home .hero-primary,
.faq-hero .hero-home .hero-secondary,
.faq-hero .hero-home .btn-primary,
.faq-hero .hero-home .btn-secondary,
.faq-hero .hero-home .pkv-btn,
.faq-hero .hero-home .pkv-button,
.faq-hero .hero-home a[class*='btn'],
.faq-hero .hero-home button[class*='btn'],
.questions-hero .hero-section .btn,
.questions-hero .hero-section .button,
.questions-hero .hero-section .hero-primary,
.questions-hero .hero-section .hero-secondary,
.questions-hero .hero-section .btn-primary,
.questions-hero .hero-section .btn-secondary,
.questions-hero .hero-section .pkv-btn,
.questions-hero .hero-section .pkv-button,
.questions-hero .hero-section a[class*='btn'],
.questions-hero .hero-section button[class*='btn'],
.questions-hero .hero .btn,
.questions-hero .hero .button,
.questions-hero .hero .hero-primary,
.questions-hero .hero .hero-secondary,
.questions-hero .hero .btn-primary,
.questions-hero .hero .btn-secondary,
.questions-hero .hero .pkv-btn,
.questions-hero .hero .pkv-button,
.questions-hero .hero a[class*='btn'],
.questions-hero .hero button[class*='btn'],
.questions-hero .page-hero .btn,
.questions-hero .page-hero .button,
.questions-hero .page-hero .hero-primary,
.questions-hero .page-hero .hero-secondary,
.questions-hero .page-hero .btn-primary,
.questions-hero .page-hero .btn-secondary,
.questions-hero .page-hero .pkv-btn,
.questions-hero .page-hero .pkv-button,
.questions-hero .page-hero a[class*='btn'],
.questions-hero .page-hero button[class*='btn'],
.questions-hero .hero-banner .btn,
.questions-hero .hero-banner .button,
.questions-hero .hero-banner .hero-primary,
.questions-hero .hero-banner .hero-secondary,
.questions-hero .hero-banner .btn-primary,
.questions-hero .hero-banner .btn-secondary,
.questions-hero .hero-banner .pkv-btn,
.questions-hero .hero-banner .pkv-button,
.questions-hero .hero-banner a[class*='btn'],
.questions-hero .hero-banner button[class*='btn'],
.questions-hero .hero-home .btn,
.questions-hero .hero-home .button,
.questions-hero .hero-home .hero-primary,
.questions-hero .hero-home .hero-secondary,
.questions-hero .hero-home .btn-primary,
.questions-hero .hero-home .btn-secondary,
.questions-hero .hero-home .pkv-btn,
.questions-hero .hero-home .pkv-button,
.questions-hero .hero-home a[class*='btn'],
.questions-hero .hero-home button[class*='btn'],
.hero-faq .btn,
.hero-faq .button,
.hero-faq .hero-primary,
.hero-faq .hero-secondary,
.hero-faq .btn-primary,
.hero-faq .btn-secondary,
.hero-faq .pkv-btn,
.hero-faq .pkv-button,
.hero-faq a[class*='btn'],
.hero-faq button[class*='btn'],
.hero-fragen .btn,
.hero-fragen .button,
.hero-fragen .hero-primary,
.hero-fragen .hero-secondary,
.hero-fragen .btn-primary,
.hero-fragen .btn-secondary,
.hero-fragen .pkv-btn,
.hero-fragen .pkv-button,
.hero-fragen a[class*='btn'],
.hero-fragen button[class*='btn'],
.hero-antworten .btn,
.hero-antworten .button,
.hero-antworten .hero-primary,
.hero-antworten .hero-secondary,
.hero-antworten .btn-primary,
.hero-antworten .btn-secondary,
.hero-antworten .pkv-btn,
.hero-antworten .pkv-button,
.hero-antworten a[class*='btn'],
.hero-antworten button[class*='btn'],
.hero-questions .btn,
.hero-questions .button,
.hero-questions .hero-primary,
.hero-questions .hero-secondary,
.hero-questions .btn-primary,
.hero-questions .btn-secondary,
.hero-questions .pkv-btn,
.hero-questions .pkv-button,
.hero-questions a[class*='btn'],
.hero-questions button[class*='btn'],
.faq-hero .btn,
.faq-hero .button,
.faq-hero .hero-primary,
.faq-hero .hero-secondary,
.faq-hero .btn-primary,
.faq-hero .btn-secondary,
.faq-hero .pkv-btn,
.faq-hero .pkv-button,
.faq-hero a[class*='btn'],
.faq-hero button[class*='btn'],
.questions-hero .btn,
.questions-hero .button,
.questions-hero .hero-primary,
.questions-hero .hero-secondary,
.questions-hero .btn-primary,
.questions-hero .btn-secondary,
.questions-hero .pkv-btn,
.questions-hero .pkv-button,
.questions-hero a[class*='btn'],
.questions-hero button[class*='btn'] {
    width: 100% !important;
    max-width: none !important;
    display: inline-flex !important;
    justify-content: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body[class*="faq"] .hero-section,
body[class*="faq"] .hero,
body[class*="faq"] .page-hero,
body[class*="faq"] .hero-banner,
body[class*="faq"] .hero-home,
body[class*="fragen"] .hero-section,
body[class*="fragen"] .hero,
body[class*="fragen"] .page-hero,
body[class*="fragen"] .hero-banner,
body[class*="fragen"] .hero-home,
body[class*="antworten"] .hero-section,
body[class*="antworten"] .hero,
body[class*="antworten"] .page-hero,
body[class*="antworten"] .hero-banner,
body[class*="antworten"] .hero-home,
.faq-page .hero-section,
.faq-page .hero,
.faq-page .page-hero,
.faq-page .hero-banner,
.faq-page .hero-home,
.fragen-antworten-page .hero-section,
.fragen-antworten-page .hero,
.fragen-antworten-page .page-hero,
.fragen-antworten-page .hero-banner,
.fragen-antworten-page .hero-home,
.hero-faq .hero-section,
.hero-faq .hero,
.hero-faq .page-hero,
.hero-faq .hero-banner,
.hero-faq .hero-home,
.hero-fragen .hero-section,
.hero-fragen .hero,
.hero-fragen .page-hero,
.hero-fragen .hero-banner,
.hero-fragen .hero-home,
.hero-antworten .hero-section,
.hero-antworten .hero,
.hero-antworten .page-hero,
.hero-antworten .hero-banner,
.hero-antworten .hero-home,
.hero-questions .hero-section,
.hero-questions .hero,
.hero-questions .page-hero,
.hero-questions .hero-banner,
.hero-questions .hero-home,
.faq-hero .hero-section,
.faq-hero .hero,
.faq-hero .page-hero,
.faq-hero .hero-banner,
.faq-hero .hero-home,
.questions-hero .hero-section,
.questions-hero .hero,
.questions-hero .page-hero,
.questions-hero .hero-banner,
.questions-hero .hero-home,
.hero-faq,
.hero-fragen,
.hero-antworten,
.hero-questions,
.faq-hero,
.questions-hero {
    background-position: 84% 50% !important;
  }

  body[class*="faq"] .hero-section::after,
body[class*="faq"] .hero::after,
body[class*="faq"] .page-hero::after,
body[class*="faq"] .hero-banner::after,
body[class*="faq"] .hero-home::after,
body[class*="fragen"] .hero-section::after,
body[class*="fragen"] .hero::after,
body[class*="fragen"] .page-hero::after,
body[class*="fragen"] .hero-banner::after,
body[class*="fragen"] .hero-home::after,
body[class*="antworten"] .hero-section::after,
body[class*="antworten"] .hero::after,
body[class*="antworten"] .page-hero::after,
body[class*="antworten"] .hero-banner::after,
body[class*="antworten"] .hero-home::after,
.faq-page .hero-section::after,
.faq-page .hero::after,
.faq-page .page-hero::after,
.faq-page .hero-banner::after,
.faq-page .hero-home::after,
.fragen-antworten-page .hero-section::after,
.fragen-antworten-page .hero::after,
.fragen-antworten-page .page-hero::after,
.fragen-antworten-page .hero-banner::after,
.fragen-antworten-page .hero-home::after,
.hero-faq .hero-section::after,
.hero-faq .hero::after,
.hero-faq .page-hero::after,
.hero-faq .hero-banner::after,
.hero-faq .hero-home::after,
.hero-fragen .hero-section::after,
.hero-fragen .hero::after,
.hero-fragen .page-hero::after,
.hero-fragen .hero-banner::after,
.hero-fragen .hero-home::after,
.hero-antworten .hero-section::after,
.hero-antworten .hero::after,
.hero-antworten .page-hero::after,
.hero-antworten .hero-banner::after,
.hero-antworten .hero-home::after,
.hero-questions .hero-section::after,
.hero-questions .hero::after,
.hero-questions .page-hero::after,
.hero-questions .hero-banner::after,
.hero-questions .hero-home::after,
.faq-hero .hero-section::after,
.faq-hero .hero::after,
.faq-hero .page-hero::after,
.faq-hero .hero-banner::after,
.faq-hero .hero-home::after,
.questions-hero .hero-section::after,
.questions-hero .hero::after,
.questions-hero .page-hero::after,
.questions-hero .hero-banner::after,
.questions-hero .hero-home::after,
.hero-faq::after,
.hero-fragen::after,
.hero-antworten::after,
.hero-questions::after,
.faq-hero::after,
.questions-hero::after {
    background-position: 84% 50% !important;
  }
}
/* PKV FAQ HERO MOBILE FEINSCHLIFF V23 END */

/* pkv-tablet-landscape-hamburger-v126:start */
@media (orientation: landscape) and (min-width: 901px) and (max-width: 1366px) and (hover: none),
       (orientation: landscape) and (min-width: 901px) and (max-width: 1366px) and (pointer: coarse) {
  :root {
    --pkv-rm-header-height: 76px;
  }

  .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: rgba(255,255,255,.98) !important;
    backdrop-filter: blur(12px);
  }

  .site-header .header-inner,
  .header-inner {
    width: min(calc(100% - 48px), 1180px) !important;
    max-width: 1180px !important;
    min-height: var(--pkv-rm-header-height) !important;
    padding: 10px 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 48px !important;
    align-items: center !important;
    gap: 10px 14px !important;
  }

  .site-header .brand {
    min-width: 0 !important;
    max-width: calc(100vw - 130px) !important;
  }

  .site-header .brand img,
  .site-header .brand-logo {
    display: block !important;
    width: min(220px,100%) !important;
    max-width: 220px !important;
    height: auto !important;
  }

  .site-header .mobile-menu-toggle {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    border: 1px solid rgba(12,63,115,.24) !important;
    border-radius: 10px !important;
    background: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    cursor: pointer !important;
  }

  .site-header .mobile-menu-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #0C3F73 !important;
  }

  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0 !important;
  }
  .site-header.is-mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .site-header .main-nav,
  .site-header .header-actions {
    display: none !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
  }

  .site-header.is-mobile-menu-open .main-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 8px 0 2px !important;
    border-top: 1px solid rgba(12,63,115,.12) !important;
  }

  .site-header.is-mobile-menu-open .main-nav a {
    display: block !important;
    width: 100% !important;
    padding: 11px 2px !important;
    border-bottom: 1px solid rgba(12,63,115,.08) !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .site-header.is-mobile-menu-open .header-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 8px 0 8px !important;
  }

  .site-header.is-mobile-menu-open .service-phone {
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .site-header.is-mobile-menu-open .service-note {
    text-align: left !important;
  }

  .site-header.is-mobile-menu-open .header-actions .button {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 28px 42px !important;
  }
}
/* pkv-tablet-landscape-hamburger-v126:end */

/* pkv-tablet-landscape-hamburger-v127:start */
@media (orientation: landscape) and (min-width: 768px) and (max-width: 1366px) {
  .site-header .header-inner,
  .header-inner {
    width: min(calc(100% - 32px), 1180px) !important;
    max-width: 1180px !important;
    min-height: 72px !important;
    padding: 8px 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) 46px !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .site-header .brand,
  .brand {
    min-width: 0 !important;
    max-width: calc(100vw - 100px) !important;
  }

  .site-header .brand img,
  .site-header .brand-logo,
  .brand img,
  .brand-logo {
    width: min(220px,100%) !important;
    max-width: 220px !important;
    height: auto !important;
  }

  .site-header .mobile-menu-toggle,
  .mobile-menu-toggle {
    display: inline-flex !important;
    width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    border: 1px solid rgba(12,63,115,.24) !important;
    border-radius: 10px !important;
    background: #fff !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .site-header .mobile-menu-toggle span,
  .mobile-menu-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #0C3F73 !important;
  }

  .site-header .main-nav,
  .site-header .header-actions {
    display: none !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .site-header.is-mobile-menu-open .main-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 8px 0 2px !important;
    border-top: 1px solid rgba(12,63,115,.12) !important;
  }

  .site-header.is-mobile-menu-open .main-nav a {
    display: block !important;
    width: 100% !important;
    padding: 11px 2px !important;
    border-bottom: 1px solid rgba(12,63,115,.08) !important;
    text-align: left !important;
    white-space: normal !important;
  }

  .site-header.is-mobile-menu-open .header-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 8px 0 8px !important;
  }

  .site-header.is-mobile-menu-open .header-actions .button {
    width: 100% !important;
  }

  .footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 26px 36px !important;
  }
}
/* pkv-tablet-landscape-hamburger-v127:end */

}

/* pkv-analysis-responsive-master:start */
:root {
  --pkv-analysis-blue: #0c3f73;
  --pkv-analysis-dark: #002e5b;
  --pkv-analysis-yellow: #ffcc00;
  --pkv-analysis-light: #ebeff8;
  --pkv-analysis-field: #e8f0fe;
  --pkv-analysis-green: #19db23;
  --pkv-analysis-text: #081321;
  --pkv-analysis-border: #c8d7e8;
}

html:has(.pkv-analysis-page),
body:has(.pkv-analysis-page) {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.pkv-analysis-page,
.pkv-analysis-page *,
.pkv-analysis-page *::before,
.pkv-analysis-page *::after {
  box-sizing: border-box;
}

.pkv-analysis-page {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  color: var(--pkv-analysis-text);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 204, 0, 0.12), transparent 30%),
    linear-gradient(135deg, #eef3fa 0%, #f8fafc 100%);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.pkv-analysis-card {
  width: min(1280px, 100%);
  height: min(820px, calc(100dvh - 48px));
  min-height: min(680px, calc(100dvh - 48px));
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(12, 63, 115, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 46, 91, 0.16);
}

.pkv-left {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(12, 63, 115, 0.96), rgba(0, 46, 91, 0.98)),
    #0c3f73;
}

.pkv-left-logo {
  flex: 0 0 auto;
  width: 100%;
  min-height: 112px;
  padding: clamp(18px, 2.2vw, 28px) clamp(34px, 4vw, 58px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 3px solid var(--pkv-analysis-blue);
  background: #fff;
  text-decoration: none;
}

.pkv-left-logo:focus-visible {
  outline: 3px solid var(--pkv-analysis-yellow);
  outline-offset: -6px;
}

.pkv-left-logo img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.pkv-left-content {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 0;
  padding: clamp(34px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pkv-pill {
  align-self: flex-start;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--pkv-analysis-dark);
  background: var(--pkv-analysis-yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pkv-left h1 {
  margin: 22px 0 16px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.pkv-left p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.65;
}

.pkv-benefits {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.pkv-benefits li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #fff;
  line-height: 1.45;
}

.pkv-check {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--pkv-analysis-green);
  color: var(--pkv-analysis-green);
  background: #fff;
  font-weight: 900;
}

.pkv-right {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-left: 1px solid #d6dee8;
  background: #fff;
}

.pkv-form {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pkv-progress {
  flex: 0 0 auto;
  min-height: 64px;
  margin: 0 0 16px;
  padding: 4px 0 10px;
  display: grid;
  align-content: center;
  gap: 10px;
}

.pkv-progress-top {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--pkv-analysis-blue);
  font-size: 0.94rem;
  line-height: 1.35;
}

.pkv-progress-top strong {
  display: block;
  min-width: 0;
  line-height: 1.35;
}

.pkv-progress-track {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe7f2;
}

.pkv-progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pkv-analysis-yellow), #f5b800);
  transition: width 180ms ease;
}

.pkv-alert {
  flex: 0 0 auto;
  margin: 0 0 12px;
  padding: 11px 13px;
  border: 1px solid #dc8080;
  border-radius: 10px;
  color: #8c1e1e;
  background: #fff2f2;
  font-size: 0.92rem;
  line-height: 1.4;
}

.pkv-hidden,
[hidden] {
  display: none !important;
}

.pkv-step {
  display: none;
}

.pkv-step.is-active {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 4px 10px 18px 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

.pkv-step h2 {
  margin: 0 0 10px;
  color: var(--pkv-analysis-dark);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.18;
}

.pkv-step > p {
  margin: 0 0 22px;
  color: #4b5b6d;
  line-height: 1.55;
}

.pkv-options {
  display: grid;
  gap: 10px;
}

.pkv-options.is-scroll,
[data-insurer-list] {
  height: auto;
  max-height: none;
  overflow: visible;
}

.pkv-option {
  min-height: 48px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--pkv-analysis-border);
  border-radius: 11px;
  background: #fff;
  cursor: pointer;
}

.pkv-option:hover {
  border-color: var(--pkv-analysis-blue);
  background: #f7faff;
}

.pkv-option input,
.pkv-consent input {
  flex: 0 0 auto;
  accent-color: var(--pkv-analysis-blue);
}

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

.pkv-field,
.pkv-field-full,
.pkv-combo {
  min-width: 0;
  position: relative;
  display: grid;
  gap: 7px;
  color: var(--pkv-analysis-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.pkv-field-wide,
.pkv-field-full,
.pkv-combo-full {
  grid-column: 1 / -1;
}

.pkv-field input,
.pkv-field-full input,
.pkv-combo input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  border: 1px solid var(--pkv-analysis-border);
  border-radius: 10px;
  outline: 0;
  color: var(--pkv-analysis-text);
  background: var(--pkv-analysis-field);
  font: inherit;
  font-weight: 500;
}

.pkv-field input:focus,
.pkv-field-full input:focus,
.pkv-combo input:focus {
  border-color: var(--pkv-analysis-blue);
  box-shadow: 0 0 0 3px rgba(12, 63, 115, 0.12);
}

.pkv-combo input {
  padding-right: 46px;
}

.pkv-combo-arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.pkv-combo-arrow::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--pkv-analysis-blue);
  border-bottom: 2px solid var(--pkv-analysis-blue);
  transform: rotate(45deg);
}

.pkv-combo-list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 220px;
  padding: 6px;
  display: none;
  overflow-y: auto;
  border: 1px solid var(--pkv-analysis-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 46, 91, 0.18);
}

.pkv-combo.is-open .pkv-combo-list {
  display: grid;
}

.pkv-combo.is-up .pkv-combo-list {
  top: auto;
  bottom: calc(100% + 6px);
}

.pkv-combo-list button {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 7px;
  color: var(--pkv-analysis-text);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.pkv-combo-list button:hover {
  background: var(--pkv-analysis-light);
}

.pkv-consent {
  margin-top: 14px;
  padding: 13px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid var(--pkv-analysis-border);
  border-radius: 10px;
  color: #33475b;
  background: #f8fbff;
  font-size: 0.87rem;
  line-height: 1.48;
}

.pkv-consent a {
  color: var(--pkv-analysis-blue);
  font-weight: 700;
}

.pkv-invalid,
.pkv-invalid input {
  border-color: #c92f2f !important;
}

.pkv-actions {
  flex: 0 0 auto;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 14px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #d6dee8;
  background: #fff;
}

.pkv-button {
  min-width: 132px;
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pkv-analysis-blue);
  border-radius: 10px;
  color: #fff;
  background: var(--pkv-analysis-blue);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.pkv-button:hover {
  background: var(--pkv-analysis-dark);
}

.pkv-button.is-secondary {
  margin-right: auto;
  color: var(--pkv-analysis-blue);
  background: #fff;
}

.pkv-button:not(.is-secondary) {
  margin-left: auto;
}

.pkv-button:disabled {
  opacity: 0.58;
  cursor: wait;
}

.pkv-card-footer,
.analysis-form-footer {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
  min-height: 48px;
  padding: 11px 24px !important;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, auto) minmax(120px, 1fr);
  align-items: center;
  gap: 12px;
  border-top: 1px solid #d6dee8;
  color: #516274;
  background: #fff;
  font-size: 0.78rem !important;
}

.pkv-card-footer > *,
.analysis-form-footer-inner > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.analysis-form-footer {
  display: block;
}

.pkv-card-footer > :first-child,
.analysis-form-footer-left {
  justify-self: start;
  text-align: left;
  white-space: nowrap;
}

.pkv-card-footer > :nth-child(2),
.analysis-form-footer-center {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
}

.pkv-card-footer > :last-child,
.analysis-form-footer-right {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.analysis-form-footer-inner {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, auto) minmax(120px, 1fr) !important;
  align-items: center;
  gap: 12px !important;
}

.pkv-ssl-footer::before {
  content: "🔒";
  margin-right: 5px;
}

.pkv-success {
  text-align: center;
}

.pkv-success-icon {
  width: 68px;
  height: 68px;
  margin: 20px auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--pkv-analysis-green);
  font-size: 2rem;
  font-weight: 900;
}

.pkv-success-title span {
  display: block;
}

.pkv-final-confirmation-direct {
  display: grid;
  gap: 16px;
}

.pkv-final-confirmation-direct__kicker {
  color: var(--pkv-analysis-green);
  font-weight: 800;
}

.pkv-final-confirmation-direct__box {
  padding: 14px;
  display: grid;
  gap: 6px;
  border-radius: 10px;
  background: var(--pkv-analysis-light);
}

.pkv-final-confirmation-direct__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.pkv-final-confirmation-direct__button {
  padding: 12px 16px;
  border-radius: 9px;
  color: #fff;
  background: var(--pkv-analysis-blue);
  font-weight: 800;
  text-decoration: none;
}

.pkv-footer-line,
.pkv-left-trustline {
  display: none !important;
}

.pkv-card-footer .pkv-consent-footer-entry,
.pkv-card-footer [data-pkv-open-consent],
.analysis-form-footer .pkv-consent-footer-entry,
.analysis-form-footer [data-pkv-open-consent] {
  display: none !important;
}

@media (max-width: 1366px) {
  .pkv-analysis-page {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding: clamp(10px, 2vw, 20px);
    padding-bottom: max(clamp(10px, 2vw, 20px), env(safe-area-inset-bottom, 0px));
    align-items: stretch;
    overflow: visible;
  }

  .pkv-analysis-card {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 40px);
    min-height: calc(100svh - 40px);
    min-height: calc(100dvh - 40px);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr) auto;
    border-radius: 20px;
  }

  .pkv-left {
    display: contents;
  }

  .pkv-left-logo {
    grid-column: 1;
    grid-row: 1;
    min-height: 82px;
    padding: 12px clamp(16px, 4vw, 40px);
    border-radius: 20px 20px 0 0;
  }

  .pkv-left-logo img {
    width: min(72%, 330px);
    max-height: 58px;
  }

  .pkv-left-content {
    display: none;
  }

  .pkv-right {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    padding: clamp(16px, 3vw, 30px) clamp(16px, 4vw, 40px) 12px;
    overflow: visible;
    border-left: 0;
  }

  .pkv-form {
    height: auto;
    overflow: visible;
  }

  .pkv-step.is-active {
    overflow: visible;
  }

  .pkv-progress {
    min-height: 60px;
    margin-bottom: 12px;
  }

  .pkv-card-footer,
  .analysis-form-footer {
    grid-column: 1;
    grid-row: 3;
    padding: 10px 16px !important;
  }
}

@media (max-width: 760px) {
  .pkv-analysis-page {
    padding: 8px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
  }

  .pkv-analysis-card {
    height: auto;
    min-height: calc(100vh - 16px);
    min-height: calc(100svh - 16px);
    min-height: calc(100dvh - 16px);
    border-radius: 18px;
  }

  .pkv-left-logo {
    min-height: 72px;
    padding: 10px 16px;
    border-radius: 18px 18px 0 0;
  }

  .pkv-left-logo img {
    width: min(78%, 280px);
    max-height: 50px;
  }

  .pkv-right {
    padding: 12px 16px 10px;
  }

  .pkv-progress {
    min-height: 58px;
    margin-bottom: 8px;
    padding-top: 2px;
  }

  .pkv-progress-top {
    font-size: 0.82rem;
  }

  .pkv-step.is-active {
    padding-top: 4px;
    padding-bottom: 12px;
  }

  .pkv-step h2 {
    font-size: 1.34rem;
  }

  .pkv-step > p {
    margin-bottom: 16px;
    font-size: 0.91rem;
  }

  .pkv-field-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .pkv-field-wide,
  .pkv-field-full,
  .pkv-combo-full {
    grid-column: 1;
  }

  .pkv-actions {
    min-height: 58px;
    padding-top: 9px;
  }

  .pkv-button {
    min-width: 112px;
    min-height: 46px;
    padding-inline: 16px;
  }

  .pkv-card-footer,
  .analysis-form-footer {
    min-height: 40px;
    padding: 8px 12px !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    line-height: 1.25;
  }

  .analysis-form-footer-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .pkv-card-footer .pkv-ssl-footer,
  .pkv-card-footer .pkv-version,
  .analysis-form-footer-left,
  .analysis-form-footer-right {
    display: none !important;
  }

  .pkv-card-footer > :nth-child(2),
  .analysis-form-footer-center {
    width: 100%;
    text-align: center !important;
    white-space: normal !important;
  }
}

@media (min-width: 761px) and (max-width: 1366px) and (orientation: portrait) {
  .pkv-card-footer,
  .analysis-form-footer,
  .analysis-form-footer-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pkv-card-footer .pkv-ssl-footer,
  .pkv-card-footer .pkv-version,
  .analysis-form-footer-left,
  .analysis-form-footer-right {
    display: none !important;
  }

  .pkv-card-footer > :nth-child(2),
  .analysis-form-footer-center {
    width: 100%;
    text-align: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 1366px) and (orientation: landscape) {
  .pkv-analysis-page {
    padding: 8px 12px;
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
  }

  .pkv-analysis-card {
    height: auto;
  }

  .pkv-right {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pkv-progress {
    min-height: 52px;
    margin-bottom: 4px;
    padding-block: 2px 6px;
    gap: 6px;
  }

  .pkv-step.is-active {
    padding-top: 2px;
    padding-bottom: 8px;
  }

  .pkv-step h2 {
    margin-bottom: 6px;
  }

  .pkv-step > p {
    margin-bottom: 12px;
  }

  .pkv-actions {
    min-height: 52px;
    padding-top: 6px;
  }

  .pkv-button {
    min-height: 44px;
  }

  .pkv-card-footer,
  .analysis-form-footer {
    min-height: 36px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

html.pkv-loading-active,
body.pkv-loading-active {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.pkv-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    max(clamp(12px, 3vw, 24px), env(safe-area-inset-top, 0px))
    max(clamp(12px, 3vw, 24px), env(safe-area-inset-right, 0px))
    max(clamp(12px, 3vw, 24px), env(safe-area-inset-bottom, 0px))
    max(clamp(12px, 3vw, 24px), env(safe-area-inset-left, 0px));
  display: grid;
  place-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 46, 91, 0.72);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  touch-action: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.pkv-loading-overlay[hidden] {
  display: none !important;
}

.pkv-loading-overlay__card {
  width: clamp(280px, 42vw, 560px);
  max-width: 100%;
  margin: auto;
  padding: clamp(24px, 4vw, 34px) clamp(20px, 4.5vw, 38px) clamp(22px, 3.5vw, 30px);
  border: 1px solid #c8d5e4;
  border-top: 6px solid #ffcc00;
  border-radius: clamp(12px, 2vw, 16px);
  outline: none;
  color: #274a66;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 46, 91, 0.28);
  text-align: center;
  box-sizing: border-box;
}

.pkv-loading-overlay__spinner {
  width: clamp(46px, 7vw, 58px);
  height: clamp(46px, 7vw, 58px);
  margin: 0 auto clamp(16px, 3vh, 24px);
  border: clamp(5px, .7vw, 6px) solid #dbe6f1;
  border-top-color: #0c3f73;
  border-radius: 50%;
  animation: pkv-loading-overlay-spin .85s linear infinite;
}

@keyframes pkv-loading-overlay-spin {
  to { transform: rotate(360deg); }
}

.pkv-loading-overlay__kicker {
  margin-bottom: 8px;
  color: #0c3f73;
  font-size: clamp(11px, 1.4vw, 12px);
  font-weight: 800;
  letter-spacing: clamp(1px, .2vw, 1.5px);
  text-transform: uppercase;
}

.pkv-loading-overlay h2 {
  margin: 0 0 clamp(10px, 2vh, 12px);
  color: #002e5b;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.15;
}

.pkv-loading-overlay p {
  margin: 0;
  color: #274a66;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 1.55;
}

@media (max-height: 520px) {
  .pkv-loading-overlay {
    place-items: start center;
    padding-top: max(8px, env(safe-area-inset-top, 0px));
    padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
  }

  .pkv-loading-overlay__card {
    width: clamp(280px, 62vw, 520px);
    padding: 14px 22px 16px;
    border-top-width: 4px;
  }

  .pkv-loading-overlay__spinner {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    border-width: 4px;
  }

  .pkv-loading-overlay__kicker {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .pkv-loading-overlay h2 {
    margin-bottom: 6px;
    font-size: clamp(20px, 5vh, 27px);
  }

  .pkv-loading-overlay p {
    font-size: clamp(12px, 3.2vh, 14px);
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pkv-loading-overlay__spinner {
    animation-duration: 2.4s;
    animation-timing-function: steps(8, end);
  }
}
/* pkv-analysis-responsive-master:end */
