/* @page {
    size: A4;
    margin: 18mm 16mm;
    background-color: #f4f6f8;
    @bottom-right {
        content: "Page " counter(page) " of " counter(pages);
        font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
        font-size: 8pt;
        color: #8a9ba8;
    }
} */

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

body {
    color: #2d3748;
    background-color: #f4f6f8;
    line-height: 1.6;
    font-size: 10.5pt;
    margin: 0;
    padding: 0;
}

div#why-tl3 {
	max-width: 1024px;
	margin: 0 auto 25px;
    padding: 0 5mm;
}

/* Full-width elegant header utilizing negative margins to break page padding safely */
.header-banner {
    background-color: #c0c0c0;
    color: #ffffff;
	width: 100%;
    /* margin: -18mm -16mm 25px -16mm; */
    margin: 25mm 0 10mm;
    padding: 30px 16mm;
    border-bottom: 4px solid #080808;
}

.header-banner h1 {
    font-size: 26pt;
    margin: 0 0 5px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000;
}

.header-banner .subtitle {
    font-size: 12pt;
    color: #141416;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

h2 {
    font-size: 15pt;
    color: #1a2530;
    margin-top: 25px;
    margin-bottom: 12px;
    border-left: 4px solid #080808;
    padding-left: 10px;
    page-break-after: avoid;
}

p {
    margin-top: 0;
    margin-bottom: 14px;
    text-align: justify;
}

.lead-text {
    font-size: 12pt;
    font-weight: 600;
    color: #141416;
    margin-bottom: 16px;
    line-height: 1.5;
}

/* Pillars Layout using a table structure for native WeasyPrint multi-page safety */
.pillars-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.pillars-table td {
    width: 50%;
    padding: 10px;
    vertical-align: top;
}

.pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #c0c0c0;
    padding: 15px;
    height: 100%;
    min-height: 130px;
}

.pillar-card h3 {
    margin: 0 0 8px 0;
    font-size: 11.5pt;
    color: #1a2530;
    font-weight: 700;
    page-break-after: avoid;
}

.pillar-card p {
    margin: 0;
    font-size: 9.5pt;
    color: #4a5568;
    text-align: left;
    line-height: 1.5;
}

/* How I Work Section */
.steps-container {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.steps-container td {
    width: 33.33%;
    padding: 8px;
    vertical-align: top;
}

.step-box {
    background: #dedede;
    padding: 14px;
    border-radius: 4px;
    border-left: 3px solid #080808;
}

.step-num {
    font-size: 9pt;
    font-weight: bold;
    color: #080808;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.step-box h4 {
    margin: 0 0 6px 0;
    font-size: 11pt;
    color: #1a2530;
}

.step-box p {
    margin: 0;
    font-size: 9.5pt;
    color: #4a5568;
    line-height: 1.4;
}

/* Custom Quote Styling */
.manifesto-quote {
    background-color: #c0c0c0;
    border-left: 4px solid #404040;
    padding: 15px 20px;
    margin: 22px 0;
    page-break-inside: avoid;
}

.manifesto-quote p {
    margin: 0;
    font-size: 11pt;
    font-style: italic;
    color: #141416;
    font-weight: 600;
    text-align: left;
}

/* Call To Action Buttons Table */
.cta-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    page-break-inside: avoid;
}

.cta-table td {
    width: 50%;
    padding: 10px;
    vertical-align: top;
}

.cta-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.cta-card p {
    text-align: center;
}

.cta-card h3 {
    margin: 0 0 10px 0;
    font-size: 12pt;
    color: #1a2530;
}

.cta-btn {
    display: block;
    background-color: #080808;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-btn-alt {
    background-color: #404040;
}