/* One content tree: native disclosure on mobile/tablet, tabs on desktop. */
.klima-product-sections [hidden] { display: none !important; }
.klima-product-section { margin: 0 0 10px; min-width: 0; border: 1px solid var(--klima-line, #dce2ee); border-radius: 12px; background: #fff; }
.klima-product-section > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; padding: 14px 18px; box-sizing: border-box; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; line-height: 1.4; color: var(--klima-ink, #15182c); scroll-margin-top: 112px; }
.klima-product-section > summary::-webkit-details-marker { display: none; }
.klima-product-section > summary::after { content: ''; flex: 0 0 9px; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin: -4px 3px 0 0; }
.klima-product-section[open] > summary::after { transform: rotate(225deg); margin-top: 4px; }
.klima-product-section[open] > summary { border-bottom: 1px solid var(--klima-line, #dce2ee); background: #f7f8fc; border-radius: 12px 12px 0 0; }
.klima-product-section__body { min-width: 0; padding: 16px; scroll-margin-top: 112px; }
.klima-product-section__body .klima-feature-grid { padding: 0 !important; }
.klima-product-section__close, .klima-feature-preview-toggle { display: block; max-width: 100%; min-height: 44px; margin: 18px 0 0; padding: 10px 16px; border: 1px solid #c9d5eb; border-radius: 8px; background: #f5f8fd; color: #12366c; font: inherit; font-size: 14px; font-weight: 750; line-height: 1.4; cursor: pointer; white-space: normal; }
.klima-product-section > summary:focus-visible, .klima-product-section-tabs a:focus-visible, .klima-product-section__close:focus-visible, .klima-feature-preview-toggle:focus-visible { outline: 3px solid #1765cf; outline-offset: 3px; }
.klima-product-section-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 20px; border-bottom: 1px solid var(--klima-line, #dce2ee); }
.klima-product-section-tabs > div { flex-shrink: 0; }
.klima-product-section-tabs a { display: block; padding: 13px 18px; border: 1px solid var(--klima-line, #dce2ee); border-bottom: 0; border-radius: 10px 10px 0 0; background: #f4f5f8; color: var(--klima-ink-soft, #4c5364); font-size: 14px; font-weight: 800; line-height: 1.5; text-decoration: none; white-space: nowrap; }
.klima-product-section-tabs a[aria-selected="true"] { background: #fff; color: var(--klima-ink, #15182c); border-color: var(--klima-action, #ff345b); box-shadow: inset 0 3px 0 var(--klima-action, #ff345b); }
.klima-product-sections.is-tabs > .klima-product-section { margin: 0; border: 0; border-radius: 0; }
.klima-product-sections.is-tabs > .klima-product-section:not([open]), .klima-product-sections.is-tabs > .klima-product-section > summary { display: none; }
.klima-product-sections.is-tabs .klima-product-section__body { padding: 0; }
@media (max-width: 1100px) {
	.woocommerce div.product .klima-product-sections { margin-top: 24px; }
	.klima-product-section__body .klima-product-features-tab > h2, .klima-product-section__body .klima-product-documents-tab > h2 { display: none; }
	.klima-product-section__body .klima-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.klima-product-section__body .klima-feature-grid { grid-template-columns: minmax(0, 1fr); }
}
