/* Naplóvonal Kft. — Pécs, kiadói lap, első kenés */

:root {
  --paper: #F6F0E6;
  --white: #FFFBF3;
  --ink: #2A241C;
  --muted: #6B6156;
  --head: #F6F0E6;
  --accent: #6B3A22;
  --accent-dk: #542c19;
  --line: #C4B8A5;
  --wrap: 820px;
  --radius: 2px;
  --font: "Figtree", system-ui, sans-serif;
  --display: Literata, Georgia, serif;
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-underline-offset: .12em; }
a:hover { color: var(--accent-dk); }
h1, h2, h3 { font-family: var(--display); line-height: 1.22; margin: 0 0 .55em; font-weight: 700; }
h1 { font-size: clamp(1.55rem, 4.2vw, 2.15rem); font-family: Literata, Georgia, serif; font-weight: 700; }
h2 { font-size: clamp(1.2rem, 2.6vw, 1.45rem); }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.ugras, .csapda {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.ugras:focus {
  position: fixed; top: .7rem; left: .7rem; z-index: 80;
  width: auto; height: auto; clip: auto; overflow: visible;
  padding: .55rem .9rem; background: var(--head); color: #fff; text-decoration: none;
}

.hasab { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 1.1rem; }
.header-inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem;
  min-height: 52px;
}
.fejlec {
  background: var(--head); color: #2A241C;
  border-bottom: 1px solid #C4B8A5;
}
.cimke {
  font-family: var(--display); font-weight: 700; text-decoration: none;
  color: #2A241C; font-size: 1.35rem; font-style: italic;
}
.header-place { margin: 0; color: #6B6156; font-size: .88rem; }
.header-tel { margin-left: auto; color: #2A241C; text-decoration: none; font-weight: 600; }
.fejlec-cta {
  padding: .42rem .85rem; border: 1px solid #2A241C; border-radius: var(--radius);
  color: #2A241C; text-decoration: none; font-weight: 600; font-size: .9rem;
}
.fejlec-cta:hover { border-color: #fff; }
@media (max-width: 640px) {
  .header-tel { margin-left: 0; }
  .gomb-consent { min-width: 0; flex: 1; }
}

.crumbs { font-size: .82rem; color: var(--muted); padding: .7rem 0 0; }
.crumbs a { color: inherit; }
.stage { padding: 1.2rem 0 2rem; }
.stage-grid { display: grid; gap: 1.4rem; }
@media (min-width: 880px) {
  .stage-grid { grid-template-columns: 1fr; align-items: start; }
}
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; list-style: none; padding: 0; margin: .55rem 0 0; }
.thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); }
.buy { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.15rem 1.2rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; color: var(--muted); margin: 0 0 .35em; }
.price { font-size: 1.55rem; font-weight: 700; margin: .3em 0 .15em; }
.price-unit { font-size: 1rem; font-weight: 500; color: var(--muted); }
.facts { margin: .8em 0 1em; padding-left: 1.1em; }
.gomb {
  display: inline-block; text-align: center; text-decoration: none; cursor: pointer;
  font: inherit; font-weight: 600; border-radius: var(--radius);
  border: 1px solid var(--accent); padding: .55rem 1rem; background: transparent; color: var(--accent);
}
.gomb-fo { background: var(--accent); color: #fff; border-color: var(--accent); }
.gomb-fo:hover { background: var(--accent-dk); border-color: var(--accent-dk); color: #fff; }
.gomb-lg { width: 100%; padding: .75rem 1rem; }
.gomb-consent { background: var(--white); color: var(--ink); border-color: var(--line); min-width: 11.5rem; }
.section { padding: 1.8rem 0; }
.section-alt { background: #EDE6D8; }
.narrow { max-width: 36rem; }
.split { display: grid; gap: 1.2rem; }
@media (min-width: 800px) { .split { grid-template-columns: 1fr 1fr; align-items: center; } }
.warn { border: 1px solid var(--line); padding: 1rem 1.1rem; background: var(--white); border-radius: var(--radius); }
details { margin: 0 0 .45rem; }
summary { cursor: pointer; font-weight: 600; }
.sor { margin: 0 0 .9rem; }
.sor label, .sor legend { display: block; font-weight: 600; margin-bottom: .3rem; }
.sor input[type=text], .sor input[type=tel] {
  width: 100%; padding: .55rem .65rem; border: 1px solid var(--line); border-radius: var(--radius);
  font: inherit; background: var(--white);
}
.pipa-sor { display: flex; gap: .55rem; align-items: flex-start; margin: 0 0 .8rem; font-size: .92rem; }
.uzenet-hiba { background: #fde8e4; color: #7a2416; padding: .6rem .75rem; border-radius: var(--radius); }
.radio { display: flex; gap: .45rem; align-items: center; margin: .25rem 0; font-weight: 400; }
.radio input { margin: 0; }
.notice { border: 1px solid var(--line); padding: .9rem 1rem; background: var(--white); border-radius: var(--radius); margin: 0 0 1rem; }
.note-dev { font-size: .88rem; color: var(--muted); }
.pkg-row { display: grid; gap: .7rem; }
@media (min-width: 720px) { .pkg-row { grid-template-columns: repeat(3, 1fr); } }
.pkg { border: 1px solid var(--line); padding: 1rem; background: var(--white); border-radius: var(--radius); }
.pkg .total { font-size: 1.25rem; font-weight: 700; margin: 0 0 .25em; }
.colofon { background: var(--head); color: #6B6156; padding: 1.8rem 0 2.4rem; margin-top: 1rem; }
.colofon-nav { display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin-bottom: 1rem; }
.colofon-nav a, .colofon a { color: #fff; }
.colofon-adat p { margin: 0 0 .7em; }
.zarojel { font-size: .88rem; }
.jogszoveg { padding: 1.6rem 0 2.5rem; }
.jogszoveg table { width: 100%; border-collapse: collapse; margin: 0 0 1.1rem; }
.jogszoveg th, .jogszoveg td { border: 1px solid var(--line); padding: .5rem .65rem; text-align: left; vertical-align: top; }
.jogszoveg th { width: 32%; color: var(--muted); font-weight: 600; }
.updated { color: var(--muted); font-size: .9rem; }
.legal-back { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.hours { font-size: .95rem; }
.fine { font-size: .88rem; color: var(--muted); }
.contact-grid { display: grid; gap: .8rem; }
@media (min-width: 700px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-card { border: 1px solid var(--line); padding: 1rem; background: var(--white); border-radius: var(--radius); }
.track { list-style: none; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 800px) { .track { grid-template-columns: repeat(3, 1fr); } }
.track .n { display: inline-block; width: 1.6rem; height: 1.6rem; text-align: center; line-height: 1.6rem;
  background: var(--accent); color: #fff; border-radius: 50%; font-size: .85rem; font-weight: 700; }

.lap-sav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  background: var(--white); border-top: 1px solid var(--line);
  padding: .85rem 1.1rem; box-shadow: 0 -2px 14px rgba(0,0,0,.08);
}
.lap-sav-inner { max-width: var(--wrap); margin: auto; display: flex; flex-direction: column; gap: .55rem; }
.lap-sav-cim { margin: 0; font-weight: 700; }
.lap-sav-szov { margin: 0; font-size: .9rem; }
.lap-sav-act { display: flex; flex-wrap: wrap; gap: .45rem; }
body:has(.lap-sav) { padding-bottom: 8.5rem; }
@media (min-width: 800px) {
  .lap-sav-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

.stage-hero { margin: 0; border: 1px solid var(--line); background: var(--white); }
.stage-hero img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
figcaption { font-size: .82rem; color: var(--muted); margin: .4rem 0 0; }
.sku { margin: 0 0 .85rem; font-size: .95rem; color: var(--muted); }
.price-vat, .ship-line, .seller-line { margin: 0 0 .7rem; font-size: .9rem; color: var(--muted); }
.facts { list-style: none; margin: 0 0 1rem; padding: 0; }
.facts li { padding: .28rem 0 .28rem 1.05rem; position: relative; }
.facts li::before { content: "·"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.buy .gomb-lg, .buy .gomb-fo { width: 100%; }
.prose { max-width: 68ch; }
.spec { width: 100%; margin: 1.2rem 0 0; border-collapse: collapse; font-size: .95rem; }
.spec caption { caption-side: top; text-align: left; font-weight: 700; margin-bottom: .45rem; }
.spec th, .spec td { padding: .5rem .65rem; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.spec th { width: 34%; color: var(--muted); font-weight: 600; background: var(--paper); }
.spec td { background: var(--white); }
.packages { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
@media (min-width: 720px) { .packages { grid-template-columns: repeat(3, 1fr); } }
.pkg { border: 1px solid var(--line); padding: 1rem 1.1rem; background: var(--white); border-radius: var(--radius); display: flex; flex-direction: column; gap: .3rem; }
.pkg-mark { border-width: 2px; border-color: var(--accent); }
.pkg .total { color: var(--head); }
.detail { margin: 0 0 .5rem; font-size: .88rem; color: var(--muted); flex-grow: 1; }
.section-note { margin: -.2rem 0 1.2rem; color: var(--muted); }
.steps, .plain { padding-left: 1.3em; }
.steps li, .plain li { margin-bottom: .4rem; }
.hours { margin: 0 0 1.1rem; padding: .75rem .85rem; font-size: .9rem; background: var(--white); border: 1px solid var(--line); }
.linkrow { font-size: .92rem; }
.faq details { margin: 0 0 .5rem; border: 1px solid var(--line); background: var(--white); }
.faq summary { padding: .65rem .85rem; cursor: pointer; font-weight: 600; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq details > p { padding: 0 .85rem .85rem; margin: 0; }
.req { color: var(--accent); }
.copyright { font-size: .85rem; color: var(--muted); }
.header-place { order: 3; width: 100%; }
@media (min-width: 880px) {
  .header-place { order: 0; width: auto; }
}
.stage-hero img{aspect-ratio:16/10;}h1{max-width:18ch;}.faq details{border:0;border-bottom:1px solid var(--line);background:transparent;}

/* ==================================================================
   Kiegészítések: adatellenőrzés a köszönőoldalon, süti gomb, GYIK
   ================================================================== */

/* Lábléc: gomb, ami linkként néz ki (a korábbi href="#" helyett) */
.linkgomb {
  background: none; border: 0; padding: 0; font: inherit; color: inherit;
  cursor: pointer; text-decoration: underline; text-underline-offset: .15em;
}

/* Köszönőoldal — adatellenőrző blokk */
.adatcheck {
  background: #fff; border: 1px solid var(--vonal, #d9d5cc);
  border-left: 4px solid var(--kiemel, #3D4A3A);
  padding: 1.25rem 1.5rem; margin: 1.75rem 0; border-radius: 4px;
}
.adatcheck[hidden] { display: none; }
.adatcheck h2 { margin-top: 0; font-size: 1.2rem; }
.adatcheck-megj { font-size: .9375rem; color: #5d5a52; }
.adatlista { margin: 1.25rem 0; }
.adatsor {
  display: flex; flex-wrap: wrap; gap: .25rem 1rem;
  padding: .6rem 0; border-top: 1px solid var(--vonal, #e3ded4);
}
.adatsor[hidden] { display: none; }
.adatlista dt { flex: 0 0 9rem; font-size: .8125rem; color: #5d5a52; }
.adatlista dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.adatcheck-gombok { margin-top: .5rem; }
.adatcheck-apro { margin: 1rem 0 0; font-size: .8125rem; color: #5d5a52; }

/* GYIK */
.gyik details {
  background: #fff; border: 1px solid var(--vonal, #e3ded4);
  padding: .8rem 1rem; margin-bottom: .5rem; border-radius: 4px;
}
.gyik summary { cursor: pointer; font-weight: 600; }
.gyik details p { margin: .6rem 0 0; font-size: .9375rem; color: #4a4740; }

@media (max-width: 640px) {
  .adatlista dt { flex: 0 0 100%; }
  .adatcheck-gombok .gomb { width: 100%; text-align: center; }
}
