/* ictheme — Képernyőképek galéria oldal, oldal-specifikus komponensek (nem szerepelnek a main.css-ben) */

.ictheme .page-hero{padding:40px 0 8px}
.ictheme .page-hero h1{font-size:clamp(32px,4.4vw,50px);font-weight:800;margin-top:12px}
.ictheme .page-hero .sub{color:var(--muted);font-size:17px;max-width:78ch;margin:16px 0 0}

/* ---------- Gallery ---------- */
.ictheme .gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.ictheme figure.shot{margin:0;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface);box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}
.ictheme figure.shot:hover{transform:translateY(-4px);box-shadow:0 26px 56px -28px rgba(var(--ink-rgb),.34)}
.ictheme .shot .bar{display:flex;gap:6px;padding:11px 14px;border-bottom:1px solid var(--line-2);align-items:center}
.ictheme .shot .bar i{width:9px;height:9px;border-radius:50%;background:#dfe2e6;display:block}
.ictheme .shot .bar .tt{margin-left:8px;font-size:12px;color:var(--muted);font-weight:500}
.ictheme .shot .frame{background:#f4f5f7;display:block;min-height:160px}
.ictheme .shot .frame img{width:100%;height:auto;display:block}
.ictheme .shot .fallback{display:none;padding:60px 20px;text-align:center;color:#9aa3af;font-family:var(--display);font-weight:700}
.ictheme figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-top:1px solid var(--line-2)}
.ictheme figcaption .c{font-weight:600;font-size:15px}
.ictheme figcaption .z{font-size:12.5px;color:var(--accent-strong);font-weight:600;display:inline-flex;align-items:center;gap:6px}
.ictheme figcaption .z svg{width:14px;height:14px}

/* ---------- CTA band ---------- */
.ictheme .cta-band{margin-top:50px;background:linear-gradient(155deg,var(--gradient-1),var(--gradient-2));border-radius:24px;padding:44px;text-align:center;color:#fff;position:relative;overflow:hidden}
.ictheme .cta-band::after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 35%,transparent),transparent 70%);right:-110px;top:-150px}
.ictheme .cta-band h2{color:#fff;font-size:clamp(24px,3vw,34px);position:relative}
.ictheme .cta-band p{color:#C5CEDA;font-size:16px;margin:14px auto 24px;max-width:78ch;position:relative}
.ictheme .cta-row{display:flex;gap:13px;justify-content:center;flex-wrap:wrap;position:relative}
.ictheme .cta-band .btn-ghost{color:#fff;border-color:rgba(255,255,255,.25)}
.ictheme .cta-band .btn-ghost:hover{background:rgba(255,255,255,.08);border-color:#fff}

@media (max-width:900px){
  .ictheme .gallery{grid-template-columns:1fr}
}
@media (max-width:680px){
  .ictheme .cta-band{padding:32px 22px}
}

/* ---------- Lightbox / képnézegető ---------- */
.ictheme .shot .frame,.ictheme figcaption{cursor:zoom-in}
body.lightbox-open{overflow:hidden}

.ictheme .shot-lightbox{display:none;position:fixed;inset:0;z-index:200;background:rgba(var(--ink-rgb),.92);align-items:center;justify-content:center}
.ictheme .shot-lightbox.open{display:flex}

.ictheme .lb-head{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 22px;color:#fff;z-index:2}
.ictheme .lb-count{font-family:var(--mono);font-size:13px;color:rgba(255,255,255,.65)}
.ictheme .lb-close{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}
.ictheme .lb-close:hover{background:rgba(255,255,255,.1);border-color:#fff}
.ictheme .lb-close svg{width:16px;height:16px}

.ictheme .lb-nav{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s,border-color .2s}
.ictheme .lb-nav:hover{background:rgba(255,255,255,.16);border-color:#fff}
.ictheme .lb-nav svg{width:22px;height:22px}
.ictheme .lb-prev{left:18px}
.ictheme .lb-next{right:18px}

.ictheme .lb-stage{max-width:min(88vw,1100px);max-height:84vh;padding:24px;display:flex;flex-direction:column;align-items:center;gap:14px}
.ictheme .lb-img{max-width:100%;max-height:72vh;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);cursor:default}
.ictheme .lb-caption{color:rgba(255,255,255,.85);font-size:14.5px;text-align:center}

@media (max-width:680px){
  .ictheme .lb-nav{width:40px;height:40px}
  .ictheme .lb-prev{left:8px}
  .ictheme .lb-next{right:8px}
  .ictheme .lb-stage{padding:16px}
  .ictheme .lb-close span{display:none}
}
