/* A4 Print Poster Styles */

@page {
    size: A4 portrait;
    margin: 15mm;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "GDS Transport", arial, sans-serif;
    margin: 0;
    padding: 0;
    background: white;
    color: #000;
    font-size: 24px;
    line-height: 1.4;
}

.poster-container {
    width: 100%;
    height: 100vh;
    max-height: 277mm; /* A4 height minus margins */
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.poster-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 5px solid #1d70b8;
    padding-bottom: 20px;
}

.poster-title {
    font-size: 48px;
    font-weight: bold;
    color: #1d70b8;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

.poster-subtitle {
    font-size: 28px;
    color: #505a5f;
    margin: 0;
    font-weight: normal;
}

.poster-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.emergency-banner {
    background: #d4351c;
    color: white;
    padding: 25px;
    margin: 20px 0;
    border-radius: 8px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    border: 3px solid #b91d47;
}

.warning-banner {
    background: #ffb266;
    color: #000;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border: 3px solid #f47738;
}

.info-banner {
    background: #1d70b8;
    color: white;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.key-points {
    margin: 20px 0;
}

.key-points h2 {
    font-size: 32px;
    color: #1d70b8;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.key-points ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-points li {
    padding: 8px 0;
    font-size: 24px;
    border-left: 5px solid #1d70b8;
    padding-left: 15px;
    margin-bottom: 10px;
    background: #f8f9fa;
}

.contact-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 3px solid #b1b4b6;
    margin: 20px 0;
}

.contact-section h3 {
    font-size: 28px;
    color: #1d70b8;
    margin: 0 0 15px 0;
}

.contact-number {
    font-size: 36px;
    font-weight: bold;
    color: #d4351c;
    margin: 10px 0;
}

.poster-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 3px solid #b1b4b6;
}

.qr-section {
    text-align: center;
    flex: 0 0 150px;
}

.qr-code {
    width: 120px;
    height: 120px;
    border: 3px solid #000;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgM0gxMVYxMUgzVjNaTTUgNVY5SDlWNUg1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTEzIDNIMjFWMTFIMTNWM1pNMTUgNVY5SDE5VjVIMTVaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMyAxM0gxMVYyMUgzVjEzWk01IDE1VjE5SDlWMTVINVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMyAxM0gxNVYxNUgxM1YxM1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNyAxM0gxOVYxNUgxN1YxM1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yMSAxM0gyMVYxNUgyMVYxM1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMyAxN0gxNVYxOUgxM1YxN1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNyAxN0gxOVYxOUgxN1YxN1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yMSAxN0gyMVYxOUgyMVYxN1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMyAyMUgxNVYyMUgxM1YyMVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xNyAyMUgxOVYyMUgxN1YyMVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yMSAyMUgyMVYyMUgyMVYyMVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=') no-repeat center;
    background-size: 80%;
    margin: 0 auto 10px auto;
}

.qr-text {
    font-size: 16px;
    color: #505a5f;
    margin: 0;
    font-weight: bold;
}

.seven-steps-logo {
    flex: 1;
    text-align: left;
}

.seven-steps-logo h4 {
    font-size: 24px;
    color: #1d70b8;
    margin: 0;
    font-weight: bold;
}

.seven-steps-logo p {
    font-size: 18px;
    color: #505a5f;
    margin: 5px 0 0 0;
}

/* Print-specific styles */
@media print {
    body {
        background: white !important;
        color: black !important;
    }
    
    .poster-container {
        height: auto;
        max-height: none;
    }
    
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

/* High contrast accessibility */
@media (prefers-contrast: high) {
    .emergency-banner {
        border: 5px solid #000;
    }
    
    .warning-banner {
        border: 5px solid #000;
        background: #ffcc00;
    }
    
    .info-banner {
        border: 5px solid #000;
    }
}

/* Large text accessibility */
@media (prefers-reduced-motion: no-preference) {
    .poster-title {
        animation: none;
    }
}