/* ============================================
   PJ Biler Theme – Frontend Styles v1.3.1
   Font: Montserrat (loaded via Google Fonts)
   ============================================ */

*, *::before, *::after { box-sizing: border-box; }

/* Body padding-top sættes dynamisk via main.js (header-højde + 19px) */

body,
.pj-header,
.pj-footer,
.pj-hero,
.pj-cta-boxes {
    font-family: 'Montserrat', sans-serif;
}

/* ============================================
   HERO WIDGET
   ============================================ */
.pj-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    overflow: hidden;
}
.pj-hero__overlay { position: absolute; inset: 0; z-index: 1; }
.pj-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.pj-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    padding: 40px 20px;
}
.pj-hero__pretitle {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e8b422;
    margin: 0 0 12px;
}
.pj-hero__title {
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 20px;
}
.pj-hero__subtitle {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0 0 36px;
    max-width: 600px;
}
.pj-hero__content[style*="center"] .pj-hero__subtitle { margin-left: auto; margin-right: auto; }
.pj-hero__buttons { display: flex; flex-wrap: wrap; gap: 16px; }
.pj-hero__content[style*="center"] .pj-hero__buttons { justify-content: center; }
.pj-hero__content[style*="right"]  .pj-hero__buttons { justify-content: flex-end; }
.pj-hero__btn {
    display: inline-block;
    padding: 14px 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.15s ease;
}
.pj-hero__btn--primary  { background-color: #151c28 !important; color: #ffffff !important; border: none !important; }
.pj-hero__btn--primary:hover  { background-color: #8B1A2B !important; color: #ffffff !important; transform: translateY(-2px); }
.pj-hero__btn--secondary { background-color: #151c28 !important; color: #ffffff !important; border: none !important; }
.pj-hero__btn--secondary:hover { background-color: #8B1A2B !important; color: #ffffff !important; transform: translateY(-2px); }

/* ============================================
   HERO GRID WIDGET
   ============================================ */


.pj-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 10px 10px 10px;
    background: #ffffff;
    margin-top: 0;
    width: 100vw;
    max-width: 1600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.pj-hero-grid__row {
    display: flex;
    gap: 10px;
    height: max(var(--row-h, 320px), min(22.5vw, 360px));
}

/* Øverste række: video 40% | billede 60% */
.pj-hero-grid__row:first-child .pj-hero-grid__box:first-child { flex: 0 0 40%; }
.pj-hero-grid__row:first-child .pj-hero-grid__box:last-child  { flex: 1; }

/* Nederste række: personbiler 60% | varevogne 40% */
.pj-hero-grid__box--large { flex: 0 0 60%; }
.pj-hero-grid__box--small { flex: 1; }

/* Midterste video boks (kun desktop) */
.pj-hero-grid--has-mid .pj-hero-grid__box--large { flex: 0 0 45%; }
.pj-hero-grid__box--mid {
    flex: 0 0 22%;
    display: block;
}
.pj-hero-grid__box--mid video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.pj-hero-grid__box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
}

/* Video boks */
.pj-hero-grid__box--video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Farvefilter overlay (video + billede) */
.pj-hero-grid__filter {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Kategori boks */
.pj-hero-grid__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,25,36,0.75) 0%, rgba(139,26,43,0.45) 100%);
    transition: opacity 0.3s;
    z-index: 1;
}

.pj-hero-grid__box--cat:hover .pj-hero-grid__overlay {
    opacity: 0.85;
}

.pj-hero-grid__cat-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 28px 32px;
}

.pj-hero-grid__cat-icon {
    width: 80px;
    height: 40px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.pj-hero-grid__cat-icon svg {
    width: 100%;
    height: 100%;
}

.pj-hero-grid__cat-title {
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.1;
}

.pj-hero-grid__cat-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 16px;
    font-weight: 400;
    line-height: 1.4;
}

.pj-hero-grid__cat-btn {
    display: inline-block;
    background: #8B1A2B;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 6px;
    transition: background 0.2s;
    align-self: flex-start;
}

.pj-hero-grid__box--cat:hover .pj-hero-grid__cat-btn {
    background: #6e1422;
}

.pj-hero-grid__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
    font-size: 13px;
    font-weight: 500;
}

/* Mobil */
@media (max-width: 768px) {
    .pj-hero-grid { gap: 8px; padding: 0 8px 8px 8px; flex-direction: column; }

    /* Rækkefølge: personbiler/varevogne øverst, video/billede nederst */
    .pj-hero-grid__row:not(.pj-hero-grid__row--media) { order: 1; }
    .pj-hero-grid__row--media { order: 2; display: flex !important; flex-direction: row !important; height: auto; }

    /* Midterste video skjules på mobil */
    .pj-hero-grid__box--mid { display: none !important; }
    /* Personbiler tilbage til fuld bredde på mobil */
    .pj-hero-grid--has-mid .pj-hero-grid__box--large { flex: none; width: 100%; }

    /* Video og billede bokse på mobil */
    .pj-hero-grid__box--video,
    .pj-hero-grid__box--image {
        height: 180px;
        flex: 1;
        background-size: cover !important;
        background-position: center !important;
    }

    .pj-hero-grid__row {
        flex-direction: column;
        height: auto;
    }
    .pj-hero-grid__box--large,
    .pj-hero-grid__box--small {
        flex: none;
        width: 100%;
        height: var(--row-h, 220px);
    }
    .pj-hero-grid__cat-content { padding: 20px; }
    .pj-hero-grid__cat-title   { font-size: 22px; }
}

/* ============================================
   CTA BOXES WIDGET
   ============================================ */
