/*
 * ParkQR public UI system
 *
 * The single stylesheet for Public UI runtime components. It is loaded only
 * for a validated, enabled registry page while Safe Mode is off.
 */

:root {
    --pq-ink: #102a43;
    --pq-blue: #082b5a;
    --pq-mint: #3fc1a1;
    --pq-mint-deep: #08795b;
    --pq-primary: #159957;
    --pq-primary-hover: #087946;
    --pq-slate: #52606d;
    --pq-cloud: #f1f6f6;
    --pq-line: #dce7e8;
    --pq-white: #ffffff;
    --pq-radius: 16px;
    --pq-container: 1180px;
}

.pq-site-header,
.pq-hero,
.pq-site-footer,
.pq-public-content {
    box-sizing: border-box;
    color: var(--pq-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.pq-site-header *,
.pq-hero *,
.pq-site-footer *,
.pq-public-content * {
    box-sizing: border-box;
}

.pq-container {
    width: min(var(--pq-container), calc(100% - 48px));
    margin-inline: auto;
}

.pq-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    gap: 32px;
}

.pq-brand {
    display: inline-flex;
    flex: none;
    align-items: center;
}

.pq-logo-image {
    display: block;
    width: 142px;
    height: auto;
}

.pq-nav-links,
.pq-nav-actions,
.pq-actions,
.pq-mobile-nav {
    display: flex;
    align-items: center;
}

.pq-nav-links { gap: 30px; }
.pq-nav-actions { gap: 22px; }

.pq-nav-link,
.pq-login-link {
    color: var(--pq-ink);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.pq-nav-link:hover,
.pq-nav-link.is-active,
.pq-login-link:hover {
    color: var(--pq-blue);
}

.pq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pq-button:hover { transform: translateY(-1px); }
.pq-button:focus-visible,
.pq-nav-link:focus-visible,
.pq-login-link:focus-visible { outline: 3px solid rgba(20, 108, 148, .35); outline-offset: 3px; }
.pq-button--primary { background: var(--pq-primary); color: var(--pq-white); box-shadow: 0 5px 13px rgba(8, 121, 70, .16); }
.pq-button--primary:hover { background: var(--pq-primary-hover); }
.pq-button--secondary { border-color: var(--pq-ink); background: var(--pq-white); color: var(--pq-ink); }
.pq-button--secondary:hover { border-color: var(--pq-blue); background: #f7fbfb; color: var(--pq-ink); }
.pq-button--text { min-height: auto; padding: 0; color: var(--pq-blue); }

.pq-hero {
    position: relative;
    padding: 40px 0 44px;
    background: radial-gradient(circle at 88% 18%, rgba(63, 193, 161, .12), transparent 25%), linear-gradient(180deg, #f7fbfb 0%, #ffffff 82%);
}

.pq-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
    align-items: center;
    gap: 56px;
}

.pq-hero-grid--content-only { grid-template-columns: minmax(0, 680px); }
.pq-public-ui-runtime .pq-hero-grid p:empty { display: none; }
.pq-eyebrow { margin: 0 0 14px; color: var(--pq-mint-deep); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pq-hero h1 { max-width: 640px; margin: 0; font-size: clamp(52px, 5.45vw, 78px); font-weight: 800; letter-spacing: -.077em; line-height: .98; }
.pq-lead { max-width: 555px; margin: 20px 0 0; color: var(--pq-slate); font-size: clamp(18px, 1.55vw, 21px); line-height: 1.57; }
.pq-actions { flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; }
.pq-hero-media img { display: block; width: 100%; height: auto; }

.pq-card {
    border: 1px solid var(--pq-line);
    border-radius: var(--pq-radius);
    background: var(--pq-white);
    box-shadow: 0 8px 24px rgba(16, 42, 67, .06);
}

.pq-public-ui-runtime #header,
.pq-public-ui-runtime .site-header,
.pq-public-ui-runtime .page-title,
.pq-public-ui-runtime .hero-section,
.pq-public-ui-runtime .entry-header,
.pq-public-ui-runtime footer:not(.pq-site-footer) {
    display: none;
}

.pq-public-ui-runtime .site-content,
.pq-public-ui-runtime .ct-container,
.pq-public-ui-runtime .ct-container-full {
    max-width: none;
    padding: 0;
}

.pq-public-ui-runtime .entry-content {
    margin: 0;
}

.pq-public-ui-runtime .pq-hero {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
}

.pq-public-content {
    padding: 44px 0 56px;
    background: var(--pq-white);
}

.pq-content-container {
    width: min(var(--pq-container), calc(100% - 48px));
    max-width: var(--pq-container);
    margin-inline: auto;
}

.pq-public-content h2 {
    margin: 0 0 16px;
    color: var(--pq-ink);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.12;
}

.pq-public-content p,
.pq-public-content li {
    color: var(--pq-slate);
    line-height: 1.65;
}

.pq-public-content a:not(.pq-button) {
    color: var(--pq-blue);
    font-weight: 700;
}

.pq-intro-card,
.pq-section-card,
.pq-cta-panel {
    margin: 0 0 40px;
    padding: 32px;
    border: 1px solid var(--pq-line);
    border-radius: var(--pq-radius);
}

.pq-intro-card,
.pq-section-card {
    background: #f8fbfb;
    box-shadow: 0 8px 24px rgba(16, 42, 67, .05);
}

.pq-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 24px 0 40px;
}

.pq-card--content {
    padding: 28px;
}

.pq-card--content:hover {
    box-shadow: 0 14px 30px rgba(16, 42, 67, .09);
    transform: translateY(-2px);
}

.pq-steps {
    display: grid;
    gap: 18px;
    margin: 24px 0 40px;
    padding: 0;
    list-style: none;
    counter-reset: pq-step;
}

.pq-steps li {
    position: relative;
    min-height: 42px;
    margin: 0;
    padding: 8px 0 8px 58px;
    counter-increment: pq-step;
}

.pq-steps li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: var(--pq-ink);
    color: var(--pq-white);
    font-weight: 800;
    content: counter(pq-step);
}

.pq-list { margin: 0; padding-left: 22px; }
.pq-list li { margin-bottom: 10px; }

.pq-faq { margin: 40px 0; }
.pq-faq details { margin: 0 0 12px; padding: 20px 22px; border: 1px solid var(--pq-line); border-radius: 12px; background: var(--pq-white); }
.pq-faq summary { cursor: pointer; color: var(--pq-ink); font-weight: 800; }
.pq-faq details p { margin: 14px 0 0; }

.pq-cta-panel {
    margin-bottom: 0;
    border-color: var(--pq-ink);
    background: var(--pq-ink);
}

.pq-cta-panel h2,
.pq-cta-panel p { color: var(--pq-white); }
.pq-cta-panel .pq-actions { margin-top: 24px; }
.pq-cta-panel .pq-actions > a { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 26px; border: 1px solid var(--pq-white); border-radius: 10px; color: var(--pq-white); font-weight: 800; text-decoration: none; transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.pq-cta-panel .pq-actions > a:first-child { border-color: var(--pq-primary); background: var(--pq-primary); box-shadow: 0 5px 13px rgba(0, 0, 0, .16); }
.pq-cta-panel .pq-actions > a:hover { transform: translateY(-1px); }
.pq-cta-panel .pq-actions > a:first-child:hover { border-color: var(--pq-primary-hover); background: var(--pq-primary-hover); color: var(--pq-white); }
.pq-cta-panel .pq-actions > a:not(:first-child):hover { border-color: var(--pq-white); background: rgba(255, 255, 255, .1); color: var(--pq-white); }
.pq-cta-panel .pq-actions > a:not(:first-child) { color: var(--pq-ink); background: var(--pq-white); }
.pq-cta-panel .pq-actions > a:not(:first-child):focus-visible { outline: 3px solid rgba(255, 255, 255, .75); outline-offset: 3px; color: var(--pq-ink); }

/* Funktioner adapter: page content remains in post_content; these rules only
 * provide the shared runtime presentation after its legacy shell is removed. */
.pq-features-runtime-intro { margin-bottom: 40px; }
.pq-features-runtime-intro .pq-features-label { display: inline-block; margin-bottom: 14px; color: var(--pq-mint-deep); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pq-features-runtime-intro p { max-width: 760px; margin: 0; font-size: 1.05rem; }
.pq-public-content .pq-features-section { margin: 0 0 60px; }
.pq-public-content .pq-features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 28px 0 60px; }
.pq-features-card { min-height: 100%; }
.pq-features-card h2 { margin-bottom: 10px; font-size: 1.25rem; }
.pq-features-card p { margin-bottom: 0; font-size: 1rem; }
.pq-features-icon { display: grid; width: 48px; height: 48px; margin-bottom: 22px; place-items: center; border-radius: 14px; background: #ecfdf3; color: var(--pq-mint-deep); font-size: 1.45rem; font-weight: 800; }
.pq-features-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr); gap: 42px; margin: 0; }
.pq-features-list { margin: 0; padding: 0; list-style: none; }
.pq-features-list li { position: relative; margin: 0 0 16px; padding-left: 28px; }
.pq-features-list li::before { position: absolute; left: 0; color: var(--pq-mint-deep); font-weight: 800; content: "✓"; }
.pq-features-links { padding: 28px; }
.pq-features-links p { margin-bottom: 12px; font-size: .95rem; }
.pq-features-cta { margin-bottom: 0; }
.pq-features-actions { margin-top: 28px; }

/* Priser adapter: legacy page CSS is removed in memory so the common Public
 * UI system owns its layout, cards, FAQ and calls to action. */
.pq-pricing-runtime-intro { margin-bottom: 40px; }
.pq-pricing-runtime-intro .pq-pricing-label { display: inline-block; margin-bottom: 14px; color: var(--pq-mint-deep); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pq-pricing-runtime-intro p { max-width: 760px; margin: 0; font-size: 1.05rem; }
.pq-public-content .pq-pricing-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); margin: 0 0 60px; }
.pq-pricing-card--primary { border: 2px solid var(--pq-ink); }
.pq-pricing-price { display: flex; align-items: baseline; gap: 8px; margin: 24px 0 6px; color: var(--pq-ink); }
.pq-pricing-amount { font-size: clamp(2.8rem, 5vw, 4.3rem); font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.pq-pricing-period, .pq-pricing-note { color: var(--pq-slate); font-size: .95rem; font-weight: 700; }
.pq-pricing-note { margin-bottom: 28px; font-weight: 500; }
.pq-pricing-list { margin: 0; padding: 0; list-style: none; }
.pq-pricing-list li { position: relative; margin-bottom: 14px; padding-left: 28px; }
.pq-pricing-list li::before { position: absolute; left: 0; color: var(--pq-mint-deep); font-weight: 800; content: "✓"; }
.pq-pricing-button { width: 100%; margin-top: 28px; }
.pq-public-content .pq-pricing-section { margin: 0 0 60px; }
.pq-public-content .pq-pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 28px 0 0; }
.pq-pricing-benefit h2 { margin-bottom: 10px; font-size: 1.25rem; }
.pq-pricing-benefit p { margin-bottom: 0; font-size: 1rem; }
.pq-pricing-faq { margin: 0 0 60px; }
.pq-pricing-actions { margin-top: 28px; }
.pq-pricing-links { margin-bottom: 0; }

.pq-site-footer { padding: 44px 0 24px; border-top: 1px solid var(--pq-line); background: #f8fbfb; }
.pq-footer-inner { display: grid; gap: 32px; }
.pq-footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; }
.pq-footer-description { margin: 8px 0 0; color: var(--pq-slate); font-size: 14px; line-height: 1.5; }
.pq-footer-side { display: grid; justify-items: end; gap: 20px; }
.pq-footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; padding-top: 12px; }
.pq-footer-nav a { color: var(--pq-ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.pq-footer-nav a:hover { color: var(--pq-blue); }
.pq-footer-nav a:focus-visible { outline: 3px solid rgba(20, 108, 148, .35); outline-offset: 3px; }
.pq-footer-contact { text-align: right; }
.pq-footer-contact p { margin: 0 0 4px; color: var(--pq-ink); font-size: 14px; font-weight: 800; }
.pq-footer-contact a { color: var(--pq-blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.pq-footer-bottom { padding-top: 20px; border-top: 1px solid var(--pq-line); }
.pq-footer-copy { margin: 0; color: var(--pq-slate); font-size: 14px; }
.pq-mobile-nav { display: none; }

@media (max-width: 900px) {
    .pq-nav-links { display: none; }
    .pq-mobile-nav { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0 0 22px; }
    .pq-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .pq-hero-media { max-width: 680px; }
    .pq-public-content .pq-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pq-features-panel { grid-template-columns: 1fr; }
    .pq-public-content .pq-pricing-layout,
    .pq-public-content .pq-pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .pq-container { width: min(var(--pq-container), calc(100% - 36px)); }
    .pq-nav { min-height: 74px; gap: 18px; }
    .pq-logo-image { width: 126px; }
    .pq-login-link { display: none; }
    .pq-nav-actions .pq-button { min-height: 48px; padding-inline: 20px; }
    .pq-mobile-nav { gap: 10px 16px; }
    .pq-hero { padding: 32px 0 36px; }
    .pq-hero h1 { font-size: clamp(42px, 13vw, 56px); }
    .pq-actions { align-items: stretch; flex-direction: column; }
    .pq-actions .pq-button { width: 100%; }
    .pq-footer-main { align-items: flex-start; flex-direction: column; gap: 20px; }
    .pq-footer-side { justify-items: start; }
    .pq-footer-nav { justify-content: flex-start; padding-top: 0; }
    .pq-footer-contact { text-align: left; }
    .pq-public-content { padding: 36px 0 48px; }
    .pq-intro-card, .pq-section-card, .pq-cta-panel { margin-bottom: 36px; padding: 24px; }
    .pq-content-grid { grid-template-columns: 1fr; margin-bottom: 36px; }
    .pq-card--content { padding: 24px; }
    .pq-public-content .pq-features-section { margin-bottom: 52px; }
    .pq-public-content .pq-features-grid { grid-template-columns: 1fr; margin-bottom: 52px; }
    .pq-features-panel, .pq-features-links { padding: 26px; }
    .pq-features-actions { flex-direction: column; }
    .pq-features-actions .pq-button { width: 100%; }
    .pq-pricing-runtime-intro { margin-bottom: 36px; }
    .pq-public-content .pq-pricing-layout,
    .pq-public-content .pq-pricing-section,
    .pq-pricing-faq { margin-bottom: 52px; }
    .pq-pricing-actions { flex-direction: column; }
    .pq-pricing-actions .pq-button,
    .pq-pricing-button { width: 100%; }
}

/* Phase 2: the remaining public editorial pages retain their source content
 * in WordPress, while these shared rules give every runtime page the same
 * container, cards, typography and responsive rhythm. */
.pq-runtime-page-content { min-width: 0; }
.pq-runtime-page-content > * + * { margin-top: 40px; }
.pq-runtime-page-content h3 { margin: 0 0 10px; color: var(--pq-ink); font-size: clamp(19px, 2vw, 24px); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.pq-runtime-page-content img { display: block; max-width: 100%; height: auto; border-radius: 16px; }
.pq-runtime-page-content ul:not(.pq-legal-list):not(.pq-how-list) { margin: 18px 0 0; padding-left: 22px; }
.pq-runtime-page-content li { margin-bottom: 10px; }

/* Collaboration page: reuse the shared Public UI components with a lighter
 * editorial rhythm, so cards support the content without creating nested
 * container borders. */
.pq-runtime-samarbejde > section { margin: 0; }
.pq-runtime-samarbejde .pq-collaboration-problem { max-width: 800px; padding: 8px 0; }
.pq-runtime-samarbejde .pq-collaboration-problem p { max-width: 760px; margin: 0 0 12px; font-size: 1.0625rem; line-height: 1.7; }
.pq-runtime-samarbejde .pq-collaboration-partners,
.pq-runtime-samarbejde .pq-collaboration-values,
.pq-runtime-samarbejde .pq-collaboration-benefits,
.pq-runtime-samarbejde .pq-collaboration-process { padding: 8px 0; }
.pq-runtime-samarbejde .pq-content-grid { margin: 24px 0 0; }
.pq-runtime-samarbejde .pq-collaboration-partners .pq-content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pq-runtime-samarbejde .pq-card--content { display: flex; min-height: 100%; flex-direction: column; padding: 26px; }
.pq-runtime-samarbejde .pq-card--content p { margin: 0; font-size: 1rem; line-height: 1.65; }
.pq-runtime-samarbejde .pq-collaboration-values { padding-block: 34px; border-block: 1px solid var(--pq-line); }
.pq-runtime-samarbejde .pq-collaboration-values .pq-content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.pq-runtime-samarbejde .pq-collaboration-values article { min-height: 100%; padding: 4px 28px; border-left: 1px solid var(--pq-line); }
.pq-runtime-samarbejde .pq-collaboration-values article:first-child { padding-left: 0; border-left: 0; }
.pq-runtime-samarbejde .pq-collaboration-values h3 { margin-bottom: 8px; font-size: clamp(22px, 2.1vw, 29px); }
.pq-runtime-samarbejde .pq-collaboration-values p { margin: 0; font-size: 1rem; line-height: 1.65; }
.pq-runtime-samarbejde .pq-collaboration-benefits { padding: 34px; border-radius: var(--pq-radius); background: #f8fbfb; }
.pq-runtime-samarbejde .pq-collaboration-process { max-width: 860px; }
.pq-runtime-samarbejde .pq-collaboration-process .pq-steps { margin: 26px 0 0; gap: 22px; }
.pq-runtime-samarbejde .pq-collaboration-process .pq-steps li { min-height: 46px; margin: 0; padding: 8px 0 8px 62px; color: var(--pq-ink); font-size: 1.0625rem; font-weight: 650; line-height: 1.55; }
.pq-runtime-samarbejde .pq-collaboration-process .pq-steps li::before { width: 44px; height: 44px; background: var(--pq-blue); }
.pq-runtime-samarbejde .pq-cta-panel { padding: 40px; }
.pq-runtime-samarbejde .pq-cta-panel h2 { max-width: 700px; margin-bottom: 12px; }
.pq-runtime-samarbejde .pq-cta-panel p { max-width: 680px; margin: 0; font-size: 1.0625rem; line-height: 1.65; }

@media (max-width: 760px) {
    .pq-runtime-samarbejde .pq-collaboration-partners .pq-content-grid,
    .pq-runtime-samarbejde .pq-collaboration-values .pq-content-grid { grid-template-columns: 1fr; gap: 16px; }
    .pq-runtime-samarbejde .pq-collaboration-values { padding-block: 26px; }
    .pq-runtime-samarbejde .pq-collaboration-values article,
    .pq-runtime-samarbejde .pq-collaboration-values article:first-child { padding: 0 0 18px; border: 0; border-bottom: 1px solid var(--pq-line); }
    .pq-runtime-samarbejde .pq-collaboration-values article:last-child { padding-bottom: 0; border-bottom: 0; }
    .pq-runtime-samarbejde .pq-collaboration-benefits,
    .pq-runtime-samarbejde .pq-cta-panel { padding: 24px; }
    .pq-runtime-samarbejde .pq-collaboration-process .pq-steps li { padding-left: 54px; font-size: 1rem; }
    .pq-runtime-samarbejde .pq-collaboration-process .pq-steps li::before { width: 38px; height: 38px; }
}

/* The Servicecenter source keeps an editorial page wrapper. The runtime
 * already supplies the outer content spacing, so remove the duplicate top
 * inset only inside the validated Public UI shell. */
.pq-public-ui-servicecenter .parkqr-service-page { padding-top: 0; }
.pq-public-ui-servicecenter .parkqr-service-page > p:empty { display: none; }

.pq-runtime-handelsbetingelser .pq-legal-content,
.pq-runtime-privatlivspolitik .pq-legal-content { display: grid; gap: 18px; }
.pq-runtime-handelsbetingelser .pq-legal-section,
.pq-runtime-privatlivspolitik .pq-legal-section { margin: 0; padding: 28px; border: 1px solid var(--pq-line); border-radius: var(--pq-radius); background: #f8fbfb; box-shadow: 0 8px 24px rgba(16, 42, 67, .05); }
.pq-runtime-handelsbetingelser .pq-legal-section h2,
.pq-runtime-privatlivspolitik .pq-legal-section h2 { font-size: clamp(22px, 2.4vw, 30px); }
.pq-runtime-handelsbetingelser .pq-legal-list,
.pq-runtime-privatlivspolitik .pq-legal-list { margin: 18px 0 0; padding-left: 22px; }

.pq-runtime-kom-godt-i-gang .pq-section,
.pq-runtime-om-parkqr .pq-about-section,
.pq-runtime-saadan-virker-det .pq-how-section,
.pq-runtime-saadan-virker-det .pq-how-cta { margin: 0; padding: 32px; border: 1px solid var(--pq-line); border-radius: var(--pq-radius); background: var(--pq-white); box-shadow: 0 8px 24px rgba(16, 42, 67, .05); }
.pq-runtime-kom-godt-i-gang .pq-section-alt,
.pq-runtime-om-parkqr .pq-about-section-alt { background: #f8fbfb; }
.pq-runtime-kom-godt-i-gang .pq-guide-grid,
.pq-runtime-kom-godt-i-gang .pq-guest-grid,
.pq-runtime-om-parkqr .pq-about-benefit-grid,
.pq-runtime-om-parkqr .pq-about-value-grid,
.pq-runtime-om-parkqr .pq-about-founder-facts,
.pq-runtime-saadan-virker-det .pq-how-journey { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.pq-runtime-kom-godt-i-gang .pq-feature,
.pq-runtime-kom-godt-i-gang .pq-guest-card,
.pq-runtime-om-parkqr .pq-about-benefit,
.pq-runtime-om-parkqr .pq-about-value,
.pq-runtime-om-parkqr .pq-about-fact,
.pq-runtime-saadan-virker-det .pq-how-step { min-width: 0; padding: 24px; border: 1px solid var(--pq-line); border-radius: 16px; background: var(--pq-white); }
.pq-runtime-kom-godt-i-gang .pq-step-number,
.pq-runtime-saadan-virker-det .pq-how-number { display: inline-grid; width: 36px; height: 36px; margin-bottom: 16px; place-items: center; border-radius: 50%; background: var(--pq-ink); color: var(--pq-white); font-weight: 800; }
.pq-runtime-kom-godt-i-gang .pq-guide-icon,
.pq-runtime-om-parkqr .pq-about-benefit-icon { display: grid; width: 44px; height: 44px; margin-bottom: 16px; place-items: center; border-radius: 12px; background: #ecfdf3; color: var(--pq-mint-deep); font-size: 1.3rem; }
.pq-runtime-kom-godt-i-gang .pq-faq,
.pq-runtime-om-parkqr .pq-about-faq { margin: 0; }
.pq-runtime-kom-godt-i-gang .pq-faq > *,
.pq-runtime-om-parkqr .pq-about-faq > * { margin: 0 0 12px; padding: 20px 22px; border: 1px solid var(--pq-line); border-radius: 12px; background: var(--pq-white); }
.pq-runtime-kom-godt-i-gang .pq-final,
.pq-runtime-om-parkqr .pq-about-cta,
.pq-runtime-saadan-virker-det .pq-how-cta { border-color: var(--pq-ink); background: var(--pq-ink); }
.pq-runtime-kom-godt-i-gang .pq-final h2,
.pq-runtime-kom-godt-i-gang .pq-final p,
.pq-runtime-om-parkqr .pq-about-cta h2,
.pq-runtime-om-parkqr .pq-about-cta p,
.pq-runtime-saadan-virker-det .pq-how-cta h2,
.pq-runtime-saadan-virker-det .pq-how-cta p { color: var(--pq-white); }

.pq-runtime-om-parkqr .pq-about-story,
.pq-runtime-om-parkqr .pq-about-founder,
.pq-runtime-om-parkqr .pq-about-mission { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 32px; align-items: center; }
.pq-runtime-om-parkqr .pq-about-check { color: var(--pq-mint-deep); font-weight: 800; }

/* Om ParkQR: keep the editorial source intact while presenting it as a
 * balanced desktop page inside the shared Public UI shell. */
.pq-runtime-om-parkqr {
    width: 100%;
    max-width: var(--pq-container);
    margin-inline: auto;
}

.pq-runtime-om-parkqr > p:empty,
.pq-runtime-om-parkqr .pq-about-wrap > p:empty,
.pq-runtime-om-parkqr .pq-about-stat > p:empty,
.pq-runtime-om-parkqr .pq-about-testimonial-grid > p:empty {
    display: none;
}

.pq-runtime-om-parkqr .pq-about-actions > p {
    display: contents;
}

.pq-runtime-om-parkqr .pq-about-section {
    width: 100%;
    padding: clamp(34px, 4vw, 52px);
    overflow: hidden;
}

.pq-runtime-om-parkqr .pq-about-wrap {
    width: 100%;
    max-width: none;
    margin-inline: auto;
}

.pq-runtime-om-parkqr :is(p, li, blockquote) {
    color: var(--pq-slate);
    font-size: 17px;
    line-height: 1.7;
}

.pq-runtime-om-parkqr .pq-about-label {
    margin: 0 0 10px;
    color: var(--pq-mint-deep);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.pq-runtime-om-parkqr .pq-about-title {
    max-width: 760px;
    margin: 0;
    color: var(--pq-ink);
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.pq-runtime-om-parkqr .pq-about-title + p,
.pq-runtime-om-parkqr .pq-about-intro {
    max-width: 760px;
    margin: 16px 0 0;
}

.pq-runtime-om-parkqr .pq-about-section-head {
    margin-bottom: 28px;
}

.pq-runtime-om-parkqr .pq-about-story {
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
    gap: clamp(32px, 5vw, 64px);
}

.pq-runtime-om-parkqr .pq-about-story-visual-inner {
    padding: 32px;
    border: 1px solid rgba(8, 43, 90, .12);
    border-radius: 18px;
    background: linear-gradient(145deg, #f4fbf8, #fff);
    box-shadow: 0 14px 34px rgba(8, 43, 90, .08);
}

.pq-runtime-om-parkqr .pq-about-story-visual-inner small {
    color: var(--pq-mint-deep);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.pq-runtime-om-parkqr .pq-about-story-visual-inner strong {
    display: block;
    margin-top: 10px;
    color: var(--pq-ink);
    font-size: clamp(22px, 2.5vw, 32px);
    letter-spacing: -.035em;
    line-height: 1.15;
}

.pq-runtime-om-parkqr .pq-about-mission {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(32px, 5vw, 64px);
    row-gap: 10px;
}

.pq-runtime-om-parkqr .pq-about-mission > .pq-about-label {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    margin-bottom: 0;
}

.pq-runtime-om-parkqr .pq-about-mission > .pq-about-title {
    grid-column: 1;
    grid-row: 2;
}

.pq-runtime-om-parkqr .pq-about-mission > p:not(.pq-about-label) {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin: 0;
}

.pq-runtime-om-parkqr .pq-about-founder {
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: clamp(36px, 6vw, 72px);
    align-items: start;
}

.pq-runtime-om-parkqr .pq-about-founder-image {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1 / 1;
    margin: 0;
    object-fit: cover;
    box-shadow: 0 18px 42px rgba(8, 43, 90, .12);
}

.pq-runtime-om-parkqr .pq-about-founder-copy {
    min-width: 0;
    padding-top: 8px;
}

.pq-runtime-om-parkqr .pq-about-founder-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pq-runtime-om-parkqr .pq-about-fact {
    padding: 18px;
    background: #f8fbfb;
}

.pq-runtime-om-parkqr .pq-about-fact strong {
    display: block;
    margin-bottom: 4px;
    line-height: 1.35;
}

.pq-runtime-om-parkqr .pq-about-fact span {
    display: block;
    color: var(--pq-slate);
    line-height: 1.55;
}

.pq-runtime-om-parkqr .pq-about-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pq-runtime-om-parkqr .pq-about-value-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pq-runtime-om-parkqr :is(.pq-about-benefit, .pq-about-value) {
    height: 100%;
    padding: 26px;
    box-shadow: 0 8px 22px rgba(8, 43, 90, .05);
}

.pq-runtime-om-parkqr :is(.pq-about-benefit-icon, .pq-about-value-icon) {
    display: grid;
    width: 44px;
    height: 44px;
    margin: 0 0 18px;
    place-items: center;
    border-radius: 12px;
    background: #ecfdf3;
    color: var(--pq-mint-deep);
}

.pq-runtime-om-parkqr :is(.pq-about-benefit-icon, .pq-about-value-icon) svg {
    display: block;
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
    stroke-width: 1.8;
}

.pq-runtime-om-parkqr :is(.pq-about-benefit, .pq-about-value) h3 {
    margin-bottom: 8px;
    font-size: 21px;
}

.pq-runtime-om-parkqr :is(.pq-about-benefit, .pq-about-value) p {
    margin: 0;
    font-size: 16px;
}

.pq-runtime-om-parkqr .pq-about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.pq-runtime-om-parkqr .pq-about-stat {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--pq-line);
    border-radius: 16px;
    background: var(--pq-white);
    box-shadow: 0 8px 22px rgba(8, 43, 90, .05);
}

.pq-runtime-om-parkqr .pq-about-stat-icon {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    place-items: center;
    border-radius: 10px;
    background: #ecfdf3;
    font-size: 17px;
    line-height: 1;
}

.pq-runtime-om-parkqr .pq-about-stat-grid > .pq-about-stat:nth-child(4) .pq-about-stat-icon {
    font-size: 0;
}

.pq-runtime-om-parkqr .pq-about-stat-grid > .pq-about-stat:nth-child(4) .pq-about-stat-icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    border-radius: 2px;
    background:
        linear-gradient(to bottom, transparent 0 42%, #fff 42% 58%, transparent 58%),
        linear-gradient(to right, #c8102e 0 31%, #fff 31% 43%, #c8102e 43% 100%);
    box-shadow: 0 0 0 1px rgba(8, 43, 90, .08);
}

.pq-runtime-om-parkqr .pq-about-stat strong {
    display: block;
    margin-bottom: 10px;
    color: var(--pq-mint-deep);
    font-size: 14px;
    font-weight: 800;
}

.pq-runtime-om-parkqr .pq-about-stat h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.pq-runtime-om-parkqr .pq-about-stat p {
    margin: 0;
    font-size: 15px;
}

.pq-runtime-om-parkqr .pq-about-testimonial-grid {
    display: grid;
    grid-template-columns: minmax(0, 820px);
    margin-top: 28px;
}

.pq-runtime-om-parkqr .pq-about-testimonial {
    padding: clamp(26px, 4vw, 40px);
    border: 1px solid var(--pq-line);
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fbfb, #fff);
    box-shadow: 0 12px 30px rgba(8, 43, 90, .07);
}

.pq-runtime-om-parkqr .pq-about-testimonial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ecfdf3;
    color: var(--pq-mint-deep);
    font-size: 13px;
    font-weight: 800;
}

.pq-runtime-om-parkqr .pq-about-testimonial blockquote {
    margin: 22px 0 18px;
    padding: 0;
    border: 0;
}

.pq-runtime-om-parkqr .pq-about-testimonial blockquote p {
    margin: 0;
    color: var(--pq-ink);
    font-size: clamp(20px, 2.4vw, 27px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.45;
}

.pq-runtime-om-parkqr .pq-about-testimonial cite {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: var(--pq-ink);
    font-style: normal;
    font-weight: 800;
}

.pq-runtime-om-parkqr .pq-about-testimonial cite span {
    color: var(--pq-slate);
    font-size: 14px;
    font-weight: 500;
}

.pq-runtime-om-parkqr .pq-about-faq {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.pq-runtime-om-parkqr .pq-about-faq > * {
    margin: 0;
}

.pq-runtime-om-parkqr .pq-about-faq summary {
    cursor: pointer;
    color: var(--pq-ink);
    font-size: 17px;
    font-weight: 800;
}

.pq-runtime-om-parkqr .pq-about-cta {
    width: 100%;
    margin-top: 40px;
    padding: clamp(36px, 5vw, 58px);
    border: 0;
    border-radius: 22px;
    background: var(--pq-ink);
    box-shadow: 0 16px 38px rgba(8, 43, 90, .16);
}

.pq-runtime-om-parkqr .pq-about-cta .pq-about-wrap {
    max-width: 820px;
    margin: 0;
}

.pq-runtime-om-parkqr .pq-about-cta .pq-about-label {
    color: #9fe6c6;
}

.pq-runtime-om-parkqr .pq-about-cta h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.045em;
    line-height: 1.08;
}

.pq-runtime-om-parkqr .pq-about-cta p {
    max-width: 680px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .84);
}

.pq-runtime-om-parkqr .pq-about-cta + * {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .pq-runtime-om-parkqr .pq-about-benefit-grid,
    .pq-runtime-om-parkqr .pq-about-value-grid,
    .pq-runtime-om-parkqr .pq-about-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pq-runtime-om-parkqr .pq-about-founder-facts {
        grid-template-columns: 1fr;
    }
}

.pq-runtime-saadan-virker-det .pq-how-panel { margin-top: 26px; padding: 24px; border-radius: 16px; background: #f8fbfb; }
.pq-runtime-saadan-virker-det .pq-how-list { margin: 16px 0 0; padding-left: 22px; }
.pq-runtime-saadan-virker-det .pq-how-actions,
.pq-runtime-kom-godt-i-gang .pq-actions,
.pq-runtime-om-parkqr .pq-about-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.pq-runtime-page-content a:is(.pq-btn,.pq-how-button,.pq-about-btn,.pq-demo-mobile-link) { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 26px; border: 1px solid var(--pq-primary); border-radius: 10px; background: var(--pq-primary); color: var(--pq-white); box-shadow: 0 5px 13px rgba(8, 121, 70, .16); font-weight: 800; text-decoration: none; transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.pq-runtime-page-content a:is(.pq-btn,.pq-how-button,.pq-about-btn,.pq-demo-mobile-link):hover { border-color: var(--pq-primary-hover); background: var(--pq-primary-hover); color: var(--pq-white); transform: translateY(-1px); }
.pq-runtime-page-content a:is(.pq-btn-outline,.pq-how-button--secondary,.pq-about-btn-outline) { border-color: var(--pq-ink); background: var(--pq-white); box-shadow: none; color: var(--pq-ink); }
.pq-runtime-page-content a:is(.pq-btn-outline,.pq-how-button--secondary,.pq-about-btn-outline):hover { border-color: var(--pq-blue); background: #f7fbfb; color: var(--pq-ink); }
.pq-runtime-page-content .pq-about-linkedin { white-space: nowrap; }

.pq-runtime-demo { max-width: 680px; margin-inline: auto; text-align: center; }
.pq-runtime-demo .pq-demo-intro { max-width: 540px; margin: 0 auto 36px; }
.pq-runtime-demo .pq-demo-card,
.pq-runtime-demo .pq-demo-mobile { margin: 0 0 24px; padding: 30px; border: 1px solid var(--pq-line); border-radius: var(--pq-radius); background: var(--pq-white); box-shadow: 0 8px 24px rgba(16, 42, 67, .06); }
.pq-runtime-demo .pq-demo-qr { width: min(100%, 360px); margin: 24px auto; padding: 20px; border-radius: 18px; background: #fff; }
.pq-runtime-demo .pq-demo-qr img { width: 100%; margin: 0 auto; border-radius: 0; }
.pq-runtime-demo .pq-demo-disclosure { color: var(--pq-slate); font-size: .95rem; }


@media (max-width: 760px) {
    .pq-runtime-page-content > * + * { margin-top: 30px; }
    .pq-runtime-handelsbetingelser .pq-legal-section,
    .pq-runtime-privatlivspolitik .pq-legal-section,
    .pq-runtime-kom-godt-i-gang .pq-section,
    .pq-runtime-om-parkqr .pq-about-section,
    .pq-runtime-saadan-virker-det .pq-how-section,
    .pq-runtime-saadan-virker-det .pq-how-cta { padding: 24px; }
    .pq-runtime-kom-godt-i-gang .pq-guide-grid,
    .pq-runtime-kom-godt-i-gang .pq-guest-grid,
    .pq-runtime-om-parkqr .pq-about-benefit-grid,
    .pq-runtime-om-parkqr .pq-about-value-grid,
    .pq-runtime-om-parkqr .pq-about-founder-facts,
    .pq-runtime-saadan-virker-det .pq-how-journey,
    .pq-runtime-om-parkqr .pq-about-story,
    .pq-runtime-om-parkqr .pq-about-founder,
    .pq-runtime-om-parkqr .pq-about-mission { grid-template-columns: 1fr; }
    .pq-runtime-om-parkqr .pq-about-section { padding: 24px; }
    .pq-runtime-om-parkqr .pq-about-story,
    .pq-runtime-om-parkqr .pq-about-founder,
    .pq-runtime-om-parkqr .pq-about-mission { gap: 26px; }
    .pq-runtime-om-parkqr .pq-about-mission {
        row-gap: 10px;
    }
    .pq-runtime-om-parkqr .pq-about-mission > .pq-about-label,
    .pq-runtime-om-parkqr .pq-about-mission > .pq-about-title,
    .pq-runtime-om-parkqr .pq-about-mission > p:not(.pq-about-label) {
        grid-column: auto;
        grid-row: auto;
    }
    .pq-runtime-om-parkqr .pq-about-mission > p:not(.pq-about-label) {
        margin-top: 12px;
    }
    .pq-runtime-om-parkqr .pq-about-founder-image { max-width: 100%; }
    .pq-runtime-om-parkqr .pq-about-benefit-grid,
    .pq-runtime-om-parkqr .pq-about-value-grid,
    .pq-runtime-om-parkqr .pq-about-stat-grid { grid-template-columns: 1fr; }
    .pq-runtime-om-parkqr .pq-about-cta { margin-top: 30px; padding: 30px 24px; border-radius: 18px; }
    .pq-runtime-demo .pq-demo-card,
    .pq-runtime-demo .pq-demo-mobile { padding: 22px; }
}
