:root {
  --color-ink: #13211d;
  --color-muted: #53635e;
  --color-surface: #ffffff;
  --color-soft: #f3f7f5;
  --color-line: #dbe5e1;
  --color-primary: #0b6b4f;
  --color-primary-dark: #07513c;
  --color-accent: #d6f04a;
  --color-navy: #112b32;
  --color-error: #a32626;
  --shadow: 0 20px 50px rgba(14, 48, 38, 0.1);
  --radius-sm: 0.65rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --container: 74rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-ink); background: var(--color-surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { max-width: 44rem; }
.skip-link { position: fixed; z-index: 100; top: 0.5rem; left: 0.5rem; padding: 0.65rem 1rem; color: white; background: var(--color-navy); border-radius: var(--radius-sm); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #e3ad12; outline-offset: 3px; }

.site-header { position: relative; z-index: 10; background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--color-line); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; text-decoration: none; font-size: 1.3rem; letter-spacing: -0.04em; }
.brand b { color: var(--color-primary); }
.brand-mark { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: var(--color-navy); background: var(--color-accent); border-radius: 0.7rem 0.7rem 0.7rem 0.2rem; font-weight: 900; }
.site-header nav { display: flex; gap: 0.2rem; }
.site-header nav a { padding: 0.5rem 0.7rem; color: var(--color-muted); text-decoration: none; border-radius: 0.5rem; font-size: 0.925rem; font-weight: 650; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--color-primary-dark); background: var(--color-soft); }

