/* ============================================================
   ALOLDAL-STÍLUSOK — kompakt hero, cikk-tipográfia, idővonal
   ============================================================ */

/* — Aloldal hero — */
.page-hero {
  position: relative;
  padding: clamp(150px, 22vh, 220px) 0 clamp(56px, 8vw, 96px);
  background: radial-gradient(110% 130% at 78% -10%, #5a2733 0%, var(--burgundy) 48%, var(--burgundy-deep) 100%);
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  right: -12vw;
  top: -16vw;
  width: 44vw;
  height: 44vw;
  border-radius: 50%;
  border: 1px solid rgba(201, 164, 106, 0.18);
  pointer-events: none;
}

.page-hero__breadcrumb {
  font-size: var(--fs-small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-low);
  margin: 0 0 22px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.page-hero__breadcrumb a:hover {
  color: var(--gold-light);
}

.page-hero__breadcrumb span {
  color: var(--gold);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.5vw, 4.8rem);
  font-weight: 340;
  line-height: 1.05;
  color: var(--white);
  margin: 0 0 26px;
  max-width: 14em;
}

.page-hero h1 em {
  font-style: italic;
  color: var(--gold);
}

.page-hero__lead {
  font-size: var(--fs-lead);
  font-weight: 300;
  color: var(--text-mid);
  max-width: 46em;
  line-height: 1.7;
}

/* — Általános aloldal-szekciók — */
.page-section {
  padding-block: clamp(56px, 9vw, 120px);
}

.page-section--deep {
  background: var(--burgundy-deep);
  border-block: 1px solid var(--line-gold);
}

.page-section--gradient {
  background: linear-gradient(180deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
}

/* — Cikk-tipográfia — */
.prose {
  max-width: 70ch;
}

.prose p {
  margin: 0 0 18px;
  color: var(--text-mid);
  line-height: 1.75;
}

.section--cream .prose p {
  color: var(--ink-soft);
}

.prose h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 450;
  color: var(--gold-light);
  margin: 34px 0 14px;
}

.section--cream .prose h3 {
  color: var(--burgundy);
}

.prose ul {
  margin: 0 0 18px;
  display: grid;
  gap: 12px;
}

.prose li {
  position: relative;
  padding-left: 26px;
  color: var(--text-mid);
  line-height: 1.7;
}

.section--cream .prose li {
  color: var(--ink-soft);
}

.prose li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}

/* — Kétoszlopos blokk (média + szöveg) — */
.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

@media (max-width: 900px) {
  .page-grid {
    grid-template-columns: 1fr;
  }
}

/* — Függőleges idővonal (szakmai út) — */
.timeline-v {
  position: relative;
  display: grid;
  gap: clamp(28px, 4vw, 44px);
  padding-left: clamp(28px, 4vw, 40px);
  max-width: 760px;
}

.timeline-v::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 164, 106, 0.15));
}

.timeline-v__item {
  position: relative;
}

.timeline-v__item::before {
  content: '';
  position: absolute;
  left: calc(-1 * clamp(28px, 4vw, 40px) + 1px);
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--burgundy);
  border: 1.5px solid var(--gold);
}

.timeline-v__year {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}

.timeline-v__item h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 450;
  color: var(--gold-light);
  margin: 0 0 10px;
}

.timeline-v__item p {
  color: var(--text-mid);
  line-height: 1.75;
  margin: 0;
  max-width: 62ch;
}

/* — Évszám-jelvények (diploma, szakvizsgák) — */
.badge-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.badge-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.badge-list .year {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--burgundy-dark);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-radius: 999px;
  padding: 4px 14px;
  flex-shrink: 0;
}

.badge-list .what {
  color: var(--text-hi);
}

/* — „Mit nem ígérek" lista — */
.nope-list {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.nope-list li {
  position: relative;
  padding: 20px 24px 20px 58px;
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent);
  color: var(--text-hi);
  line-height: 1.65;
}

.nope-list li::before {
  content: '✕';
  position: absolute;
  left: 22px;
  top: 20px;
  color: var(--gold);
  font-size: 1rem;
}

/* — Hármas oszlopok (alapelvek / kompromisszumok / tévhitek) — */
.triad {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.triad__col {
  border-top: 1px solid var(--nose-brown);
  padding-top: 22px;
}

.triad__col h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 480;
  color: var(--burgundy);
  margin: 0 0 18px;
}

.triad__col ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  counter-reset: triad;
}