.pj-cta-boxes { display: grid; gap: 24px; }
.pj-cta-boxes--cols-2 { grid-template-columns: repeat(2, 1fr); }
.pj-cta-boxes--cols-3 { grid-template-columns: repeat(3, 1fr); }
.pj-cta-boxes--cols-4 { grid-template-columns: repeat(4, 1fr); }
.pj-cta-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pj-cta-box:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
.pj-cta-box__icon { margin-bottom: 20px; color: #8B1A2B; }
.pj-cta-box__icon i   { font-size: 48px; }
.pj-cta-box__icon svg { width: 48px; height: 48px; fill: currentColor; }
.pj-cta-box__title { font-size: 20px; font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.pj-cta-box__desc  { font-size: 15px; line-height: 1.65; color: #555; margin: 0 0 24px; }
.pj-cta-box__btn {
    display: inline-block;
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: #151c28;
    color: #ffffff;
    border-radius: 10px;
    transition: background 0.2s ease, transform 0.15s ease;
}
.pj-cta-box__btn:hover { background-color: #8B1A2B; color: #ffffff; transform: translateY(-2px); }

/* ============================================
   HEADER WIDGET
   ============================================ */
.pj-header {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #0f1924;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.pj-header--scrolled {
    background-color: rgba(15, 25, 36, 0.97);
    box-shadow: 0 4px 24px rgba(0,0,0,0.30);
}
.pj-header__inner {
    max-width: 1400px;
    margin: 0 auto;
    /* ↓ padding-top og -bottom giver luft over/under indhold */
    padding: 24px 48px;
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Logo */
.pj-header__logo { flex-shrink: 0; }
.pj-header__logo a { display: flex; align-items: center; text-decoration: none; }
.pj-header__logo img { width: 140px; height: auto; display: block; }
.pj-header__logo-text {
    font-size: 26px;
    font-weight: 800;
    color: #8B1A2B;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

/* Navigation */
.pj-header__nav { flex: 1; }
.pj-nav {
    list-style: none;
    margin: 0; padding: 0 0 0 80px;
    display: flex;
    align-items: center;
    gap: 2px;
}

/* ── KEY FIX: position: relative så mega menu falder ud under sit eget element ── */
.pj-nav__item { position: relative; }

.pj-nav__link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 13px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
.pj-nav__link:hover,
.pj-nav__item--mega:hover > .pj-nav__link { color: #8B1A2B; background-color: rgba(139,26,43,0.12); }
.pj-nav__icon    { font-size: 11px; opacity: 0.7; }
img.pj-nav__icon { width: 16px; height: 16px; font-size: unset; object-fit: contain; vertical-align: middle; flex-shrink: 0; filter: brightness(0) invert(1); opacity: 0.65; }
.pj-nav__chevron { font-size: 10px; transition: transform 0.25s ease; opacity: 0.65; }
/* Chevron-rotation via hover kun på desktop – på mobil styres det af .is-open klassen */
@media (min-width: 1200px) {
    .pj-nav__item--mega:hover .pj-nav__chevron { transform: rotate(180deg); }
}

/* ============================================
   MEGA MENU
   ============================================ */
.pj-mega {
    position: absolute;
    /* padding-top skaber det visuelle mellemrum uden en gap i hover-området */
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    padding-top: 8px;

    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.16);

    opacity: 0;
    visibility: hidden;
    /* transition-delay på hide giver tid til diagonal muse-bevægelse */
    transition: opacity 0.2s ease 0.15s, transform 0.2s ease 0.15s, visibility 0.2s 0.15s;
    z-index: 100;
    pointer-events: none;

    min-width: 540px;
}
.pj-mega--3col { min-width: 800px; }

/* Vises ved hover – KUN på desktop (min-width: 1200px) */
@media (min-width: 1200px) {
    .pj-nav__item--mega:hover .pj-mega,
    .pj-nav__item--mega:focus-within .pj-mega {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
        transition-delay: 0s;
    }
}

/* Indre layout */
.pj-mega__inner {
    display: flex;
    gap: 0;
    padding: 30px 28px;
}

/* Link-kolonner */
.pj-mega__col {
    flex: 1;
    padding-right: 24px;
}
.pj-mega__col + .pj-mega__col {
    border-left: 1px solid #f0f0f0;
    padding-left: 24px;
    padding-right: 0;
}
.pj-mega__heading {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.pj-mega__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.pj-mega__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #2d3748;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.18s ease;
}
.pj-mega__link i { font-size: 12px; color: #8B1A2B; width: 15px; text-align: center; flex-shrink: 0; }
.pj-mega__brand-icon { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; opacity: 0.75; transition: opacity 0.2s; }
.pj-mega__link:hover .pj-mega__brand-icon { opacity: 1; }
.pj-mega__link:hover { color: #6D1422; background-color: #f5e8ea; }
.pj-mega__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #8B1A2B;
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 4px;
}

/* Billedkolonne */
.pj-mega__img-col {
    flex: 0 0 220px;
    padding-left: 24px;
    border-left: 1px solid #f0f0f0;
}
.pj-mega--3col .pj-mega__img-col { flex: 0 0 200px; }
.pj-mega__img-col img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.pj-mega__img-caption { margin-top: 12px; display: flex; flex-direction: column; gap: 4px; }
.pj-mega__img-caption strong { font-size: 14px; font-weight: 700; color: #1a1a1a; }
.pj-mega__img-caption span   { font-size: 12px; color: #777; line-height: 1.4; }
.pj-mega__img-btn {
    display: block;
    margin-top: 10px;
    padding: 9px 16px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background-color: #151c28 !important;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.15s ease;
}
.pj-mega__img-btn:hover { background-color: #8B1A2B !important; color: #ffffff !important; transform: translateY(-2px); }

/* Kontakt-kolonne variant */
.pj-mega__list--contact { gap: 12px; }
.pj-mega__list--contact li { display: flex; align-items: flex-start; gap: 12px; }
.pj-mega__list--contact li > i { font-size: 14px; color: #8B1A2B; margin-top: 3px; flex-shrink: 0; width: 16px; text-align: center; }
.pj-mega__list--contact li > img.pj-mega__brand-icon { margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; }
.pj-mega__list--contact li > div { display: flex; flex-direction: column; gap: 2px; }
.pj-mega__list--contact small { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #aaa; }
.pj-mega__list--contact a,
.pj-mega__list--contact span { font-size: 14px; font-weight: 500; color: #2d3748; text-decoration: none; }
.pj-mega__list--contact a:hover { color: #8B1A2B; }

/* Samarbejdspartnere panel (i Finansering mega-menu) */
.pj-mega__partners-panel {
    flex: 0 0 220px;
    min-width: 200px;
    padding: 0 0 0 28px;
    border-left: 1px solid #edf2f7;
    align-self: flex-start;
}
.pj-mega__partners-heading {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaa;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.pj-mega--fin { min-width: 780px; }
.pj-mega--fin .pj-mega__img-col { flex: 0 0 200px; }
.pj-mega__partners-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pj-mega__partner-item { margin: 0; }
.pj-mega__partner-link { display: flex; align-items: flex-start; gap: 12px; text-decoration: none; transition: opacity 0.2s; }
.pj-mega__partner-link:hover { opacity: 0.75; }
.pj-mega__partner-icon { flex-shrink: 0; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; }
.pj-mega__partner-icon img,
.pj-mega__partner-icon i { width: 22px; height: 22px; font-size: 18px; color: #4a5568; }
.pj-mega__partner-info { display: flex; flex-direction: column; gap: 2px; }
.pj-mega__partner-info strong { font-size: 14px; font-weight: 700; color: #1a202c; line-height: 1.3; }
.pj-mega__partner-info small { font-size: 12px; color: #718096; font-weight: 400; line-height: 1.4; }

/* Header Actions */
.pj-header__actions { flex-shrink: 0; display: flex; align-items: center; gap: 20px; margin-left: auto; }
.pj-header__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.2s ease;
}
.pj-header__phone:hover { color: #8B1A2B; }
.pj-header__phone > i { font-size: 20px; color: #8B1A2B; }
.pj-header__phone-text { display: flex; flex-direction: column; line-height: 1.3; }
.pj-header__phone-text small  { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.pj-header__phone-text strong { font-size: 17px; font-weight: 700; color: #ffffff; }

/* Hamburger */
.pj-hamburger { display: none; flex-direction: column; justify-content: space-between; width: 28px; height: 20px; background: none; border: none; cursor: pointer; padding: 0; }
.pj-hamburger span { display: block; width: 100%; height: 2px; background: #ffffff; border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
.pj-hamburger.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.pj-hamburger.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.pj-hamburger.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* Mobile overlay */
.pj-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.pj-mobile-overlay.is-active { opacity: 1; }

/* --- Åbningstider status --- */
.pj-header__status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 24px;
    border-bottom: 1px solid #8B1A2B;
    padding-bottom: 3px;
}
.pj-status__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}
.pj-header__status--open .pj-status__dot,
.pj-mobile-status--open .pj-status__dot {
    background-color: #22c55e;
    animation: pj-pulse 2s infinite;
}
.pj-header__status--closed .pj-status__dot,
.pj-mobile-status--closed .pj-status__dot {
    background-color: #ef4444;
}
@keyframes pj-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(34,197,94,0.5); }
    70%  { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0   rgba(34,197,94,0); }
}
.pj-status__text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}
.pj-status__text strong {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.pj-status__text span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
}
.pj-header__status--open .pj-status__text strong,
.pj-mobile-status--open .pj-status__text strong { color: #22c55e; }
@media (max-width: 1024px) { .pj-header__status { display: none; } }
.pj-mob-openstat { display: none; }
.pj-mob-phone    { display: none; }
.pj-mob-right    { display: none; }

/* ============================================
   FOOTER WIDGET
   ============================================ */
.pj-footer {
    font-family: 'Montserrat', sans-serif;
    background-color: #151c28;
    color: #a0aec0;
}
.pj-footer__container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }

/* ↓ Generøs padding top og bund giver luft i footeren */
.pj-footer__top { padding: 80px 0 64px; }
.pj-footer__top .pj-footer__container {
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr 1.8fr;
    gap: 48px;
}

/* Brand kolonne */
.pj-footer__logo { margin-bottom: 20px; }
.pj-footer__logo img { max-width: 160px; height: auto; display: block; }
.pj-footer__logo-text { font-size: 28px; font-weight: 800; color: #8B1A2B; text-transform: uppercase; letter-spacing: -0.5px; }
.pj-footer__divider { width: 48px; height: 3px; background-color: #8B1A2B; border-radius: 2px; margin-bottom: 20px; }
.pj-footer__tagline { font-size: 14px; line-height: 1.7; color: #a0aec0; margin: 0 0 24px; }
.pj-footer__map-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin: 0 0 8px; }
.pj-footer__map { margin-bottom: 16px; border-radius: 10px; overflow: hidden; }
.pj-footer__map iframe { display: block; border-radius: 10px; filter: grayscale(20%) contrast(1.05); }

/* Social */
.pj-footer__social { display: flex; gap: 10px; }
.pj-footer__social a {
    display: flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    color: #a0aec0; font-size: 14px; text-decoration: none;
    transition: all 0.25s ease;
}
.pj-footer__social a:hover { background-color: #8B1A2B; border-color: #8B1A2B; color: #ffffff; }
.pj-footer__social a img { width: 18px; height: 18px; object-fit: contain; display: block; }

/* Kolonner */
.pj-footer__heading {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: #fff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pj-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pj-footer__link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #a0aec0; text-decoration: none; transition: color 0.2s ease; }
.pj-footer__link i { font-size: 10px; color: #8B1A2B; flex-shrink: 0; }
.pj-footer__link img { width: 10px; height: 10px; flex-shrink: 0; object-fit: contain; }
.pj-footer__link:hover { color: #8B1A2B !important; }

/* Kontakt liste */
.pj-footer__contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.pj-footer__contact-list li { display: flex; align-items: flex-start; gap: 12px; }
.pj-footer__contact-list i { font-size: 14px; color: #8B1A2B; margin-top: 2px; flex-shrink: 0; width: 16px; text-align: center; }
.pj-footer__contact-list img { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; object-fit: contain; }
.pj-footer__contact-list a,
.pj-footer__contact-list span { font-size: 14px; color: #a0aec0; text-decoration: none; transition: color 0.2s ease; line-height: 1.5; }
.pj-footer__contact-list a:hover { color: #8B1A2B; }

/* Åbningstider */
.pj-footer__hours { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.pj-footer__hours li { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.pj-footer__hours li:last-child { border-bottom: none; }
.pj-footer__day  { color: #a0aec0; font-weight: 500; }
.pj-footer__time { color: #fff; font-weight: 600; }

/* Footer bar */
.pj-footer__bar { background-color: #080e14; border-top: 1px solid rgba(255,255,255,0.06); }
.pj-footer__bar .pj-footer__container {
    /* ↓ padding-top og -bund giver luft i bund-baren */
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.pj-footer__copyright { font-size: 13px; color: #718096; }
.pj-footer__legal { list-style: none; margin: 0; padding: 0; display: flex; gap: 20px; }
.pj-footer__legal .pj-footer__link { font-size: 12px; color: #718096; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1200px) {
    .pj-header__nav { display: none; }
    .pj-hamburger   { display: flex; }

    .pj-header__nav.is-open {
        display: block;
        position: fixed;
        top: 0; right: 0;
        width: 320px;
        height: 100vh;
        background-color: #0f1924;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 80px 0 24px;
        z-index: 9999;
        box-shadow: -8px 0 32px rgba(0,0,0,0.35);
    }

    .pj-mobile-overlay.is-active { display: block; }

    .pj-nav { flex-direction: column; align-items: stretch; gap: 0; padding-left: 0; }
    .pj-nav__link { padding: 14px 20px; border-radius: 0; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); justify-content: space-between; color: #ffffff; }
    .pj-nav__icon, img.pj-nav__icon { display: none; }

    .pj-mega {
        position: static;
        transform: none;
        opacity: 1; visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        border-radius: 0;
        background-color: rgba(255,255,255,0.04);
        min-width: auto;
        max-width: 100%;
        display: none !important;
        width: 100%;
        overflow: hidden;
        padding-top: 0;
        transition: none;
    }
    .pj-mega.is-open { display: block !important; }
    .pj-mega__inner { flex-direction: column; padding: 12px 20px 16px; gap: 8px; }
    .pj-mega__col { padding-right: 0; border-left: none !important; padding-left: 0 !important; }
    .pj-mega__img-col { display: none; }
    .pj-mega__heading { font-size: 10px; color: rgba(255,255,255,0.4); border-bottom-color: rgba(255,255,255,0.1); white-space: normal; }
    .pj-mega__link { font-size: 13px; padding: 8px 10px; color: rgba(255,255,255,0.85) !important; }
    .pj-mega__link i { color: #8B1A2B !important; }
    .pj-mega__brand-icon { filter: brightness(0) invert(1); opacity: 0.8; }
    .pj-mega__link:hover { color: #ffffff !important; background-color: rgba(255,255,255,0.07); }
    .pj-mega__list--contact li { border-bottom: 1px solid rgba(255,255,255,0.06); padding: 8px 0; }
    .pj-mega__list--contact li > i { color: #8B1A2B !important; }
    .pj-mega__list--contact li > img.pj-mega__brand-icon { filter: brightness(0) invert(1); opacity: 0.8; }
    .pj-mega__list--contact small { color: rgba(255,255,255,0.4) !important; }
    .pj-mega__list--contact a,
    .pj-mega__list--contact span { color: rgba(255,255,255,0.85) !important; font-size: 13px; }
    /* Samarbejdspartnere panel – mobil */
    .pj-mega__partners-panel { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 0 0; margin-top: 8px; }
    .pj-mega__partners-heading { color: rgba(255,255,255,0.4) !important; border-bottom-color: rgba(255,255,255,0.1) !important; }
    .pj-mega__partner-info strong { color: rgba(255,255,255,0.9) !important; }
    .pj-mega__partner-info small { color: rgba(255,255,255,0.45) !important; }
    .pj-mega__partner-icon img,
    .pj-mega__partner-icon i { color: rgba(255,255,255,0.6) !important; filter: brightness(0) invert(1); opacity: 0.7; }
    .pj-nav__item--mega.is-open .pj-nav__chevron { transform: rotate(180deg); }

    /* Brugte biler – mobil wrapper */
    .pj-mega__left-wrap { width: 100%; }
    .pj-mega__left-cols { flex-direction: column; gap: 0; }
    .pj-mega__left-cols .pj-mega__col:first-child { padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.1); }

    /* Brændstof kategori-stribe – mobil */
    .pj-mega__cat-strip {
        border-top-color: rgba(255,255,255,0.1);
        margin-top: 8px;
        padding-top: 12px;
        gap: 8px;
    }
    .pj-mega__cat-label { color: rgba(255,255,255,0.4); margin-bottom: 4px; }
    .pj-mega__cat-tile {
        flex: 1 1 calc(50% - 4px);
        justify-content: center;
        font-size: 12px;
        padding: 7px 10px;
    }

    /* Åbningstider + telefon under hamburger (højre side) */
    .pj-header__inner { flex-wrap: wrap; row-gap: 0; padding-bottom: 6px; }
    .pj-mob-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        flex-basis: 100%;
        padding-right: 4px;
    }
    .pj-mob-openstat {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .pj-mob-openstat__dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        flex-shrink: 0;
    }
    .pj-mob-openstat--open  .pj-mob-openstat__dot { background: #22c55e; animation: pj-pulse 2s infinite; }
    .pj-mob-openstat--closed .pj-mob-openstat__dot { background: #ef4444; }
    .pj-mob-openstat__text {
        display: flex;
        flex-direction: column;
        line-height: 1.25;
    }
    .pj-mob-openstat__text strong {
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.85);
    }
    .pj-mob-openstat__text span {
        font-size: 10px;
        font-weight: 500;
        color: rgba(255,255,255,0.5);
        white-space: nowrap;
    }
    .pj-mob-openstat--open .pj-mob-openstat__text strong { color: #22c55e; }

    /* Mobil: Ring til os */
    .pj-mob-right__sep { color: rgba(255,255,255,0.25); font-size: 16px; font-weight: 300; }
    .pj-mob-phone {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
    }
    .pj-mob-phone__text {
        display: flex;
        flex-direction: column;
        line-height: 1.25;
    }
    .pj-mob-phone__text strong {
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: rgba(255,255,255,0.85);
    }
    .pj-mob-phone__text span {
        font-size: 10px;
        font-weight: 500;
        color: rgba(255,255,255,0.6);
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .pj-cta-boxes--cols-4 { grid-template-columns: repeat(2, 1fr); }
    .pj-footer__top .pj-footer__container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .pj-header__inner { padding: 14px 20px; }
    .pj-header__phone-text { display: none; }

    .pj-cta-boxes--cols-2,
    .pj-cta-boxes--cols-3,
    .pj-cta-boxes--cols-4 { grid-template-columns: 1fr; }

    .pj-hero__buttons { flex-direction: column; align-items: center; }
    .pj-hero__btn { width: 100%; max-width: 280px; text-align: center; }

    .pj-footer__top { padding: 56px 0 48px; }
    .pj-footer__top .pj-footer__container { grid-template-columns: 1fr; gap: 36px; }
    .pj-footer__container { padding: 0 20px; }

    .pj-footer__bar .pj-footer__container { flex-direction: column; gap: 8px; text-align: center; }
    .pj-footer__legal { flex-wrap: wrap; justify-content: center; gap: 12px; }
}

/* ============================================
   PJ BILER – UNDERSIDE WIDGETS
   ============================================ */

/* Shared page wrapper */
.pj-page { font-family: 'Montserrat', sans-serif; }

/* Banner */
.pj-page__banner {
    position: relative; display: flex; align-items: center; justify-content: center;
    min-height: 260px; background-size: cover; background-position: center; text-align: center;
}
.pj-page__banner-overlay { position: absolute; inset: 0; background: rgba(15,25,36,0.72); }
.pj-page__banner--text-only { background: none; min-height: 0; height: auto; }
.pj-page__banner--text-only .pj-page__banner-content { padding: 80px 20px 40px; text-align: center; }
.pj-page__banner--text-only .pj-page__banner-content h1 { color: #151c28; }
.pj-page__banner--text-only .pj-page__banner-content p  { color: #4a5568; }
.pj-page__banner-content { position: relative; z-index: 1; padding: 40px 20px; }
.pj-page__banner-content h1 { font-size: clamp(28px,5vw,52px); font-weight: 800; color: #fff; margin: 0 0 10px; letter-spacing: -0.5px; }
.pj-page__banner-content p  { font-size: 16px; color: rgba(255,255,255,0.7); margin: 0; }

/* Sections */
.pj-page__section { padding: 72px 20px; }
.pj-page__section--dark  { background: #151c28; padding: 56px 20px; }
.pj-page__section--gray  { background: #f7f8fa; }
.pj-page__section--accent { background: #8B1A2B; padding: 56px 20px; }
.pj-page__section--accent-muted { background: rgba(139,26,43,0.55); padding: 56px 20px; }

/* Container */
.pj-page__container { max-width: 1140px; margin: 0 auto; }

/* Headings */
.pj-page__heading { font-size: clamp(22px,4vw,36px); font-weight: 700; color: #151c28; margin: 0 0 20px; }
.pj-page__heading--center { text-align: center; }
.pj-page__heading--white  { color: #ffffff; }
.pj-page__subheading { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #8B1A2B; margin: 0 0 12px; }
.pj-page__subheading--white { color: rgba(255,255,255,0.55); }
.pj-page__body { font-size: 15px; line-height: 1.8; color: #4a5568; }
.pj-page__body p { margin: 0 0 16px; }
.pj-page__divider { width: 48px; height: 4px; background: #8B1A2B; border-radius: 2px; margin: 0 0 28px; }
.pj-page__divider--center { margin: 0 auto 28px; }

/* Two column */
.pj-page__two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pj-page__two-col--reverse { direction: rtl; }
.pj-page__two-col--reverse > * { direction: ltr; }
.pj-page__img-col img { width: 100%; border-radius: 12px; box-shadow: 0 16px 48px rgba(0,0,0,0.12); display: block; }

/* Stats */
.pj-page__section--stats-white { background: #ffffff; padding: 56px 20px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.pj-page__stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; text-align: center; align-items: center; }
.pj-page__stat-number { display: block; font-size: 42px; font-weight: 800; color: #8B1A2B; line-height: 1; margin-bottom: 8px; }
.pj-page__stat-label  { font-size: 13px; color: #718096; text-transform: uppercase; letter-spacing: 1px; }

/* Trustpilot badge i stats */
.pj-page__stat--trustpilot { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 6px; transition: opacity 0.2s; }
.pj-page__stat--trustpilot:hover { opacity: 0.8; }
.pj-tp__stars { display: flex; gap: 3px; }
.pj-tp__stars svg { width: 32px; height: 32px; display: block; }
.pj-tp__score { font-size: 32px; font-weight: 800; color: #1a202c; line-height: 1; }
.pj-tp__label { font-size: 13px; color: #718096; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* Values grid */
.pj-page__values { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 48px; }
.pj-page__value  { background: #fff; border-radius: 10px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.07); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.pj-page__value:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.12); }
.pj-page__value-icon { width: 56px; height: 56px; background: rgba(139,26,43,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.pj-page__value-icon img { width: 28px; height: 28px; }
.pj-page__value h3 { font-size: 16px; font-weight: 700; color: #151c28; margin: 0 0 10px; }
.pj-page__value p  { font-size: 14px; color: #718096; line-height: 1.65; margin: 0; }

/* Team – placeholder (replaced by team widget styles below) */

/* Pricing */
.pj-page__price-table { margin-top: 40px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.pj-page__price-row { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 18px 28px; gap: 16px; border-bottom: 1px solid #edf2f7; background: #fff; }
.pj-page__price-row:last-child { border-bottom: none; }
.pj-page__price-row--header { background: #151c28; color: #fff; }
.pj-page__price-row--header span { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); }
.pj-page__price-label { font-size: 15px; color: #2d3748; font-weight: 500; }
.pj-page__price-value { font-size: 15px; font-weight: 700; color: #8B1A2B; white-space: nowrap; }
.pj-page__terms { margin-top: 32px; background: #f7f8fa; border-radius: 10px; padding: 28px 32px; }
.pj-page__terms h3 { font-size: 16px; font-weight: 700; color: #151c28; margin: 0 0 12px; }
.pj-page__terms-body { font-size: 14px; line-height: 1.8; color: #4a5568; }

/* Booking form */
.pj-page__form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.pj-page__form { background: #fff; border-radius: 14px; padding: 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.1); }
.pj-page__form h3 { font-size: 20px; font-weight: 700; color: #151c28; margin: 0 0 24px; }
.pj-page__form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pj-page__form-group { display: flex; flex-direction: column; gap: 6px; }
.pj-page__form-group--full { grid-column: 1 / -1; }
.pj-page__form-group label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #4a5568; }
.pj-page__form-group input,
.pj-page__form-group select,
.pj-page__form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 8px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #2d3748; outline: none; transition: border-color 0.2s; background: #f7f8fa; }
.pj-page__form-group input:focus,
.pj-page__form-group select:focus,
.pj-page__form-group textarea:focus { border-color: #8B1A2B; background: #fff; }
.pj-page__form-group textarea { resize: vertical; min-height: 100px; }
.pj-page__form-btn { margin-top: 20px; width: 100%; padding: 15px; background: #151c28; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; border: none; border-radius: 10px; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.pj-page__form-btn:hover { background: #8B1A2B; color: #fff; transform: translateY(-1px); }
.pj-page__form-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.pj-page__form-msg { margin-top: 14px; padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; display: none; }
.pj-page__form-msg--ok  { background: #f0fff4; color: #276749; display: block; }
.pj-page__form-msg--err { background: #fff5f5; color: #c53030; display: block; }
.pj-page__form-info { padding: 32px 0; }
.pj-page__form-info h3 { font-size: 22px; font-weight: 700; color: #151c28; margin: 0 0 16px; }
.pj-page__form-info p  { font-size: 15px; color: #4a5568; line-height: 1.7; margin: 0 0 24px; }
.pj-page__info-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pj-page__info-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #2d3748; }
.pj-page__info-list li img { width: 20px; height: 20px; flex-shrink: 0; }

/* Finance features */
.pj-page__features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.pj-page__feature  { display: flex; gap: 16px; align-items: flex-start; padding: 24px; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.pj-page__feature-icon { width: 44px; height: 44px; background: rgba(139,26,43,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pj-page__feature-icon img { width: 22px; height: 22px; }
.pj-page__feature-body h3 { font-size: 15px; font-weight: 700; color: #151c28; margin: 0 0 6px; }
.pj-page__feature-body p  { font-size: 14px; color: #718096; line-height: 1.6; margin: 0; }

/* CTA strip */
.pj-page__cta { text-align: center; padding: 60px 20px; }
.pj-page__cta h2 { font-size: clamp(20px,4vw,34px); font-weight: 800; color: #fff; margin: 0 0 12px; }
.pj-page__cta p  { font-size: 16px; color: rgba(255,255,255,0.75); margin: 0 0 28px; }
.pj-page__cta-btn { display: inline-block; padding: 15px 40px; background: #151c28; color: #ffffff; font-weight: 700; font-size: 15px; border-radius: 10px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.pj-page__cta-btn:hover { background: #8B1A2B; color: #ffffff; transform: translateY(-2px); }

/* ---- Team widget ---- */
.pj-page__text-center { text-align: center; }
.pj-page__intro-text  { font-size: 16px; line-height: 1.8; color: #4a5568; max-width: 720px; margin: 0 auto; }
.pj-page__team { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.pj-page__team-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: transform 0.25s ease; }
.pj-page__team-card:hover { transform: translateY(-4px); }
.pj-page__team-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.pj-page__team-info { padding: 20px; }
.pj-page__team-info h3 { font-size: 16px; font-weight: 700; color: #151c28; margin: 0 0 4px; }
.pj-page__team-title { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #8B1A2B; display: block; margin-bottom: 10px; }
.pj-page__team-info p  { font-size: 13px; color: #718096; line-height: 1.6; margin: 0 0 12px; }
.pj-page__team-contact { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #4a5568; text-decoration: none; margin-bottom: 6px; }
.pj-page__team-contact:hover { color: #8B1A2B; }

/* ---- Priser & Vilkår ---- */
.pj-page__price-table-wrap { overflow-x: auto; margin-top: 40px; }

/* Swipe hint – kun synlig på mobil */
.pj-swipe-hint { display: none; }

@keyframes pj-swipe-slide {
    0%   { transform: translateX(-10px); opacity: 0.4; }
    50%  { transform: translateX(10px);  opacity: 1;   }
    100% { transform: translateX(-10px); opacity: 0.4; }
}

@media (max-width: 768px) {
    .pj-swipe-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-bottom: 10px;
        font-size: 13px;
        color: #6b7280;
        font-weight: 500;
    }
    .pj-swipe-hint__finger {
        font-size: 18px;
        display: inline-block;
        animation: pj-swipe-slide 1.6s ease-in-out infinite;
    }
}
.pj-page__price-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08); }
.pj-page__price-table thead tr { background: #151c28; }
.pj-page__price-table thead th { padding: 16px 20px; text-align: left; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.pj-page__price-table tbody tr { background: #fff; border-bottom: 1px solid #edf2f7; transition: background 0.15s; }
.pj-page__price-table tbody tr:hover { background: #fafafa; }
.pj-page__price-table tbody td { padding: 16px 20px; font-size: 14px; color: #2d3748; }
.pj-page__price-row--featured { background: #fff9f0 !important; }
.pj-page__badge { display: inline-block; padding: 2px 10px; background: #e8b422; color: #1a1a1a; font-size: 10px; font-weight: 700; border-radius: 20px; margin-left: 8px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.5px; }
.pj-page__checklist { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.pj-page__checklist-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #2d3748; background: #fff; padding: 14px 18px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.pj-page__checklist-item img { flex-shrink: 0; margin-top: 2px; }
.pj-page__terms-wrap { max-width: 860px; }
.pj-page__terms-body { font-size: 14px; line-height: 1.85; color: #4a5568; }
.pj-page__terms-body h4 { font-size: 15px; font-weight: 700; color: #151c28; margin: 24px 0 10px; }
.pj-page__terms-body ul { margin: 0 0 12px 20px; }
.pj-page__terms-body li { margin-bottom: 6px; }

/* ---- Booking form ---- */
.pj-page__booking-wrap { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.pj-booking-form { background: #fff; border-radius: 14px; padding: 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.1); }
.pj-booking-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pj-booking-form__field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.pj-booking-form__field label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: #4a5568; }
.pj-booking-form__field label span { color: #8B1A2B; }
.pj-booking-form__field input,
.pj-booking-form__field select,
.pj-booking-form__field textarea { width: 100%; padding: 12px 16px; border: 2px solid #e2e8f0; border-radius: 8px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #2d3748; outline: none; transition: border-color 0.2s; background: #f7f8fa; }
.pj-booking-form__field input:focus,
.pj-booking-form__field select:focus,
.pj-booking-form__field textarea:focus { border-color: #8B1A2B; background: #fff; }
.pj-booking-form__field textarea { resize: vertical; min-height: 110px; }
.pj-booking-form__notice { margin-bottom: 12px; padding: 12px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; display: none; }
.pj-booking-form__notice--success { background: #f0fff4; color: #276749; display: block; }
.pj-booking-form__notice--error   { background: #fff5f5; color: #c53030; display: block; }
.pj-booking-form__submit { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 15px; background: #151c28 !important; color: #fff !important; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; border: none !important; outline: none !important; border-radius: 10px; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.pj-booking-form__submit:hover { background: #8B1A2B !important; color: #fff !important; transform: translateY(-1px); }
.pj-booking-form__submit:focus { outline: none !important; box-shadow: none !important; }
.pj-booking-form__submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.pj-booking-form__radio-group { display: flex; gap: 24px; padding: 10px 0; }
.pj-booking-form__radio-label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: #2d3748; cursor: pointer; }
.pj-booking-form__radio-label input[type="radio"] { width: 18px; height: 18px; accent-color: #151c28; cursor: pointer; }
.pj-page__booking-info-card { background: #fff; border-radius: 12px; padding: 24px 28px; margin-bottom: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.pj-page__booking-info-card--dark { background: #151c28; }
.pj-page__booking-info-card--dark h3,
.pj-page__booking-info-card--dark p { color: #fff !important; }
.pj-page__booking-info-card--dark p { font-size: 14px; opacity: 0.8; margin: 0 0 8px; }
.pj-page__booking-info-card h3 { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #151c28; margin: 0 0 16px; }
.pj-page__booking-info-row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #4a5568; margin-bottom: 10px; }
.pj-page__booking-info-row a { color: #4a5568; text-decoration: none; }
.pj-page__booking-info-row a:hover { color: #8B1A2B; }
.pj-page__booking-hours { font-size: 14px; color: #4a5568; line-height: 1.8; }
.pj-page__booking-hours p { margin: 0; }

/* ---- Billån loan example ---- */
.pj-page__loan-example { max-width: 600px; margin: 48px auto 0; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 36px 40px; }
.pj-page__loan-car { font-size: 18px; font-weight: 700; color: #fff; text-align: center; margin-bottom: 28px; }
.pj-page__loan-grid { display: flex; flex-direction: column; gap: 0; }
.pj-page__loan-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 14px; }
.pj-page__loan-row span { color: rgba(255,255,255,0.6); }
.pj-page__loan-row strong { color: #fff; font-weight: 700; }
.pj-page__loan-row--highlight { padding: 16px 0; }
.pj-page__loan-row--highlight span { font-size: 15px; color: rgba(255,255,255,0.9); font-weight: 600; }
.pj-page__loan-row--highlight strong { font-size: 22px; color: #e8b422; }
.pj-page__loan-disclaimer { font-size: 12px; color: rgba(255,255,255,0.4); margin: 20px 0 0; text-align: center; line-height: 1.6; }

/* ---- Leasing cards ---- */
.pj-page__leasing-types { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 48px; }
.pj-page__leasing-card { background: #fff; border-radius: 14px; padding: 36px 28px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.08); position: relative; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.pj-page__leasing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.13); }
.pj-page__leasing-card--featured { border: 2px solid #8B1A2B; }
.pj-page__leasing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #8B1A2B; color: #fff; font-size: 11px; font-weight: 700; padding: 4px 18px; border-radius: 20px; letter-spacing: 0.5px; white-space: nowrap; }
.pj-page__leasing-icon { width: 64px; height: 64px; background: rgba(139,26,43,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.pj-page__leasing-card h3 { font-size: 18px; font-weight: 700; color: #151c28; margin: 0 0 6px; }
.pj-page__leasing-tagline { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #8B1A2B; display: block; margin-bottom: 14px; }
.pj-page__leasing-card p  { font-size: 14px; color: #718096; line-height: 1.65; margin: 0 0 20px; }
.pj-page__leasing-features { list-style: none; margin: 0; padding: 0; text-align: left; display: flex; flex-direction: column; gap: 8px; }
.pj-page__leasing-features li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4a5568; }

/* ---- FAQ accordion ---- */
.pj-page__faq-wrap { max-width: 800px; margin: 0 auto; }
.pj-page__faq { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.pj-page__faq-item { border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; background: #fff; }
.pj-page__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; font-size: 15px; font-weight: 600; color: #151c28; cursor: pointer; list-style: none; user-select: none; gap: 12px; }
.pj-page__faq-question::-webkit-details-marker { display: none; }
.pj-page__faq-item[open] .pj-page__faq-question { color: #8B1A2B; }
.pj-page__faq-item[open] .pj-page__faq-arrow { transform: rotate(180deg); }
.pj-page__faq-arrow { flex-shrink: 0; transition: transform 0.25s ease; }
.pj-page__faq-answer { padding: 0 24px 20px; font-size: 14px; color: #4a5568; line-height: 1.8; }
.pj-page__faq-answer p { margin: 0; }

/* Responsive */
@media (max-width: 900px) {
    .pj-page__two-col  { grid-template-columns: 1fr; gap: 36px; }
    .pj-page__two-col--reverse { direction: ltr; }
    .pj-page__values   { grid-template-columns: 1fr 1fr; }
    .pj-page__team     { grid-template-columns: 1fr 1fr; }
    .pj-page__stats    { grid-template-columns: 1fr 1fr; gap: 24px; }
    .pj-page__features { grid-template-columns: 1fr; }
    .pj-page__form-wrap { grid-template-columns: 1fr; }
    .pj-page__form-grid { grid-template-columns: 1fr; }
    .pj-page__booking-wrap   { grid-template-columns: 1fr; }
    .pj-booking-form__row    { grid-template-columns: 1fr; }
    .pj-page__checklist      { grid-template-columns: 1fr 1fr; }
    .pj-page__leasing-types  { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 600px) {
    .pj-page__section  { padding: 48px 16px; }
    .pj-page__values   { grid-template-columns: 1fr; }
    .pj-page__team     { grid-template-columns: 1fr; }
    .pj-page__stats    { grid-template-columns: 1fr 1fr; }
    .pj-page__form     { padding: 24px 20px; }
    .pj-page__checklist { grid-template-columns: 1fr; }
    .pj-booking-form   { padding: 24px 20px; }
    .pj-page__loan-example { padding: 28px 20px; }
    .pj-page__leasing-types { max-width: 100%; }

    /* Undgå at banner-overskrifter skjules bag fixed header */
    .pj-page__banner { padding-top: 60px; }
    .pj-page__banner--text-only .pj-page__banner-content { padding-top: 60px; }
}

/* ============================================
   NYESTE BILER SLIDER
   ============================================ */
.pj-cars-section {
    background: transparent;
    padding: 64px 0 56px;
    font-family: 'Montserrat', sans-serif;
}
.pj-cars-section__header {
    max-width: 1200px;
    margin: 0 auto 36px;
    padding: 0 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
.pj-cars-section__label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8B1A2B;
    margin: 0 0 10px;
}
.pj-cars-section__heading {
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 800;
    color: #151c28;
    margin: 0 0 8px;
    line-height: 1.15;
}
.pj-cars-section__sub {
    font-size: 15px;
    color: #718096;
    margin: 0;
}
.pj-cars-section__nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.pj-cars-nav {
    width: 44px;
    height: 44px;
    background: #151c28;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
    flex-shrink: 0;
}
.pj-cars-nav:hover { background: #8B1A2B; }

/* Slider track */
.pj-cars-slider-wrap {
    overflow: hidden;
    padding: 8px 0 16px;
}
.pj-cars-slider {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px 12px;
    scrollbar-width: none;
    max-width: 1200px;
    margin: 0 auto;
}
.pj-cars-slider::-webkit-scrollbar { display: none; }

/* Individual slide */
.pj-cars-slide {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 270px;
    max-width: 360px;
    scroll-snap-align: start;
}

/* Car card – matches bilhandler card style */
.pj-car-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    height: 100%;
}
.pj-car-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.13);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}

/* Image wrapper: aspect-ratio 70% som bilhandler */
.pj-car-card__img-wrap {
    position: relative;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}
.pj-car-card__img-wrap img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.pj-car-card:hover .pj-car-card__img-wrap img {
    transform: scale(1.03);
}

/* No-image placeholder */
.pj-car-card__noimage {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/* Leasing / taxfree badge – top left */
.pj-car-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
}
.pj-car-card__badge--leasing { background: rgba(16,185,129,0.9); color: #fff; }
.pj-car-card__badge--taxfree { background: rgba(59,130,246,0.9); color: #fff; }

/* Fuel icon badge – bottom right */
.pj-car-card__fuel-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.pj-car-card__fuel-icon.badge-electric { background: #EAB308; }
.pj-car-card__fuel-icon.badge-hybrid   { background: #059669; }
.pj-car-card__fuel-icon.badge-diesel   { background: #1e293b; }
.pj-car-card__fuel-icon.badge-benzin   { background: #059669; }

/* Card body */
.pj-car-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.pj-car-card__title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 2px;
    line-height: 1.3;
}
.pj-car-card__variant {
    font-size: 14px;
    color: #111827;
    margin: 0 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Spec pills – mørk baggrund med hvid tekst som bilhandler */
.pj-car-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}
.pj-car-card__spec-pill {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background: #1f2937;
    padding: 4px 10px;
    border-radius: 5px;
    border-right: none;
}
.pj-car-card__spec-pill:last-child {
    border-right: none;
}

/* Price + financing bottom wrapper */
.pj-car-card__bottom {
    margin-top: auto;
    margin: 0 -20px -20px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}
.pj-car-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
}
.pj-car-card__price-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}
.pj-car-card__price-amount {
    font-size: 20px;
    font-weight: 700;
    color: #0f1924;
}
.pj-car-card__price-amount--blue {
    color: #0f1924;
}
.pj-car-card__financing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 14px 10px;
    border-top: 1px solid #e5e7eb;
}
.pj-car-card__financing-label {
    font-size: 13px;
    font-weight: 700;
    color: #4b5563;
}
.pj-car-card__financing-amount {
    font-size: 15px;
    font-weight: 700;
    color: #1a56db;
}

.bilhandler-card-financing {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 6px 14px 10px !important;
    border-top: 1px solid #e5e7eb !important;
}
.bilhandler-financing-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #4b5563 !important;
}
.bilhandler-financing-amount {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1a56db !important;
}

.bilhandler-financing-info-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
    border-radius: 50% !important;
    border: 1.5px solid #8B1A2B !important;
    color: #8B1A2B !important;
    background: none !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    font-family: Georgia, serif !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-left: 6px !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.bilhandler-financing-info-btn:hover {
    background: #8B1A2B !important;
    color: #fff !important;
}

/* Empty state */
.pj-cars-slide--empty {
    flex: 0 0 100%;
    padding: 40px;
    text-align: center;
    color: #718096;
    font-size: 14px;
}

/* Se alle knap */
.pj-cars-section__footer {
    max-width: 1200px;
    margin: 28px auto 0;
    padding: 0 24px;
    text-align: center;
}
.pj-cars-section__all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 36px;
    background: #151c28;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    letter-spacing: 0.3px;
}
.pj-cars-section__all-btn:hover { background: #8B1A2B; color: #fff; transform: translateY(-2px); }

/* Responsive */
@media (max-width: 900px) {
    .pj-cars-slide { flex: 0 0 calc(50% - 12px); }
    .pj-cars-section__header { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
    .pj-cars-slide { flex: 0 0 85vw; max-width: 85vw; }
    .pj-cars-section { padding: 48px 0 40px; }
}

/* ===== BIL KATEGORIER ===== */
.pj-bil-kategorier-wrap {
    padding: 0;
    width: 100%;
}

.pj-bil-kategorier {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.pj-bil-kat-card {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    padding: 40px 32px 36px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pj-bil-kat-card::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.pj-bil-kat-card::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.pj-bil-kat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.35);
}

.pj-bil-kat-card__icon-wrap {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.pj-bil-kat-card__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.pj-bil-kat-card__text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.70);
    margin: 0;
    line-height: 1.65;
    flex: 1;
    position: relative;
    z-index: 1;
}

.pj-bil-kat-card__cta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.90);
    margin-top: 24px;
    position: relative;
    z-index: 1;
    transition: gap 0.25s ease;
}

.pj-bil-kat-card:hover .pj-bil-kat-card__cta {
    gap: 12px;
}

@media (max-width: 960px) {
    .pj-bil-kategorier { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
    .pj-bil-kategorier { grid-template-columns: 1fr; }
    .pj-bil-kat-card { min-height: 180px; padding: 28px 24px; }
}

/* ===== MEGA MENU – KATEGORI STRIBE ===== */
.pj-mega__left-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pj-mega__left-cols {
    display: flex;
    flex: 1;
}

.pj-mega__cat-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 19px;
    margin-top: auto;
    border-top: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.pj-mega__cat-label {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
    margin-bottom: 2px;
}

.pj-mega__cat-tile {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.pj-mega__cat-tile:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.pj-mega__cat-tile--el     { background: linear-gradient(135deg, #16a34a, #ca8a04); }
.pj-mega__cat-tile--benzin { background: linear-gradient(135deg, #059669, #064e3b); }
.pj-mega__cat-tile--diesel { background: linear-gradient(135deg, #1c1c1c, #000000); }
.pj-mega__cat-tile--vare   { background: linear-gradient(135deg, #14532d, #111111); }