.hero { overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0; background: linear-gradient(120deg, #f7faf8 0%, #edf7f1 100%); }
.hero-grid { display: grid; gap: 3rem; align-items: center; }
.hero-copy { max-width: 46rem; }
.eyebrow { margin: 0 0 0.8rem; color: var(--color-primary); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -0.035em; }
h1 { margin-bottom: 1.25rem; font-size: clamp(2.45rem, 7vw, 4.8rem); }
h2 { margin-bottom: 1rem; font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { margin-bottom: 0.55rem; font-size: 1.25rem; }
p { margin-top: 0; }
.hero-lead { max-width: 42rem; color: var(--color-muted); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions, .form-actions, .result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-top: 1.75rem; }
.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; padding: 0.72rem 1.1rem; border: 1px solid transparent; border-radius: var(--radius-sm); text-decoration: none; font-weight: 750; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--color-primary); box-shadow: 0 10px 25px rgba(11,107,79,0.2); }
.button-primary:hover { background: var(--color-primary-dark); }
.button-secondary { color: var(--color-primary-dark); background: #e3f2ea; border-color: #c6e2d4; }
.button-ghost { color: var(--color-ink); background: transparent; border-color: var(--color-line); }
.button-light { color: var(--color-navy); background: var(--color-accent); }
.text-link { color: var(--color-primary-dark); font-weight: 750; text-underline-offset: 0.25rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: 1rem; padding: 0; margin: 2rem 0 0; color: var(--color-muted); list-style: none; font-size: 0.9rem; font-weight: 650; }
.trust-list li::before { content: "✓"; margin-right: 0.35rem; color: var(--color-primary); font-weight: 900; }

.hero-card { position: relative; padding: clamp(1.5rem, 4vw, 2.25rem); background: var(--color-navy); color: white; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; width: 8rem; height: 8rem; top: -3rem; right: -3rem; border: 1.5rem solid var(--color-accent); border-radius: 50%; opacity: 0.85; }
.card-kicker { position: relative; color: #bcd0ca; font-size: 0.9rem; font-weight: 700; }
.price-visual { display: grid; grid-template-columns: 5fr 3fr 2fr; height: 1.2rem; overflow: hidden; margin: 2rem 0 0.6rem; border-radius: 2rem; }
.price-visual span { font-size: 0; }
.price-visual span:nth-child(1) { background: #e9eee9; }
.price-visual span:nth-child(2) { background: #54a88d; }
.price-visual span:nth-child(3) { background: var(--color-accent); }
.equation { display: flex; align-items: center; justify-content: space-between; gap: 0.25rem; padding: 1rem 0; font-size: clamp(0.8rem, 2vw, 1rem); }
.equation b { color: #8eaaa2; }
.equation strong { color: var(--color-accent); }
.hero-card > p:last-child { margin-bottom: 0; color: #d6e3df; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-tint { background: var(--color-soft); }
.section-dark { color: white; background: var(--color-navy); }
.section-dark .eyebrow { color: var(--color-accent); }
.section-heading { max-width: 46rem; margin-bottom: 2.25rem; }
.section-heading > p:last-child, .featured-tool p, .info-card p, .steps p, .method-grid p { color: var(--color-muted); }
.featured-tool { display: grid; gap: 2rem; align-items: center; padding: clamp(1.75rem, 5vw, 3.5rem); border: 1px solid var(--color-line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 0.7rem 0 0.7rem 2rem; border-bottom: 1px solid var(--color-line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--color-primary); font-weight: 900; }
.card-grid { display: grid; gap: 1rem; }
.info-card { padding: 1.5rem; background: white; border: 1px solid var(--color-line); border-radius: var(--radius-md); }
.card-number { display: inline-block; margin-bottom: 2rem; color: var(--color-primary); font-size: 0.8rem; font-weight: 900; }
.split-section, .method-grid, .article-layout { display: grid; gap: 2.5rem; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--color-line); }
.steps li > span { width: 2rem; height: 2rem; display: grid; place-items: center; color: white; background: var(--color-primary); border-radius: 50%; font-size: 0.85rem; font-weight: 800; }
.steps p { margin: 0; }
.method-grid p { color: #c5d5d0; }
.tool-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 1rem; }
.tool-card { display: flex; flex-direction: column; padding: 1.5rem; background: white; border: 1px solid var(--color-line); border-radius: var(--radius-md); box-shadow: 0 12px 30px rgba(14, 48, 38, 0.06); }
.tool-card h3 a { text-decoration-color: #a8b8b2; text-underline-offset: 0.22rem; }
.tool-card > p:not(.eyebrow), .tool-card-details { color: var(--color-muted); }
.tool-card-details { margin: 0.5rem 0 1.25rem; font-size: 0.88rem; }
.tool-card-details div { padding: 0.55rem 0; border-top: 1px solid var(--color-line); }
.tool-card-details dt { font-weight: 800; }
.tool-card-details dd { margin: 0.1rem 0 0; }
.tool-card .button { width: fit-content; margin-top: auto; }
.section-cta { margin: 1.5rem 0 0; }
.hub-tools { padding-top: 2rem; }

.breadcrumbs { padding-top: 1.25rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0; margin: 0; color: var(--color-muted); list-style: none; font-size: 0.86rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: 0.45rem; color: #9ba9a5; }
.tool-intro { padding: 3rem 0 2.5rem; }
.tool-intro-grid { display: grid; gap: 1.5rem; align-items: end; }
.tool-intro h1 { max-width: 50rem; font-size: clamp(2.2rem, 6vw, 4rem); }
.tool-intro p:not(.eyebrow) { max-width: 48rem; color: var(--color-muted); font-size: 1.1rem; }
.privacy-note { display: flex; flex-direction: column; padding: 1rem 1.2rem; background: var(--color-soft); border-left: 4px solid var(--color-primary); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: 0.88rem; }
.privacy-note span { color: var(--color-muted); }

.calculator-section { padding: 0 0 clamp(4rem, 8vw, 7rem); }
.calculator-layout { display: grid; gap: 1.25rem; align-items: start; }
.calculator-form, .result-panel { border: 1px solid var(--color-line); border-radius: var(--radius-lg); }
.calculator-form { padding: clamp(1.25rem, 4vw, 2rem); background: white; box-shadow: var(--shadow); }
.form-heading { display: flex; gap: 0.85rem; margin-bottom: 2rem; }
.form-heading h2 { margin-bottom: 0.25rem; font-size: 1.55rem; }
.form-heading p { margin: 0; color: var(--color-muted); }
.step-badge { flex: 0 0 auto; width: 2rem; height: 2rem; display: grid; place-items: center; color: white; background: var(--color-primary); border-radius: 50%; font-weight: 800; }
fieldset { padding: 0; margin: 0 0 2rem; border: 0; }
legend { width: 100%; padding: 0 0 0.75rem; margin-bottom: 1rem; border-bottom: 1px solid var(--color-line); font-weight: 800; }
.field-grid { display: grid; gap: 1rem; }
.field { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; }
.field label { grid-column: 1 / -1; display: block; margin-bottom: 0.4rem; font-size: 0.9rem; font-weight: 750; }
.field input { grid-row: 2; grid-column: 1 / -1; width: 100%; height: 3.15rem; padding: 0.7rem 2.75rem; color: var(--color-ink); background: white; border: 1px solid #aebdb8; border-radius: var(--radius-sm); }
.field input:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(11,107,79,0.12); outline: 0; }
.field input[aria-invalid="true"] { border-color: var(--color-error); }
.field-highlight { padding: 0.8rem; margin: -0.8rem; background: #f2f8f4; border-radius: var(--radius-sm); }
.input-prefix, .input-suffix { z-index: 1; grid-row: 2; align-self: center; color: var(--color-muted); font-size: 0.88rem; pointer-events: none; }
.input-prefix { grid-column: 1; margin-left: 0.75rem; }
.input-suffix { grid-column: 3; margin-right: 0.85rem; }
.field .input-suffix-field { padding-left: 0.8rem; }
.field .input-unit-field { padding-left: 0.8rem; }
.field small { grid-column: 1 / -1; display: block; min-height: 2.5em; margin-top: 0.35rem; color: var(--color-muted); font-size: 0.76rem; line-height: 1.25; }
.field-error { grid-column: 1 / -1; display: block; color: var(--color-error); font-size: 0.78rem; font-weight: 700; }
.form-error { padding: 0.8rem 1rem; color: #7e1717; background: #fff0f0; border: 1px solid #edbcbc; border-radius: var(--radius-sm); }

.result-panel { min-height: 28rem; overflow: hidden; background: var(--color-navy); color: white; }
.result-placeholder { min-height: 28rem; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 2rem; text-align: center; }
.result-placeholder p { max-width: 24rem; color: #b9cbc6; }
.result-symbol { width: 4rem; height: 4rem; display: grid; place-items: center; margin-bottom: 1.5rem; color: var(--color-navy); background: var(--color-accent); border-radius: 1.2rem 1.2rem 1.2rem 0.3rem; font-size: 1.6rem; font-weight: 900; }
.result-content { padding: clamp(1.5rem, 4vw, 2.25rem); }
.result-label { margin: 0; color: #b9cbc6; font-size: 0.88rem; font-weight: 700; }
.result-price { display: block; margin: 0.2rem 0 0.8rem; color: var(--color-accent); font-size: clamp(2.4rem, 6vw, 3.8rem); font-weight: 850; letter-spacing: -0.06em; line-height: 1; }
.result-explanation { color: #d2dfdb; }
.result-situation { margin: 0 0 0.65rem; color: white; font-weight: 800; }
.result-breakdown { margin: 1.5rem 0; }
.result-breakdown div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; border-top: 1px solid #345058; }
.result-breakdown dt { min-width: 0; color: #b9cbc6; }
.result-breakdown dd { margin: 0; text-align: right; font-weight: 750; }
#quantity-results h3 { margin: 1.5rem 0 0.5rem; color: white; font-size: 1rem; letter-spacing: 0; }
details { padding: 0.9rem 0; border-top: 1px solid #345058; border-bottom: 1px solid #345058; }
summary { cursor: pointer; font-weight: 750; }
details p { margin: 0.8rem 0 0; color: #c7d6d2; }
.result-actions .button { font-size: 0.88rem; }
.result-panel .button-ghost { color: white; border-color: #5b737a; }
.copy-status { min-height: 1.5rem; margin: 0.75rem 0 0; color: var(--color-accent); font-size: 0.85rem; }
.result-disclaimer { margin: 1rem 0 0; color: #9fb4ae; font-size: 0.75rem; }

.content-section { border-top: 1px solid var(--color-line); }
.article-layout article > p { color: var(--color-muted); }
.formula-box { display: grid; justify-items: center; max-width: 35rem; padding: 1.25rem; margin: 1.5rem 0; background: var(--color-soft); border-radius: var(--radius-md); text-align: center; }
.fraction-line { width: 100%; height: 1px; margin: 0.35rem 0; background: var(--color-ink); }
.article-note { padding: 1.5rem; background: #f4f8e2; border-radius: var(--radius-md); }
.article-note .check-list li { border-color: #dce6ba; }
.content-grid { display: grid; gap: 2.5rem; }
.content-copy { max-width: 48rem; }
.content-copy h3 { margin-top: 2rem; }
.formula-list { padding: 1rem 1.2rem; margin: 1.5rem 0; background: var(--color-soft); border-radius: var(--radius-md); }
.formula-list p { margin: 0; padding: 0.45rem 0; border-bottom: 1px solid var(--color-line); }
.formula-list p:last-child { border-bottom: 0; }
.faq-list { padding: 1.5rem; background: white; border: 1px solid var(--color-line); border-radius: var(--radius-md); }
.faq-list h2 { font-size: 1.7rem; }
.faq-list h3 { margin-top: 1.5rem; font-size: 1.05rem; letter-spacing: -0.01em; }
.faq-list p { color: var(--color-muted); }
.related-tools { border-top: 1px solid var(--color-line); }
.related-link-grid { display: grid; gap: 1rem; }
.related-link { display: flex; flex-direction: column; padding: 1.2rem; background: white; border: 1px solid var(--color-line); border-radius: var(--radius-sm); text-decoration: none; }
.related-link:hover strong { text-decoration: underline; text-underline-offset: 0.2rem; }
.related-link span { margin-top: 0.25rem; color: var(--color-muted); font-size: 0.88rem; }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 5rem 0; text-align: center; }
.error-code { margin: 0; color: var(--color-primary); font-size: 5rem; font-weight: 900; line-height: 1; }

.site-footer { padding: 3.5rem 0 1.5rem; background: #f2f6f4; border-top: 1px solid var(--color-line); }
.footer-grid { display: grid; gap: 2rem; }
.brand-footer { margin-bottom: 0.8rem; }
.footer-grid h2 { margin-bottom: 0.8rem; font-size: 0.9rem; letter-spacing: 0; }
.footer-grid a:not(.brand) { display: block; width: fit-content; margin: 0.35rem 0; color: var(--color-muted); font-size: 0.9rem; }
.footer-grid p, .footer-bottom { color: var(--color-muted); font-size: 0.88rem; }
.footer-grid > div:first-child p { max-width: 22rem; }
.footer-bottom { padding-top: 1.5rem; margin-top: 2rem; border-top: 1px solid var(--color-line); }
.footer-bottom p { margin: 0; }

.institutional-intro { padding-bottom: 1rem; }
.institutional-intro .legal-meta { color: var(--color-muted); font-size: 0.88rem; }
.institutional-section { padding-top: 2rem; }
.institutional-section .content-copy h2, .methodology-content section > h2 { margin-top: 2.5rem; }
.institutional-section .content-copy > h2:first-child, .methodology-content section:first-child > h2 { margin-top: 0; }
.contact-status { padding: 1.5rem; background: #f4f8e2; border-left: 4px solid var(--color-primary); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.contact-status p { margin: 0.5rem 0 0; color: var(--color-muted); }
.institutional-layout { display: grid; gap: 2.5rem; align-items: start; }
.methodology-overview { padding-top: 2rem; }
.methodology-toc { padding: 1.25rem; background: var(--color-soft); border: 1px solid var(--color-line); border-radius: var(--radius-md); }
.methodology-toc h2 { font-size: 1.25rem; }
.methodology-toc a { display: block; padding: 0.45rem 0; color: var(--color-primary-dark); font-weight: 700; text-underline-offset: 0.2rem; }
.methodology-content section { scroll-margin-top: 1rem; }
.method-card { padding: 1.5rem 0; border-top: 1px solid var(--color-line); }
.method-card h3 { font-size: 1.55rem; }
.method-card .text-link { display: inline-block; margin-top: 0.75rem; }

.guide-intro { padding-bottom: 2rem; }
.guide-intro .narrow { margin-inline: auto; }
.guide-toc { padding: 1.25rem; margin-bottom: 1rem; background: var(--color-soft); border: 1px solid var(--color-line); border-radius: var(--radius-md); }
.guide-toc h2 { margin-bottom: 0.5rem; font-size: 1.25rem; }
.guide-toc a { display: inline-block; margin: 0.3rem 1rem 0.3rem 0; color: var(--color-primary-dark); font-weight: 700; text-underline-offset: 0.2rem; }
.guide-section { scroll-margin-top: 1rem; }
.guide-callout { padding: 1.2rem 1.4rem; margin: 1.5rem 0; background: #f4f8e2; border-left: 4px solid var(--color-primary); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.guide-steps { padding-left: 1.5rem; }
.guide-steps li { padding: 0.45rem 0 0.45rem 0.35rem; }
.case-list { margin: 1.5rem 0 0; }
.case-list div { padding: 1rem 0; border-top: 1px solid var(--color-line); }
.case-list dt { font-weight: 800; }
.case-list dd { margin: 0.25rem 0 0; color: var(--color-muted); }
.table-scroll { max-width: 100%; overflow-x: auto; margin-top: 1.5rem; border: 1px solid var(--color-line); border-radius: var(--radius-md); background: white; }
.table-scroll:focus-visible { outline-offset: 4px; }
.content-table { width: 100%; min-width: 58rem; border-collapse: collapse; font-size: 0.9rem; line-height: 1.45; }
.content-table caption { padding: 0.85rem 1rem; color: var(--color-muted); text-align: left; font-weight: 700; }
.content-table th, .content-table td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--color-line); text-align: left; vertical-align: top; }
.content-table thead th { color: white; background: var(--color-navy); }
.content-table tbody th { width: 12rem; background: var(--color-soft); }
.content-table tbody tr:last-child > * { border-bottom: 0; }
.content-table--five-columns { min-width: 64rem; }
.comparison-table { min-width: 50rem; }
.discount-scenarios-table { min-width: 72rem; }
.discount-operational-table { min-width: 48rem; }
.source-list { padding-left: 1.25rem; }
.source-list li { margin: 0.65rem 0; }

@media (min-width: 44rem) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .hero-grid, .featured-tool, .split-section, .method-grid, .article-layout { grid-template-columns: 1fr 1fr; }
  .three-columns, .field-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .field-grid.two-columns { grid-template-columns: repeat(2, 1fr); }
  .field-grid.single-column { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr); }
  .related-link-grid { grid-template-columns: repeat(3, 1fr); }
  .tool-intro-grid { grid-template-columns: 1fr auto; }
  .privacy-note { max-width: 21rem; }
  .institutional-layout { grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr); }
  .methodology-toc { position: sticky; top: 1rem; }
  #pricing-form .field { align-content: start; }
  #pricing-form .field label { min-height: 2.7em; display: flex; align-items: flex-end; line-height: 1.35; }
}

@media (min-width: 64rem) {
  .hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr); }
  .calculator-layout { grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr); }
  .result-panel { position: sticky; top: 1.25rem; }
  .footer-grid { grid-template-columns: minmax(18rem, 1.5fr) repeat(3, 1fr); }
}

@media (max-width: 35rem) {
  .header-inner { align-items: flex-start; flex-direction: column; padding-block: 0.85rem; }
  .site-header nav { width: 100%; overflow-x: auto; }
  .site-header nav a { white-space: nowrap; }
  .button { width: 100%; }
  .text-link { width: 100%; text-align: center; }
  .equation { font-size: 0.72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

@media print {
  @page { size: A4 portrait; margin: 14mm 13mm 16mm; }
  .skip-link, .site-header, .site-footer, .breadcrumbs, .tool-intro, .calculator-form, .content-section, .result-actions, .copy-status { display: none !important; }
  body { color: black; background: white; }
  .calculator-section { padding: 0; }
  .calculator-layout { display: block; }
  .result-panel { position: static; color: black; background: white; border: 0; }
  .result-content { padding: 0; }
  .result-price, .result-label, .result-explanation, .result-breakdown dt, details p, .result-disclaimer { color: black; }
  .result-breakdown div, details { border-color: #999; }

  .guide-page .tool-intro { display: block !important; padding: 0 0 10pt; }
  .guide-page .guide-toc { display: none; }
  .guide-page .container { width: 100%; max-width: none; }
  .guide-page .section { padding: 10pt 0; }
  .guide-page .section-tint, .guide-page .article-note, .guide-page .guide-callout { color: black; background: white; }
  .guide-page .guide-callout, .guide-page .article-note { border: 1px solid #aaa; break-inside: avoid; page-break-inside: avoid; }
  .guide-page h1 { margin-bottom: 10pt; font-size: 26pt; }
  .guide-page h2 { font-size: 18pt; break-after: avoid-page; page-break-after: avoid; }
  .guide-page h3 { font-size: 13pt; break-after: avoid-page; page-break-after: avoid; }
  .guide-page p, .guide-page li, .guide-page dd { orphans: 3; widows: 3; }
  .guide-page a { color: black; text-decoration: underline; }
  .guide-page .button { color: black; background: white; border-color: #777; box-shadow: none; }
  .guide-page .case-list div, .guide-page .source-list li { break-inside: avoid; page-break-inside: avoid; }
  .guide-page .content-grid { display: block; }
  .guide-page .content-grid > * + * { margin-top: 12pt; }
  .guide-page .table-scroll { max-width: none; overflow: visible; border: 0; border-radius: 0; break-before: page; page-break-before: always; }
  .unit-cost-guide .table-scroll { break-before: auto; page-break-before: auto; }
  .unit-cost-guide .article-note { padding: 10pt; }
  .unit-cost-guide .source-list { font-size: 8.5pt; line-height: 1.25; }
  .unit-cost-guide .source-list li { margin: 1.5pt 0; }
  .discount-margin-guide .discount-operational-scroll { break-before: auto; page-break-before: auto; }
  .discount-margin-guide .source-list { font-size: 9pt; line-height: 1.35; }
  .discount-margin-guide .source-list li { margin: 3pt 0; }
  .guide-page .content-table { width: 100%; min-width: 0; table-layout: fixed; font-size: 8.5pt; line-height: 1.25; }
  .guide-page .content-table caption { padding: 5pt 4pt; color: black; }
  .guide-page .content-table thead { display: table-header-group; }
  .guide-page .content-table thead th, .guide-page .content-table tbody th { color: black; background: white; }
  .guide-page .content-table th, .guide-page .content-table td { padding: 4pt; overflow-wrap: anywhere; border: 1px solid #999; }
  .guide-page .content-table thead th:nth-child(1) { width: 18%; }
  .guide-page .content-table thead th:nth-child(2) { width: 20%; }
  .guide-page .content-table thead th:nth-child(3) { width: 27%; }
  .guide-page .content-table thead th:nth-child(4) { width: 35%; }
  .guide-page .content-table--five-columns { font-size: 8pt; }
  .guide-page .content-table--five-columns thead th:nth-child(1) { width: 16%; }
  .guide-page .content-table--five-columns thead th:nth-child(2) { width: 13%; }
  .guide-page .content-table--five-columns thead th:nth-child(3) { width: 24%; }
  .guide-page .content-table--five-columns thead th:nth-child(4) { width: 13%; }
  .guide-page .content-table--five-columns thead th:nth-child(5) { width: 34%; }
  .guide-page .comparison-table { font-size: 8pt; }
  .guide-page .comparison-table thead th:nth-child(1) { width: 18%; }
  .guide-page .comparison-table thead th:nth-child(2) { width: 13%; }
  .guide-page .comparison-table thead th:nth-child(3) { width: 13%; }
  .guide-page .comparison-table thead th:nth-child(4) { width: 10%; }
  .guide-page .comparison-table thead th:nth-child(5) { width: 16%; }
  .guide-page .comparison-table thead th:nth-child(6) { width: 30%; }
  .guide-page .discount-scenarios-table { font-size: 7.3pt; }
  .guide-page .discount-scenarios-table thead th:nth-child(1) { width: 9%; }
  .guide-page .discount-scenarios-table thead th:nth-child(2) { width: 10%; }
  .guide-page .discount-scenarios-table thead th:nth-child(3) { width: 13%; }
  .guide-page .discount-scenarios-table thead th:nth-child(4) { width: 9%; }
  .guide-page .discount-scenarios-table thead th:nth-child(5) { width: 18%; }
  .guide-page .discount-scenarios-table thead th:nth-child(6) { width: 14%; }
  .guide-page .discount-scenarios-table thead th:nth-child(7) { width: 14%; }
  .guide-page .discount-scenarios-table thead th:nth-child(8) { width: 13%; }
  .guide-page .discount-operational-table { font-size: 8.3pt; }
  .guide-page .content-table tr { break-inside: avoid; page-break-inside: avoid; }
}
