/* PDFkivonat — landing (→ docs/landing.md). A közös alap: site.css. */

.sec { padding-block: 88px; }
.sec-tight { padding-block: 56px; }
.sec-white { background: var(--surface); border-block: 1px solid var(--line-2); }
.sec-mint { background: linear-gradient(180deg, #f1f8f4 0%, #f7fbf9 100%); border-block: 1px solid #e3efe8; }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--brand-dark);
  background: var(--brand-lt); border-radius: 999px; padding: .3rem .75rem; margin-bottom: .85rem; }
/* A szekciócímek KÖZÉPRE igazítottak (a tulajdonos kérése, 2026-09-18) — a `.center` osztály
   emiatt már nem tesz hozzá semmit, de a jelöléseken nem kell végigmenni. */
.sec-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.sec-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.35rem); line-height: 1.15; margin: 0 0 .7rem; font-weight: 700; }
.sec-head p { color: var(--ink-2); font-size: 1.15rem; margin: 0 auto; max-width: 62ch; }

/* ---- Hero ---- */
/* „Nem túl vidám" (a tulajdonos, 2026-09-18): a fehér-zöld mellé halvány színfoltok kerültek — a hero mögé
   lágy menta+meleg folt, a szekciók váltakozó árnyalatai, és színes ikoncsempék a lépéseknél. */
