.cc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:24px;font-family:Cabin,'Cabin Fallback',sans-serif;font-size:14px;font-weight:600;line-height:1.2;border:1px solid transparent;cursor:pointer;transition:.25s ease;white-space:nowrap}.cc-btn:focus-visible{outline:2px solid #b8962e;outline-offset:2px}.cc-btn-primary{background:#d7b46a;color:#fff;border-color:#d7b46a;box-shadow:0 6px 18px rgba(215,180,106,.3)}.cc-btn-primary:hover{background:#b8962e;border-color:#b8962e;color:#fff}.cc-btn-ghost{background:0 0;color:#fff;border-color:rgba(255,255,255,.35)}.cc-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.55)}.cc-btn-link{background:0 0;color:#e9cd8f;border:none;padding:10px 8px;text-decoration:underline;text-underline-offset:3px}.cc-btn-link:hover{color:#fff}.cc-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:99998;max-width:1180px;margin:0 auto;background:linear-gradient(135deg,#153750,#0e2740);color:#fff;border-radius:14px;box-shadow:0 22px 60px rgba(3,8,33,.35);opacity:0;transform:translateY(30px);pointer-events:none;visibility:hidden;transition:opacity .35s ease,transform .35s ease,visibility .35s}.cc-banner.is-open{opacity:1;transform:none;pointer-events:auto;visibility:visible}.cc-banner-inner{display:flex;align-items:center;gap:22px;padding:22px 28px}.cc-banner-icon{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:rgba(215,180,106,.16);color:#d7b46a;display:flex;align-items:center;justify-content:center;font-size:22px}.cc-banner-text{flex:1 1 auto;min-width:0}.cc-banner-text strong{display:block;font-size:16px;font-weight:700;margin-bottom:4px;letter-spacing:.2px}.cc-banner-text p{margin:0;color:#e7edf3;font-size:14px;line-height:1.55}.cc-banner-text a{color:#e9cd8f;text-decoration:underline;text-underline-offset:2px}.cc-banner-text a:hover{color:#fff}.cc-banner-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:991px){.cc-banner-inner{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 22px}.cc-banner-actions{width:100%;justify-content:flex-end}}@media (max-width:575px){.cc-banner{left:12px;right:12px;bottom:12px;border-radius:12px}.cc-banner-icon{width:44px;height:44px;font-size:19px}.cc-banner-actions .cc-btn{flex:1 1 auto}.cc-banner-actions .cc-btn-link{flex:1 0 100%;order:3;text-align:center}}.cc-modal{position:fixed;inset:0;z-index:100001;display:none;align-items:flex-start;justify-content:center;padding:40px 15px;overflow-y:auto}.cc-modal.is-open{display:flex}.cc-modal-overlay{position:fixed;inset:0;background:rgba(3,8,33,.62);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cc-modal-dialog{position:relative;z-index:1;width:100%;max-width:640px;margin:auto;background:#fff;border-radius:14px;box-shadow:0 30px 80px rgba(3,8,33,.35);overflow:hidden;animation:ccIn .35s ease;display:flex;flex-direction:column}@keyframes ccIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.cc-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}.cc-modal-close:hover{background:rgba(255,255,255,.32);transform:rotate(90deg)}.cc-modal-header{background:linear-gradient(135deg,#153750,#0e2740);color:#fff;padding:30px 34px 26px}.cc-modal-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#d7b46a;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.cc-modal-header h3{color:#fff;font-size:22px;font-weight:700;line-height:1.35;margin:8px 0 10px}.cc-modal-header p{margin:0;color:#e7edf3;font-size:14px;line-height:1.6}.cc-modal-body{padding:20px 34px 8px;max-height:55vh;overflow-y:auto}.cc-row{padding:18px 0;border-bottom:1px solid #ececec}.cc-row:last-child{border-bottom:none}.cc-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.cc-row-head h4{font-size:16px;font-weight:700;color:#343a40;margin:0;line-height:1.35}.cc-row p{margin:0;font-size:14px;color:#5f5f5f;line-height:1.6}.cc-badge{flex:0 0 auto;font-size:12px;font-weight:600;color:#b8962e;background:rgba(215,180,106,.14);padding:5px 12px;border-radius:20px;letter-spacing:.3px}.cc-switch{position:relative;display:inline-block;width:46px;height:26px;flex:0 0 auto;cursor:pointer;margin:0}.cc-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:2}.cc-slider{position:absolute;inset:0;background:#d1d5db;border-radius:24px;transition:.25s}.cc-slider::before{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:.25s}.cc-switch input:checked+.cc-slider{background:#d7b46a}.cc-switch input:checked+.cc-slider::before{transform:translateX(20px)}.cc-switch input:focus-visible+.cc-slider{outline:2px solid #b8962e;outline-offset:2px}.cc-modal-footer{padding:20px 34px 28px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;border-top:1px solid #ececec;background:#fafafa}.cc-modal-footer .cc-btn-ghost{color:#343a40;border-color:rgba(52,58,64,.25)}.cc-modal-footer .cc-btn-ghost:hover{background:rgba(52,58,64,.06);color:#343a40;border-color:rgba(52,58,64,.45)}@media (max-width:575px){.cc-modal{padding:20px 12px}.cc-modal-header{padding:24px 22px 20px}.cc-modal-header h3{font-size:20px}.cc-modal-body{padding:16px 22px 4px;max-height:60vh}.cc-modal-footer{padding:16px 22px 22px;justify-content:stretch}.cc-modal-footer .cc-btn{flex:1 1 auto}}.cerez-panel{background:#fff;border-radius:14px;border:1px solid #ececec;box-shadow:0 14px 34px rgba(3,8,33,.08);padding:34px;max-width:720px;margin:0 auto}.cerez-panel .cerez-panel-head{display:flex;align-items:center;gap:14px;margin-bottom:8px}.cerez-panel .cerez-panel-head .cerez-panel-icon{width:48px;height:48px;border-radius:50%;background:rgba(215,180,106,.14);color:#d7b46a;display:flex;align-items:center;justify-content:center;font-size:20px;flex:0 0 auto}.cerez-panel h3{font-size:22px;color:#343a40;margin:0;font-weight:700}.cerez-panel>p{color:#5f5f5f;font-size:15px;line-height:1.7;margin:12px 0 22px}.cerez-panel-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.cerez-panel-status{margin-top:18px;padding:14px 16px;background:#f7f7f7;border-left:3px solid #d7b46a;border-radius:4px;font-size:14px;color:#343a40}.cerez-panel-status strong{font-weight:700}.cerez-panel-status .cerez-tag{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;margin:2px 4px 2px 0;background:rgba(215,180,106,.14);color:#b8962e}.cerez-panel-status .cerez-tag.off{background:#eee;color:#8a8a8a}.cerez-policy-section .cerez-content h3{font-size:22px;margin:32px 0 12px;color:#343a40;font-weight:700}.cerez-policy-section .cerez-content h3:first-child{margin-top:0}.cerez-policy-section .cerez-content p{color:#5f5f5f}.cerez-policy-section .cerez-content ul{padding-left:22px;color:#5f5f5f;font-size:16px;line-height:1.7;margin-bottom:15px}.cerez-policy-section .cerez-content ul li{margin-bottom:6px}.cerez-policy-section .cerez-content .cerez-note{background:#f7f7f7;padding:16px 18px;border-radius:6px;border-left:3px solid #d7b46a;font-size:14px;color:#343a40;margin:18px 0}