/* Religner compliance layer — additive only. It does not override the existing page structure. */
.religner-compliance-footer{
  margin-top:28px;
  border-top:1px solid rgba(223,232,239,.9);
  background:#f7fafc;
  color:#516173;
  font:500 12px/1.65 "Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
}
.religner-compliance-footer .rcf-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:24px 0 28px;
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(230px,.8fr);
  gap:24px;
  align-items:start;
}
.religner-compliance-footer strong{color:#152333}
.religner-compliance-footer .rcf-links{display:flex;flex-wrap:wrap;gap:8px 16px;margin:9px 0 0}
.religner-compliance-footer a{color:#164b83;text-decoration:none;font-weight:700}
.religner-compliance-footer a:hover{text-decoration:underline}
.religner-compliance-footer .rcf-sal{display:flex;justify-content:flex-end;align-items:flex-start}
.religner-compliance-footer .rcf-sal img{display:block;width:250px;height:50px;max-width:100%;object-fit:contain}
.religner-public-company{display:block;margin-top:10px;color:#617184;font-size:12px;line-height:1.6}
.religner-public-sal{margin-top:12px}
.religner-public-sal img{display:block;width:250px;height:50px;max-width:100%;object-fit:contain}

.religner-cookie-banner{
  position:fixed;
  z-index:2147483000;
  left:20px;
  right:20px;
  bottom:20px;
  max-width:980px;
  margin:0 auto;
  padding:18px;
  border:1px solid #d9e4ed;
  border-radius:18px;
  background:rgba(255,255,255,.98);
  color:#243548;
  box-shadow:0 28px 80px -36px rgba(16,47,80,.75);
  font:500 13px/1.55 "Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
}
.religner-cookie-banner[hidden],.religner-cookie-settings[hidden],.religner-cookie-modal[hidden]{display:none!important}
.religner-cookie-banner .rcb-row{display:flex;align-items:center;gap:18px}
.religner-cookie-banner .rcb-copy{flex:1;min-width:0}
.religner-cookie-banner .rcb-copy strong{display:block;margin-bottom:4px;color:#152333;font-size:15px}
.religner-cookie-banner .rcb-copy a{color:#164b83;font-weight:800;text-decoration:none}
.religner-cookie-banner .rcb-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.religner-cookie-button{
  min-height:42px;
  padding:0 15px;
  border:1px solid #cfdae4;
  border-radius:11px;
  background:#fff;
  color:#164b83;
  cursor:pointer;
  font:800 12px/1 "Manrope",system-ui,sans-serif;
}
.religner-cookie-button.primary{border-color:#2367b1;background:#2367b1;color:#fff}
.religner-cookie-button:hover{filter:brightness(.98)}
.religner-cookie-settings{
  position:fixed;
  z-index:2147482998;
  right:16px;
  bottom:16px;
  min-height:38px;
  padding:0 13px;
  border:1px solid #d4e0e9;
  border-radius:999px;
  background:#fff;
  color:#164b83;
  box-shadow:0 12px 36px -24px rgba(16,47,80,.8);
  cursor:pointer;
  font:800 11px/1 "Manrope",system-ui,sans-serif;
}
.religner-cookie-modal{
  position:fixed;
  z-index:2147483001;
  inset:0;
  padding:20px;
  background:rgba(16,32,48,.45);
  display:grid;
  place-items:center;
}
.religner-cookie-dialog{
  width:min(560px,100%);
  max-height:min(720px,92vh);
  overflow:auto;
  border-radius:20px;
  background:#fff;
  box-shadow:0 35px 100px -35px rgba(0,0,0,.65);
  color:#243548;
  font:500 13px/1.55 "Manrope",system-ui,sans-serif;
}
.religner-cookie-dialog .rcd-head{padding:20px 22px;border-bottom:1px solid #e1e9ef}
.religner-cookie-dialog .rcd-head h2{margin:0 0 6px;color:#152333;font-size:20px}
.religner-cookie-dialog .rcd-body{padding:10px 22px 4px}
.religner-cookie-choice{display:grid;grid-template-columns:1fr auto;gap:16px;padding:15px 0;border-bottom:1px solid #edf2f5}
.religner-cookie-choice strong{display:block;margin-bottom:3px;color:#152333}
.religner-cookie-choice small{display:block;color:#677789;line-height:1.5}
.religner-cookie-choice input{width:20px;height:20px;accent-color:#2367b1}
.religner-cookie-dialog .rcd-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;padding:18px 22px}

.religner-legal-page{margin:0;background:#f5f9fc;color:#152333;font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif}
.religner-legal-page *{box-sizing:border-box}
.religner-legal-page a{color:#164b83}
.religner-legal-page .rl-top{background:#102f50;color:#e9f4ff;font-size:13px}
.religner-legal-page .rl-top-inner,.religner-legal-page .rl-header-inner,.religner-legal-page .rl-wrap,.religner-legal-page .rl-footer-inner{width:min(1040px,calc(100% - 40px));margin:0 auto}
.religner-legal-page .rl-top-inner{padding:9px 0;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.religner-legal-page .rl-top a{color:#fff;text-decoration:none}
.religner-legal-page .rl-header{background:#fff;border-bottom:1px solid #dfe8ef}
.religner-legal-page .rl-header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.religner-legal-page .rl-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#152333}
.religner-legal-page .rl-brand img{width:42px;height:54px;object-fit:contain}
.religner-legal-page .rl-brand strong{display:block;font-size:18px;letter-spacing:.05em}
.religner-legal-page .rl-brand span{display:block;color:#657384;font-size:10px;letter-spacing:.15em}
.religner-legal-page .rl-back{font-weight:800;text-decoration:none}
.religner-legal-page .rl-wrap{padding:48px 0 70px}
.religner-legal-page .rl-hero{padding:30px;border-radius:22px;background:linear-gradient(145deg,#102f50,#2367b1);color:#fff;box-shadow:0 24px 70px -42px rgba(16,47,80,.85)}
.religner-legal-page .rl-hero h1{margin:0 0 9px;font-size:34px;line-height:1.15}
.religner-legal-page .rl-hero p{margin:0;max-width:760px;color:#e8f2fb;line-height:1.65}
.religner-legal-page .rl-meta{margin-top:14px;font-size:12px;color:#d9eafa}
.religner-legal-page .rl-card{margin-top:18px;padding:26px 28px;border:1px solid #dfe8ef;border-radius:19px;background:#fff;box-shadow:0 22px 60px -48px rgba(16,47,80,.55)}
.religner-legal-page .rl-card h2{margin:0 0 10px;font-size:20px;color:#164b83}
.religner-legal-page .rl-card h3{margin:20px 0 7px;font-size:15px;color:#152333}
.religner-legal-page .rl-card p,.religner-legal-page .rl-card li{color:#4f6173;line-height:1.72}
.religner-legal-page .rl-card ul{padding-left:20px}
.religner-legal-page .rl-company-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px}
.religner-legal-page .rl-company-grid div{padding:10px 0;border-bottom:1px solid #edf2f5}
.religner-legal-page .rl-company-grid b{display:block;color:#152333;font-size:12px}
.religner-legal-page .rl-note{padding:14px 16px;border:1px solid #cfe2f5;border-radius:13px;background:#edf6ff;color:#405b75}
.religner-legal-page .rl-footer{border-top:1px solid #dfe8ef;background:#fff}
.religner-legal-page .rl-footer-inner{padding:24px 0;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#657384;font-size:12px}
.religner-legal-page .rl-footer-links{display:flex;gap:14px;flex-wrap:wrap}

@media(max-width:760px){
  .religner-compliance-footer .rcf-inner{grid-template-columns:1fr}
  .religner-compliance-footer .rcf-sal{justify-content:flex-start}
  .religner-cookie-banner{left:12px;right:12px;bottom:12px;padding:16px}
  .religner-cookie-banner .rcb-row{align-items:flex-start;flex-direction:column}
  .religner-cookie-banner .rcb-actions{width:100%;justify-content:stretch}
  .religner-cookie-banner .religner-cookie-button{flex:1}
  .religner-legal-page .rl-hero{padding:25px 22px}
  .religner-legal-page .rl-hero h1{font-size:28px}
  .religner-legal-page .rl-card{padding:22px}
  .religner-legal-page .rl-company-grid{grid-template-columns:1fr}
}
