/* GOBO — minimalne style globalne (metoda konserwacjapro).
   Tylko: fonty (typografia globalna) + dekoracje niewyrażalne atrybutami bloków.
   Cała treść i układ = natywne atrybuty bloków Gutenberga. */

/* globalna typografia strony */
.page-id-9 .entry-content{font-family:'Manrope',system-ui,sans-serif}
.page-id-9 .entry-content h1,
.page-id-9 .entry-content h2,
.page-id-9 .entry-content h3,
.page-id-9 .entry-content h4,
.page-id-9 .entry-content .wp-block-button__link{font-family:'Space Grotesk',system-ui,sans-serif}

/* dekoracyjne snopy światła w hero (nieedytowalne, czysto wizualne) */
.gobo-beams{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}
.gobo-beams::before{content:"";position:absolute;left:50%;top:-10%;width:60%;height:150%;background:linear-gradient(58deg,rgba(23,166,230,0) 46%,rgba(72,198,245,.35) 62%,rgba(150,225,255,.08) 78%,rgba(23,166,230,0) 90%);filter:blur(9px);mix-blend-mode:screen;transform:skewX(-6deg)}
.gobo-beams::after{content:"";position:absolute;left:58%;top:6%;width:44%;height:120%;background:linear-gradient(60deg,rgba(120,210,255,0) 48%,rgba(200,240,255,.5) 60%,rgba(120,210,255,0) 74%);filter:blur(3px);mix-blend-mode:screen}
