/* ════════════════════════════════════════════
   NeuralWeb · PAGES
   Aloldal-layoutok. A core.css után töltendő be.
   A designnyelv a főoldalét követi (üvegkártyák,
   kék→lila gradiens akcentus, halk aurora glow).
   ════════════════════════════════════════════ */

/* ── Közös szekció-alapok ───────────────── */
.pg-section {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  overflow: hidden;
}
.pg-section--tight { padding: 64px 0; }
.pg-section--alt { background: rgba(8,10,20,0.4); border-block: 1px solid var(--line-soft); }

.pg-wrap {
  position: relative;
  z-index: 1;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.pg-wrap--narrow { max-width: 900px; }

.pg-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  margin-bottom: 52px;
}
.pg-head--left { align-items: flex-start; text-align: left; }

.pg-h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.9rem, 2.9vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: #fff;
}
.pg-h3 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}
.accent {
  background: linear-gradient(120deg, #3b82f6, #38BDF8 55%, #818cf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pg-lead {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tx-2);
  font-weight: 300;
  max-width: 680px;
}
.pg-head:not(.pg-head--left) .pg-lead { margin-inline: auto; }

/* ════════════════════════════════════════════
   BREADCRUMB
   ════════════════════════════════════════════ */
.breadcrumb {
  position: relative;
  z-index: 2;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
}
.breadcrumb li { display: flex; align-items: center; gap: 8px; }
.breadcrumb li:not(:last-child)::after {
  content: '›';
  color: rgba(255,255,255,0.2);
  font-size: 0.95rem;
  line-height: 1;
}
.breadcrumb a {
  color: var(--tx-3);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--sky); }
.breadcrumb [aria-current="page"] { color: rgba(255,255,255,0.72); font-weight: 500; }

/* ════════════════════════════════════════════
   ALOLDAL HERO
   ════════════════════════════════════════════ */
.sub-hero {
  position: relative;
  z-index: 1;
  padding: 128px 0 72px;
  overflow: hidden;
}
/* Halk fény a hero mögött — a főoldali aurora könnyű változata */
.sub-hero::before {
  content: '';
  position: absolute;
  top: -40%; left: 50%;
  transform: translateX(-50%);
  width: 90%; height: 150%;
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(2,100,223,0.22) 0%, transparent 62%),
    radial-gradient(ellipse 40% 40% at 78% 60%, rgba(139,92,246,0.14) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.sub-hero .breadcrumb { margin-bottom: 26px; }

.sub-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}
.sub-hero--center .sub-hero-inner {
  grid-template-columns: 1fr;
  max-width: 860px;
  text-align: center;
  justify-items: center;
}

.sub-hero-h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin: 20px 0 18px;
}
.sub-hero-sub {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--tx-2);
  font-weight: 300;
  max-width: 560px;
  margin-bottom: 28px;
}
.sub-hero-ctas {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.sub-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sub-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  padding: 7px 14px 7px 11px;
  border-radius: 100px;
}
.sub-hero-badge svg { color: var(--success); flex-shrink: 0; }

/* ── Hero melletti "gyors tények" kártya ── */
.sub-hero-aside {
  position: relative;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(2,100,223,0.14), rgba(8,10,20,0.64));
  border: 1px solid rgba(2,100,223,0.28);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.sub-hero-aside-title {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(56,189,248,0.78);
  margin-bottom: 18px;
}
.sub-hero-facts { list-style: none; display: flex; flex-direction: column; }
.sub-hero-facts li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
  font-weight: 300;
}
.sub-hero-facts li:last-child { border-bottom: none; }
.sub-hero-facts svg { color: var(--sky); flex-shrink: 0; margin-top: 3px; }

/* ════════════════════════════════════════════
   KÁRTYARÁCSOK
   ════════════════════════════════════════════ */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.pg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  border-radius: 20px;
  background: rgba(8,10,20,0.6);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}
.pg-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, rgba(2,100,223,0.7) 50%, transparent 95%);
  opacity: 0;
  transition: opacity 0.3s;
}
.pg-card:hover {
  transform: translateY(-5px);
  border-color: rgba(2,100,223,0.32);
  box-shadow: 0 16px 48px rgba(2,100,223,0.12);
}
.pg-card:hover::before { opacity: 1; }

/* Kattintható kártya (teljes felület linkelve) */
a.pg-card { text-decoration: none; color: inherit; }
a.pg-card .pg-card-title::after {
  content: '→';
  margin-left: 7px;
  opacity: 0;
  display: inline-block;
  transform: translateX(-4px);
  transition: opacity 0.25s, transform 0.25s;
  color: var(--sky);
}
a.pg-card:hover .pg-card-title::after { opacity: 1; transform: translateX(0); }

