.gdpr-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:10000;display:none}.gdpr-center-card{position:fixed;z-index:10001;left:50%;top:50%;transform:translate(-50%,-50%);width:min(920px, 92vw);background:#fff;border-radius:8px;box-shadow:0 12px 40px rgb(0 0 0 / .25);display:none}.gdpr-card-inner{padding:24px}.gdpr-card-text{margin:0 0 18px 0;color:#1f1f1f;line-height:1.55;font-size:14px}.gdpr-card-text a{color:#000;text-decoration:underline}.gdpr-card-actions{display:flex;gap:14px;justify-content:flex-start;flex-wrap:wrap}.gdpr-btn{appearance:none;border:0;cursor:pointer;padding:12px 18px;border-radius:6px;font-weight:600;font-size:14px;transition:all 0.2s ease}.gdpr-btn:active{transform:translateY(1px)}.gdpr-btn-dark{background:#111;color:#fff}.gdpr-btn-dark:hover{background:#222}.gdpr-btn-outline{background:#fff;color:#111;border:1px solid #111}.gdpr-btn-outline:hover{background:#f6f6f6}.gdpr-modal{display:none;position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:10002;backdrop-filter:blur(5px)}.gdpr-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(0 0 0 / .3)}.gdpr-modal-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa;border-radius:8px 8px 0 0}.gdpr-modal-header h3{margin:0;font-size:20px;color:#333}.gdpr-close{font-size:24px;cursor:pointer;color:#999;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease}.gdpr-close:hover{color:#000;background:#e0e0e0}.gdpr-modal-body{padding:20px}.gdpr-modal-body>p{margin:0 0 20px 0;color:#666;line-height:1.6}.gdpr-tabs{display:flex;border-bottom:1px solid #e0e0e0;margin-bottom:20px}.gdpr-tab-btn{padding:12px 20px;border:none;background:#fff0;cursor:pointer;border-bottom:2px solid #fff0;font-size:14px;font-weight:500;color:#666;transition:all 0.3s ease}.gdpr-tab-btn.active{border-bottom-color:#111;color:#111}.gdpr-tab-content{display:none}.gdpr-tab-content.active{display:block}.gdpr-category,.gdpr-service{margin-bottom:15px;padding:15px;border:1px solid #e0e0e0;border-radius:6px;background:#fafafa}.gdpr-category-header,.gdpr-service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.gdpr-category h4,.gdpr-service h4{margin:0;font-size:15px;color:#333;font-weight:600}.gdpr-service-type{background:#e0e0e0;color:#666;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.gdpr-switch{position:relative;display:inline-block;width:50px;height:24px}.gdpr-switch input{opacity:0;width:0;height:0}.gdpr-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:24px}.gdpr-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.gdpr-service input[readonly]+.gdpr-slider{opacity:1;pointer-events:none}input:checked+.gdpr-slider{background-color:#111}input:checked+.gdpr-slider:before{transform:translateX(26px)}.gdpr-modal-footer{padding:20px;border-top:1px solid #e0e0e0;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;background:#f8f9fa;border-radius:0 0 8px 8px}@media (max-width:640px){.gdpr-card-inner{padding:16px}.gdpr-card-actions{flex-direction:column}.gdpr-btn{width:100%;text-align:center}.gdpr-modal-content{width:95%;height:95vh;top:2.5vh;left:2.5%;transform:none}.gdpr-modal-footer{flex-direction:column}}