.legal-hero { padding: 72px clamp(18px,6vw,100px); color: #fff; background: #081f31; }
.legal-hero .section-kicker { color: #f59e0b; }
.legal-hero h1 { max-width: 900px; margin-bottom: 16px; font-size: clamp(42px,6vw,70px); }
.legal-hero p { max-width: 760px; margin: 0; color: #cbd8e1; font-size: 17px; }
.legal-layout { display: grid; grid-template-columns: minmax(220px,.28fr) minmax(0,1fr); gap: clamp(36px,6vw,90px); padding: 64px clamp(18px,6vw,100px) 90px; }
.legal-nav { position: sticky; top: 105px; align-self: start; padding: 22px; border-left: 4px solid #f59e0b; background: #f3f6f8; }
.legal-nav strong,.legal-nav a { display: block; }
.legal-nav strong { margin-bottom: 12px; color: #12324a; }
.legal-nav a { padding: 8px 0; color: #536b7b; font-size: 14px; font-weight: 700; }
.legal-nav a:hover { color: #12324a; }
.legal-content { max-width: 920px; }
.legal-content > p:first-child { margin-top: 0; padding: 18px 20px; border-left: 4px solid #f59e0b; background: #f8fafb; color: #4f6575; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid #d8e0e6; }
.legal-content h2 { margin-bottom: 14px; font-size: clamp(25px,3vw,34px); }
.legal-content h3 { margin-top: 22px; font-size: 18px; }
.legal-content p,.legal-content li { color: #536b7b; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: #12324a; font-weight: 800; text-decoration: underline; text-decoration-color: #f59e0b; text-underline-offset: 3px; }
.legal-table { width: 100%; border-collapse: collapse; margin-top: 18px; font-size: 14px; }
.legal-table th,.legal-table td { padding: 13px; border: 1px solid #d8e0e6; text-align: left; vertical-align: top; }
.legal-table th { color: #12324a; background: #f3f6f8; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 1000; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; max-width: 1220px; margin: auto; padding: 20px; border: 1px solid #36556b; color: #e7eff4; background: #081f31; box-shadow: 0 18px 55px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: #fff; font-size: 18px; }
.cookie-banner p { max-width: 760px; margin: 5px 0 0; color: #cbd8e1; font-size: 13px; }
.cookie-banner a { color: #f59e0b; text-decoration: underline; }
.cookie-actions,.cookie-dialog-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button,.cookie-dialog button { min-height: 42px; padding: 0 15px; border: 1px solid #94a9b7; border-radius: 4px; color: #fff; background: transparent; font-weight: 800; cursor: pointer; }
.cookie-actions .cookie-primary,.cookie-dialog .cookie-primary { border-color: #f59e0b; color: #151b21; background: #f59e0b; }
.cookie-dialog { width: min(620px,calc(100% - 28px)); padding: 0; border: 1px solid #d8e0e6; border-radius: 6px; color: #1f2933; background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.3); }
.cookie-dialog::backdrop { background: rgba(8,31,49,.72); }
.cookie-dialog form { padding: 25px; }
.cookie-dialog-head { display: flex; justify-content: space-between; gap: 20px; }
.cookie-dialog-head span { color: #f59e0b; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.cookie-dialog h2 { margin: 4px 0 0; font-size: 30px; }
.cookie-dialog p { color: #647687; font-size: 14px; }
.cookie-dialog .cookie-close { min-width: 42px; padding: 0; border-color: #d8e0e6; color: #12324a; font-size: 25px; }
.cookie-choice { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 18px 0; border-top: 1px solid #d8e0e6; }
.cookie-choice span,.cookie-choice strong,.cookie-choice small { display: block; }
.cookie-choice small { margin-top: 3px; color: #647687; }
.cookie-choice input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: #f59e0b; }
.cookie-dialog-actions { justify-content: flex-end; padding-top: 20px; border-top: 1px solid #d8e0e6; }
.cookie-dialog-actions button:not(.cookie-primary) { color: #12324a; border-color: #9aabb7; }
.cookie-settings-button { position: fixed; right: 14px; bottom: 14px; z-index: 900; min-height: 38px; padding: 0 12px; border: 1px solid #d8e0e6; border-radius: 4px; color: #fff; background: #12324a; font-size: 11px; font-weight: 800; cursor: pointer; box-shadow: 0 8px 24px rgba(8,31,49,.22); }
.privacy-acknowledgement { display: flex!important; grid-column: 1/-1; grid-template-columns: 18px 1fr!important; gap: 9px!important; align-items: start; color: #536b7b!important; font-size: 11px!important; font-weight: 600!important; }
.privacy-acknowledgement input { width: 16px; height: 16px; margin-top: 2px; accent-color: #f59e0b; }
.privacy-acknowledgement a { color: #12324a; font-weight: 850; text-decoration: underline; text-decoration-color: #f59e0b; }
.footer-legal-links { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-legal-links a { margin: 0!important; color: #cbd8e1; font-size: 12px; }
.footer-legal-links button { padding: 0; border: 0; color: #cbd8e1; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.footer-legal-links button:hover { color: #fff; }

@media (max-width:800px) {
  .legal-layout { grid-template-columns: 1fr; padding-top: 36px; }
  .legal-nav { position: static; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions button { flex: 1 1 150px; }
  .cookie-settings-button { right: 8px; bottom: 8px; }
}
