
:root { --legal-primary:#20847d; --legal-dark:#102f32; --legal-bg:#f5f8f8; }
.legal-page { background:var(--legal-bg); color:#223; font-family:Arial,sans-serif; line-height:1.65; }
.legal-header { background:var(--legal-dark); color:#fff; padding:22px 5%; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.legal-header img { max-height:55px; max-width:190px; }
.legal-header a { color:#fff; text-decoration:none; }
.legal-main { width:min(960px,90%); margin:38px auto; background:#fff; padding:clamp(24px,5vw,55px); border-radius:18px; box-shadow:0 10px 35px rgba(0,0,0,.07); }
.legal-main h1 { color:var(--legal-dark); font-size:clamp(2rem,5vw,3.2rem); line-height:1.1; }
.legal-main h2 { color:var(--legal-primary); margin-top:34px; }
.legal-main h3 { margin-top:24px; }
.legal-main a { color:#176d67; }
.legal-alert { border-left:5px solid #d48b19; background:#fff8e8; padding:16px 18px; border-radius:8px; }
.legal-note { background:#eef7f6; padding:16px 18px; border-radius:8px; }
.legal-table { width:100%; border-collapse:collapse; margin:18px 0; }
.legal-table th,.legal-table td { border:1px solid #d8e1e1; padding:12px; text-align:left; vertical-align:top; }
.legal-table th { background:#eef7f6; }
.legal-footer { background:#102f32; color:white; padding:26px 5%; text-align:center; }
.legal-footer a { color:white; margin:0 8px; }
.form-privacy { font-size:.85rem; line-height:1.45; margin:10px 0; }
.form-privacy a { text-decoration:underline; }
.footer-cookie-link { background:none; border:0; color:inherit; padding:0; font:inherit; text-align:left; cursor:pointer; text-decoration:underline; }
.legal-bottom { background:#0b2426; color:#fff; text-align:center; padding:12px; font-size:.85rem; }
@media(max-width:640px){ .legal-header{align-items:flex-start;flex-direction:column}.legal-main{width:94%;padding:22px}.legal-table{font-size:.88rem} }


.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.kc-no-scroll { overflow:hidden; }
.kc-consent { position:fixed; inset:0; z-index:10000; display:grid; place-items:end center; padding:20px; }
.kc-consent[hidden] { display:none; }
.kc-backdrop { position:absolute; inset:0; background:rgba(5,24,26,.62); backdrop-filter:blur(3px); }
.kc-dialog { position:relative; width:min(820px,100%); max-height:min(88vh,840px); overflow:auto; background:#fff; color:#183033; border:1px solid rgba(32,132,125,.22); border-radius:20px; box-shadow:0 24px 80px rgba(0,0,0,.32); padding:clamp(22px,4vw,34px); outline:none; }
.kc-close { position:absolute; top:14px; right:16px; width:40px; height:40px; border:0; border-radius:50%; background:#eef6f5; color:#174f4b; font-size:1.7rem; cursor:pointer; }
.kc-brand-row { display:flex; align-items:center; gap:10px; color:#176d67; font-weight:800; letter-spacing:.02em; margin-bottom:14px; }
.kc-icon { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; background:#e8f5f3; color:#20847d; }
.kc-dialog h2 { margin:0 48px 12px 0; color:#102f32; font-size:clamp(1.55rem,4vw,2.2rem); line-height:1.15; }
.kc-dialog h3 { margin:0 0 5px; color:#153c3f; font-size:1.03rem; }
.kc-dialog p { margin:0 0 14px; line-height:1.55; }
.kc-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:18px 0; }
.kc-summary span { display:flex; flex-direction:column; gap:3px; padding:12px; background:#f2f8f7; border-radius:10px; font-size:.86rem; }
.kc-primary-actions,.kc-settings-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:20px; }
.kc-settings-actions { grid-template-columns:repeat(3,1fr); }
.kc-btn { min-height:48px; padding:11px 15px; border-radius:10px; font:inherit; font-weight:800; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, background .15s ease; }
.kc-btn:hover { transform:translateY(-1px); }
.kc-btn:focus-visible,.kc-close:focus-visible,.kc-back:focus-visible,.footer-cookie-link:focus-visible,.kc-floating:focus-visible { outline:3px solid #f2bb4b; outline-offset:3px; }
.kc-btn-primary { background:#20847d; color:#fff; border:2px solid #20847d; box-shadow:0 7px 18px rgba(32,132,125,.2); }
.kc-btn-secondary { background:#fff; color:#174f4b; border:2px solid #174f4b; }
.kc-btn-outline { background:#eef7f6; color:#174f4b; border:2px solid transparent; }
.kc-links { display:flex; flex-wrap:wrap; gap:16px; margin-top:16px; font-size:.88rem; }
.kc-links a { color:#176d67; }
.kc-back { background:none; border:0; color:#176d67; font-weight:800; cursor:pointer; padding:0; margin-bottom:16px; }
.kc-category { padding:16px 0; border-top:1px solid #dce8e7; }
.kc-category-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.kc-category-heading p { margin:0; font-size:.9rem; color:#4e6264; }
.kc-required { flex:none; padding:6px 9px; background:#e8f5f3; color:#176d67; border-radius:999px; font-size:.78rem; font-weight:800; }
.kc-category details { margin-top:10px; font-size:.88rem; }
.kc-category summary { color:#176d67; cursor:pointer; font-weight:700; }
.kc-cookie-table { margin-top:10px; border:1px solid #dce8e7; border-radius:8px; overflow:hidden; }
.kc-cookie-table [role="row"] { display:grid; grid-template-columns:1.2fr 1.5fr .6fr; gap:8px; padding:9px; }
.kc-cookie-table [role="row"]:nth-child(odd) { background:#f6faf9; }
.kc-switch { position:relative; flex:none; width:52px; height:30px; }
.kc-switch input { position:absolute; opacity:0; }
.kc-switch span[aria-hidden] { position:absolute; inset:0; background:#9aa9aa; border-radius:999px; cursor:pointer; transition:.2s; }
.kc-switch span[aria-hidden]::before { content:""; position:absolute; width:22px; height:22px; left:4px; top:4px; background:#fff; border-radius:50%; box-shadow:0 2px 5px rgba(0,0,0,.25); transition:.2s; }
.kc-switch input:checked + span { background:#20847d; }
.kc-switch input:checked + span::before { transform:translateX(22px); }
.kc-switch input:focus-visible + span { outline:3px solid #f2bb4b; outline-offset:3px; }
.kc-floating { position:fixed; z-index:9000; right:18px; bottom:18px; width:48px; height:48px; border-radius:50%; border:2px solid #fff; background:#174f4b; color:#fff; box-shadow:0 8px 25px rgba(0,0,0,.25); font-size:1.2rem; cursor:pointer; }
body.kc-no-scroll .kc-floating { display:none; }
.cookie-placeholder { padding:22px; border:1px dashed #759b98; border-radius:12px; background:#f1f7f6; text-align:center; }
@media(max-width:700px){
  .kc-consent { padding:0; place-items:end stretch; }
  .kc-dialog { border-radius:20px 20px 0 0; max-height:94vh; padding:22px 18px; }
  .kc-summary { grid-template-columns:1fr; }
  .kc-primary-actions,.kc-settings-actions { grid-template-columns:1fr; }
  .kc-primary-actions .kc-btn-primary { order:-1; }
  .kc-category-heading { align-items:flex-start; }
}

.kc-embed-placeholder { display:grid; place-items:center; min-height:240px; padding:24px; text-align:center; background:#eef7f6; border:1px dashed #20847d; border-radius:14px; }
.kc-embed-placeholder[hidden] { display:none; }
.kc-embed-placeholder p { max-width:560px; }
@media(max-width:760px){.kc-summary{grid-template-columns:1fr 1fr}.kc-settings-actions{grid-template-columns:1fr}}
