/* MUINFO.HU – szükséges süti tájékoztató és jogi oldal */
.cookie-notice[hidden]{display:none!important}
.cookie-notice{position:fixed;right:18px;bottom:18px;left:18px;z-index:1000;display:flex;justify-content:center;pointer-events:none;opacity:0;transform:translateY(18px);transition:opacity .22s ease,transform .22s ease}
.cookie-notice.is-visible{opacity:1;transform:translateY(0)}
.cookie-notice__inner{width:min(100%,1120px);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 18px;border:1px solid rgba(120,185,0,.3);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 20px 60px rgba(24,37,29,.18);backdrop-filter:blur(16px);pointer-events:auto}
.cookie-notice__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:rgba(120,185,0,.1);color:#5d9400}
.cookie-notice__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cookie-notice__copy{min-width:0}
.cookie-notice__copy strong{display:block;color:#263137;font-size:.96rem}
.cookie-notice__copy p{margin:4px 0 0;color:#657078;font-size:.86rem;line-height:1.5}
.cookie-notice__actions{display:flex;align-items:center;gap:10px;white-space:nowrap}
.cookie-notice__actions a{padding:10px 12px;color:#5d9400;font-size:.86rem;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.cookie-notice__actions button{appearance:none;border:1px solid #69a900;border-radius:11px;background:linear-gradient(135deg,#78b900,#5d9400);color:#fff;padding:11px 18px;font:inherit;font-size:.86rem;font-weight:800;cursor:pointer}
.cookie-notice__actions button:focus-visible,.cookie-notice__actions a:focus-visible{outline:3px solid rgba(120,185,0,.25);outline-offset:2px}

.legal-page{min-height:100vh;padding:28px clamp(16px,5vw,60px) 48px;background:#fbfcfa;color:#202a30}
.legal-page__header,.legal-page__content,.legal-page__footer{width:min(100%,980px);margin-right:auto;margin-left:auto}
.legal-page__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:42px}
.legal-page__logo{display:block;width:min(260px,58vw)}
.legal-page__logo img{display:block;width:100%;height:auto}
.legal-page__back{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(120,185,0,.25);border-radius:12px;background:#fff;color:#5d9400;font-weight:750}
.legal-page__content{padding:clamp(22px,5vw,48px);border:1px solid #e3eadb;border-radius:26px;background:#fff;box-shadow:0 20px 60px rgba(32,42,48,.08)}
.legal-page__eyebrow{margin:0 0 8px;color:#5d9400;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.legal-page h1{margin:0 0 12px;font-size:clamp(2rem,5vw,3.3rem);line-height:1.05;letter-spacing:-.04em}
.legal-page__effective{margin:0 0 30px;color:#657078}
.legal-page h2{margin:32px 0 10px;font-size:1.35rem}
.legal-page p,.legal-page li{color:#526067;line-height:1.72}
.legal-page ul{padding-left:22px}
.legal-page__table-wrap{overflow-x:auto;margin:18px 0;border:1px solid #e3eadb;border-radius:14px}
.legal-page table{width:100%;min-width:680px;border-collapse:collapse;background:#fff}
.legal-page th,.legal-page td{padding:13px 14px;border-bottom:1px solid #e7ece3;text-align:left;vertical-align:top}
.legal-page th{background:#f7faf4;color:#46534c;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}
.legal-page tr:last-child td{border-bottom:0}
.legal-page__note{margin-top:28px;padding:16px 18px;border-left:3px solid #78b900;border-radius:8px;background:#f6faef}
.legal-page__footer{margin-top:22px;text-align:center;color:#718078;font-size:.86rem}

@media(max-width:760px){
  .cookie-notice{right:10px;bottom:10px;left:10px}
  .cookie-notice__inner{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;border-radius:16px}
  .cookie-notice__icon{width:40px;height:40px}
  .cookie-notice__copy strong{font-size:.9rem}
  .cookie-notice__copy p{font-size:.8rem}
  .cookie-notice__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;width:100%}
  .cookie-notice__actions a,.cookie-notice__actions button{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 10px;text-align:center;white-space:normal}
  .legal-page{padding:18px 12px 32px}
  .legal-page__header{align-items:flex-start;flex-direction:column;margin-bottom:22px}
  .legal-page__logo{width:210px}
  .legal-page__content{padding:22px 16px;border-radius:20px}
}

@media(prefers-reduced-motion:reduce){.cookie-notice{transition:none}}
