/* SkyGen Válasznyomda – a Hűspont interaktív GYIK mechanikájának SkyGen-változata */
.faq-press,
.faq-press *,
.faq-press *::before,
.faq-press *::after { box-sizing: border-box; }

.faq-press {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  color: #eef3fb;
  background:
    radial-gradient(circle at 8% 14%, rgba(52, 87, 147, .34), transparent 29%),
    radial-gradient(circle at 88% 85%, rgba(118, 118, 126, .28), transparent 30%),
    linear-gradient(145deg, #101a2d 0%, #1d2d50 50%, #151f36 100%);
}

.faq-press::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 82%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 82%, transparent);
}

.faq-press__orb {
  position: absolute;
  width: 360px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .28;
  pointer-events: none;
}
.faq-press__orb--a { top: -160px; right: -90px; background: #345793; }
.faq-press__orb--b { bottom: -190px; left: -120px; background: #76767e; }

.faq-press__heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 52px;
  align-items: end;
  margin-bottom: 42px;
}
.faq-press__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #c9d5eb;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.faq-press__eyebrow span {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: #76767e;
}
.faq-press__heading h2 {
  margin: 12px 0 0;
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.25rem, 4.8vw, 4.85rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.faq-press__heading h2 em { color: #a9bde2; font-style: normal; }
.faq-press__heading > p {
  margin: 0;
  color: #c1cad8;
  font-size: 1.04rem;
  line-height: 1.7;
}

.faq-press__machine {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, .82fr) minmax(0, 1.48fr);
  min-height: 650px;
  border: 1px solid rgba(184, 200, 229, .2);
  border-radius: 34px;
  overflow: hidden;
  background: rgba(10, 20, 39, .76);
  box-shadow: 0 36px 100px rgba(0, 0, 0, .36), inset 0 1px rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.faq-press__rack {
  position: relative;
  padding: 30px;
  border-right: 1px solid rgba(184, 200, 229, .16);
  background: linear-gradient(180deg, rgba(52, 87, 147, .34), rgba(17, 29, 51, .92));
}
.faq-press__rack-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.faq-press__rack-head div { display: flex; align-items: center; gap: 12px; }
.faq-press__rack-head i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #aeb7c8;
  box-shadow: 0 0 0 5px rgba(174,183,200,.11), 0 0 18px rgba(174,183,200,.7);
  animation: faqPressBlink 1.9s ease-in-out infinite;
}
.faq-press__rack-head strong { color: #fff; font-size: .84rem; letter-spacing: .12em; }
.faq-press__rack-head small { color: #b8c9e7; font-weight: 800; letter-spacing: .08em; }

.faq-press__tickets {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.faq-press__ticket {
  position: relative;
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 13px;
  padding: 12px 13px;
  color: #dde6f3;
  text-align: left;
  border: 1px solid rgba(184, 200, 229, .15);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}
.faq-press__ticket::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, #9fb8e6, transparent);
  transition: opacity .22s ease;
}
.faq-press__ticket:hover {
  transform: translateX(5px);
  border-color: rgba(159,184,230,.48);
  background: rgba(52,87,147,.24);
  color: #fff;
}
.faq-press__ticket.is-active {
  color: #17253f;
  border-color: #d7e1f2;
  background: linear-gradient(135deg, #f1f4fa, #c8d5eb);
  box-shadow: 0 16px 34px rgba(2, 12, 25, .24);
  transform: translateX(7px);
}
.faq-press__ticket.is-active::after { opacity: 1; }
.faq-press__ticket-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #b7c9e9;
  background: rgba(183,201,233,.11);
  font: 800 .74rem/1 var(--font);
  letter-spacing: .08em;
}
.faq-press__ticket.is-active .faq-press__ticket-number { color: #fff; background: #345793; }
.faq-press__ticket strong { min-width: 0; font-size: .93rem; line-height: 1.32; overflow-wrap: anywhere; }
.faq-press__ticket-arrow { color: #aeb1ba; font-size: 1.3rem; font-weight: 800; }
.faq-press__ticket.is-active .faq-press__ticket-arrow { color: #345793; }

.faq-press__workbench {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 40%, rgba(52, 87, 147, .24), transparent 52%),
    linear-gradient(180deg, rgba(16,28,51,.5), rgba(9,18,34,.86));
}
.faq-press__console {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 2px 24px;
  color: #aebdd8;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.faq-press__console-status { display: flex; align-items: center; gap: 10px; }
.faq-press__console-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8e9098;
  box-shadow: 0 0 18px rgba(142,144,152,.88);
}

.faq-press__printer {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 500px;
  padding: 58px clamp(18px, 5vw, 66px) 34px;
  border: 1px solid rgba(184, 200, 229, .18);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(30,48,82,.9), rgba(12,23,43,.98));
  box-shadow: inset 0 0 45px rgba(52,87,147,.16);
}
.faq-press__printer::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: min(72%, 520px);
  height: 19px;
  border-radius: 30px;
  transform: translateX(-50%);
  background: #070d17;
  box-shadow: inset 0 2px 5px #000, 0 0 0 1px rgba(184,200,229,.1), 0 7px 18px rgba(0,0,0,.28);
}
.faq-press__printer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(190,205,234,.24) 4px);
}

.faq-press__scan {
  position: absolute;
  top: 45px;
  left: 14%;
  right: 14%;
  height: 2px;
  opacity: 0;
  z-index: 3;
  background: linear-gradient(90deg, transparent, #9fb8e6, #fff, #9fb8e6, transparent);
  box-shadow: 0 0 18px #9fb8e6;
}
.faq-press.is-printing .faq-press__scan { animation: faqPressScan .75s ease-in-out; }

.faq-press__sheet {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  color: #17233a;
  border-radius: 6px 6px 22px 22px;
  background:
    linear-gradient(90deg, transparent 0 28px, rgba(52,87,147,.16) 29px 30px, transparent 31px),
    repeating-linear-gradient(0deg, #fff 0 29px, #e9edf4 30px);
  box-shadow: 0 30px 65px rgba(0,0,0,.35), inset 0 0 0 1px rgba(52,87,147,.08);
  transform-origin: top center;
  animation: faqPressPaperIn .72s cubic-bezier(.2,.8,.22,1) both;
}
.faq-press.is-printing .faq-press__sheet { animation: faqPressPaperOut .34s ease-in both; }
.faq-press__sheet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 30px;
  padding-bottom: 17px;
  border-bottom: 2px solid #dbe1eb;
}
.faq-press__sheet-brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.faq-press__sheet-logo {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #345793, #667da8);
  box-shadow: 0 8px 20px rgba(52,87,147,.26);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: -.02em;
}
.faq-press__sheet-brand strong { display: block; color: #17233a; font-size: .86rem; letter-spacing: .09em; }
.faq-press__sheet-brand small { display: block; color: #67758a; font-size: .67rem; letter-spacing: .07em; }
.faq-press__sheet-code { color: #345793; font: 800 .7rem/1 var(--font); letter-spacing: .12em; white-space: nowrap; }
.faq-press__sheet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #345793;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.faq-press__sheet-kicker::before { content:""; width: 22px; height: 2px; background: #76767e; }
.faq-press__sheet h3 {
  margin: 0;
  color: #17233a;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.faq-press__sheet-answer {
  min-height: 120px;
  margin: 24px 0 0;
  color: #435269;
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.82;
  overflow-wrap: anywhere;
}
.faq-press__sheet-tip {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  margin-top: 27px;
  padding: 16px 18px;
  border: 1px solid #d8e0ed;
  border-radius: 16px;
  background: rgba(238,243,251,.84);
}
.faq-press__sheet-tip > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  background: #76767e;
  font-weight: 900;
}
.faq-press__sheet-tip small { display: block; color: #345793; font-weight: 850; letter-spacing: .08em; }
.faq-press__sheet-tip p { margin: 4px 0 0; color: #58667a; font-size: .88rem; line-height: 1.55; overflow-wrap: anywhere; }
.faq-press__sheet-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 29px;
  padding-top: 23px;
  border-top: 1px solid #dce2eb;
}
.faq-press__sheet-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #345793;
  font-size: .9rem;
  font-weight: 800;
}
.faq-press__sheet-actions a:hover { color: #76767e; }
.faq-press__sheet-actions > span { color: #7d899a; font-size: .74rem; }

.faq-press__noscript { position: relative; z-index: 1; margin: 24px auto 0; }
.faq-press__noscript details { margin: 8px 0; padding: 14px 18px; color: #173048; border-radius: 14px; background: #fff; }
.faq-press__noscript summary { cursor: pointer; font-weight: 850; }
.faq-press__noscript p { margin: 12px 0 0; color: #58667a; line-height: 1.7; }

@keyframes faqPressBlink { 0%,100% { opacity:.45; } 50% { opacity:1; } }
@keyframes faqPressScan { 0% { opacity:0; transform:translateY(0); } 25% { opacity:1; } 100% { opacity:0; transform:translateY(420px); } }
@keyframes faqPressPaperIn { from { opacity:0; transform:translateY(-105px) scaleY(.74); } to { opacity:1; transform:none; } }
@keyframes faqPressPaperOut { to { opacity:0; transform:translateY(70px) scale(.97); } }

@media (max-width: 980px) {
  .faq-press__heading { grid-template-columns: 1fr; gap: 22px; }
  .faq-press__machine { grid-template-columns: 1fr; }
  .faq-press__rack { border-right: 0; border-bottom: 1px solid rgba(184,200,229,.16); }
  .faq-press__tickets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-press__ticket.is-active, .faq-press__ticket:hover { transform: translateY(-3px); }
}

@media (max-width: 680px) {
  .faq-press { padding: 88px 0; }
  .faq-press__heading h2 { font-size: clamp(2.15rem, 12vw, 3.65rem); }
  .faq-press__machine { border-radius: 24px; }
  .faq-press__rack, .faq-press__workbench { width: 100%; min-width: 0; padding: 20px 14px; }
  .faq-press__tickets { grid-template-columns: 1fr; }
  .faq-press__ticket { min-height: 70px; grid-template-columns: 38px minmax(0, 1fr) 20px; gap: 10px; padding: 11px 10px; }
  .faq-press__ticket-number { width: 38px; height: 38px; }
  .faq-press__ticket strong { font-size: clamp(.82rem, 3.7vw, .94rem); line-height: 1.3; }
  .faq-press__ticket-arrow { justify-self: end; font-size: 1.05rem; }
  .faq-press__console { flex-wrap: wrap; row-gap: 8px; font-size: .62rem; }
  .faq-press__printer { width: 100%; min-width: 0; min-height: 0; padding: 52px 8px 20px; border-radius: 20px; }
  .faq-press__sheet {
    width: 100%;
    padding: 24px 16px;
    background:
      linear-gradient(90deg, transparent 0 18px, rgba(52,87,147,.16) 19px 20px, transparent 21px),
      repeating-linear-gradient(0deg, #fff 0 29px, #e9edf4 30px);
  }
  .faq-press__sheet-top { align-items: flex-start; gap: 10px; margin-bottom: 22px; }
  .faq-press__sheet-code { display: none; }
  .faq-press__sheet-brand strong, .faq-press__sheet-brand small { overflow-wrap: anywhere; }
  .faq-press__sheet h3 { font-size: clamp(1.35rem, 7.1vw, 1.9rem); line-height: 1.13; letter-spacing: -.025em; }
  .faq-press__sheet-answer { min-height: 0; margin-top: 18px; font-size: clamp(.92rem, 4vw, 1.03rem); line-height: 1.65; }
  .faq-press__sheet-tip { grid-template-columns: 36px minmax(0, 1fr); gap: 11px; padding: 13px 12px; }
  .faq-press__sheet-tip > span { width: 36px; height: 36px; }
  .faq-press__sheet-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .faq-press__rack, .faq-press__workbench { padding-inline: 10px; }
  .faq-press__ticket { grid-template-columns: 34px minmax(0, 1fr); }
  .faq-press__ticket-arrow { display: none; }
  .faq-press__ticket-number { width: 34px; height: 34px; }
  .faq-press__sheet { padding-inline: 13px; }
  .faq-press__sheet-logo { width: 34px; height: 34px; flex-basis: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-press *, .faq-press *::before, .faq-press *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
