/* ictheme — Útnyilvántartó termékoldal (template-utnyilvantarto.php) saját komponensei
   Ezen az oldalon csak a main.css töltődik be a téma közös alapjaiként — minden oldal-specifikus
   komponens (hero, jellemző kártyák, videó keret, checklist, rendszerkövetelmény doboz, záró CTA sáv)
   itt kerül definiálásra, .ictheme előtaggal. */

/* ---------- Hero ---------- */
.ictheme .page-hero{padding:40px 0 12px}
.ictheme .page-hero h1{font-size:clamp(34px,4.8vw,54px);font-weight:800;margin-top:14px}
.ictheme .page-hero .sub{color:var(--muted);font-size:18px;max-width:78ch;margin:18px 0 26px}
.ictheme .hero-cta{display:flex;flex-wrap:wrap;gap:13px}
.ictheme .hero-trust{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:26px}
.ictheme .hero-trust span{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-2)}
.ictheme .hero-trust svg{width:16px;height:16px;color:var(--accent);flex-shrink:0}
.ictheme .hero-trust .dinamikus-ev-szamolo{font-family:var(--mono);font-weight:700;color:var(--accent-strong)}

/* ---------- Feature cards ---------- */
.ictheme .feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ictheme .feat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.ictheme .feat-card .fi{width:46px;height:46px;border-radius:13px;background:var(--accent-soft);color:var(--accent-strong);display:grid;place-items:center;margin-bottom:16px}
.ictheme .feat-card .fi svg{width:22px;height:22px}
.ictheme .feat-card h3{font-size:17.5px;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.ictheme .feat-card p{font-size:14.5px;color:var(--ink-2);margin:0}
.ictheme .tag-new{font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--accent);padding:2px 7px;border-radius:5px;font-family:var(--body)}

/* ---------- Video ---------- */
.ictheme .video-wrap{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--gradient-2)}
.ictheme .video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---------- Why checklist ---------- */
.ictheme .why{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;list-style:none;padding:0;margin:0}
.ictheme .why li{display:flex;gap:11px;align-items:flex-start;font-size:14.8px;color:var(--ink-2)}
.ictheme .why li svg{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:2px}

/* ---------- Sajtóidézet ---------- */
.ictheme .press-quote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:32px 36px;max-width:78ch;margin:0 auto;box-shadow:var(--shadow)}
.ictheme .press-quote p{font-size:16.5px;font-style:italic;color:var(--ink-2);line-height:1.7;margin:0 0 14px}
.ictheme .press-quote cite{display:block;font-size:13.5px;font-style:normal;color:var(--muted)}
.ictheme .press-quote cite a{color:var(--accent-strong);font-weight:600;border-bottom:1px solid currentColor}

/* ---------- Rendszerkövetelmény doboz ---------- */
.ictheme .sysreq{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 30px;font-size:15px;color:var(--ink-2);line-height:2;max-width:78ch}
.ictheme .sysreq u{text-decoration:none;font-weight:700;color:var(--ink);font-family:var(--display);letter-spacing:-.01em;margin-right:4px}
.ictheme .sysreq i{color:var(--muted);font-size:13.5px;line-height:1.6}
.ictheme .sysreq a{color:var(--accent-strong);font-weight:600;border-bottom:1px solid currentColor}

/* ---------- Final CTA band ---------- */
.ictheme .final{background:linear-gradient(155deg,var(--gradient-1),var(--gradient-2));border-radius:28px;padding:56px 44px;text-align:center;color:#fff;position:relative;overflow:hidden}
.ictheme .final::after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 35%,transparent),transparent 70%);right:-120px;top:-160px}
.ictheme .final h2{color:#fff;font-size:clamp(26px,3.4vw,40px);position:relative}
.ictheme .final p{color:#C5CEDA;font-size:17px;margin:16px auto 28px;max-width:78ch;position:relative}
.ictheme .final .hero-cta{justify-content:center;position:relative}
.ictheme .final .btn-ghost{color:#fff;border-color:rgba(255,255,255,.25)}
.ictheme .final .btn-ghost:hover{background:rgba(255,255,255,.08);border-color:#fff}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .ictheme .feat-grid{grid-template-columns:1fr 1fr}
  .ictheme .why{grid-template-columns:1fr}
}
@media (max-width:680px){
  .ictheme .feat-grid{grid-template-columns:1fr}
  .ictheme .final{padding:44px 22px}
  .ictheme .sysreq{padding:22px 22px}
  .ictheme .press-quote{padding:24px 22px}
}
