/* Scoped colors keep these controls readable inside dark landing-page heroes. */
body .dsp-discovery { margin: 22px 0; padding: 18px 22px; border: 1px solid #b9cde2; border-radius: 12px; background: #fff !important; color: #16324f !important; text-align: left; font: 16px/1.6 system-ui, sans-serif; }
body .dsp-discovery summary { color: #16324f !important; font-weight: 750; cursor: pointer; }
body .dsp-discovery :is(p,label,small) { color: #334e68 !important; }
body .dsp-discovery a { color: #07549c !important; text-decoration: underline !important; }
body .dsp-discovery .dsp-discovery-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0; }
body .dsp-discovery button { background: #0d4a91 !important; color: #fff !important; border: 1px solid #0d4a91; border-radius: 7px; padding: 9px 14px; font: inherit; cursor: pointer; }
body .dsp-discovery button:hover { background: #082b55 !important; }
body .dsp-discovery [hidden] { display: none !important; }
body .dsp-discovery label { display: block; font-weight: 650; margin-top: 14px; }
body .dsp-discovery :is(input,textarea) { display: block; box-sizing: border-box; width: 100%; max-width: 100%; border: 1px solid #91a7bc; border-radius: 6px; padding: 10px; background: #f5f8fc !important; color: #16324f !important; font: 14px/1.5 system-ui, sans-serif; }
body .dsp-discovery textarea { min-height: 86px; resize: vertical; }
body .dsp-discovery :is(button,a,summary,input,textarea):focus-visible { outline: 3px solid #b36b00; outline-offset: 3px; }
body .dsp-discovery [role="status"] { min-height: 1.6em; margin: 6px 0; }
.dsp-kit-main { width: min(1100px, calc(100% - 40px)); margin: auto; padding-bottom: 40px; }
.dsp-kit-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,300px),1fr)); gap: 24px; }
.dsp-kit { border: 1px solid #c6d4e2; border-radius: 16px; padding: 26px; background: white; scroll-margin-top: 100px; }
.dsp-kit h2 { color: #12385e; line-height: 1.25; }
.dsp-kit .dsp-kit-label { color: #526b81; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.dsp-kit a { color: #07549c; text-decoration: underline; }
.dsp-kit li { margin: 8px 0; }
.dsp-kit table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.dsp-kit :is(th,td) { padding: 8px 5px; border-bottom: 1px solid #d9e3ec; text-align: left; }
.dsp-kit-download { display: inline-block; margin: 14px 0; padding: 10px 16px; border-radius: 8px; background: #0d4a91; color: white !important; }
.dsp-kit-intro { padding: 12px 0 26px; max-width: 850px; }
@media(max-width: 600px) { body .dsp-discovery { padding: 14px; } .dsp-kit { padding: 20px; } }
