/* Page-scoped styles. Grid, Lato, header, footer and base .btn come from the theme. */
.uno-prom {
    --prom-green: #006946;
    --prom-accent: #008755;
    --prom-ink: #20392e;
    --prom-muted: #60716a;
    --prom-line: #dce5e0;
    --prom-tint: #f3f7f4;
    color: var(--prom-ink);
    font-size: 16px;
    line-height: 1.6;
}
.uno-prom *, .uno-prom *::before, .uno-prom *::after { box-sizing: border-box; }
.uno-prom [hidden] { display: none !important; }
.uno-prom h1, .uno-prom h2, .uno-prom h3, .uno-prom p, .uno-prom figure, .uno-prom dl { margin: 0; }
.uno-prom h2 { color: var(--prom-ink); font-size: 36px; font-weight: 900; line-height: 1.16; letter-spacing: -.6px; }
.uno-prom h3 { font-size: 20px; line-height: 1.3; font-weight: 700; }
.uno-prom a { color: var(--prom-green); }
.uno-prom img { display: block; max-width: 100%; height: auto; }
.uno-prom a:focus-visible, .uno-prom button:focus-visible, .uno-prom input:focus-visible,
.uno-prom select:focus-visible, .uno-prom textarea:focus-visible, .uno-prom summary:focus-visible { outline: 3px solid var(--prom-accent); outline-offset: 4px; }
.uno-prom .prom-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.uno-prom .prom-section { padding-top: 80px; padding-bottom: 80px; scroll-margin-top: 90px; }
.uno-prom .prom-tint { background: var(--prom-tint); }
.uno-prom .prom-eyebrow { color: var(--prom-green); font-size: 12px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; line-height: 1.6; margin-bottom: 18px; }
.uno-prom .prom-section-heading { max-width: 760px; margin-bottom: 36px; }
.uno-prom .prom-section-heading > p:last-child:not(.prom-eyebrow) { margin-top: 20px; font-size: 18px; color: var(--prom-muted); max-width: 720px; }
.uno-prom .prom-note { color: var(--prom-muted); font-size: 13px; line-height: 1.65; }
.uno-prom .prom-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 22px;
    min-height: 52px; padding: 14px 22px; border-radius: 8px; border: 1px solid transparent;
    background: var(--prom-green); color: #fff; font-size: 16px; line-height: 1.4; font-weight: 700;
    text-decoration: none; white-space: normal; text-align: center; transition: background-color .18s;
}
.uno-prom .prom-button:hover { background: var(--prom-accent); color: #fff; }
.uno-prom .prom-button:disabled { cursor: wait; opacity: .6; }
.uno-prom .prom-button > span[aria-hidden] { font-size: 20px; line-height: 1; flex-shrink: 0; }
.uno-prom .prom-text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; text-underline-offset: 5px; text-decoration: none; line-height: 1.5; }
.uno-prom .prom-text-link:hover { text-decoration: underline; }
.uno-prom .prom-hero { padding-top: 26px; padding-bottom: 0; background: #fff; }
.uno-prom .prom-breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; color: var(--prom-muted); font-size: 12px; margin-bottom: 40px; }
.uno-prom .prom-breadcrumbs a { color: var(--prom-muted); text-decoration: none; }
.uno-prom .prom-breadcrumbs .header-type-block_breadcrumbs { margin: 0; color: var(--prom-muted); }
.uno-prom .prom-breadcrumbs .breadcrumb_last { color: var(--prom-ink); }
.uno-prom .prom-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 22px; }
.uno-prom .prom-hero h1 { color: #242424; font-weight: 900; font-size: clamp(32px, 3.3vw, 42px); letter-spacing: -1px; line-height: 1.12; margin-bottom: 24px; }
.uno-prom .prom-hero h1 .prom-hero-brand { color: var(--prom-green); display: block; }
.uno-prom .prom-hero h1 .prom-hero-description { display: block; font-size: 28px; letter-spacing: -.5px; margin-top: 14px; }
.uno-prom .prom-lead { font-size: 17px; line-height: 1.65; color: var(--prom-muted); max-width: 460px; }
.uno-prom .prom-stats { display: grid; grid-template-columns: 1fr 1.35fr .9fr; margin: 30px 0 14px; }
.uno-prom .prom-hero-note { font-size: 11px; line-height: 1.55; color: var(--prom-muted); margin-bottom: 24px; }
.uno-prom .prom-stats > div { padding: 0 14px; border-left: 1px solid var(--prom-line); }
.uno-prom .prom-stats > div:first-child { border: 0; padding-left: 0; }
.uno-prom .prom-stats > div:last-child { padding-right: 0; }
.uno-prom .prom-stats dt { color: var(--prom-green); font-size: 28px; font-weight: 900; line-height: 1.2; white-space: nowrap; }
.uno-prom .prom-stats small { font-size: 12px; font-weight: 700; }
.uno-prom .prom-stats dd { margin: 7px 0 0; font-size: 12px; line-height: 1.4; color: var(--prom-muted); }
.uno-prom .prom-hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; }
.uno-prom .prom-hero-actions .prom-text-link { font-size: 14px; }
.uno-prom .prom-hero-visual { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.uno-prom .prom-visual-tag { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--prom-green); border-bottom: 1px solid var(--prom-line); padding: 0 0 14px; font-size: 12px; font-weight: 700; }
.uno-prom .prom-visual-tag span { font-weight: 400; color: var(--prom-muted); text-align: right; }
.uno-prom .prom-hero-visual img { width: 100%; margin: 24px 0 10px; }
.uno-prom figcaption { color: var(--prom-muted); font-size: 11px; line-height: 1.5; }
.uno-prom .prom-hero-visual figcaption { text-align: right; }
.uno-prom .prom-page-nav { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); margin-top: 48px; border-top: 1px solid var(--prom-line); }
.uno-prom .prom-page-nav a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 22px 16px; font-size: 13px; font-weight: 700; text-decoration: none; border-right: 1px solid var(--prom-line); }
.uno-prom .prom-page-nav a:first-child { padding-left: 0; }
.uno-prom .prom-page-nav a:last-child { padding-right: 0; border: 0; }
.uno-prom .prom-page-nav a:hover { color: var(--prom-accent); background: var(--prom-tint); }
.uno-prom .prom-applications { list-style: none; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding: 0; margin: 0 0 24px; gap: 10px; }
.uno-prom .prom-applications li { min-width: 0; padding: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--prom-line); border-radius: 8px; overflow: hidden; font-size: 15px; line-height: 1.35; font-weight: 700; }
.uno-prom .prom-application-art { aspect-ratio: 3 / 2; background: #fff; }
.uno-prom .prom-application-art img { width: 100%; height: 100%; object-fit: contain; }
.uno-prom .prom-application-label { display: block; padding: 8px 16px 18px; }
.uno-prom .prom-use-cases { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 36px; }
.uno-prom .prom-use-cases article { padding-top: 20px; border-top: 1px solid var(--prom-line); }
.uno-prom .prom-use-cases h3 { font-size: 18px; margin-bottom: 12px; }
.uno-prom .prom-use-cases p { font-size: 14px; color: var(--prom-muted); }
.uno-prom .prom-split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.uno-prom .prom-copy { color: var(--prom-muted); padding-top: 36px; }
.uno-prom .prom-copy p + p { margin-top: 16px; }
.uno-prom .prom-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 48px; }
.uno-prom .prom-benefits article { padding-top: 22px; border-top: 2px solid var(--prom-green); }
.uno-prom .prom-number { display: block; color: var(--prom-accent); font-size: 14px; font-weight: 700; margin-bottom: 14px; }
.uno-prom .prom-benefits h3 { margin-bottom: 16px; }
.uno-prom .prom-benefits p { font-size: 15px; color: var(--prom-muted); }
.uno-prom .prom-cutaway { background: #fff; padding: 22px 26px; margin-bottom: 36px; border: 1px solid var(--prom-line); border-radius: 8px; }
.uno-prom .prom-cutaway img { width: 100%; max-width: 880px; margin: 0 auto; }
.uno-prom .prom-cutaway figcaption { text-align: center; }
.uno-prom .prom-process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 12px; }
.uno-prom .prom-process li { position: relative; min-width: 0; }
.uno-prom .prom-process li:not(:last-child)::after { content: ''; position: absolute; top: 18px; left: 43px; width: calc(100% - 36px); border-top: 1px solid #a8c0b3; }
.uno-prom .prom-process-number { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--prom-green); color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 18px; }
.uno-prom .prom-process h3 { font-size: 14px; line-height: 1.4; margin-bottom: 10px; overflow-wrap: anywhere; }
.uno-prom .prom-process p { color: var(--prom-muted); font-size: 13px; line-height: 1.5; }
.uno-prom .prom-process-end { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--prom-line); padding-top: 22px; margin-top: 28px; }
.uno-prom .prom-process-end p { max-width: 650px; color: var(--prom-muted); font-size: 13px; }
.uno-prom .prom-process-end p > span { color: var(--prom-accent); font-size: 23px; vertical-align: middle; padding-right: 4px; }
.uno-prom .prom-water { color: var(--prom-green); font-weight: 700; white-space: nowrap; font-size: 14px; }
.uno-prom .prom-water > span { padding-right: 10px; }
.uno-prom .prom-table-wrap { border: 1px solid var(--prom-line); border-radius: 8px; overflow: hidden; }
.uno-prom .prom-model-table { width: 100%; margin: 0; border-collapse: collapse; font-size: 15px; text-align: left; }
.uno-prom .prom-model-table th, .uno-prom .prom-model-table td { padding: 21px 18px; border: 0; border-bottom: 1px solid var(--prom-line); vertical-align: middle; }
.uno-prom .prom-model-table thead { background: var(--prom-green); color: #fff; font-size: 13px; line-height: 1.45; }
.uno-prom .prom-model-table thead th { font-weight: 400; }
.uno-prom .prom-model-table tbody th { color: var(--prom-green); white-space: nowrap; font-weight: 900; }
.uno-prom .prom-model-table tbody tr:nth-child(even) { background: #f7faf8; }
.uno-prom .prom-model-table tbody tr:hover { background: #edf5f0; }
.uno-prom .prom-model-table tr:last-child > * { border-bottom: 0; }
.uno-prom .prom-model-action a { white-space: nowrap; font-size: 13px; font-weight: 700; text-decoration: none; padding: 8px 0; display: inline-block; }
.uno-prom .prom-model-action a:hover { text-decoration: underline; text-underline-offset: 4px; }
.uno-prom .prom-model-action span { padding-left: 8px; }
.uno-prom .prom-models-note { margin-top: 20px; max-width: 920px; }
.uno-prom .prom-models-note strong { color: var(--prom-ink); }
.uno-prom .prom-model-table tr { scroll-margin-top: 100px; }
.uno-prom .prom-sizing { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--prom-line); }
.uno-prom .prom-sizing h3 { font-size: 18px; margin-bottom: 12px; }
.uno-prom .prom-sizing p { font-size: 14px; color: var(--prom-muted); }
.uno-prom .prom-document { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 24px; border: 1px solid var(--prom-line); border-radius: 8px; background: var(--prom-tint); text-decoration: none; }
.uno-prom .prom-document:hover { border-color: var(--prom-green); }
.uno-prom .prom-document > span { color: var(--prom-muted); font-size: 13px; }
.uno-prom .prom-design { background: var(--prom-green); color: #fff; }
.uno-prom .prom-design-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 62px; }
.uno-prom .prom-design h2, .uno-prom .prom-design h3 { color: #fff; }
.uno-prom .prom-design .prom-eyebrow { color: #b3dac7; }
.uno-prom .prom-design-lead { font-size: 20px; margin-top: 24px; margin-bottom: 16px; }
.uno-prom .prom-design-lead + p { color: #d3e7de; font-size: 15px; }
.uno-prom .prom-engineer { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.uno-prom .prom-engineer > img { flex: 0 0 148px; width: 148px; height: auto; border-radius: 8px; }
.uno-prom .prom-engineer figcaption { font-size: 14px; line-height: 1.55; color: #d3e7de; }
.uno-prom .prom-engineer strong { display: block; color: #fff; font-size: 18px; margin-bottom: 8px; }
.uno-prom .prom-engineer figcaption span { display: block; }
.uno-prom .prom-button-light { margin-top: 30px; background: #fff; color: var(--prom-green); }
.uno-prom .prom-button-light:hover { background: #e5f1e9; color: var(--prom-green); }
.uno-prom .prom-design-details { padding: 28px; border: 1px solid #458c71; border-radius: 8px; }
.uno-prom .prom-check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; }
.uno-prom .prom-check-list li { position: relative; padding-left: 24px; font-size: 15px; line-height: 1.45; }
.uno-prom .prom-check-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 10px; height: 6px; border-left: 1.5px solid #b3dac7; border-bottom: 1.5px solid #b3dac7; transform: rotate(-45deg); }
.uno-prom .prom-design-summary { font-size: 13px; color: #d3e7de; padding-top: 20px; border-top: 1px solid #458c71; }
.uno-prom .prom-construction-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); align-items: center; gap: 48px; }
.uno-prom .prom-construction-image figcaption { margin-top: 8px; text-align: center; }
.uno-prom .prom-construction-features > div { padding: 20px 0; border-bottom: 1px solid var(--prom-line); }
.uno-prom .prom-construction-features > div:first-child { padding-top: 0; }
.uno-prom .prom-construction-features h3 { font-size: 18px; margin-bottom: 8px; }
.uno-prom .prom-construction-features p { color: var(--prom-muted); font-size: 15px; }
.uno-prom .prom-construction-features > .prom-note { margin-top: 18px; font-size: 12px; }
.uno-prom .prom-manufacturer { background: var(--prom-tint); }
.uno-prom .prom-manufacturer-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); gap: 48px; align-items: center; }
.uno-prom .prom-manufacturer-visual { min-width: 0; }
.uno-prom .prom-manufacturer-visual > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 58% center; border-radius: 8px; }
.uno-prom .prom-manufacturer-visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.uno-prom .prom-manufacturer-visual figcaption img { width: 148px; flex-shrink: 0; }
.uno-prom .prom-manufacturer-visual figcaption span { color: var(--prom-muted); font-size: 12px; }
.uno-prom .prom-manufacturer h2 { font-size: 30px; margin-bottom: 20px; }
.uno-prom .prom-manufacturer h2 ~ p { color: var(--prom-muted); margin-bottom: 12px; }
.uno-prom .prom-manufacturer .prom-text-link { font-size: 14px; margin-top: 8px; }
.uno-prom .prom-manufacturer .prom-manufacturer-contact { font-size: 13px; margin-top: 20px; }
.uno-prom .prom-manufacturer-contact a { text-underline-offset: 3px; }
.uno-prom #prom-cost .prom-copy { padding-top: 0; }
.uno-prom #prom-cost .prom-text-link { margin-top: 20px; }
.uno-prom .prom-faq-list { border-top: 1px solid var(--prom-line); }
.uno-prom .prom-faq-list details { border-bottom: 1px solid var(--prom-line); scroll-margin-top: 100px; }
.uno-prom .prom-faq-list summary { position: relative; padding: 23px 48px 23px 0; list-style: none; cursor: pointer; font-weight: 700; font-size: 18px; line-height: 1.45; }
.uno-prom .prom-faq-list summary::-webkit-details-marker { display: none; }
.uno-prom .prom-faq-list summary::after { content: '+'; position: absolute; right: 8px; top: 20px; color: var(--prom-green); font-size: 24px; }
.uno-prom .prom-faq-list details[open] summary::after { content: '−'; }
.uno-prom .prom-faq-list details > p { max-width: 850px; padding: 0 32px 24px 0; color: var(--prom-muted); }
.uno-prom .prom-faq-source { margin-top: 24px; font-size: 13px; color: var(--prom-muted); }
.uno-prom .prom-faq-source a { text-underline-offset: 3px; }
.uno-prom .prom-related { display: flex; flex-wrap: wrap; column-gap: 24px; row-gap: 12px; margin-top: 32px; font-size: 14px; }
.uno-prom .prom-related > span { width: 100%; font-weight: 700; }
.uno-prom .prom-related a { text-underline-offset: 4px; }
.uno-prom .prom-calculation-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); gap: 58px; align-items: start; }
.uno-prom .prom-calculation-copy > p:not(.prom-eyebrow) { margin-top: 22px; color: var(--prom-muted); font-size: 18px; }
.uno-prom .prom-next { padding: 26px 0; margin-top: 28px; border-top: 1px solid var(--prom-line); border-bottom: 1px solid var(--prom-line); }
.uno-prom .prom-next h3 { font-size: 17px; }
.uno-prom .prom-next ol { list-style: decimal-leading-zero; padding: 0 0 0 28px; margin: 18px 0 0; }
.uno-prom .prom-next li { padding: 6px 0 6px 8px; color: var(--prom-muted); font-size: 15px; }
.uno-prom .prom-next li::marker { color: var(--prom-accent); font-size: 12px; font-weight: 700; }
.uno-prom .prom-calculation-copy p.prom-call-caption { font-size: 13px; margin-top: 28px; }
.uno-prom .prom-phone { display: inline-block; font-size: 24px; font-weight: 700; margin-top: 4px; text-decoration: none; }
.uno-prom .prom-form-wrap { min-width: 0; padding: 30px; border: 1px solid var(--prom-line); border-radius: 8px; background: var(--prom-tint); scroll-margin-top: 90px; }
.uno-prom .prom-form-heading { margin-bottom: 26px; }
.uno-prom .prom-form-heading h3 { font-size: 24px; }
.uno-prom .prom-form-heading p { color: var(--prom-muted); font-size: 14px; margin-top: 8px; }
.uno-prom .prom-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.uno-prom .prom-form .form-block_line { margin: 0 0 18px; }
.uno-prom .prom-form label { display: block; font-size: 13px; line-height: 1.45; color: var(--prom-ink); margin-bottom: 8px; }
.uno-prom .prom-form input:not([type=hidden]):not([type=checkbox]), .uno-prom .prom-form select, .uno-prom .prom-form textarea { display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 48px; margin: 0; padding: 12px 14px; border: 1px solid #b9c9c0; border-radius: 6px; background: #fff; color: var(--prom-ink); font-family: inherit; font-size: 14px; line-height: 1.5; box-shadow: none; }
.uno-prom .prom-form select { appearance: auto; padding-right: 10px; }
.uno-prom .prom-form textarea { resize: vertical; min-height: 96px; }
.uno-prom .prom-form ::placeholder { color: #708077; opacity: 1; }
/* Match the shared footer validator's form-field-invalid state and theme colors. */
.uno-prom .prom-form .form-block_line.form-field-invalid input:not([type=checkbox]), .uno-prom .prom-form .form-block_line.form-field-invalid select, .uno-prom .prom-form .form-block_line.form-field-invalid textarea { border-color: #E53935; background: #FFF5F5; }
.uno-prom .prom-field-hint { display: block; color: var(--prom-muted); font-size: 11px; line-height: 1.5; margin-top: 4px; }
.uno-prom .prom-consent > label { position: relative; display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.6; color: var(--prom-muted); }
.uno-prom .prom-consent > label > span { color: inherit; }
.uno-prom .prom-consent input[type=checkbox] { display: block; position: absolute; left: 0; top: 3px; opacity: 0; width: 18px; height: 18px; margin: 0; z-index: 1; cursor: pointer; }
.uno-prom .prom-consent input:focus-visible + .agree__check { outline: 2px solid var(--prom-green); outline-offset: 3px; }
.uno-prom .prom-consent.form-field-invalid .agree__text, .uno-prom .prom-consent.form-field-invalid .agree__text a { color: #E53935; }
.uno-prom .prom-consent a { font-size: inherit; line-height: inherit; text-decoration: underline; text-underline-offset: 2px; }
.uno-prom .prom-form > .prom-button { width: 100%; }
.uno-prom .prom-form-status { margin-top: 12px; font-size: 14px; line-height: 1.6; }
.uno-prom .prom-form-status:empty { display: none; }
.uno-prom .prom-form-status[data-state=error] { color: #9f2b24; }
.uno-prom .prom-form-status[data-state=success] { color: var(--prom-green); }
.uno-prom .prom-selection { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; margin-bottom: 20px; border: 1px solid #a0c1af; border-radius: 6px; font-size: 14px; background: #e6f1e9; color: var(--prom-green); }
.uno-prom .prom-selection button { background: none; border: 0; color: var(--prom-green); cursor: pointer; font-size: 24px; width: 36px; height: 36px; padding: 0; }
.uno-prom .prom-final { background: var(--prom-tint); text-align: center; }
.uno-prom .prom-final h2 { font-size: 40px; }
.uno-prom .prom-final h2 + p { max-width: 650px; margin: 22px auto 28px; color: var(--prom-muted); font-size: 17px; }
.uno-prom .prom-final-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; }
.uno-prom .prom-final-phone { display: inline-block; margin-top: 22px; font-size: 18px; font-weight: 700; text-decoration: none; }
@media (max-width: 1023px) {
    .uno-prom .prom-page-nav { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .uno-prom .prom-page-nav a:nth-child(-n+3) { border-bottom: 1px solid var(--prom-line); }
    .uno-prom .prom-page-nav a:nth-child(3n) { border-right: 0; }
    .uno-prom .prom-page-nav a:nth-child(4) { padding-left: 0; }
    .uno-prom .prom-section { padding-top: 60px; padding-bottom: 60px; }
    .uno-prom h2 { font-size: 32px; }
    .uno-prom .prom-split-heading, .uno-prom .prom-design-grid, .uno-prom .prom-calculation-grid { gap: 32px; }
    .uno-prom .prom-applications { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
    .uno-prom .prom-applications li { font-size: 13px; }
    .uno-prom .prom-application-label { padding: 8px 12px 16px; }
    .uno-prom .prom-manufacturer-grid { gap: 28px; }
    .uno-prom .prom-manufacturer-visual figcaption { flex-wrap: wrap; }
    .uno-prom .prom-model-table th, .uno-prom .prom-model-table td { padding: 18px 12px; }
    .uno-prom .prom-form-wrap { padding: 22px; }
    .uno-prom .prom-form-row { grid-template-columns: 1fr; gap: 0; }
    .uno-prom .prom-construction-grid { gap: 28px; }
    .uno-prom .prom-process { gap: 10px; }
    .uno-prom .prom-process h3 { font-size: 12px; }
    .uno-prom .prom-process p { font-size: 12px; }
}
@media (max-width: 767px) {
    .uno-prom { font-size: 15px; }
    .uno-prom .prom-section { padding-top: 46px; padding-bottom: 46px; scroll-margin-top: 76px; }
    .uno-prom h2 { font-size: 29px; letter-spacing: -.4px; }
    .uno-prom h3 { font-size: 19px; }
    .uno-prom .prom-eyebrow { font-size: 10px; margin-bottom: 14px; }
    .uno-prom .prom-section-heading { margin-bottom: 26px; }
    .uno-prom .prom-section-heading > p:last-child:not(.prom-eyebrow) { font-size: 16px; margin-top: 16px; }
    .uno-prom .prom-hero { padding-top: 18px; }
    .uno-prom .prom-breadcrumbs { margin-bottom: 26px; font-size: 11px; }
    .uno-prom .prom-hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .uno-prom .prom-hero h1 { font-size: 34px; letter-spacing: -.7px; margin-bottom: 20px; }
    .uno-prom .prom-hero h1 .prom-hero-description { font-size: 25px; }
    .uno-prom .prom-lead { font-size: 16px; }
    .uno-prom .prom-stats { margin: 24px 0 12px; }
    .uno-prom .prom-stats dt { font-size: 25px; }
    .uno-prom .prom-stats > div { padding: 0 10px; }
    .uno-prom .prom-stats dd { font-size: 10px; }
    .uno-prom .prom-stats small { font-size: 10px; }
    .uno-prom .prom-hero-actions { align-items: stretch; gap: 16px; }
    .uno-prom .prom-hero-actions .prom-text-link { justify-content: center; text-align: center; font-size: 13px; }
    .uno-prom .prom-hero-visual img { margin-top: 12px; }
    .uno-prom .prom-hero-visual figcaption { text-align: left; font-size: 10px; }
    .uno-prom .prom-page-nav { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 26px; }
    .uno-prom .prom-page-nav a { padding: 16px 12px; border-bottom: 1px solid var(--prom-line); font-size: 11px; }
    .uno-prom .prom-page-nav a:nth-child(odd) { padding-left: 0; }
    .uno-prom .prom-page-nav a:nth-child(odd) { border-right: 1px solid var(--prom-line); }
    .uno-prom .prom-page-nav a:nth-child(4) { padding-left: 12px; }
    .uno-prom .prom-page-nav a:nth-child(even) { padding-right: 0; border-right: 0; }
    .uno-prom .prom-page-nav a:nth-last-child(-n+2) { border-bottom: 0; }
    .uno-prom .prom-applications { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .uno-prom .prom-applications li { font-size: 14px; }
    .uno-prom .prom-application-label { padding: 8px 14px 16px; }
    .uno-prom .prom-use-cases, .uno-prom .prom-sizing { grid-template-columns: 1fr; gap: 24px; }
    .uno-prom .prom-use-cases { margin-top: 26px; }
    .uno-prom .prom-faq-list summary { font-size: 16px; padding-top: 20px; padding-bottom: 20px; }
    .uno-prom .prom-faq-list details > p { padding-right: 0; font-size: 14px; }
    .uno-prom .prom-related { flex-direction: column; font-size: 13px; }
    .uno-prom .prom-split-heading, .uno-prom .prom-design-grid, .uno-prom .prom-construction-grid, .uno-prom .prom-manufacturer-grid, .uno-prom .prom-calculation-grid { grid-template-columns: 1fr; gap: 28px; }
    .uno-prom .prom-copy { padding-top: 0; }
    .uno-prom .prom-benefits { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; }
    .uno-prom .prom-benefits article { padding-top: 18px; }
    .uno-prom .prom-benefits h3 { margin-bottom: 10px; }
    .uno-prom .prom-cutaway { padding: 16px 12px; margin-bottom: 28px; }
    .uno-prom .prom-visual-tag { font-size: 10px; gap: 8px; padding-bottom: 10px; }
    .uno-prom .prom-cutaway figcaption { text-align: left; font-size: 10px; }
    .uno-prom .prom-process { grid-template-columns: 1fr; gap: 0; }
    .uno-prom .prom-process li { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 18px; padding-bottom: 26px; }
    .uno-prom .prom-process li:last-child { padding-bottom: 0; }
    .uno-prom .prom-process-number { margin: 0; }
    .uno-prom .prom-process li:not(:last-child)::after { top: 42px; bottom: 6px; left: 18px; width: 0; border-top: 0; border-left: 1px solid #a8c0b3; }
    .uno-prom .prom-process h3 { font-size: 17px; padding-top: 5px; margin-bottom: 6px; }
    .uno-prom .prom-process p { font-size: 14px; }
    .uno-prom .prom-process-end { flex-direction: column-reverse; align-items: flex-start; gap: 18px; }
    .uno-prom .prom-table-wrap { border: 0; border-radius: 0; overflow: visible; }
    .uno-prom .prom-model-table, .uno-prom .prom-model-table tbody { display: block; }
    .uno-prom .prom-model-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
    .uno-prom .prom-model-table tr { display: block; border: 1px solid var(--prom-line); border-radius: 8px; margin-bottom: 12px; background: #fff; overflow: hidden; }
    .uno-prom .prom-model-table tbody th { display: block; padding: 18px; background: var(--prom-tint); font-size: 18px; border: 0; }
    .uno-prom .prom-model-table td { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 8px 18px; border: 0; font-size: 14px; }
    .uno-prom .prom-model-table td::before { content: attr(data-label); color: var(--prom-muted); font-size: 12px; }
    .uno-prom .prom-model-table td:first-of-type { padding-top: 16px; }
    .uno-prom .prom-model-table td.prom-model-action { padding: 6px 18px 10px; }
    .uno-prom .prom-model-action a { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 44px; }
    .uno-prom .prom-model-table td.prom-model-action::before { content: none; }
    .uno-prom .prom-models-note { margin-top: 18px; }
    .uno-prom .prom-design-details { padding: 22px; }
    .uno-prom .prom-design-lead { font-size: 18px; }
    .uno-prom .prom-design .prom-button { width: 100%; }
    .uno-prom .prom-engineer { gap: 18px; margin-top: 24px; }
    .uno-prom .prom-engineer > img { width: 120px; flex-basis: 120px; }
    .uno-prom .prom-engineer strong { font-size: 16px; }
    .uno-prom .prom-engineer figcaption { font-size: 13px; }
    .uno-prom .prom-button { font-size: 14px; gap: 12px; padding: 14px 18px; }
    .uno-prom .prom-manufacturer-visual figcaption { gap: 14px; margin-top: 16px; }
    .uno-prom .prom-manufacturer-visual figcaption img { width: 128px; }
    .uno-prom .prom-manufacturer-visual figcaption span { font-size: 10px; }
    .uno-prom .prom-manufacturer h2 { font-size: 28px; }
    .uno-prom .prom-calculation-copy > p:not(.prom-eyebrow) { font-size: 16px; }
    .uno-prom .prom-form-wrap { padding: 22px 18px; scroll-margin-top: 76px; }
    .uno-prom .prom-form-heading h3 { font-size: 22px; }
    .uno-prom .prom-form input:not([type=hidden]):not([type=checkbox]), .uno-prom .prom-form select, .uno-prom .prom-form textarea { font-size: 16px; }
    .uno-prom .prom-final h2 { font-size: 30px; }
    .uno-prom .prom-final h2 br { display: none; }
    .uno-prom .prom-final h2 + p { font-size: 16px; }
    .uno-prom .prom-final-actions { flex-direction: column; gap: 20px; }
    .uno-prom .prom-final .prom-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .uno-prom *, .uno-prom *::before, .uno-prom *::after { transition: none !important; scroll-behavior: auto !important; }
}

/* Brand accents and the full-width technology introduction. */
.uno-prom .prom-brand { color: var(--prom-green); }
.uno-prom #prom-technology .prom-section-heading,
.uno-prom #prom-technology .prom-section-heading > p:last-child { max-width: none; }

/* Native modal keeps focus inside the phone form and sits above the site header. */
.uno-prom .prom-dialog { width: min(480px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 44px 32px 28px; border: 1px solid var(--prom-line); border-radius: 12px; color: var(--prom-ink); background: #fff; box-shadow: 0 24px 80px #11251b33; overflow-y: auto; overscroll-behavior: contain; }
.uno-prom .prom-dialog::backdrop { background: #10251ccc; }
.uno-prom .prom-dialog-close { position: absolute; top: 4px; right: 4px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--prom-muted); font-family: inherit; font-size: 32px; line-height: 1; cursor: pointer; }
.uno-prom .prom-dialog-close:hover { color: var(--prom-green); }
.uno-prom .prom-dialog h2 { font-size: 28px; line-height: 1.2; letter-spacing: -.4px; }
.uno-prom .prom-dialog .prom-form-heading { margin-bottom: 24px; }
@media (max-width: 479px) {
    .uno-prom .prom-dialog { padding: 44px 20px 24px; }
    .uno-prom .prom-dialog h2 { font-size: 25px; }
    .uno-prom .prom-dialog input[type=tel] { font-size: 16px; }
}
