/* =========================================
   Whitepaper — academic / journal style
   Shared across /whitepaper and /whitepaper/* sub-pages.
   Loaded globally because Blazor CSS isolation would
   otherwise restrict styles to a single .razor file.
========================================= */

/* Body wrapper — subtle off-white page background */
.wp-hero,
.wp-section {
    font-family: Georgia, "Source Serif Pro", "Iowan Old Style", "Times New Roman", serif;
    color: #2a2a2a;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Hero — title page */
.wp-hero {
    padding: 96px 32px 48px;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

.wp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Georgia, serif;
    font-size: 12.5px;
    font-style: italic;
    color: #6b6b6b;
    margin-bottom: 32px;
    letter-spacing: 0.04em;
}

.wp-eyebrow i { font-size: 12px; }

.wp-title {
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.4px;
    color: #1a1a1a;
    margin: 0 auto 20px;
    max-width: 780px;
}

.wp-lede {
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2a2a2a;
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.wp-lede strong { color: #1a1a1a; font-weight: 700; font-style: normal; }

.wp-track-guide {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.65;
    color: #6b6b6b;
    max-width: 760px;
    margin: 8px auto 0;
    padding: 14px 18px;
    border-left: 3px solid #c9c9c9;
    background: #fafafa;
    text-align: left;
    font-style: italic;
}
.wp-track-guide strong { color: #1a1a1a; font-style: normal; font-weight: 700; }
.wp-track-guide a { color: #5a3a1a; text-decoration: underline; font-style: normal; font-weight: 600; }

.wp-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    font-family: Georgia, serif;
}

/* Sections — single column 760px reading width */
.wp-section {
    padding: 56px 32px;
    border-bottom: 1px solid #ededed;
}

.wp-section--alt { background: #ffffff; }

.wp-container {
    max-width: 760px;
    margin: 0 auto;
}

.wp-kicker {
    display: block;
    font-family: Georgia, serif;
    font-size: 11.5px;
    font-style: italic;
    letter-spacing: 0.06em;
    color: #8a8a8a;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 400;
}

.wp-h2 {
    font-family: Georgia, "Iowan Old Style", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 16px;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 10px;
}

.wp-sub {
    font-family: Georgia, serif;
    font-size: 15.5px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0 0 24px;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.wp-sub strong { color: #1a1a1a; font-weight: 700; }

.wp-note {
    font-family: Georgia, serif;
    font-size: 13.5px;
    color: #6b6b6b;
    margin-top: 20px;
    padding: 14px 18px;
    background: #fafafa;
    border-left: 2px solid #8a8a8a;
    line-height: 1.7;
    font-style: italic;
}

.wp-note i { color: #8a8a8a; margin-right: 6px; font-style: normal; }
.wp-note a { color: #5a3a1a; text-decoration: underline; }
.wp-note strong { color: #1a1a1a; font-style: normal; font-weight: 700; }

/* Preamble — Promise (2 column footnotes-style) */
.wp-preamble { background: #ffffff; }

.wp-promise-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.wp-promise-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.wp-promise-icon { display: none; }

.wp-promise-item h3 {
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.35;
    letter-spacing: 0;
}

.wp-promise-item p {
    font-family: Georgia, serif;
    font-size: 14.5px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0;
    text-align: justify;
    hyphens: auto;
}

.wp-promise-item strong { color: #1a1a1a; font-weight: 700; }

/* Patents — 3 cards, stacked-vertical bordered list */
.wp-patent-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.wp-patent-card {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 18px 0;
    display: block;
}

.wp-patent-icon { display: none; }

.wp-patent-status {
    display: block;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #8a8a8a;
    margin-bottom: 4px;
    align-self: auto;
}

.wp-patent-card h3 {
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.35;
}

.wp-patent-card p {
    font-family: Georgia, serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0;
    text-align: justify;
    hyphens: auto;
}

.wp-patent-card strong { color: #1a1a1a; }

/* PUF weakness → DPSM solution: two-column compare list */
.wp-puf-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.wp-puf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.wp-puf-weak,
.wp-puf-solu {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wp-puf-weak {
    background: transparent;
    border-right: 1px solid #ededed;
    padding-right: 18px;
}

.wp-puf-solu {
    background: transparent;
    border-left: none;
    padding-left: 18px;
}

.wp-puf-label {
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 10.5px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.06em;
    text-transform: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    align-self: flex-start;
    margin-bottom: 2px;
}

.wp-puf-label--weak { color: #8a3a1a; background: transparent; }
.wp-puf-label--solu { color: #1a5a3a; background: transparent; }

.wp-puf-weak h4,
.wp-puf-solu h4 {
    font-family: Georgia, serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
    line-height: 1.35;
}

.wp-puf-weak p,
.wp-puf-solu p {
    font-family: Georgia, serif;
    font-size: 13.5px;
    color: #2a2a2a;
    line-height: 1.65;
    margin: 0;
    text-align: justify;
    hyphens: auto;
}

.wp-puf-arrow { display: none; }

/* FIPS compliance note — light tone, no icon */
.wp-fips-note {
    display: block;
    margin-top: 24px;
    padding: 18px 20px;
    background: #f4f4f4;
    border-left: 3px solid #5a3a1a;
    border-radius: 0;
    color: #2a2a2a;
    font-family: Georgia, serif;
}

.wp-fips-note i { display: none; }

.wp-fips-note h4 {
    font-family: Georgia, serif;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    letter-spacing: 0;
}

.wp-fips-note p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.7;
    color: #2a2a2a;
    text-align: justify;
}

.wp-fips-note strong { color: #5a3a1a; font-weight: 700; }
.wp-fips-note a { color: #5a3a1a; text-decoration: underline; }

/* HSM cons — numbered footnote list */
.wp-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.wp-con-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ededed;
    border-left: none;
    border-radius: 0;
    padding: 14px 0;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    align-items: start;
}

.wp-con-item:nth-child(odd)  { padding-right: 20px; border-right: 1px solid #ededed; }
.wp-con-item:nth-child(even) { padding-left: 20px; }

.wp-con-num {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #8a3a1a;
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    display: inline;
    line-height: 1.4;
    padding-top: 1px;
}

.wp-con-num::after { content: "."; }

.wp-con-item h4 {
    font-family: Georgia, serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
    line-height: 1.35;
}

.wp-con-item p {
    font-family: Georgia, serif;
    font-size: 13px;
    color: #2a2a2a;
    margin: 0;
    line-height: 1.65;
}

.wp-con-item h4,
.wp-con-item p { grid-column: 2; }

/* Tables — academic */
.wp-table-wrap {
    overflow-x: auto;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #ffffff;
    margin-top: 20px;
}

.wp-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Georgia, serif;
    font-size: 13.5px;
}

.wp-table thead th {
    text-align: left;
    padding: 10px 14px;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    color: #1a1a1a;
    border-bottom: 1.5px solid #1a1a1a;
    background: #fafafa;
}

.wp-table tbody td {
    padding: 10px 14px;
    color: #2a2a2a;
    vertical-align: top;
    border-bottom: 1px solid #ededed;
    line-height: 1.6;
}

.wp-table tbody tr:last-child td { border-bottom: none; }

.wp-table tbody td strong { color: #1a1a1a; font-weight: 700; }

.wp-table--compare th:first-child,
.wp-table--compare td:first-child { width: 22%; }

.wp-table--compare th.wp-compare-ours,
.wp-table--compare td.wp-compare-ours {
    background: #fafafa;
    color: #1a1a1a;
    font-weight: 400;
}

.wp-table--compare th.wp-compare-ours {
    color: #1a1a1a;
    background: #ededed;
    border-bottom: 1.5px solid #1a1a1a;
}

/* Bar chart — single bar with HSM (left) and DPSM (right) segments */
.wp-bar-compare {
    margin-top: 24px;
    border-top: 1px solid #d9d9d9;
}

.wp-bar-row {
    padding: 16px 0 18px;
    border-bottom: 1px solid #ededed;
}

.wp-bar-label {
    font-family: Georgia, serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    letter-spacing: -0.1px;
}

/* Single bar — two segments proportional to scores via flex-grow (style="flex:N;") */
.wp-bar-track-single {
    display: flex;
    height: 28px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f4f4f4;
}

.wp-bar-seg {
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.05em;
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    flex-basis: 0;
}

.wp-bar-seg--hsm  {
    background: #b8b8b8;
    color: #1a1a1a;
    justify-content: flex-start;
}

.wp-bar-seg--dpsm {
    background: #1a1a1a;
    color: #ffffff;
    justify-content: flex-end;
}

/* Captions below — 2-column matching the bar above */
.wp-bar-captions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    font-family: Georgia, serif;
}

.wp-bar-cap-h,
.wp-bar-cap-d {
    font-style: italic;
    font-size: 12.5px;
    color: #2a2a2a;
    line-height: 1.55;
}

.wp-bar-cap-h strong,
.wp-bar-cap-d strong {
    font-style: italic;
    font-weight: 700;
    color: #1a1a1a;
    margin-right: 2px;
}

.wp-bar-cap-d strong { color: #5a3a1a; }

/* Deployment cards — stacked vertically (one per row) */
.wp-deploy {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.wp-deploy-card {
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
    padding: 22px 0;
    background: transparent;
}

.wp-deploy-card:last-child { border-bottom: none; }

.wp-deploy-card--online,
.wp-deploy-card--closed { background: transparent; }

.wp-deploy-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: Georgia, serif;
    font-size: 11.5px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.04em;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #1a5a3a;
    margin-bottom: 10px;
    text-transform: none;
}

.wp-deploy-badge--closed { background: transparent; color: #8a3a1a; }
.wp-deploy-badge--fab    { background: transparent; color: #1a3a5a; }

/* Industrial chip / fab block */
.wp-fab-block {
    margin-top: 14px;
    border-top: 1px solid #ededed;
}

.wp-fab-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.wp-fab-row:last-child { border-bottom: none; }

.wp-fab-label {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12.5px;
    font-weight: 700;
    color: #1a3a5a;
    letter-spacing: 0.04em;
}

.wp-fab-detail {
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
}

.wp-fab-detail strong { color: #1a1a1a; font-weight: 700; }

.wp-deploy-card h3 {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.3;
}

.wp-deploy-card p {
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0 0 10px;
    text-align: justify;
}

.wp-deploy-card strong { color: #1a1a1a; }

.wp-deploy-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.wp-deploy-list li {
    font-family: Georgia, serif;
    font-size: 13px;
    color: #1a1a1a;
    padding: 4px 0 4px 18px;
    position: relative;
    line-height: 1.6;
}

.wp-deploy-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #8a8a8a;
    font-weight: 400;
}

/* License — text-style */
.wp-license-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.wp-license-item {
    background: transparent;
    border: none;
    border-right: 1px solid #ededed;
    border-radius: 0;
    padding: 18px 18px 18px 0;
    text-align: left;
}

.wp-license-item:last-child { border-right: none; padding-right: 0; padding-left: 18px; }
.wp-license-item:not(:first-child):not(:last-child) { padding-left: 18px; }

.wp-license-item i {
    font-size: 18px;
    color: #5a3a1a;
    margin-bottom: 6px;
    display: block;
}

.wp-license-item h4 {
    font-family: Georgia, serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}

.wp-license-item p {
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0;
}

/* Final CTA — colophon */
.wp-final {
    background: #1a1a1a;
    border-bottom: none;
    padding: 56px 32px;
}

.wp-final-inner {
    text-align: center;
    color: rgba(255,255,255,0.9);
    font-family: Georgia, serif;
}

.wp-final-title {
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.2px;
    margin: 0 0 14px;
}

.wp-final-sub {
    font-family: Georgia, serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
    max-width: 580px;
    margin: 0 auto 24px;
}

.wp-final-cta {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.wp-final-meta {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11.5px;
    color: rgba(255,255,255,0.4);
    margin: 0;
}

.wp-cta .m-btn,
.wp-final-cta .m-btn {
    font-family: Georgia, serif;
    font-style: normal;
    border-radius: 2px;
}

.wp-bridge {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fafafa;
    color: #1a1a1a;
    padding: 18px 20px;
    border-radius: 0;
    border-left: 3px solid #1a1a1a;
    margin-top: 24px;
    font-family: Georgia, serif;
}

.wp-bridge i { font-size: 20px; color: #5a3a1a; flex-shrink: 0; }
.wp-bridge p { margin: 0; font-size: 14px; line-height: 1.7; }
.wp-bridge strong { color: #1a1a1a; font-weight: 700; }

/* Comparison table — used by /whitepaper/axowl-vs-homomorphic-encryption */
.wp-compare-table {
    margin-top: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.wp-compare-header {
    display: grid;
    grid-template-columns: 1.1fr 1.6fr 1.6fr;
    background: #0f0f12;
    color: #f5f5f5;
    font-weight: 600;
    font-size: 0.9rem;
}

.wp-compare-header > div {
    padding: 1rem 1.25rem;
}

.wp-compare-row {
    display: grid;
    grid-template-columns: 1.1fr 1.6fr 1.6fr;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.93rem;
    line-height: 1.55;
}

.wp-compare-row > div {
    padding: 1.1rem 1.25rem;
}

.wp-compare-row .wp-compare-col-vector {
    background: #f7f7f9;
    font-weight: 600;
}

.wp-compare-row .wp-compare-col-vector h4 {
    font-size: 0.95rem;
    margin: 0;
    font-weight: 700;
}

.wp-compare-row .wp-compare-col-he {
    background: #fff7f5;
    border-left: 3px solid #e07a6a;
}

.wp-compare-row .wp-compare-col-ax {
    background: #f5faff;
    border-left: 3px solid #2d6cdf;
}

/* Why grid — used by /whitepaper/axowl-vs-homomorphic-encryption */
.wp-why-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.wp-why-card {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    position: relative;
}

.wp-why-num {
    position: absolute;
    top: -0.85rem;
    left: 1.25rem;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: #0f0f12;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-why-card h3 {
    font-size: 1.05rem;
    margin: 0.75rem 0 0.6rem;
    font-weight: 700;
}

.wp-why-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #2a2a30;
    margin: 0;
}

.wp-cta-row {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.wp-cta-primary {
    background: #0f0f12;
    color: #fff;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
}

.wp-cta-primary:hover {
    background: #2a2a30;
}

.wp-cta-ghost {
    color: #0f0f12;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-link {
    color: #2d6cdf;
    text-decoration: none;
    font-weight: 600;
}

.wp-link:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
    .wp-hero        { padding: 72px 24px 36px; }
    .wp-title       { font-size: 30px; }
    .wp-lede        { font-size: 15px; }
    .wp-section     { padding: 48px 24px; }
    .wp-h2          { font-size: 22px; }
    .wp-promise-grid,
    .wp-patent-grid { grid-template-columns: 1fr; }
    .wp-cons-grid   { grid-template-columns: 1fr; }
    .wp-deploy      { grid-template-columns: 1fr; }
    .wp-license-grid{ grid-template-columns: 1fr; }
    .wp-final-title { font-size: 22px; }
    .wp-deploy-card { border-right: none; border-bottom: 1px solid #ededed; padding: 22px 0; }
    .wp-deploy-card:last-child { padding-left: 0; border-bottom: none; }
    .wp-license-item { border-right: none; border-bottom: 1px solid #ededed; padding: 16px 0; }
    .wp-license-item:last-child { border-bottom: none; }
    .wp-license-item:not(:first-child):not(:last-child),
    .wp-license-item:last-child { padding-left: 0; }
    .wp-con-item:nth-child(odd) { border-right: none; padding-right: 0; }
}

@media (max-width: 900px) {
    .wp-compare-header,
    .wp-compare-row {
        grid-template-columns: 1fr;
    }
    .wp-compare-row > div {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .wp-why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wp-hero        { padding: 56px 18px 32px; }
    .wp-title       { font-size: 24px; line-height: 1.25; }
    .wp-lede        { font-size: 14.5px; }
    .wp-section     { padding: 36px 18px; }
    .wp-h2          { font-size: 19px; }
    .wp-puf-row     { grid-template-columns: 1fr; border-bottom: 1.5px solid #d9d9d9; }
    .wp-puf-weak    { border-right: none; border-bottom: 1px dashed #ededed; }
    .wp-bar-pair    { grid-template-columns: 1fr; gap: 12px; }
    .wp-fips-note   { padding: 16px 18px; }
    .wp-final       { padding: 40px 18px; }
}

@media print {
    .wp-hero,
    .wp-section     { page-break-inside: avoid; padding: 24px 0; border-bottom: 1px solid #ddd; }
    .wp-cta,
    .wp-final-cta   { display: none; }
    .wp-final       { background: #ffffff; }
    .wp-final-title,
    .wp-final-sub,
    .wp-final-meta  { color: #1a1a1a; }
    .wp-fips-note   { background: #f4f4f4; color: #1a1a1a; }
    .wp-fips-note p { color: #2a2a2a; }
    .wp-fips-note i { color: #5a3a1a; }
    .wp-fips-note h4 { color: #1a1a1a; }
    .wp-fips-note strong { color: #1a1a1a; }
    .wp-bridge      { background: #f4f4f4; }
}
