.dn-faq-list { display: grid; gap: 12px; margin-top: 30px; }
.dn-faq-list details { border: 1px solid #dbe4ec; border-radius: 12px; background: #fff; overflow: hidden; }
.dn-faq-list summary { padding: 18px 20px; color: #071b2f; font-weight: 850; cursor: pointer; list-style: none; }
.dn-faq-list summary::-webkit-details-marker { display: none; }
.dn-faq-list summary:after { content: "+"; float: right; color: #0d5e92; font-size: 22px; }
.dn-faq-list details[open] summary:after { content: "−"; }
.dn-faq-list details p { margin: 0; padding: 0 20px 20px; }
.dn-contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 30px 0; }
.dn-contact-cards > * { min-height: 150px; display: flex; flex-direction: column; justify-content: end; gap: 8px; padding: 22px; border-radius: 14px; color: #fff !important; background: linear-gradient(135deg,#071b2f,#0d5e92); }
.dn-contact-cards strong { font-size: 18px; }
.dn-contact-cards span { color: rgba(255,255,255,.78); line-height: 1.5; }
.dn-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dn-data-form .dn-check { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.5; }
.dn-data-form .dn-check input { width: 18px; min-height: 18px; margin-top: 3px; }

.dn-consent[hidden], .dn-cookie-reset[hidden] { display: none !important; }
.dn-consent { position: fixed; inset: 0; z-index: 999999; display: grid; align-items: end; }
.dn-consent-backdrop { position: absolute; inset: 0; background: rgba(3,14,25,.64); backdrop-filter: blur(3px); }
.dn-consent-panel { position: relative; width: min(1050px, calc(100% - 30px)); margin: 0 auto 22px; display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 25px; border-radius: 17px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.34); color: #172536; }
.dn-consent-main { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; }
.dn-consent-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #071b2f; color: #f2b705; font-size: 22px; }
.dn-consent h2 { margin: 0 0 6px; color: #071b2f; font-size: 20px; }
.dn-consent p { margin: 0 0 6px; color: #64748b; font-size: 13px; line-height: 1.55; }
.dn-consent a { color: #0d5e92; font-size: 12px; font-weight: 800; }
.dn-consent-actions { display: flex; align-items: center; gap: 8px; }
.dn-consent-actions button, .dn-open-cookie-settings { min-height: 42px; padding: 0 16px; border: 1px solid #cfdbe5; border-radius: 8px; background: #fff; color: #071b2f; font-weight: 800; cursor: pointer; }
.dn-consent-actions button.primary { border-color: #071b2f; background: #071b2f; color: #fff; }
.dn-consent-options { grid-column: 1 / -1; display: grid; gap: 8px; padding-top: 15px; border-top: 1px solid #e2e8ef; }
.dn-consent-options[hidden] { display: none; }
.dn-consent-options label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 12px; border-radius: 8px; background: #f4f7fa; }
.dn-consent-options span { display: grid; gap: 2px; }
.dn-consent-options small { color: #64748b; }
.dn-consent-options input { width: 20px; height: 20px; }
.dn-cookie-reset { position: fixed; z-index: 99990; right: 14px; bottom: 14px; min-height: 36px; padding: 0 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #071b2f; color: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.2); font-size: 11px; font-weight: 800; cursor: pointer; }
.dn-consent-open { overflow: hidden; }
.dn-cookie-placeholder { padding: 28px; border: 1px dashed #8ea6b8; border-radius: 12px; background: #f4f7fa; text-align: center; color: #45566a; }
.dn-cookie-placeholder strong { display: block; color: #071b2f; }
.dn-cookie-placeholder p { margin: 7px 0 14px; }

@media (max-width: 800px) {
    .dn-contact-cards { grid-template-columns: 1fr; }
    .dn-consent-panel { grid-template-columns: 1fr; max-height: calc(100vh - 30px); overflow: auto; margin-bottom: 15px; }
    .dn-consent-actions { flex-wrap: wrap; }
    .dn-consent-actions button { flex: 1 1 140px; }
}
