/* Quiet, branded consent controls. Accept and reject have equal prominence. */
[data-cookie-ui] { font-family: Manrope,Arial,sans-serif; color: #242a21; box-sizing: border-box; }
[data-cookie-ui] *,[data-cookie-ui] *::before,[data-cookie-ui] *::after { box-sizing: border-box; }
[data-cookie-ui][hidden] { display: none !important; }
[data-cookie-ui] button { font: 600 14px/1.4 Manrope,Arial,sans-serif; color: #242a21; cursor: pointer; }
[data-cookie-ui] a { color: #242a21; text-decoration: underline; text-underline-offset: 3px; }
[data-cookie-ui] :is(a,button,input,summary):focus-visible { outline: 3px solid #ba3a10; outline-offset: 3px; }
.cookie-banner { position: fixed; z-index: 100; left: 24px; bottom: 24px; width: min(520px,calc(100% - 48px)); padding: 25px; background: #fff; border: 1px solid #d9ded5; border-radius: 12px; box-shadow: 0 8px 40px #14210d24; }
.cookie-banner h2 { font-size: 20px; font-weight: 600; letter-spacing: -.025em; line-height: 1.35; margin: 0 0 12px; }
.cookie-banner p { font-size: 14px; line-height: 1.7; margin: 0 0 10px; color: #5c6457; }
.cookie-banner a { font-size: 13px; }
.cookie-banner-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 21px; }
.cookie-banner-actions button,.cookie-dialog-actions button { min-height: 44px; padding: 11px 12px; background: white; border: 1px solid #bbc2b5; border-radius: 6px; white-space: normal; }
.cookie-banner-actions button:hover,.cookie-dialog-actions button:hover { background: #f0f3ec; border-color: #7d8873; }
.cookie-dialog { position: fixed; inset: 0; width: min(680px,calc(100vw - 40px)); max-width: none; max-height: min(850px,calc(100dvh - 48px)); padding: 0; margin: auto; border: 1px solid #d9ded5; border-radius: 14px; background: white; overflow: hidden; box-shadow: 0 28px 100px #111d1940; }
.cookie-dialog[open] { display: flex; flex-direction: column; }
.cookie-dialog::backdrop { background: #111a1466; }
.cookie-modal-open { overflow: hidden !important; }
.cookie-dialog-header { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 26px 30px 23px; border-bottom: 1px solid #e0e5d9; flex: none; }
.cookie-eyebrow { font-size: 12px; letter-spacing: .09em; color: #717968; margin: 0 0 9px; }
.cookie-dialog h2 { font-size: 28px; line-height: 1.2; font-weight: 600; letter-spacing: -.03em; margin: 0; }
.cookie-close { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: none; border: 0; border-radius: 50%; background: #f3f5ef; padding: 12px; }
.cookie-close svg { fill: none; stroke: currentColor; stroke-width: 1.6; width: 20px; height: 20px; }
.cookie-dialog-body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 24px 30px 0; }
.cookie-dialog-body > p { margin: 0 0 15px; font-size: 14px; line-height: 1.75; color: #5c6457; }
.cookie-dialog-body .cookie-current { padding: 12px 15px; border-radius: 6px; background: #f4f6f0; font-size: 13px; }
.cookie-category { padding: 23px 0; border-bottom: 1px solid #e1e5dc; }
.cookie-category-heading { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.cookie-category-heading h3,.cookie-category-heading label { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.5; }
.cookie-required { font-size: 12px; white-space: nowrap; color: #566449; }
.cookie-category input { appearance: none; width: 44px; height: 26px; flex: none; border: 1px solid #86927c; border-radius: 99px; background: #e6ebe0; cursor: pointer; position: relative; margin: 0; }
.cookie-category input::before { content: ''; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #59664d; transition: transform .12s; }
.cookie-category input:checked { background: #25321e; border-color: #25321e; }
.cookie-category input:checked::before { transform: translateX(18px); background: white; }
.cookie-category input:disabled { cursor: not-allowed; opacity: .5; }
.cookie-category p { font-size: 14px; line-height: 1.75; margin: 0 0 10px; color: #5c6457; }
.cookie-category .cookie-unused { font-size: 12px; margin-bottom: 0; }
.cookie-category summary { font-size: 13px; padding-block: 10px; cursor: pointer; }
.cookie-storage { padding: 15px; margin: 8px 0 0; background: #f6f7f3; border-radius: 6px; }
.cookie-storage > div { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 16px; padding: 7px 0; font-size: 12px; line-height: 1.7; }
.cookie-storage dt { color: #697260; }.cookie-storage dd { margin: 0; overflow-wrap: anywhere; }.cookie-storage code { font-size: 11px; }
.cookie-dialog-body .cookie-more { display: flex; gap: 22px; flex-wrap: wrap; padding-block: 22px; margin: 0; font-size: 13px; }
.cookie-dialog-actions { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 10px; padding: 20px 30px; border-top: 1px solid #dfe4d7; flex: none; background: white; }
.cookie-dialog-actions .cookie-save { background: #242a21; color: white; border-color: #242a21; }.cookie-dialog-actions .cookie-save:hover { background: #3e4937; }
.cookie-announcement { position: fixed; z-index: 110; bottom: 16px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 40px); background: #242a21; color: white; font: 14px/1.5 Manrope,Arial,sans-serif; margin: 0; border-radius: 8px; padding: 12px 18px; pointer-events: none; }
.cookie-announcement:empty { display: none; }
.lp-finale nav > .cookie-footer-settings { display: block; width: fit-content; padding: 0; min-height: 32px; border: 0; background: none; color: inherit; font: inherit; font-size: .875rem; cursor: pointer; text-align: left; }
.lp-finale nav > .cookie-footer-settings:hover { text-decoration: underline; }
.cookie-policy { width: min(840px,calc(100% - 40px)); margin: 0 auto; padding-block: 64px 80px; }
.in-page .cookie-policy h1 { font-size: var(--mypay-display); margin: 0 0 25px; }
.in-page .cookie-policy h2 { font-size: 24px; margin: 34px 0 14px; }
.cookie-policy p,.cookie-policy li { font-size: 16px; line-height: 1.65; margin: 0 0 16px; color: #5c6457; }
.cookie-policy ul { padding-left: 22px; }
.cookie-policy a { text-decoration: underline; text-underline-offset: 3px; }
.cookie-policy button { min-height: 48px; padding: 12px 22px; border-radius: 7px; color: white; background: #242a21; border: 0; font: 600 16px/1.5 Manrope,Arial,sans-serif; cursor: pointer; }
.cookie-policy .cookie-table-wrap { overflow-x: auto; border: 1px solid #dfe4d8; border-radius: 8px; }
.cookie-policy table { border-collapse: collapse; width: 100%; text-align: left; font-size: 14px; line-height: 1.6; }
.cookie-policy th,.cookie-policy td { padding: 16px; border-bottom: 1px solid #dfe4d8; vertical-align: top; overflow-wrap: anywhere; }
.cookie-policy th { background: #f4f6ef; font-weight: 600; }
.cookie-policy code { font-size: 12px; }
@media(max-width:620px) {
 .cookie-banner { left: 12px; bottom: max(12px,env(safe-area-inset-bottom)); width: calc(100% - 24px); padding: 20px; }
 .cookie-banner h2 { font-size: 19px; }
 .cookie-banner-actions { gap: 6px; }
 .cookie-banner-actions button { padding-inline: 5px; font-size: 13px; min-height: 46px; }
 .cookie-dialog { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); border-radius: 12px; }
 .cookie-dialog-header { padding: 20px; gap: 12px; }
 .cookie-dialog h2 { font-size: 24px; }
 .cookie-dialog-body { padding: 20px 20px 0; }
 .cookie-dialog-actions { padding: 16px; grid-template-columns: 1fr 1fr; gap: 8px; }
 .cookie-dialog-actions .cookie-save { grid-column: 1/-1; }
 .cookie-storage > div { grid-template-columns: 1fr; gap: 3px; }
 .cookie-policy { padding-block: 40px 54px; }
 .lp-finale nav > .cookie-footer-settings { min-height: 44px; }
}
@media(prefers-reduced-motion:reduce) { .cookie-category input::before { transition: none; } }

.registration-cookie-settings { display: block; margin: 20px auto; min-height: 44px; border: 0; background: none; text-decoration: underline; color: #5c6457; font: 14px/1.5 Manrope,Arial,sans-serif; cursor: pointer; }
