@page {
    size: A4;
    margin: 2.5cm;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 11pt;
    line-height: 1.6;
    color: #1a1a1a;
    max-width: 21cm;
    margin: 0 auto;
    padding: 2cm;
    background: #fff;
}

.header {
    text-align: center;
    border-bottom: 2px solid #0284c7;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.logo-text {
    font-size: 24pt;
    font-weight: bold;
    color: #0284c7;
    letter-spacing: 1px;
}

.company-info {
    font-size: 9pt;
    color: #666;
    margin-top: 0.5rem;
}

h1 {
    font-size: 18pt;
    color: #1e293b;
    text-align: center;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-size: 12pt;
    color: #0284c7;
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #e2e8f0;
}

p {
    margin-bottom: 0.75rem;
    text-align: justify;
}

ul {
    margin: 0.75rem 0 0.75rem 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

.highlight-box {
    background: #f0f9ff;
    border-left: 4px solid #0284c7;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}

.highlight-box p {
    margin-bottom: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 10pt;
}

th, td {
    border: 1px solid #e2e8f0;
    padding: 0.6rem 0.75rem;
    text-align: left;
}

th {
    background: #f8fafc;
    font-weight: bold;
    color: #334155;
}

.footer {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    font-size: 9pt;
    color: #64748b;
    text-align: center;
}

.date {
    font-style: italic;
    color: #64748b;
    text-align: center;
    margin-bottom: 2rem;
}

.legal-ref {
    font-size: 9pt;
    color: #64748b;
}

.back-link {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 10pt;
}

.back-link a {
    color: #0284c7;
    text-decoration: none;
}

.back-link a:hover {
    text-decoration: underline;
}

.lang-separator {
    margin: 3rem 0;
    border-top: 3px double #0284c7;
    padding-top: 0.5rem;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 9pt;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media print {
    body {
        padding: 0;
    }

    .header {
        page-break-after: avoid;
    }

    .back-link {
        display: none;
    }
}
