/* S.E.Q. cookie consent — isolated from the existing site layout. */
.visually-hidden{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}body.cookie-banner-visible{padding-bottom:var(--cookie-banner-offset,180px)}
.cookie-banner{position:fixed;z-index:60;left:24px;right:24px;bottom:20px;width:min(1160px,calc(100% - 48px));margin-inline:auto;background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 55px #092c2230;padding:22px 24px}.cookie-banner[hidden]{display:none}.cookie-banner-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.cookie-banner-copy{display:flex;gap:16px;align-items:flex-start}.cookie-banner-mark{display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:10px;background:var(--soft);color:var(--green)}.cookie-banner-mark svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cookie-banner h2{font-size:1rem;line-height:1.35;letter-spacing:-.2px;margin:0 0 5px}.cookie-banner p{font-size:.875rem;line-height:1.6;margin:0;max-width:670px}.cookie-banner-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.cookie-action{min-height:44px;border:1px solid var(--green);border-radius:7px;padding:10px 16px;background:transparent;color:var(--green);font:inherit;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.cookie-action:hover{background:#eaf4ed}.cookie-action-primary{background:var(--green);color:#fff}.cookie-action-primary:hover{background:#075c34;border-color:#075c34}.cookie-action-secondary{border-color:#91a59a;color:var(--ink)}.cookie-action:focus-visible,.cookie-switch input:focus-visible+.cookie-switch-control{outline:3px solid #568bff;outline-offset:4px}

.cookie-dialog{font-family:inherit;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:14px;width:min(680px,calc(100% - 40px));max-height:min(86vh,760px);padding:0;overflow:hidden}.cookie-dialog::backdrop{background:#092c2280}.cookie-dialog-shell{display:flex;flex-direction:column;max-height:min(86vh,760px)}.cookie-dialog-header{position:relative;padding:30px 32px 20px;border-bottom:1px solid var(--line)}.cookie-dialog-header .eyebrow{margin-bottom:10px}.cookie-dialog-header h2{font-size:1.75rem;letter-spacing:-.8px;margin-bottom:8px;padding-right:45px}.cookie-dialog-header p{font-size:.9375rem;line-height:1.65;margin:0;max-width:560px}.cookie-dialog-close{position:absolute;right:18px;top:18px;border:0;border-radius:7px;background:var(--soft);color:var(--ink);font-size:1.5rem;line-height:1;width:40px;height:40px;cursor:pointer}.cookie-dialog-body{padding:8px 32px 4px;overflow:auto}.cookie-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;padding:22px 0;border-bottom:1px solid var(--line)}.cookie-category:last-child{border-bottom:0}.cookie-category h3{font-size:1rem;margin:0 0 5px}.cookie-category p{font-size:.875rem;line-height:1.6;margin:0}.cookie-category-state{display:block;margin-top:7px;color:var(--green);font-size:.75rem;font-weight:700;letter-spacing:.7px}.cookie-switch{position:relative;display:inline-flex;align-items:center;min-width:52px;height:30px;margin-top:2px}.cookie-switch input{position:absolute;opacity:0;pointer-events:none}.cookie-switch-control{display:block;width:52px;height:30px;border-radius:999px;background:#c9d3cc;border:1px solid #aebbb2;cursor:pointer;transition:background .2s,border-color .2s}.cookie-switch-control:after{content:'';position:absolute;width:22px;height:22px;left:4px;top:4px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #092c2230;transition:transform .2s}.cookie-switch input:checked+.cookie-switch-control{background:var(--green);border-color:var(--green)}.cookie-switch input:checked+.cookie-switch-control:after{transform:translateX(22px)}.cookie-switch input:disabled+.cookie-switch-control{cursor:not-allowed;opacity:.8}.cookie-dialog-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px 32px 26px;border-top:1px solid var(--line);background:#fbfcfb}.cookie-dialog-footer .cookie-action{min-width:160px}

.cookie-policy-intro{max-width:740px}.cookie-policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cookie-policy-card{border:1px solid var(--line);border-radius:11px;background:var(--soft);padding:28px}.cookie-policy-card .cookie-category-state{margin-bottom:14px}.cookie-policy-card h2{font-size:1.25rem;letter-spacing:-.35px;margin-bottom:12px}.cookie-policy-card p{font-size:1rem;line-height:1.7;margin:0}.cookie-policy-detail{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.cookie-policy-detail h2{margin-bottom:0}.cookie-policy-table{border-top:1px solid var(--line)}.cookie-policy-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.cookie-policy-row strong{font-size:.875rem}.cookie-policy-row span{color:var(--muted)}.cookie-policy-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cookie-policy-note{font-size:.875rem;margin:0}.cookie-policy-note a{color:var(--green);text-decoration:underline;text-underline-offset:3px}

@media(max-width:980px){.cookie-banner-inner{grid-template-columns:1fr;gap:18px}.cookie-banner-actions{justify-content:flex-start}.cookie-policy-grid{grid-template-columns:1fr}.cookie-policy-detail{gap:42px}}
@media(max-width:700px){.cookie-policy-detail{grid-template-columns:1fr;gap:24px}.cookie-policy-row{grid-template-columns:1fr;gap:5px}}
@media(max-width:640px){.cookie-banner{left:12px;right:12px;bottom:12px;width:calc(100% - 24px);padding:18px}.cookie-banner-copy{gap:12px}.cookie-banner-mark{display:none}.cookie-banner-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.cookie-banner-actions .cookie-action{width:100%;white-space:normal}.cookie-banner-actions .cookie-action-settings{grid-column:1/-1}.cookie-dialog{width:calc(100% - 24px);max-height:calc(100vh - 24px)}.cookie-dialog-shell{max-height:calc(100vh - 24px)}.cookie-dialog-header{padding:25px 22px 18px}.cookie-dialog-header h2{font-size:1.55rem}.cookie-dialog-body{padding-inline:22px}.cookie-category{gap:16px}.cookie-dialog-footer{padding:18px 22px 22px}.cookie-dialog-footer .cookie-action{width:100%}.cookie-policy-card{padding:24px 22px}}
@media(prefers-reduced-motion:reduce){.cookie-action,.cookie-switch-control,.cookie-switch-control:after{transition:none}}