.triad__col ol li {
  counter-increment: triad;
  position: relative;
  padding-left: 34px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.triad__col ol li::before {
  content: counter(triad);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--nose-brown);
  font-size: 1.15rem;
}

.triad__col ol li strong {
  color: var(--ink);
  font-weight: 600;
}

/* — Videó-beágyazás (kattintásra tölt — adatvédelem-barát) — */
.video-facade {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: radial-gradient(120% 120% at 30% 20%, #5a2733, var(--burgundy-deep));
  border: 1px solid var(--line-gold);
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0;
}

.video-facade:hover .video-facade__play {
  transform: scale(1.08);
  background: var(--gold-light);
}

.video-facade__play {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--gold);
  display: grid;
  place-items: center;
  transition: transform 0.4s var(--ease), background-color 0.4s var(--ease);
  box-shadow: 0 18px 44px -16px rgba(201, 164, 106, 0.7);
}

.video-facade__play svg {
  margin-left: 4px;
}

.video-facade__label {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--text-mid);
  font-size: var(--fs-small);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-facade iframe,
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* — Számozott lépések (beavatkozás menete) — */
.steps-num {
  display: grid;
  gap: 18px;
  max-width: 760px;
  counter-reset: stepnum;
}

.steps-num li {
  counter-increment: stepnum;
  position: relative;
  padding: 22px 26px 22px 78px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
}

.steps-num li::before {
  content: counter(stepnum, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 20px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
}

.steps-num h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 480;
  color: var(--gold-light);
  margin: 0 0 8px;
}

.steps-num p {
  margin: 0;
  color: var(--text-mid);
  line-height: 1.65;
}

/* — Tipp / kiemelés doboz — */
.tip {
  margin-top: 16px;
  padding: 16px 20px;
  border-left: 2px solid var(--gold);
  background: rgba(201, 164, 106, 0.07);
  border-radius: 0 10px 10px 0;
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.65;
}

.section--cream .tip {
  background: rgba(187, 138, 88, 0.1);
  color: var(--ink-soft);
  border-left-color: var(--nose-brown);
}

/* — Eredmény-galéria — */
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(440px, 100%), 1fr));
  gap: clamp(18px, 2.5vw, 30px);
}

.results-grid button {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--burgundy-deep);
  cursor: pointer;
  transition: transform 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.results-grid button:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.6);
}

.results-grid img {
  width: 100%;
  display: block;
}

.results-note {
  margin-top: clamp(28px, 4vw, 44px);
  font-size: var(--fs-small);
  color: var(--text-low);
  font-style: italic;
  max-width: 70ch;
}

/* — Lightbox — */
.lightbox {
  border: none;
  padding: 0;
  background: transparent;
  max-width: min(94vw, 1200px);
}

.lightbox::backdrop {
  background: rgba(20, 7, 12, 0.92);
  backdrop-filter: blur(6px);
}

.lightbox img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line-gold);
}

.lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--gold);
  color: var(--burgundy-dark);
  font-size: 1.2rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background-color 0.3s var(--ease);
}

.lightbox__close:hover {
  background: var(--gold-light);
}

/* — Tudástár kártyák — */
.kb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.kb-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease);
}

.kb-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-gold);
}

.kb-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.85);
  transition: filter 0.5s var(--ease), transform 0.7s var(--ease);
}

.kb-card:hover img {
  filter: saturate(1);
  transform: scale(1.04);
}

