.privacy-policy{line-height:1.6;color:#333;font-size:15px;}
.privacy-policy h1{font-size:1.5em;text-align:center;margin:0 0 1em;text-transform:uppercase;}
.privacy-policy .pp-subtitle{text-align:center;margin:0 0 1.2em;color:#666;}
.privacy-policy .pp-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:0 0 1.6em;color:#555;}
.privacy-policy h2{font-size:1.2em;margin:1.8em 0 .6em;padding-bottom:.2em;border-bottom:1px solid #eee;}
.privacy-policy h3{font-size:1.05em;margin:1.3em 0 .4em;}
.privacy-policy p{margin:0 0 .8em;}
.privacy-policy ul,.privacy-policy ol{margin:0 0 .9em 1.4em;padding:0;}
.privacy-policy li{margin:0 0 .35em;}
.privacy-policy table{border-collapse:collapse;width:100%;margin:1.2em 0;font-size:.95em;}
.privacy-policy th,.privacy-policy td{border:1px solid #ddd;padding:.55em .7em;text-align:left;vertical-align:top;}
.privacy-policy th{background:#f5f5f5;font-weight:600;}
.privacy-policy a{color:#aa042e;}
.privacy-policy .pp-sign{margin-top:2em;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;}
.privacy-policy .pp-sign-right{text-align:center;}
.privacy-policy .pp-sign img{display:block;width:160px;height:auto;margin:0 auto .2em;}
.pp-download{text-align:center;margin-top:1.5em;}
.pp-download-label{font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#555;}

.sf-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;padding:11px 22px;font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s;font-family:inherit;}
.sf-btn--primary{background:#aa042e;color:#fff;}
.sf-btn--primary:hover{background:#8a0326;}
.sf-btn--ghost{background:#fff;color:#aa042e;border-color:#aa042e;}
.sf-btn--ghost:hover{background:#fbe9ee;}

.sf-cookie-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;background:#fff;border:1px solid #e6e6e6;border-radius:14px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:18px 22px;display:flex;align-items:center;gap:22px;max-width:1180px;margin:0 auto;text-align:left;}
.sf-cookie-banner__title{font-weight:700;font-size:16px;margin-bottom:5px;color:#1a1a1a;}
.sf-cookie-banner__text{font-size:13.5px;line-height:1.55;color:#555;}
.sf-cookie-banner__text a{color:#aa042e;text-decoration:underline;}
.sf-cookie-banner__actions{display:flex;gap:10px;flex-shrink:0;}

.sf-cookie-modal{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:16px;}
.sf-cc-lock{overflow:hidden;}
.sf-cc-dialog{position:relative;background:#fff;border-radius:16px;max-width:640px;width:100%;max-height:90vh;overflow-y:auto;padding:28px 30px;box-shadow:0 20px 60px rgba(0,0,0,.3);text-align:left;}
.sf-cc-close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:28px;line-height:1;color:#999;cursor:pointer;}
.sf-cc-close:hover{color:#333;}
.sf-cc-dialog__title{font-size:20px;font-weight:700;margin-bottom:10px;color:#1a1a1a;padding-right:30px;}
.sf-cc-dialog__intro{font-size:13.5px;line-height:1.55;color:#666;margin-bottom:18px;}
.sf-cc-row{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-top:1px solid #eee;}
.sf-cc-row__name{font-weight:600;font-size:15px;color:#1a1a1a;margin-bottom:3px;}
.sf-cc-row__desc{font-size:13px;line-height:1.5;color:#666;}
.sf-cc-dialog__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px;flex-wrap:wrap;}

.sf-switch{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0;margin-top:2px;}
.sf-switch input{opacity:0;width:0;height:0;position:absolute;}
.sf-switch__slider{position:absolute;inset:0;background:#ccc;border-radius:26px;transition:background .2s;cursor:pointer;}
.sf-switch__slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.3);}
.sf-switch input:checked + .sf-switch__slider{background:#aa042e;}
.sf-switch input:checked + .sf-switch__slider:before{transform:translateX(20px);}
.sf-switch input:disabled + .sf-switch__slider{background:#aa042e;opacity:.55;cursor:not-allowed;}

.sf-hidden{display:none !important;}
#sf-cookie-settings{cursor:pointer;}

@media (max-width:860px){
  .sf-cookie-banner{flex-direction:column;align-items:stretch;gap:14px;padding:16px;}
  .sf-cookie-banner__actions{flex-direction:column;}
  .sf-btn{width:100%;}
}
