/* ictheme — Árlista sablon (template-arlista.php) saját, egyedi komponensei.
   A közös design rendszer (main.css) elemeit — .wrap, .eyebrow, .btn*, header/footer,
   .sec-head, .reveal stb. — itt nem ismételjük meg. */

/* ---------- Oldal hero ---------- */
.ictheme .page-hero{padding:40px 0 20px}
.ictheme .page-hero h1{font-size:clamp(34px,4.6vw,52px);font-weight:800;margin-top:14px}
.ictheme .page-hero .intro{color:var(--muted);font-size:17px;max-width:78ch;margin:18px 0 0}
.ictheme .page-hero .intro strong{color:var(--ink)}

/* ---------- Árlisták (táblázatok) ---------- */
.ictheme .tbl-wrap{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}
.ictheme .tbl-scroll{overflow-x:auto}
.ictheme table.tbl{width:100%;border-collapse:collapse;min-width:520px}
.ictheme table.tbl th,.ictheme table.tbl td{text-align:left;padding:15px 18px;border-bottom:1px solid var(--line-2);font-size:14.5px;vertical-align:middle}
.ictheme table.tbl thead th{background:var(--surface);font-family:var(--body);font-weight:600;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.ictheme table.tbl tbody tr:last-child td{border-bottom:none}
.ictheme table.tbl tbody tr:hover{background:var(--hover)}
.ictheme .pkg{font-weight:600;font-size:15px}
.ictheme .pkg .sub{display:block;color:var(--muted);font-weight:400;font-size:12.5px;margin-top:3px}
.ictheme .pkg .note-inline{color:var(--muted);font-weight:400;font-size:12.5px;margin-left:8px}
.ictheme td.price,.ictheme th.price{text-align:right;font-family:var(--mono);font-weight:700;white-space:nowrap;font-size:15px}
.ictheme td.price .vat{font-family:var(--body);font-weight:500;color:var(--muted);font-size:12px}
.ictheme td.act{text-align:right;width:1%;white-space:nowrap}
.ictheme .tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);margin-left:8px;vertical-align:middle}
.ictheme .tag-amber{background:var(--amber-soft);color:var(--amber)}
.ictheme tr.rec{background:linear-gradient(0deg,color-mix(in srgb,var(--accent) 5%,transparent),color-mix(in srgb,var(--accent) 5%,transparent))}
.ictheme tr.rec:hover{background:color-mix(in srgb,var(--accent) 9%,transparent)}
.ictheme .note{font-size:13.5px;color:var(--muted);margin:14px 2px 0}
.ictheme .note strong{color:var(--ink)}

/* ---------- Támogatás infósáv ---------- */
.ictheme .info-band{background:var(--panel);color:#fff;border-radius:22px;padding:34px 38px}
.ictheme .info-band h2{color:#fff;font-size:24px;margin-bottom:14px}
.ictheme .info-band p{color:#C5CEDA;font-size:14.8px;margin:0 0 12px;max-width:78ch}
.ictheme .info-band p:last-child{margin-bottom:0}
.ictheme .info-band .ok{color:color-mix(in srgb,var(--accent) 55%,#ffffff);font-weight:600}

/* ---------- Hálózatos (LAN) licenc kártyák ---------- */
.ictheme .net-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.ictheme .net-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow)}
.ictheme .net-card .nh{padding:16px 20px;border-bottom:1px solid var(--line-2);display:flex;align-items:center;justify-content:space-between;gap:10px}
.ictheme .net-card .nh .t{font-family:var(--display);font-weight:700;font-size:17px}
.ictheme table.mini{width:100%;border-collapse:collapse}
.ictheme table.mini th,.ictheme table.mini td{padding:11px 20px;font-size:13.5px;border-bottom:1px solid var(--line-2);text-align:left}
.ictheme table.mini thead th{font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-weight:600}
.ictheme table.mini td.p{font-family:var(--mono);font-weight:700;text-align:right}
.ictheme table.mini td.pp{font-family:var(--mono);text-align:right;color:var(--muted);font-size:12.5px}
.ictheme table.mini tr:last-child td{border-bottom:none}
.ictheme .net-card .extra{padding:12px 20px;background:var(--hover);font-size:12.5px;color:var(--ink-2);font-weight:600;border-top:1px solid var(--line-2)}

/* ---------- Verzióváltás CTA sor ---------- */
.ictheme .cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:18px}

/* ---------- Reszponzív ---------- */
@media (max-width:900px){
  .ictheme .net-grid{grid-template-columns:1fr}
}
@media (max-width:680px){
  .ictheme .info-band{padding:26px 22px}
}
