/* age-gate.css — 18+ modal (standalone) */
.age-gate{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(12,15,20,.92);font-family:Lato,sans-serif}
.age-gate--hidden{display:none}
.age-gate__box{background:#fff;border-radius:1.6rem;padding:3.2rem 2.4rem;max-width:42rem;width:90%;text-align:center;box-shadow:0 1rem 4rem rgba(0,0,0,.4)}
.age-gate__badge{width:6.4rem;height:6.4rem;margin:0 auto 1.6rem;display:block}
.age-gate__title{font-size:2rem;font-weight:700;color:#1f1e23;margin:0 0 .8rem}
.age-gate__text{font-size:1.4rem;color:#5a5866;margin:0 0 2.4rem;line-height:1.6}
.age-gate__buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.age-gate__btn{min-width:14rem;padding:1.2rem 2rem;border:0;border-radius:.8rem;font-size:1.4rem;font-weight:700;cursor:pointer;transition:opacity .2s;font-family:inherit}
.age-gate__btn--primary{background:linear-gradient(135deg,#7e5cff,#a47bff);color:#fff}
.age-gate__btn--secondary{background:#f0eef5;color:#5a5866}
.age-gate__btn:hover{opacity:.85}
.cookiebot-hidden{display:none!important}

html.cv-verified .age-gate{display:none!important}
