:root {
    --wav-blue: #007fb4;
    --wav-navy: #00345f;
    --wav-yellow: #ffd400;
    --wav-light: #f2f7fb;
    --wav-text: #052b52;
}
* {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

* {
    box-sizing: border-box;
}

body.vehicle-brochure-body {
    margin: 0;
    background: #dbe3ea;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--wav-text);
}

.print-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 20;
    background: var(--wav-yellow);
    color: var(--wav-navy);
    border: 0;
    border-radius: 8px;
    padding: 12px 18px;
    font-weight: 800;
    cursor: pointer;
}

.brochure-page {
    width: 210mm !important;
    height: 297mm !important;
    max-height: 297mm !important;
    overflow: hidden !important;
    background: #fff;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.brochure-hero {
    height: 96mm;
    display: grid;
    grid-template-columns: 39% 61%;
    background: #00345f;
    position: relative;
    overflow: hidden;
}

.brochure-hero-text {
    position: relative;
    z-index: 2;
    padding: 3mm 8mm;
    background: linear-gradient(145deg, #00345f 0%, #007fb4 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}

.brochure-logo {
    width: 46mm;
    padding: 2mm;
    border-radius: 4px;
    margin-bottom: 4mm;
}

.brochure-hero h1 {
    font-size: 15px;
    line-height: .92;
    margin: 0 0 3mm;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.brochure-hero h1 span {
    font-size: 20px;
    line-height: .92;
    margin: 0 0 3mm;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    opacity:0.8;
}

.brochure-subtitle {
    color: #ffd400;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .5px;
}

.brochure-intro {
    color: #fff;
    font-size: 13.5px;
    line-height: 1.4;
    max-height: 40mm;
    overflow: hidden;
    
}

.brochure-hero-image-wrap {
    height: 96mm;
    position: relative;
    background: #e9f2f8;
}

.brochure-hero-image {
    width: 100%;
    height: 96mm;
    object-fit: cover;
    display: block;
}

.stock-id {
    position: absolute;
    bottom: 4mm;
    right: 5mm;
    background: rgba(0, 52, 95, .9);
    color: #fff;
    font-size: 9px;
    padding: 1.5mm 3mm;
    border-radius: 3px;
}

.icon-row {
    height: 18mm;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #fff;
    border-bottom: 1px solid #d5e3ee;
    padding: 2mm 4mm;
    text-align: center;
}

.icon-row div {
    border-right: 1px solid #d5e3ee;
}

.icon-row div:last-child {
    border-right: none;
}

.icon-row strong {
    display: block;
    color: #007fb4;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.icon-row span {
    display: block;
    color: #00345f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.5mm;
}

.main-content {
    height: 67mm;
    display: grid;
    grid-template-columns: 28% 36% 36%;
    gap: 3mm;
    padding: 4mm;
    background: #f3f8fb;
}

.access-panel {
    background: #00345f;
    color: #fff;
    border-radius: 4mm;
    padding: 4mm;
    overflow: hidden;
}

.access-panel h2 {
    font-size: 18px;
    line-height: .95;
    margin: 0 0 4mm;
    text-transform: uppercase;
    font-weight: 700;
}

.access-panel h2 span {
    color: #ffd400;
}

.access-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.access-panel li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 2.3mm;
}

.access-panel li::before {
    content: "✓";
    color: #ffd400;
    font-weight: 900;
    margin-right: 1.5mm;
}

.content-image {
    width: 100%;
    height: 59mm;
    object-fit: cover;
    border-radius: 4mm;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

.lower-content {
    height: 65mm;
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 3mm;
    padding: 0 4mm 4mm;
    background: #f3f8fb;
}

.spec-box {
    background: #00345f;
    color: #fff;
    border-radius: 4mm;
    padding: 4mm;
    overflow: hidden;
}

.spec-box h3,
.comfort-box h3,
.features h3,
.access-panel h3{
    margin: 0 0 2mm;
    font-size: 11.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.spec-box table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    line-height: 1;
    text-transform:capitalize;
}

.spec-box td {
    padding: 0.5mm 3mm;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.spec-box td:last-child {
    text-align: right;
    font-weight: 700;
}

.comfort-box {
    background: #fff;
    border-radius: 4mm;
    padding: 4mm;
    overflow: hidden;
}

.comfort-box h3 {
    font-size: 17px;
    color: #00345f;
    line-height: 1.05;
}

.comfort-box p {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 1mm;
    color: #123b5f;
}
.comfort-box .content-image {
        width: 100%;
    height: 50mm;
    object-fit: contain;
}
}

.comfort-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2mm;
    font-size: 8.3px;
    font-weight: 800;
    color: #00345f;
    text-align: center;
}

.comfort-icons div {
    background: #e8f3fa;
    border-radius: 3mm;
    padding: 2.5mm 1mm;
}

.circle-callout {
    width: 29mm;
    height: 29mm;
    border-radius: 50%;
    background: #ffd400;
    color: #00345f;
    align-self: center;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

.features {
    height: 25mm;
    padding: 0 2mm 2mm;
    background: #f3f8fb;
    overflow: hidden;
}

.features h3 {
    color: #00345f;
    border-bottom: 1px solid #c9dce9;
    padding-bottom: 1.5mm;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.3mm 4mm;
    font-size: 9px;
    line-height: 1.15;
    max-height: 22mm;
    overflow: hidden;
}

.feature-grid span::before {
    content: "✓";
    color: #007fb4;
    font-weight: 900;
    margin-right: 1.2mm;
}

.brochure-footer {
    height: 25mm;
    display: grid;
    grid-template-columns: 20% 30% 25% 25%;
    align-items: center;
    background: #00345f;
    color: #fff;
    padding: 4mm 3mm;
    font-size: 11px;
    font-weight: 300;
}

.footer-cta {
}
.brochure-footer div {
    font-size:16px;
    text-align:center;
}
.brochure-footer p {
    font-size:14px;
    color:#ffd400;
    line-height:1;
    text-align:left;
}

.brochure-footer img {
    max-width: 35mm;
    justify-self: end;
}
.brochure-qr img {
    width: 23mm;
    height:23mm;
    margin-top:-10px;
}

@page {
    size: A4 portrait;
    margin: 0;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    html,
    body {
        width: 210mm !important;
        height: 297mm !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .print-hide,
    .print-button,
    #wpadminbar,
    header,
    footer,
    .site-header,
    .site-footer,
    .elementor-location-header,
    .elementor-location-footer {
        display: none !important;
    }

    .brochure-page {
        width: 210mm !important;
        height: 297mm !important;
        margin: 0 !important;
        box-shadow: none !important;
        overflow: hidden !important;
        page-break-inside: avoid !important;
    }
}