.pg-card-ico {
  width: 42px; height: 42px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: rgba(2,100,223,0.12);
  border: 1px solid rgba(2,100,223,0.28);
  color: var(--sky);
  flex-shrink: 0;
}
.pg-card-ico--violet { background: rgba(139,92,246,0.12); border-color: rgba(139,92,246,0.28); color: #a78bfa; }
.pg-card-ico--green  { background: rgba(52,211,153,0.12); border-color: rgba(52,211,153,0.28); color: var(--success); }
.pg-card-ico--pink   { background: rgba(236,72,153,0.12); border-color: rgba(236,72,153,0.28); color: #f472b6; }

.pg-card-title {
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 9px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.pg-card-text {
  font-size: 0.875rem;
  line-height: 1.68;
  color: var(--tx-3);
  font-weight: 300;
}
.pg-card-tag {
  align-self: flex-start;
  margin-top: 16px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(56,189,248,0.85);
  background: rgba(2,100,223,0.1);
  border: 1px solid rgba(2,100,223,0.26);
  padding: 5px 11px;
  border-radius: 100px;
}

/* ── Pipa-lista (Mit tartalmaz?) ── */
.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
  list-style: none;
}
.check-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.check-ico {
  width: 22px; height: 22px;
  border-radius: 7px;
  background: rgba(52,211,153,0.12);
  border: 1px solid rgba(52,211,153,0.3);
  color: var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.check-title { font-size: 0.94rem; font-weight: 600; color: rgba(255,255,255,0.92); margin-bottom: 3px; }
.check-text  { font-size: 0.83rem; line-height: 1.6; color: var(--tx-3); font-weight: 300; }

/* ════════════════════════════════════════════
   FOLYAMAT (4 lépés)
   ════════════════════════════════════════════ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: step;
  position: relative;
}
.step {
  position: relative;
  counter-increment: step;
  padding-top: 8px;
}
.step-node {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(2,100,223,0.9), rgba(14,165,233,0.8));
  border: 1px solid rgba(56,189,248,0.4);
  box-shadow: 0 0 22px rgba(2,100,223,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.step-node::after { content: counter(step, decimal-leading-zero); }
/* Összekötő vonal a lépések között */
.step:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 58px;
  right: -20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(56,189,248,0.4), rgba(56,189,248,0.06));
}
.step-title { font-size: 1rem; font-weight: 600; color: #fff; margin-bottom: 9px; }
.step-text  { font-size: 0.86rem; line-height: 1.68; color: var(--tx-3); font-weight: 300; }

/* ════════════════════════════════════════════
   ÖSSZEHASONLÍTÓ TÁBLÁZAT
   ════════════════════════════════════════════ */
.cmp-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp-table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(8,10,20,0.55);
}
.cmp-table th, .cmp-table td {
  padding: 16px 20px;
  text-align: left;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cmp-table thead th {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(56,189,248,0.85);
  background: rgba(2,100,223,0.08);
}
.cmp-table tbody th {
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  width: 32%;
}
.cmp-table td { color: var(--tx-3); font-weight: 300; line-height: 1.6; }
.cmp-table tr:last-child th, .cmp-table tr:last-child td { border-bottom: none; }
.cmp-yes { color: var(--success); font-weight: 600; }
.cmp-no  { color: rgba(255,255,255,0.28); }

/* ════════════════════════════════════════════
   KAPCSOLÓDÓ SZOLGÁLTATÁSOK
   ════════════════════════════════════════════ */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.related-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.related-card:hover {
  border-color: rgba(56,189,248,0.35);
  background: rgba(2,100,223,0.08);
  transform: translateY(-2px);
}
.related-card-tx { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.related-card-title { font-size: 0.94rem; font-weight: 600; color: rgba(255,255,255,0.92); }
.related-card-desc  { font-size: 0.78rem; color: var(--tx-3); font-weight: 300; line-height: 1.5; }
.related-card-arrow { margin-left: auto; color: var(--sky); flex-shrink: 0; transition: transform 0.25s; }
.related-card:hover .related-card-arrow { transform: translateX(4px); }

/* ════════════════════════════════════════════
   GYIK  (a főoldali stílussal azonos)
   ════════════════════════════════════════════ */
.faq-section { position:relative; z-index:1; padding:80px 0; overflow:hidden; }
.faq-wrap { position:relative; z-index:1; max-width:860px; margin:0 auto; padding:0 var(--gutter); }
.faq-header { display:flex; flex-direction:column; align-items:center; text-align:center; gap:18px; margin-bottom:44px; }
.faq-h2 { font-family:'Outfit',sans-serif; font-size:clamp(1.9rem,2.9vw,2.7rem); font-weight:700; letter-spacing:-0.025em; color:#fff; }
.faq-list { display:flex; flex-direction:column; gap:12px; }
.faq-item { border-radius:14px; background:rgba(8,10,20,0.5); border:1px solid rgba(255,255,255,0.08); overflow:hidden; transition:border-color 0.3s, background 0.3s; }
.faq-item.open { border-color:rgba(2,100,223,0.4); background:rgba(10,14,26,0.6); }
.faq-q { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:19px 22px; cursor:pointer;
  font-size:0.98rem; font-weight:600; color:rgba(255,255,255,0.92); list-style:none;
  background:none; border:none; width:100%; text-align:left; font-family:inherit; }
.faq-q:hover { color:#fff; }
.faq-chevron { flex-shrink:0; color:rgba(56,189,248,0.7); transition:transform 0.35s ease; }
.faq-item.open .faq-chevron { transform:rotate(180deg); }
.faq-a { max-height:0; overflow:hidden; transition:max-height 0.4s ease; }
.faq-a-inner { padding:0 22px 20px; font-size:0.9rem; line-height:1.72; color:rgba(255,255,255,0.5); font-weight:300; }
.faq-a-inner a { color:var(--sky); }

/* ════════════════════════════════════════════
   ZÁRÓ CTA (Cal.com foglalás)
   ════════════════════════════════════════════ */
.book-section { position:relative; z-index:1; padding:72px 0 104px; overflow:hidden; }
.book-wrap { position:relative; z-index:1; max-width:var(--page-max); margin:0 auto; padding:0 var(--gutter); }
.book-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:1180px; margin:0 auto; align-items:stretch; }
.book-panel { position:relative; border-radius:24px; overflow:hidden;
  background:linear-gradient(165deg, rgba(2,100,223,0.14), rgba(8,10,20,0.62));
  border:1px solid rgba(2,100,223,0.28); box-shadow:0 20px 60px rgba(0,0,0,0.35); }
.book-left { display:flex; flex-direction:column; padding:38px 36px; text-align:left; }
.book-tag { display:inline-flex; align-items:center; gap:8px; font-size:0.7rem; font-weight:500; letter-spacing:0.08em; text-transform:uppercase;
  color:rgba(56,189,248,0.9); background:rgba(2,100,223,0.1); border:1px solid rgba(2,100,223,0.3); padding:6px 14px; border-radius:100px;
  align-self:flex-start; margin-bottom:20px; }
.book-h2 { font-family:'Outfit',sans-serif; font-weight:700; letter-spacing:-0.025em; line-height:1.14; color:#fff;
  text-align:left; margin-bottom:15px; font-size:clamp(1.6rem,2.4vw,2.2rem); }
.book-sub { font-size:0.92rem; line-height:1.68; color:rgba(255,255,255,0.55); font-weight:300; margin-bottom:20px; }
.book-meta { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-start; }
.book-meta-item { display:inline-flex; align-items:center; gap:7px; font-size:0.82rem; font-weight:500; color:rgba(255,255,255,0.7);
  background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.1); padding:8px 15px; border-radius:100px; }
.book-meta-item svg { color:var(--success); flex-shrink:0; }
.book-contacts { margin-top:auto; padding-top:24px; }
.book-divider { height:1px; background:rgba(255,255,255,0.1); margin-bottom:16px; }
.book-contact { display:flex; align-items:center; gap:13px; padding:13px 15px; border-radius:14px;
  background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); text-decoration:none; margin-bottom:9px;
  transition:border-color 0.3s, background 0.3s, transform 0.2s; }
.book-contact:last-child { margin-bottom:0; }
.book-contact:hover { border-color:rgba(56,189,248,0.35); background:rgba(255,255,255,0.06); transform:translateY(-1px); }
.book-contact-ico { width:38px; height:38px; border-radius:11px; background:rgba(2,100,223,0.12); border:1px solid rgba(2,100,223,0.25);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; color:var(--sky); }
.book-contact-label { font-size:0.63rem; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:rgba(255,255,255,0.4); margin-bottom:2px; }
.book-contact-val { font-size:0.94rem; font-weight:600; color:#fff; }
.book-right { display:flex; align-items:stretch; justify-content:stretch; padding:0; border-radius:24px; overflow:hidden; }
.cal-embed-wrap { width:100%; min-height:600px; height:100%; background:#080a14; border-radius:24px; overflow:hidden; }
.cal-embed-wrap iframe { background:#080a14 !important; border:none !important; }
[data-cal-namespace="30min"] { background:#080a14 !important; border-radius:24px; }
[data-cal-namespace="30min"] iframe { background:#080a14 !important; }

/* ════════════════════════════════════════════
   REFERENCIÁK — kártyarács
   ════════════════════════════════════════════ */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ref-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(8,10,20,0.6);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s, box-shadow 0.3s;
}
.ref-card:hover {
  transform: translateY(-6px);
  border-color: rgba(2,100,223,0.35);
  box-shadow: 0 20px 56px rgba(2,100,223,0.14);
}
.ref-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0c16;
}
.ref-card-media img,
.ref-card-media video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}
.ref-card:hover .ref-card-media img,
.ref-card:hover .ref-card-media video { transform: scale(1.04); }
.ref-card-type {
  position: absolute;
  top: 12px; left: 12px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(6,8,15,0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(56,189,248,0.3);
  padding: 5px 11px;
  border-radius: 100px;
}
.ref-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.ref-card-title { font-size: 1.05rem; font-weight: 600; color: #fff; margin-bottom: 8px; }
.ref-card-desc  { font-size: 0.86rem; line-height: 1.65; color: var(--tx-3); font-weight: 300; margin-bottom: 16px; }
.ref-card-tags  { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.ref-card-tag {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 10px;
  border-radius: 100px;
}
/* Szűrő-sáv */
.ref-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 36px; }
.ref-filter-btn {
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--tx-3);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  padding: 8px 17px;
  border-radius: 100px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.ref-filter-btn:hover { color: rgba(255,255,255,0.85); border-color: rgba(56,189,248,0.3); }
.ref-filter-btn.active { color: #fff; background: rgba(2,100,223,0.2); border-color: rgba(56,189,248,0.45); }
.ref-card[hidden] { display: none; }

/* ════════════════════════════════════════════
   BLOG
   ════════════════════════════════════════════ */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 20px;
  background: rgba(8,10,20,0.6);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s;
}
.post-card:hover { transform: translateY(-4px); border-color: rgba(2,100,223,0.32); }
.post-meta { display: flex; gap: 10px; align-items: center; font-size: 0.72rem; color: var(--tx-4); margin-bottom: 13px; }
.post-cat { color: rgba(56,189,248,0.85); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.post-title { font-size: 1.05rem; font-weight: 600; color: #fff; line-height: 1.35; margin-bottom: 10px; }
.post-excerpt { font-size: 0.86rem; line-height: 1.68; color: var(--tx-3); font-weight: 300; }

/* ── Szövegtörzs (blogcikk, jogi, rólunk) ── */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-family:'Outfit',sans-serif; font-size:1.55rem; font-weight:700; color:#fff; letter-spacing:-0.02em; margin:44px 0 16px; }
.prose h3 { font-family:'Outfit',sans-serif; font-size:1.18rem; font-weight:600; color:#fff; margin:32px 0 12px; }
.prose p  { font-size:0.96rem; line-height:1.85; color:rgba(255,255,255,0.6); font-weight:300; margin-bottom:18px; }
.prose ul, .prose ol { margin: 0 0 20px 22px; }
.prose li { font-size:0.94rem; line-height:1.8; color:rgba(255,255,255,0.58); font-weight:300; margin-bottom:8px; }
.prose a  { color: var(--sky); }
.prose strong { color: rgba(255,255,255,0.9); font-weight: 600; }
.prose blockquote {
  margin: 26px 0;
  padding: 18px 24px;
  border-left: 2px solid rgba(56,189,248,0.5);
  background: rgba(2,100,223,0.06);
  border-radius: 0 12px 12px 0;
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
}

/* ── Kiemelt info-sáv ── */
.callout {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 24px;
  border-radius: 16px;
  background: rgba(2,100,223,0.08);
  border: 1px solid rgba(2,100,223,0.26);
  margin: 28px 0;
}
.callout svg { color: var(--sky); flex-shrink: 0; margin-top: 2px; }
.callout p { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.68); font-weight: 300; margin: 0; }

/* ════════════════════════════════════════════
   RESPONSZÍV
   ════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .sub-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .sub-hero-aside { max-width: 560px; }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .step:not(:last-child)::before { display: none; }
}
@media (max-width: 900px) {
  .pg-section { padding: 68px 0; }
  .sub-hero { padding: 108px 0 56px; }
  .card-grid, .card-grid--2, .related-grid, .ref-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .book-grid { grid-template-columns: 1fr; gap: 18px; max-width: 620px; }
  .cal-embed-wrap { min-height: 560px; }
}
@media (max-width: 640px) {
  .pg-section { padding: 54px 0; }
  .sub-hero { padding: 92px 0 44px; }
  .sub-hero-h1 { font-size: clamp(1.75rem, 8vw, 2.3rem); }
  .sub-hero-sub { font-size: 0.94rem; }
  .sub-hero-ctas { flex-direction: column; align-items: stretch; }
  .pg-head { margin-bottom: 34px; }
  .card-grid, .card-grid--2, .card-grid--4, .related-grid, .ref-grid, .post-grid,
  .steps, .check-grid { grid-template-columns: 1fr; }
  .steps { gap: 22px; }
  .check-grid { gap: 0 0; }
  .book-left { padding: 28px 22px; }
  .breadcrumb ol { font-size: 0.72rem; }
  .prose h2 { font-size: 1.35rem; }
}