.hero { padding-block: 64px 72px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto -10%; height: 640px; z-index: -1;
  background: radial-gradient(760px 320px at 78% 12%, rgba(28,124,84,.16), transparent 62%),
              radial-gradient(520px 300px at 8% 0%, rgba(242,176,70,.16), transparent 60%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); line-height: 1.05; font-weight: 700; margin: 0 0 1.1rem; letter-spacing: -.025em; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero .lead { font-size: 1.28rem; line-height: 1.55; color: var(--ink-2); max-width: 54ch; margin: 0 0 1.85rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.25rem; }
.hero-cta .b { padding: 1.1rem 1.8rem; font-size: 1.1rem; }
.hero-note { display: flex; flex-wrap: wrap; gap: .35rem 1.1rem; color: var(--muted); font-size: .98rem; padding: 0; margin: 0; list-style: none; }
.hero-note li::before { content: "✓"; color: var(--brand); font-weight: 700; margin-right: .4rem; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

/* Hero-illusztráció: letépett kivonat → ellenőrzött sorok. Tiszta HTML/CSS, valós formátumú (kitalált) adattal. */
.demo-visual { position: relative; display: grid; grid-template-columns: .82fr 1fr; gap: 18px; align-items: start; }
.paper { background: #fff; border: 1px solid var(--line); border-bottom: 0; padding: 18px 16px 26px; position: relative;
  box-shadow: 0 18px 40px rgba(20, 32, 46, .10); transform: rotate(-2deg); margin-top: 22px; font-size: .72rem; color: var(--ink-2); }
.paper::after { content: ""; position: absolute; left: -1px; right: -1px; bottom: -10px; height: 12px;
  background: linear-gradient(135deg, #fff 50%, transparent 50%) 0 0 / 14px 12px repeat-x,
              linear-gradient(225deg, #fff 50%, transparent 50%) 0 0 / 14px 12px repeat-x; }
.paper-bank { font-weight: 700; color: var(--ink); font-size: .8rem; margin-bottom: 2px; }
.paper-meta { color: var(--muted); margin-bottom: 10px; }
.paper-row { display: flex; justify-content: space-between; gap: 8px; padding: 5px 0; border-top: 1px dashed #e5e9e7; font-variant-numeric: tabular-nums; }
.paper-row span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.paper-row span:last-child, .paper-bal span:last-child { white-space: nowrap; flex: none; }
.paper-bal { margin-top: 8px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; font-variant-numeric: tabular-nums; }
.sheet { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 40px rgba(20, 32, 46, .12); overflow: hidden; }
.sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border-bottom: 1px solid var(--line-2); background: #fbfcfb; }
.sheet-title { font-weight: 600; font-size: .82rem; }
.chip { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 600; padding: .25rem .55rem; border-radius: 999px; white-space: nowrap; }
.chip-ok { background: var(--brand-lt); color: var(--brand-dark); }
.chip-warn { background: var(--warn-lt); color: var(--warn); }
.chip-muted { background: #eef1f0; color: var(--muted); }
.sheet table { width: 100%; border-collapse: collapse; font-size: .76rem; font-variant-numeric: tabular-nums; }
.sheet td { padding: 7px 12px; border-bottom: 1px solid var(--line-2); white-space: nowrap; }
.sheet td.amt { text-align: right; font-weight: 600; }
.sheet .cr { color: var(--credit); }
.sheet .db { color: var(--debit); }
.sheet tr.bad td { background: #fdecea; }
.sheet tr.bad td:first-child { box-shadow: inset 3px 0 0 var(--debit); }
.sheet-foot { display: flex; justify-content: space-between; gap: 8px; padding: 9px 12px; font-size: .74rem; color: var(--muted); background: #fbfcfb; }
.sheet-foot b { color: var(--ink); }
.visual-arrow { position: absolute; left: 41%; top: 44%; width: 38px; height: 38px; border-radius: 50%; background: var(--brand); color: #fff;
  display: grid; place-items: center; font-weight: 700; box-shadow: 0 6px 16px rgba(28, 124, 84, .35); z-index: 2; }
@media (max-width: 560px) { .demo-visual { grid-template-columns: 1fr; } .paper { display: none; } .visual-arrow { display: none; } }

/* ---- Tények sáv ---- */
.facts { background: linear-gradient(135deg, #1c7c54 0%, #17694a 55%, #145c3e 100%); color: #e4f2ea; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.fact { padding: 32px 28px; border-left: 1px solid rgba(255, 255, 255, .16); }
.fact:first-child { border-left: 0; }
.fact-ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; margin-bottom: 14px;
  background: rgba(255, 255, 255, .16); color: #fff; }
.fact-ic svg { width: 22px; height: 22px; }
.fact b { display: block; color: #fff; font-size: 1.22rem; margin-bottom: .3rem; }
.fact span { font-size: 1rem; color: #cfe6da; }
@media (max-width: 860px) { .facts-grid { grid-template-columns: 1fr; } .fact { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .fact:first-child { border-top: 0; } }

/* ---- Lépések ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; list-style: none; padding: 0; margin: 0; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; position: relative;
  transition: box-shadow .15s, transform .15s; }
.step:hover { box-shadow: 0 12px 28px rgba(20, 32, 46, .08); transform: translateY(-2px); }
.step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.step-ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; flex: none; }
.step-ic svg { width: 22px; height: 22px; }
.step-1 .step-ic { background: #e8f3ee; color: #1c7c54; }
.step-2 .step-ic { background: #e7f0fb; color: #1b5faa; }
.step-3 .step-ic { background: #fdf1de; color: #a15c07; }
.step-4 .step-ic { background: #f0ecfb; color: #5b45a8; }
.step h3 { font-size: 1.12rem; margin: 0; }
.step p { margin: 0; color: var(--ink-2); font-size: 1.02rem; }
.step .time { display: inline-block; margin-top: .75rem; font-size: .8rem; color: var(--muted); }
@media (max-width: 960px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

.band { background: var(--brand-dark); color: #e6f3ec; padding-block: 22px; text-align: center; font-size: 1.05rem; }
.band b { color: #fff; }

/* ---- Kipróbálás ---- */
.try { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 920px; margin: 0 auto; }
.try-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px; box-shadow: 0 10px 30px rgba(20, 32, 46, .06); }
.consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .92rem; color: var(--ink-2); margin-bottom: 14px; cursor: pointer; }
.consent input { margin-top: .3rem; width: 18px; height: 18px; accent-color: var(--brand); flex: none; }
.drop { display: grid; place-items: center; text-align: center; border: 2px dashed #c6d2cd; border-radius: 12px; padding: 40px 16px; cursor: pointer;
  background: #fbfcfb; transition: border-color .15s, background .15s; }
.drop:hover, .drop.dragging { border-color: var(--brand); background: var(--brand-lt); }
.drop.disabled { opacity: .55; cursor: not-allowed; }
.drop-title { font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.drop-hint { color: var(--muted); font-size: .88rem; margin-top: .3rem; }
.try-limits { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1rem; color: var(--muted); font-size: .85rem; margin-top: 12px; }
.progress-line { height: 6px; background: #e8eeeb; border-radius: 99px; overflow: hidden; margin: 14px auto 8px; max-width: 360px; }
.progress-line div { height: 100%; background: var(--brand); width: 10%; transition: width .6s ease; }
.try-status { text-align: center; padding: 28px 8px; }
.try-status .title { font-weight: 600; font-size: 1.05rem; }
.try-status .sub { color: var(--muted); font-size: .92rem; }
.alert-box { border-radius: 10px; padding: 14px 16px; font-size: .95rem; }
.alert-warn { background: var(--warn-lt); color: #6b3d05; border: 1px solid #f1d7ad; }
.alert-ok { background: var(--brand-lt); color: #0f4a31; border: 1px solid #bfe1cf; }
.alert-muted { background: #f0f3f2; color: var(--ink-2); border: 1px solid var(--line); }
.result-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: .5rem 1rem; margin-bottom: 12px; }
.result-head h3 { margin: 0; font-size: 1.15rem; }
.result-meta { color: var(--muted); font-size: .9rem; }
.result-stats { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 14px; }
.stat { background: #f3f6f5; border-radius: 8px; padding: 8px 12px; font-size: .85rem; color: var(--muted); }
.stat b { display: block; color: var(--ink); font-size: 1rem; font-variant-numeric: tabular-nums; }
.result-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.result-table table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 560px; font-variant-numeric: tabular-nums; }
.result-table th { text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); background: #f7f9f8; padding: 8px 12px; border-bottom: 1px solid var(--line); }
.result-table td { padding: 8px 12px; border-bottom: 1px solid var(--line-2); vertical-align: top; }
.result-table td.amt { text-align: right; font-weight: 600; white-space: nowrap; }
.result-table td.date { white-space: nowrap; color: var(--ink-2); }
.result-table .cr { color: var(--credit); } .result-table .db { color: var(--debit); }
.result-table tr.bad td { background: #fdecea; }
.result-table .ref { color: var(--muted); font-size: .8rem; }
.locked { position: relative; }
.locked td { filter: blur(4px); user-select: none; }
.locked-overlay { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.9) 60%); }
.locked-overlay span { background: var(--ink); color: #fff; font-weight: 600; font-size: .88rem; padding: .45rem .8rem; border-radius: 99px; }
.result-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-2); }
.result-cta p { margin: 0; color: var(--ink-2); max-width: 52ch; }

/* ---- Összevetés ---- */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; }
.compare th, .compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line-2); vertical-align: top; font-size: 1.03rem; }
.compare thead th { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); background: #f7f9f8; }
.compare thead th.us { color: var(--brand-dark); background: var(--brand-lt); }
.compare td.us { background: #f6fbf8; font-weight: 500; }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { font-weight: 600; width: 26%; }
.compare .no { color: var(--muted); }

/* ---- Programok ---- */
.formats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
@media (max-width: 1100px) { .formats { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .formats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .formats { grid-template-columns: 1fr; } }
.format { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: flex; flex-direction: column; gap: .35rem; }
.format h3 { font-size: 1.02rem; margin: 0; }
.format p { margin: 0; color: var(--ink-2); font-size: .98rem; }
.format .status { margin-top: auto; padding-top: .5rem; display: flex; }
.format-ask { border-style: dashed; background: transparent; }

/* ---- Árak ---- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
@media (max-width: 1000px) { .plans { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .plans { grid-template-columns: 1fr; } }
.plan { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; }
.plan-pop { border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand), 0 14px 34px rgba(28, 124, 84, .12); position: relative; }
.plan-pop .tag { position: absolute; top: -11px; left: 22px; background: var(--brand); color: #fff; font-size: .72rem; font-weight: 600; padding: .2rem .55rem; border-radius: 99px; }
.plan h3 { margin: 0 0 .6rem; font-size: 1.15rem; }
.plan .price { font-size: 2.05rem; font-weight: 700; line-height: 1.1; font-variant-numeric: tabular-nums; }
.plan .price span { font-size: .9rem; font-weight: 400; color: var(--muted); }
.plan .gross { color: var(--muted); font-size: .85rem; min-height: 1.3em; margin-bottom: 1rem; }
.plan ul { list-style: none; padding: 0; margin: 0 0 1.35rem; display: grid; gap: .5rem; font-size: 1.02rem; }
.plan li::before { content: "✓"; color: var(--brand); font-weight: 700; margin-right: .5rem; }
.plan .b { margin-top: auto; width: 100%; }
.plan-notes { margin-top: 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px 24px; color: var(--ink-2); font-size: .98rem; }
.plan-terms { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .95rem; max-width: 78ch; }

/* ---- Kipróbált bankok ---- */
/* Szűkebb sáv, mint a szekció (a tulajdonos kérése, 2026-09-18): így a 12 bank KÉT kiegyensúlyozott
   sorba tördelődik (6 + 6), nem 11 + 1-be. A 740 px MÉRT érték: az első hat címke 701 px, a második
   hat 722 px — a hetedik (843 px) már nem fér az első sorba. Bank hozzáadásakor ÚJRA KELL MÉRNI. */
.banks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 740px; margin-inline: auto; }
.bank { display: inline-flex; align-items: center; gap: .5rem; background: var(--surface); border: 1px solid var(--line);
  border-radius: 999px; padding: .5rem 1rem .5rem .6rem; font-weight: 600; font-size: 1rem; }
.bank i { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-style: normal;
  font-size: .8rem; font-weight: 700; color: #fff; }
.banks-note { color: var(--muted); font-size: .95rem; margin-top: 14px; }
.plan-notes b { color: var(--ink); }

/* ---- Biztonság ---- */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 960px) { .trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .trust { grid-template-columns: 1fr; } }
.trust div { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.trust b { display: block; margin-bottom: .3rem; }
.trust span { color: var(--ink-2); font-size: 1rem; }

/* ---- GYIK ---- */
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 10px; }
.faq-group { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-weight: 600; margin: 18px 0 2px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; }
.faq summary { cursor: pointer; list-style: none; padding: 17px 46px 17px 20px; font-weight: 600; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 18px; top: 11px; font-size: 1.4rem; color: var(--brand); font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details > div { padding: 0 18px 16px; color: var(--ink-2); }
.faq details > div p { margin: 0 0 .6rem; }
.faq details > div p:last-child { margin: 0; }

/* ---- Záró CTA ---- */
.final { background: var(--ink); color: #dfe7ec; text-align: center; }
.final h2 { color: #fff; font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin: 0 0 .75rem; }
.final p { color: #aebbc6; margin: 0 auto 1.5rem; max-width: 56ch; }
.final .hero-cta { justify-content: center; margin-bottom: 0; }
.final .b-ghost { background: transparent; color: #fff !important; border-color: #3b4b5b; }

@media (prefers-reduced-motion: reduce) { .progress-line div { transition: none; } }
