﻿.page-content-wrapper,
.page-content-wrapper footer {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
:root {
    --primary: #316e43;
    --secondary: #316E43;
    --line: #316e43;
    --bg: #f9fbef;
    --text: #231F20;
    --border: #d5e5ce;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.pager {
    background: var(--bg);
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
    color: var(--text);
    line-height: 1.5;
}
.onepager {
    max-width: 1400px;
    margin: 0 auto;
}
.label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondary);
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    font-weight: 700;
}
.top-line {
    height: 5px;
    background: var(--line);
    border: none;
    margin-bottom: 1rem;
}
.header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: start;
    margin-bottom: 1rem;
}
.header h1 {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.1;
    margin-bottom: 8px;
}

.header p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #231F20 !important;
}
.logo-placeholder {
    width: 120px;
    height: 120px;
    background: #e0e0e0;
    border: 2px dashed var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 12px;
}
.columns {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 2rem;
}
hr {
    border: none;
    height: 5px;
    background: var(--line);
    width: 100%;
    margin: 1.5rem 0 0.5rem;
    opacity: 1 !important;
}
.column h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 6px;
}
.mission-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left;
}
.column p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.75rem;
    text-align: left;
}
.column p.italic {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    margin-bottom: 1rem;
}
.column ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
.column ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-align: left;
}
.column ul li strong {
    color: var(--text);
    font-weight: 600;
}
.footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    margin-top: 2rem;
    align-items: start;
}
.footer h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 4px;
}
.footer p {
    font-size: 16px;
    font-weight: 400;
}
.qr-placeholder {
    width: 100px;
    height: 100px;
    background: #e0e0e0;
    border: 2px dashed var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 12px;
    justify-self: end;
}
@media screen and (max-width:900px) {
    body {
        padding: 1rem;
    }
    .header h1 {
        font-size: 32px !important;
        line-height: 1.1;
    }
    .header p,
    .column p,
    .footer p {
        font-size: 18px !important;
    }
    .mission-text {
        font-size: 16px !important;
    }
    .column h3,
    .footer h3 {
        font-size: 14px !important;
    }
    .column ul li {
        font-size: 14px !important;
    }
    .label {
        font-size: 8px !important;
        letter-spacing: 1px;
    }
    hr {
        height: 4px !important;
        margin: 1rem 0 0.5rem !important;
    }
    .logo-placeholder {
        width: 80px !important;
        height: 80px !important;
    }
    .qr-placeholder {
        width: 80px !important;
        height: 80px !important;
    }
    .label {
        font-size: 8px;
        letter-spacing: 1px;
        margin-bottom: 0.5rem;
    }
    .top-line {
        margin-bottom: 1.25rem;
    }
    .header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .header h1 {
        font-size: 32px !important;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }
    .header p {
        font-size: 18px !important;
        line-height: 1.4;
        margin: 0.75rem 0 1rem;
        max-width: 100%;
    }
    .logo-placeholder {
        align-self: center;
        margin-bottom: 1rem;
        width: 100px !important;
        height: 100px !important;
    }
    .columns {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
    .column {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .column hr {
        width: 100% !important;
    }
    .column + .column {
        margin-top: 2rem !important;
    }
    #seal-container {
        flex: 1 1 auto;
        padding: 0.5rem 0;
        width: 100% !important;
    }
    #seal-container img {
        max-width: 25% !important;
        height: auto !important;
    }
}
