/* Kibicowanie — style podstrony */
.fan-hero{position:relative;overflow:hidden;margin:2rem 0 1.6rem;padding:clamp(1.6rem,3vw,2.6rem);border-radius:28px;background:radial-gradient(circle at 12% 10%,rgba(243,211,107,.26),transparent 34%),radial-gradient(circle at 90% 18%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,rgba(20,45,78,.98),rgba(39,72,112,.92));color:#fff;box-shadow:0 26px 70px rgba(15,35,62,.24)}
.fan-hero::after{content:"";position:absolute;inset:auto -8rem -9rem auto;width:22rem;height:22rem;border-radius:50%;background:rgba(255,255,255,.08)}
.fan-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#f3d36b}
.fan-hero h1{margin:0 0 .8rem;font-size:clamp(2.1rem,4.2vw,4rem);line-height:1;letter-spacing:-.05em}
.fan-lead{max-width:860px;margin:0;color:rgba(255,255,255,.88);font-size:clamp(1.02rem,1.35vw,1.2rem);line-height:1.7}
.fan-priority{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}
.fan-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);font-weight:800;color:#fff}
.fan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2rem}
.fan-card{position:relative;overflow:hidden;border-radius:24px;background:#fff;border:1px solid rgba(25,54,85,.10);box-shadow:0 18px 50px rgba(20,45,78,.10)}
.fan-card-body{padding:1.25rem}
.fan-card h2{margin:0 0 .55rem;font-size:1.25rem;color:#183756}
.fan-card p{margin:0;color:#52677c;line-height:1.65}
.fan-rank{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;margin-bottom:.85rem;border-radius:50%;background:#f3d36b;color:#142d4e;font-weight:900}
.photo-section{margin:2rem 0}
.photo-section h2{margin-bottom:.55rem}
.photo-intro{max-width:850px;color:#5a6d7d;line-height:1.7}
.fan-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.1rem}
.fan-photo{overflow:hidden;border-radius:22px;background:#fff;border:1px solid rgba(25,54,85,.10);box-shadow:0 16px 46px rgba(20,45,78,.10)}
.fan-photo figure{margin:0}
.fan-photo-frame{min-height:210px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(20,45,78,.08),rgba(243,211,107,.16));color:rgba(20,45,78,.70);text-align:center;padding:1rem;font-weight:800}
.fan-photo img{display:block;width:100%;height:230px;object-fit:cover}
.fan-photo figcaption{padding:1rem;color:#52677c;line-height:1.55}
.fan-photo figcaption strong{display:block;margin-bottom:.2rem;color:#183756}
.fan-note{margin:1.6rem 0 2.4rem;padding:1.25rem 1.35rem;border-radius:22px;background:rgba(243,211,107,.14);border:1px solid rgba(243,211,107,.32);color:#364e64;line-height:1.7}
@media (max-width:960px){.fan-grid,.fan-gallery{grid-template-columns:1fr}.fan-photo img{height:auto}}
