.lists-page { --list-green: #1b4332; --list-muted: #666b64; --list-line: #dedfd7; background: #fafaf8; }
.list-main a, .lists-page dialog a { color: inherit; }
.lists-page button, .lists-page input, .lists-page select { font: inherit; }
.lists-page button, .lists-page select { cursor: pointer; }
.lists-page :focus-visible { outline: 3px solid #517856; outline-offset: 4px; }
.lists-page .skip-link { position: absolute; top: -60px; left: 20px; padding: 10px; background: white; z-index: 101; }
.lists-page .skip-link:focus { top: 10px; }
.back-search { color: var(--list-green); font-weight: 600; }
.list-main { max-width: 1200px; margin: auto; padding: 0 32px; }
.lab-banner { margin: 24px 0 0; display: flex; align-items: center; gap: 10px; font-size: 12px; color: #635934; }
.lab-banner strong { border: 1px solid #d9cfad; padding: 1px 7px; border-radius: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.list-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 85px; align-items: center; padding: 62px 0 72px; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .16em; color: var(--list-green); }
.list-hero h1 { font-size: clamp(44px, 5.1vw, 67px); line-height: 1.09; letter-spacing: -.035em; font-weight: 400; margin: 18px 0 22px; }
.list-hero h1 em { color: var(--list-green); font-weight: 400; }
.hero-description { max-width: 440px; font-size: 16px; line-height: 1.75; color: #5a6059; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 16px; font-size: 11px; margin-top: 24px; color: var(--list-green); }
.list-button { border-radius: 6px; padding: 13px 17px; min-height: 46px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border: 1px solid transparent; font-weight: 600; font-size: 13px; text-decoration: none; transition: background .15s; }
.lists-page .primary { color: white; background: var(--list-green); }
.lists-page .primary:hover:not(:disabled) { background: #2d6048; }
.lists-page .secondary { background: transparent; border-color: #c5d0c4; color: var(--list-green); }
.lists-page button:disabled { opacity: .5; cursor: not-allowed; }
.lists-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.hero-cta { margin-top: 25px; }
.list-builder { scroll-margin-top: 28px; border-top: 1px solid var(--list-line); padding-top: 40px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; }
.lists-page h2 { font-size: 31px; font-weight: 400; letter-spacing: -.025em; line-height: 1.2; margin-top: 10px; }
.quiet { font-size: 12px; color: var(--list-muted); }
.builder-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.assistant-card { padding: 24px; background: #eaf0e5; border: 1px solid #d8e2cf; border-radius: 8px; margin-bottom: 24px; }
.helper-heading { display: flex; gap: 13px; align-items: center; }
.helper-icon { font-size: 31px; color: var(--list-green); }
.helper-heading h3 { font-family: var(--font-body); font-size: 15px; font-weight: 600; }
.helper-heading p { font-size: 11px; color: #59664f; margin-top: 3px; }
.helper-input { display: flex; gap: 7px; margin-top: 18px; }
.helper-input input { min-width: 0; flex: 1; }
.helper-note { font-size: 10px; color: #52644d; margin-top: 9px; }
.helper-note:empty { display: none; }
.lists-page input:not([type=checkbox]):not([type=radio]), .lists-page select { width: 100%; min-height: 43px; border: 1px solid #d7dcd2; border-radius: 5px; padding: 10px 12px; color: #2a352c; background-color: #fff; font-size: 12px; }
.filter-section { border: 1px solid var(--list-line); border-radius: 8px; background: #fff; padding: 24px; margin: 0 0 22px; min-width: 0; }
.filter-section legend { float: left; width: 100%; margin-bottom: 25px; display: flex; align-items: center; gap: 12px; font-size: 19px; font-family: var(--font-display); }
.filter-section legend + * { clear: both; }
.step-number { color: var(--list-green); background: #f0f3ed; border-radius: 50%; padding: 7px; width: 33px; text-align: center; font-family: var(--font-body); font-size: 10px; }
.field { margin-bottom: 18px; }
.field label, .contact-choice label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 7px; }
.field label span { font-size: 10px; color: var(--list-muted); font-weight: 400; margin-left: 6px; }
.field small, .contact-choice small { display: block; font-size: 10px; color: var(--list-muted); margin-top: 6px; line-height: 1.6; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field-note { font-size: 11px; color: var(--list-muted); line-height: 1.7; }
.extra-filters { border-top: 1px solid #e9ebe5; padding-top: 14px; }
.extra-filters summary { font-size: 12px; font-weight: 600; cursor: pointer; }
.extra-filters summary span { color: var(--list-muted); font-size: 10px; margin-left: 12px; font-weight: 400; }
.extra-filters[open] summary { margin-bottom: 20px; }
.quick-cities { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-cities button { font-size: 10px; color: #4c5c47; border: 1px solid #dde3d8; background: #fafbf8; border-radius: 20px; padding: 6px 11px; }
.contact-intro { margin-bottom: 18px; }
.contact-choice { display: grid; grid-template-columns: 1fr 185px; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid #eeefe9; }
.contact-choice label { margin: 0; }
.responsible-data { background: #f6f6f0; border: 1px solid #e6e7d9; padding: 18px; margin-top: 22px; border-radius: 5px; }
.responsible-data h4 { font-size: 12px; font-weight: 600; margin-bottom: 13px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; margin: 16px 0; cursor: pointer; }
.checkbox-row input { width: 16px; height: 16px; accent-color: var(--list-green); flex-shrink: 0; margin-top: 2px; }
.responsible-data p, .responsible-data a { font-size: 10px; color: #676343; line-height: 1.7; }
.responsible-data a { display: inline-block; margin-top: 8px; }
.responsible-data .field { margin-bottom: 10px; }
.form-actions { display: flex; justify-content: space-between; }
.text-button { background: none; border: none; color: var(--list-green); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; padding: 9px 0; }
.list-summary { position: sticky; top: 24px; border: 1px solid #cad3c4; background: #f1f4ed; border-radius: 8px; padding: 25px; }
.summary-top { display: flex; align-items: center; justify-content: space-between; }
.summary-mark { color: var(--list-green); font-size: 25px; }
.list-summary h3 { font-weight: 400; font-size: 23px; line-height: 1.3; margin: 12px 0 23px; }
.mode-label { display: block; font-size: 10px; font-weight: 600; margin-bottom: 5px; }
.summary-note { color: #5c6757; font-size: 10px; line-height: 1.65; margin-top: 9px; }
.summary-note:empty { display: none; }
.selection-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 16px; }
.selection-tags span { padding: 3px 7px; background: white; border: 1px solid #d7ddcf; font-size: 10px; border-radius: 4px; }
.summary-result { margin: 22px 0; }
.summary-result strong { display: block; font-size: 49px; line-height: 1.1; font-family: var(--font-display); font-weight: 400; color: var(--list-green); font-variant-numeric: tabular-nums; }
.summary-result > span { font-size: 12px; color: #55624f; }
.coverage { display: grid; gap: 10px; margin: 20px 0; }
.coverage-item { display: grid; grid-template-columns: 65px 1fr 35px; gap: 8px; align-items: center; font-size: 10px; }
.coverage-track { height: 5px; background: #dce3d5; border-radius: 3px; overflow: hidden; }
.coverage-fill { height: 100%; background: #6b8660; }
.price-block { margin: 22px 0; padding-top: 20px; border-top: 1px solid #d4ddcc; }
.price-block > div { display: flex; justify-content: space-between; align-items: baseline; }
.price-block > div > span { font-size: 11px; }
.price-block strong { font-size: 26px; font-family: var(--font-display); font-weight: 400; white-space: nowrap; }
.price-block > small { display: block; font-size: 9px; color: var(--list-muted); text-align: right; }
.list-summary > .list-button { width: 100%; margin-top: 9px; }
.checkout-note { font-size: 9px; text-align: center; color: var(--list-muted); margin-top: 10px; }
.list-error { color: #922e21; font-size: 12px; margin-top: 12px; }
.preview-section, .presets-section { margin-top: 66px; }
.preview-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--list-line); border-radius: 6px; background: white; }
.preview-table { width: 100%; border-collapse: collapse; white-space: nowrap; font-size: 11px; }
.preview-table th { padding: 14px 18px; text-align: left; font-size: 10px; color: #626c5d; background: #f2f4ee; font-weight: 500; }
.preview-table td { padding: 15px 18px; border-top: 1px solid #edeee7; }
.preview-table td:first-child { font-weight: 600; }
.preview-table td small { display: block; font-size: 9px; color: var(--list-muted); font-weight: 400; }
.missing { color: #777a71; }
.table-footnote { font-size: 10px; color: var(--list-muted); margin-top: 13px; }
.preset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.preset { text-align: left; background: #fff; border: 1px solid var(--list-line); padding: 24px; border-radius: 7px; color: var(--color-text); }
.preset:hover { border-color: #829878; background: #f5f7f0; }
.preset > span { display: block; }
.preset-icon { color: var(--list-green); font-size: 21px; margin-bottom: 22px; }
.preset strong { display: block; font: 400 22px/1.3 var(--font-display); margin: 10px 0 26px; }
.preset > span:last-child { font-size: 11px; color: var(--list-green); }
.preset i { float: right; font-style: normal; }
.pricing-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 110px; margin-top: 70px; padding: 48px 0; border-top: 1px solid var(--list-line); border-bottom: 1px solid var(--list-line); scroll-margin-top: 24px; }
.pricing-section h2 { font-size: 39px; }
.pricing-section p:not(.eyebrow) { margin-top: 18px; font-size: 12px; line-height: 1.8; }
.pricing-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.pricing-table td, .pricing-table th { padding: 13px 6px; text-align: left; border-bottom: 1px solid var(--list-line); }
.pricing-table th { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 500; color: var(--list-muted); }
.pricing-table td:last-child, .pricing-table th:last-child { text-align: right; }
.pricing-table-wrap > p { color: var(--list-muted); font-size: 10px !important; }
.lists-page dialog { margin: auto; border: 1px solid #c9d0c3; border-radius: 10px; width: min(510px, calc(100% - 28px)); max-height: 90vh; background: #fafaf8; color: var(--color-text); }
.lists-page dialog::backdrop { background: rgba(20, 35, 25, .45); }
.dialog-inner { padding: 35px; position: relative; }
.dialog-close { position: absolute; top: 10px; right: 16px; border: 0; background: transparent; font-size: 25px !important; }
.dialog-inner h2 { margin-bottom: 20px; }
.dialog-inner p { font-size: 12px; margin-bottom: 15px; }
.order-total { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--list-line); font-size: 15px; }
.order-total strong { font-size: 24px; font-family: var(--font-display); }
.dialog-inner .list-button { width: 100%; margin-bottom: 12px; }
@media (max-width: 1000px) {
    .back-search { display: none; }
    .list-hero { gap: 30px; }
    .builder-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; }
    .filter-section, .assistant-card, .list-summary { padding: 20px; }
    .helper-input { flex-direction: column; }
    .pricing-section { gap: 60px; }
}
@media (max-width: 760px) {
    .list-main { padding: 0 20px; }
    .lab-banner { align-items: flex-start; font-size: 10px; }
    .lab-banner .status-dot { margin-top: 6px; }
    .list-hero { grid-template-columns: 1fr; padding: 40px 0; gap: 25px; }
    .list-hero h1 { font-size: 53px; }
    .hero-description { font-size: 14px; }
    .hero-benefits { gap: 11px; font-size: 10px; }
    .section-heading { align-items: start; flex-direction: column; gap: 10px; }
    .section-heading > .quiet { display: none; }
    .lists-page h2 { font-size: 28px; }
    .builder-layout { grid-template-columns: 1fr; }
    .list-summary { position: static; }
    .helper-input { flex-direction: column; }
    .contact-choice { grid-template-columns: 1fr; gap: 10px; }
    .contact-choice select { max-width: none; }
    .field-grid { gap: 0 12px; }
    .field label { font-size: 11px; }
    .preset-grid { grid-template-columns: 1fr; gap: 12px; }
    .preset { position: relative; padding: 22px; }
    .preset strong { font-size: 23px; margin-bottom: 18px; }
    .preset-icon { position: absolute; top: 16px; right: 23px; }
    .pricing-section { grid-template-columns: 1fr; gap: 25px; }
    .pricing-section h2 { font-size: 35px; }
    .dialog-inner { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) { .lists-page * { scroll-behavior: auto !important; transition: none !important; } }
.hero-type-line { display: block; min-height: 2.2em; font-size: .74em; max-width: 10.8em; }
.registry-filters summary, .geo-filters summary { cursor: pointer; font-size: 12px; font-weight: 600; margin-bottom: 18px; }
.geo-filters { margin-bottom: 18px; }
.list-next-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 52px 0 70px; }
.list-next-pages > a { text-decoration: none; border-top: 1px solid var(--list-line); padding-top: 24px; }
.list-next-pages p { font-size: 12px; margin-top: 18px; color: var(--list-muted); }
.breadcrumb { display: inline-block; margin: 28px 0 0; font-size: 12px; color: var(--list-muted) !important; text-decoration: none; }
.info-hero { padding: 48px 0; max-width: 760px; }
.info-hero h1 { font: 400 clamp(40px, 5vw, 60px)/1.15 var(--font-display); letter-spacing: -.025em; margin: 16px 0 24px; }
.info-hero em { color: var(--list-green); }
.info-hero > p:last-child { font-size: 16px; color: var(--list-muted); max-width: 640px; }
.price-calculator { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: #edf2e7; border: 1px solid #d3ddc8; border-radius: 8px; padding: 36px; }
.price-calculator label, .faq-search label { display: block; font-size: 13px; font-weight: 600; margin: 18px 0 8px; }
.price-calculator input { max-width: 240px; }
.price-calculator p { font-size: 12px; margin-top: 14px; color: var(--list-muted); }
.calculator-result { align-self: center; text-align: right; }
.calculator-result > strong { font: 400 52px var(--font-display); display: block; color: var(--list-green); }
.calculator-result > span { font-size: 12px; }
.calculator-result .list-button { margin-top: 22px; }
.price-tiers, .payment-explainer { padding: 48px 0; border-bottom: 1px solid var(--list-line); }
.price-tiers .preset-grid { margin: 24px 0; }
.tier-card { padding: 24px; background: #fff; border: 1px solid var(--list-line); border-radius: 6px; }
.tier-card span, .tier-card p { font-size: 12px; color: var(--list-muted); }
.tier-card strong { display: block; font: 400 34px var(--font-display); margin: 12px 0; }
.payment-explainer h3 { font: 400 23px var(--font-display); margin: 25px 0 12px; }
.payment-explainer p { font-size: 13px; color: var(--list-muted); line-height: 1.8; }
.payment-explainer > p { margin-top: 22px; }
.page-cta { padding: 55px 0 70px; display: flex; align-items: center; gap: 24px; }
.page-cta h2 { margin-right: auto; }
.page-cta > a:not(.list-button) { font-size: 12px; }
.faq-search { max-width: 780px; }
.faq-search input { max-width: 540px; }
.faq-search p { font-size: 11px; margin-top: 8px; color: var(--list-muted); }
.faq-full { margin: 32px 0 48px; }
.faq-full details { scroll-margin-top: 28px; }
.data-dictionary > p:not(.eyebrow) { font-size: 12px; margin-top: 15px; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.payment-methods label { border: 1px solid #cbd3c4; padding: 12px; border-radius: 5px; font-size: 12px; cursor: pointer; }
.payment-methods label:has(input:checked) { background: #eaf0e5; border-color: var(--list-green); }
.billing-fields { margin: 14px 0; }
@media(max-width: 760px) {
    .list-next-pages, .price-calculator { grid-template-columns: 1fr; }
    .price-calculator { padding: 24px; gap: 25px; }
    .calculator-result { text-align: left; }
    .page-cta { align-items: flex-start; flex-direction: column; gap: 18px; }
    .info-page .pricing-table { font-size: 11px; }
    .info-page .pricing-table th { font-size: 9px; }
}

.price-display-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin: 0 0 24px; font-size: 13px; color: var(--list-muted); }
.vat-toggle { display: inline-flex; padding: 4px; border: 1px solid var(--list-line); border-radius: 8px; background: #edf2e7; }
.vat-toggle button { border: 0; border-radius: 5px; padding: 11px 18px; background: transparent; color: var(--list-green); font-size: 13px; font-weight: 600; cursor: pointer; }
.vat-toggle button[aria-pressed="true"] { background: var(--list-green); color: white; }
.vat-toggle button:focus-visible { outline: 2px solid var(--list-green); outline-offset: 3px; }

/* Editorial images and readable, grouped questions. */
.editorial-photo { margin: 0; overflow: hidden; border-radius: 10px; background: #e7e8df; aspect-ratio: 4 / 3; }
.editorial-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.main-hero-photo { aspect-ratio: 6 / 5; }
.main-hero-photo img { object-position: 62% center; }
.list-hero { gap: 56px; }
.editorial-hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 56px; padding: 46px 0 64px; }
.editorial-hero .info-hero { padding: 0; }
.editorial-hero .info-hero h1 { font-size: clamp(40px, 4.3vw, 58px); }
.editorial-hero .info-hero > p:last-of-type { font-size: 18px; line-height: 1.75; color: var(--list-muted); max-width: 490px; }
.text-link { display: inline-flex; gap: 24px; margin-top: 24px; color: var(--list-green); font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 1px solid #8caa90; padding-bottom: 5px; }
.faq-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 65px; align-items: start; border-top: 1px solid var(--list-line); padding: 48px 0 16px; scroll-margin-top: 28px; }
.faq-topic-nav { position: sticky; top: 30px; }
.faq-topic-nav > p { margin-bottom: 20px; }
.faq-topic-nav a { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--list-line); font-size: 15px; text-decoration: none; }
.faq-topic-nav a > span:first-child { font-size: 11px; color: #72826b; }
.faq-topic-nav a > span:last-child { margin-left: auto; color: #72826b; }
.faq-topic-nav a:hover { color: var(--list-green); border-color: var(--list-green); }
.faq-content { min-width: 0; }
.faq-search { padding: 24px 28px; border: 1px solid #dce3d5; border-radius: 8px; background: #eff3e9; }
.faq-search label { margin: 0 0 12px; font-size: 18px; }
.faq-search-input { display: flex; gap: 12px; align-items: center; }
.lists-page .faq-search input { max-width: none; min-width: 0; min-height: 52px; font-size: 16px; padding: 13px 15px; }
.faq-search button { background: transparent; border: 0; color: var(--list-green); font-size: 14px; text-decoration: underline; padding: 8px 0; }
.faq-search p { font-size: 13px; }
.faq-search p:empty { display: none; }
#faq-no-results { margin: 24px 0; padding: 24px; font-size: 17px; line-height: 1.7; border: 1px solid var(--list-line); border-radius: 8px; }
.faq-group { padding: 48px 0 20px; scroll-margin-top: 32px; }
.faq-group-heading { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
.faq-number { color: #6f8267; font-size: 12px; letter-spacing: .06em; padding-top: 12px; }
.faq-group-heading h2 { font-size: 36px; margin: 0 0 12px; }
.faq-group-heading p { color: var(--list-muted); font-size: 16px; line-height: 1.65; max-width: 580px; }
.faq-full { margin: 0; border-bottom: 1px solid var(--list-line); }
.faq-full details { border-top: 1px solid var(--list-line); padding: 0; }
.faq-full summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; font-size: 20px; font-weight: 500; line-height: 1.45; cursor: pointer; list-style: none; }
.faq-full summary::-webkit-details-marker { display: none; }
.faq-full summary::after { content: '+'; display: grid; place-items: center; flex: 0 0 28px; height: 28px; color: var(--list-green); font-size: 22px; font-weight: 400; }
.faq-full details[open] summary { color: var(--list-green); }
.faq-full details[open] summary::after { content: '−'; }
.faq-answer { padding: 0 38px 28px 0; max-width: 700px; }
.faq-answer p, .faq-answer li { font-size: 17px; line-height: 1.8; color: #4e594e; }
.faq-answer p + p, .faq-answer p + ul { margin-top: 16px; }
.faq-answer strong { font-weight: 600; color: #2d4434; }
.faq-answer ul { padding-left: 23px; }
.faq-answer li { margin: 10px 0; }
.faq-answer blockquote { border-left: 3px solid #7a9977; padding: 12px 20px; margin: 18px 0; font: 400 23px/1.5 var(--font-display); color: var(--list-green); background: #eff3e9; }
.faq-answer a { color: var(--list-green); text-underline-offset: 4px; }
.data-dictionary { display: grid; grid-template-columns: 1fr 1.25fr; align-items: start; gap: 65px; padding: 48px 0; border-top: 1px solid var(--list-line); border-bottom: 1px solid var(--list-line); }
.data-dictionary h2 { font-size: 36px; margin: 14px 0 20px; }
.data-dictionary p:not(.eyebrow) { font-size: 17px; line-height: 1.8; color: var(--list-muted); max-width: 410px; }
.data-dictionary details { border: 1px solid #d9e1d3; border-radius: 8px; background: #f0f4eb; padding: 22px 26px; scroll-margin-top: 32px; }
.data-dictionary summary { font-size: 18px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.data-dictionary summary::-webkit-details-marker { display: none; }
.data-dictionary details[open] summary > span { transform: rotate(45deg); }
@media (max-width: 1000px) {
    .editorial-hero, .list-hero { gap: 30px; }
    .faq-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 32px; }
    .faq-topic-nav a { font-size: 14px; gap: 9px; }
}
@media (max-width: 760px) {
    .editorial-hero { grid-template-columns: 1fr; padding: 32px 0 40px; gap: 28px; }
    .editorial-hero .info-hero h1 { font-size: 44px; }
    .editorial-photo, .main-hero-photo { aspect-ratio: 3 / 2; }
    .faq-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 28px; }
    .faq-topic-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
    .faq-topic-nav > p { grid-column: 1 / -1; margin-bottom: 6px; }
    .faq-topic-nav a { min-height: 56px; padding: 12px 0; }
    .faq-search { padding: 20px; }
    .faq-group { padding: 38px 0 12px; }
    .faq-group-heading { gap: 13px; margin-bottom: 22px; }
    .faq-group-heading h2 { font-size: 30px; }
    .faq-full summary { font-size: 18px; padding: 20px 0; gap: 14px; }
    .faq-answer { padding-right: 0; }
    .faq-answer p, .faq-answer li { font-size: 17px; }
    .faq-answer blockquote { font-size: 21px; }
    .data-dictionary { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }
    .data-dictionary h2 { font-size: 32px; }
    .data-dictionary details { padding: 20px; }
}

/* Checkout shares buyer details across both payment methods. */
#checkout-dialog { width: min(560px, calc(100vw - 32px)); max-height: 90dvh; }
#checkout-form fieldset { border: 0; padding: 0; min-width: 0; }
#checkout-form legend, .buyer-fields h3 { font-size: 16px; font-weight: 600; margin-bottom: 12px; }
#checkout-form .payment-methods { margin: 24px 0; }
#checkout-form .payment-methods label { display: flex; align-items: center; gap: 10px; min-height: 50px; font-size: 16px; }
#checkout-form input[type=radio] { appearance: auto; width: 18px; height: 18px; min-height: 0; padding: 0; margin: 0; flex: 0 0 18px; accent-color: var(--list-green); }
#checkout-form input:not([type=radio]):not([type=checkbox]) { font-size: 16px; }
.buyer-fields .field { margin-bottom: 16px; }
#checkout-form .field label { font-size: 14px; }
.field-help, #company-optional { color: var(--list-muted); font-weight: 400; }
.field-help { font-size: 12px; margin-top: 6px; }
.checkout-account { background: #eef1e9; padding: 16px; border-radius: 6px; font-size: 14px; line-height: 1.6; margin: 22px 0; }
.checkout-account a { display: inline-block; margin-top: 8px; font-weight: 600; }
.terms-accept { align-items: flex-start; font-size: 14px; line-height: 1.6; }
.terms-accept input { flex-shrink: 0; margin-top: 3px; }
.checkout-privacy { font-size: 12px; color: var(--list-muted); margin: 10px 0 20px; }
.terms-page { max-width: 820px; }
.terms-page section { margin: 32px 0; }
.terms-page h2 { font-size: 27px; margin-bottom: 12px; }
.terms-page p, .terms-page li { font-size: 17px; line-height: 1.8; margin-bottom: 12px; }
.terms-accept a, .checkout-privacy a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 480px) {
    #checkout-form .field-grid { grid-template-columns: 1fr; }
}

.company-picker { position: relative; }
.buyer-company-results { position: absolute; z-index: 5; width: 100%; max-height: 240px; overflow-y: auto; padding: 4px; margin: 4px 0 0; list-style: none; background: #fff; border: 1px solid #cbd3c4; border-radius: 6px; box-shadow: 0 8px 24px #14231920; }
.buyer-company-results li { display: flex; flex-direction: column; gap: 4px; padding: 12px; cursor: pointer; font-size: 14px; }
.buyer-company-results li:hover, .buyer-company-results li[aria-selected=true] { background: #eaf0e5; }
.buyer-company-results span { font-size: 12px; color: var(--list-muted); }
.buyer-details { margin: 18px 0; border-top: 1px solid var(--list-line); border-bottom: 1px solid var(--list-line); }
.buyer-details > summary { padding: 14px 0; font-size: 14px; cursor: pointer; }

.checkout-choice { margin: 24px 0 0; }
.checkout-choice h3 { font: 500 21px var(--font-display); margin-bottom: 16px; }
.checkout-choice-options { display: grid; gap: 12px; }
.checkout-option { display: block; width: 100%; padding: 20px; border: 1px solid #cbd3c4; border-radius: 7px; background: #f4f6f0; text-align: left; color: var(--list-green); cursor: pointer; text-decoration: none; font-family: inherit; }
.checkout-option strong { display: flex; justify-content: space-between; gap: 12px; font-size: 16px; margin-bottom: 8px; }
.checkout-option > span { display: block; font-size: 14px; line-height: 1.6; color: var(--list-muted); }
.checkout-option:hover { border-color: var(--list-green); background: #eaf0e5; }
.checkout-option:focus-visible { outline: 2px solid var(--list-green); outline-offset: 3px; }
.checkout-choice-back { padding: 0; border: 0; background: transparent; color: var(--list-green); text-decoration: underline; text-underline-offset: 3px; font: inherit; cursor: pointer; }

/* Visible filter choices; several industries, legal forms and counties can be combined. */
.filter-options { border: 0; padding: 0; margin: 0 0 22px; min-width: 0; }
.filter-options > legend { float: none; display: block; width: auto; padding: 0; margin: 0 0 10px; font: 600 14px var(--font-body); }
.filter-options-list { display: flex; flex-wrap: wrap; gap: 8px; clear: both; }
.filter-option { display: inline-flex; align-items: flex-start; gap: 9px; padding: 10px 12px; border: 1px solid #d7dcd2; border-radius: 6px; background: #fff; cursor: pointer; font-size: 14px; line-height: 1.5; }
.filter-option input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; padding: 0; accent-color: var(--list-green); }
.filter-option:has(input:checked) { background: #eaf0e5; border-color: #5a775b; }
.filter-option:has(input:disabled) { opacity: .55; cursor: not-allowed; }
.filter-option:focus-within { outline: 2px solid var(--list-green); outline-offset: 2px; }
.filter-help { font-size: 12px; line-height: 1.6; color: var(--list-muted); margin-top: 8px; }
.county-options { max-height: 260px; overflow-y: auto; padding: 3px; }
.field-grid > .filter-options { align-self: start; }
.responsible-data .filter-options > legend { margin-top: 16px; }
@media (max-width: 760px) { .field-grid:has(> .filter-options) { grid-template-columns: 1fr; } }

/* Search the full SNI catalogue and keep each selected industry visible. */
.industry-picker { clear: both; }
.industry-search { position: relative; }
.industry-results { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 5; max-height: 320px; overflow-y: auto; overscroll-behavior: contain; list-style: none; margin: 0; padding: 6px; border: 1px solid #cad3c4; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px #1b43321a; }
.industry-results li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 10px; min-height: 44px; cursor: pointer; border-radius: 4px; font-size: 15px; line-height: 1.45; }
.industry-results li:hover, .industry-results li[aria-selected="true"] { background: #eaf0e5; color: var(--list-green); }
.industry-results li > span { min-width: 0; overflow-wrap: anywhere; }
.industry-results li small { margin: 0; flex-shrink: 0; color: var(--list-muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.industry-selected { display: flex; flex-wrap: wrap; gap: 8px; }
.industry-selected:not(:empty) { margin-bottom: 12px; }
.industry-chip { display: inline-flex; max-width: 100%; align-items: center; gap: 8px; padding: 0 0 0 12px; background: #eaf0e5; border: 1px solid #9bae98; border-radius: 6px; color: var(--list-green); font-size: 14px; line-height: 1.4; }
.industry-chip > span { min-width: 0; overflow-wrap: anywhere; padding: 7px 0; }
.industry-chip small { display: inline; margin-left: 7px; font-size: 11px; color: #53684f; white-space: nowrap; }
.industry-chip button { align-self: stretch; min-width: 44px; min-height: 44px; padding: 4px 10px; border: 0; border-radius: 0 5px 5px 0; background: transparent; color: var(--list-green); font-size: 23px; }
.industry-chip button:hover { background: #dae5d4; }
#industry-status:empty { display: none; }

.data-dictionary:has(.data-fields-table) { grid-template-columns: 1fr; gap: 24px; }
.data-dictionary:has(.data-fields-table) > div p:not(.eyebrow) { max-width: 680px; }
.data-dictionary details { min-width: 0; }
.data-fields-table { width: 100%; border-collapse: collapse; table-layout: fixed; margin-top: 20px; font-size: 16px; line-height: 1.65; }
.data-fields-table caption { text-align: left; color: var(--list-muted); padding-bottom: 20px; }
.data-fields-table th, .data-fields-table td { padding: 15px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid #d6dfd0; overflow-wrap: anywhere; }
.data-fields-table th:first-child { width: 32%; }
.data-fields-table thead { background: #dfe8d7; color: var(--list-green); }
.data-fields-table tbody th { font-weight: 600; hyphens: auto; }
.data-fields-table tbody tr:nth-child(even) { background: #ffffff70; }
.data-fields-table tbody tr:last-child > * { border-bottom: 0; }
@media (max-width: 760px) {
    .data-dictionary details:has(.data-fields-table) { padding: 18px 12px; }
    .data-fields-table { font-size: 15px; line-height: 1.55; }
    .data-fields-table th, .data-fields-table td { padding: 12px 8px; }
    .data-fields-table th:first-child { width: 38%; }
}

/* Shared site header/footer frame a separate menu for company-list pages. */
body.lists-page { display: flex; flex-direction: column; min-height: 100vh; }
.lists-page > .list-main { width: 100%; flex: 1; }
.list-subnav { border-bottom: 1px solid var(--list-line); background: #f0f4eb; }
.list-subnav-inner { max-width: 1200px; margin: auto; padding: 0 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 0 28px; }
.list-subnav-title { margin-right: auto; padding: 16px 0; font-size: 14px; font-weight: 600; color: var(--list-green); }
.list-subnav a { display: inline-flex; align-items: center; min-height: 52px; padding: 12px 0; border-bottom: 2px solid transparent; font-size: 14px; color: var(--color-text-secondary); }
.list-subnav a:hover, .list-subnav a[aria-current="page"] { color: var(--list-green); border-bottom-color: var(--list-green); }
@media (max-width: 760px) {
    .list-subnav-inner { padding: 0 24px; gap: 0 20px; }
    .list-subnav-title { width: 100%; padding: 12px 0 0; }
    .list-subnav a { min-height: 44px; font-size: 13px; }
}
.lists-page :is(#bygg, #innehall, .faq-layout, .faq-group, .faq-full details, .data-dictionary details) { scroll-margin-top: var(--list-anchor-offset, 100px); }
#order-success > a:not([hidden]), #order-success > button:not([hidden]) { display: block; margin-top: 12px; }

/* The preview shares the complete CSV schema, with a pinned company column. */
.preview-toolbar { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:20px 0 12px; }
.preview-toolbar label { display:grid; gap:8px; font-size:13px; width:min(100%,380px); }
.preview-toolbar input { width:100%; padding:11px 13px; border:1px solid var(--list-line); border-radius:5px; font:inherit; background:white; }
#preview-help { margin:12px 0; }
.preview-scroll { max-height:560px; overflow:auto; }
.preview-table { border-collapse:separate; border-spacing:0; font-size:13px; }
.preview-table th { position:sticky; top:0; z-index:2; font-size:12px; white-space:nowrap; }
.preview-table td { min-width:150px; max-width:340px; white-space:pre-wrap; overflow-wrap:anywhere; vertical-align:top; line-height:1.5; }
.preview-table th:first-child,.preview-table td:first-child:not([colspan]) { position:sticky; left:0; min-width:190px; max-width:240px; box-shadow:2px 0 0 var(--list-line); }
.preview-table td:first-child:not([colspan]) { background:white; z-index:1; }
.preview-table th:first-child { z-index:3; }
.preview-table td[colspan] { white-space:normal; }
@media(max-width:680px) { .preview-toolbar { flex-direction:column; align-items:stretch; gap:10px; }.preview-toolbar label { width:100%; }.preview-table th:first-child,.preview-table td:first-child:not([colspan]) { min-width:160px; max-width:180px; } }

.preview-table details { width:280px; max-width:280px; white-space:normal; }.preview-table summary { cursor:pointer; line-height:1.5; }.preview-table details p { white-space:pre-wrap; margin:12px 0 0; }