.kb-card__body {
  padding: clamp(22px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.kb-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 450;
  color: var(--gold-light);
  margin: 0 0 12px;
}

.kb-card p {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 20px;
}

.kb-card .link-arrow {
  margin-top: auto;
}

/* — Tevékenység-táblázat (mikor lehetséges) — */
.activity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.activity-table th,
.activity-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.activity-table th[scope='row'] {
  color: var(--gold-light);
  font-weight: 600;
  white-space: nowrap;
  width: 1%;
  padding-right: 28px;
}

.activity-table td {
  color: var(--text-mid);
}

@media (max-width: 700px) {
  .activity-table th[scope='row'] {
    white-space: normal;
  }
}

/* — Figyelmeztető doboz — */
.alert-box {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(24px, 3.5vw, 36px);
  border: 1px solid rgba(180, 83, 9, 0.55);
  border-left: 3px solid #b45309;
  border-radius: var(--radius);
  background: rgba(180, 83, 9, 0.08);
  max-width: 760px;
}

.alert-box h3 {
  font-family: var(--font-display);
  color: var(--gold-light);
  font-size: 1.2rem;
  margin: 0 0 14px;
}

.alert-box ul {
  display: grid;
  gap: 10px;
}

.alert-box li {
  position: relative;
  padding-left: 24px;
  color: var(--text-hi);
  line-height: 1.6;
}

.alert-box li::before {
  content: '!';
  position: absolute;
  left: 2px;
  font-family: var(--font-display);
  font-style: italic;
  color: #d98a3f;
  font-weight: 600;
}

/* — Árlista — */
.price-table {
  width: 100%;
  max-width: 860px;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
}

.section--cream .price-table th,
.section--cream .price-table td {
  border-bottom-color: rgba(75, 31, 42, 0.14);
}

.price-table .name {
  font-weight: 600;
  color: var(--text-hi);
}

.section--cream .price-table .name {
  color: var(--ink);
}

.price-table .name small {
  display: block;
  font-weight: 400;
  font-size: 0.88rem;
  color: var(--text-low);
  margin-top: 4px;
}

.section--cream .price-table .name small {
  color: var(--ink-soft);
}

.price-table .price {
  text-align: right;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--gold);
  width: 1%;
}

.section--cream .price-table .price {
  color: var(--nose-brown);
}

.price-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--burgundy-dark);
  margin-left: 10px;
  vertical-align: middle;
}

/* Műtéti ár-kártyák */
.surgery-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(20px, 3vw, 30px);
}

.surgery-card {
  position: relative;
  padding: clamp(28px, 3.5vw, 42px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.surgery-card--featured {
  border-color: var(--gold);
  background: linear-gradient(165deg, rgba(201, 164, 106, 0.1), rgba(201, 164, 106, 0.02));
}

.surgery-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 450;
  color: var(--gold-light);
  margin: 0;
}

.surgery-card .sub {
  color: var(--text-low);
  font-size: 0.92rem;
  margin: 0;
}

.surgery-card .amount {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: var(--gold);
  margin-top: auto;
}

/* Számlaszám-kártyák */
.bank-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
}

.bank-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 480;
  color: var(--gold-light);
  margin: 0 0 16px;
}

.bank-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.bank-card dt {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-low);
}

.bank-card dd {
  margin: 2px 0 0;
  color: var(--text-hi);
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

/* — Jogi dokumentum — */
.legal-doc {
  max-width: 76ch;
  color: var(--text-mid);
  line-height: 1.75;
}

.legal-doc h2 {
  font-family: var(--font-display);
  font-weight: 450;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  color: var(--gold-light);
  margin: clamp(36px, 5vw, 54px) 0 16px;
  padding-top: 22px;
  border-top: 1px solid var(--line-gold);
}

.legal-doc h2:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.legal-doc p {
  margin: 0 0 14px;
}

.legal-doc strong {
  color: var(--text-hi);
}

.legal-doc ol,
.legal-doc ul {
  margin: 0 0 16px;
  padding-left: 24px;
  display: grid;
  gap: 8px;
}

.legal-doc ol {
  list-style: decimal;
}

.legal-doc ul {
  list-style: none;
  padding-left: 0;
}

.legal-doc ul li {
  position: relative;
  padding-left: 22px;
}

.legal-doc ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold);
}

.legal-doc a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px;
  font-size: 0.92rem;
}

.legal-doc th,
.legal-doc td {
  border: 1px solid var(--line-soft);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

/* — Kiemelt zárógondolat — */
.closing-note {
  max-width: 760px;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid var(--line-gold);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(201, 164, 106, 0.07), rgba(201, 164, 106, 0.015));
}

.closing-note p {
  margin: 0;
  font-size: 1.08rem;
  color: var(--text-hi);
  line-height: 1.75;
}

.closing-note strong {
  color: var(--gold-light);
  font-weight: 600;
}

/* ====== Hír-cikkek képei ====== */
.prose figure {
  margin: clamp(24px, 4vw, 40px) 0;
}

.prose figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
}

.prose figcaption {
  margin-top: 10px;
  font-size: var(--fs-small);
  color: var(--text-low);
}

/* Két kép egymás mellett (nagyobb kijelzőn) */
.prose .figure-pair {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: 1fr;
  margin: clamp(24px, 4vw, 40px) 0;
}

@media (min-width: 720px) {
  .prose .figure-pair {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.prose .figure-pair figure {
  margin: 0;
}
