/* Karesz landing – Thermo '93
   Ariston-ihletésű piros–fehér keret, meleg bézs enteriőr, Chloé kék overálja csak a képeken. */

:root {
  --red: #C41230;
  --red-dark: #A00E27;
  --red-tint: #FBEDEF;
  --ink: #333333;
  --ink-soft: #5C5C5C;
  --line: #E4E4E4;
  --grey: #F7F7F7;
  --beige: #F4E8DA;
  --beige-soft: #FAF4EC;
  --white: #FFFFFF;
  --radius: 4px;
  --radius-card: 8px;
  --wrap: 1180px;
  --font-head: "Montserrat", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); }
h1, h2, h3 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1em; }
.k { color: var(--red); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
section { padding: 88px 0; }
.eyebrow {
  font-family: var(--font-head);
  font-size: .78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--red);
  margin-bottom: 14px;
  display: block;
}
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 640px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.note { font-size: .88rem; color: var(--ink-soft); }

/* Kitöltendő adatok – élesítés előtt mind cserélendő */
.tbd {
  background: #FFF6CC;
  outline: 1.5px dashed #D9A400;
  outline-offset: 1px;
  color: inherit;
  padding: 0 4px;
  border-radius: 2px;
}

/* ---------- Gombok ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  padding: 15px 26px;
  border-radius: var(--radius);
  border: 2px solid var(--red);
  text-decoration: none;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  line-height: 1.2;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-secondary { background: var(--white); color: var(--red); }
.btn-secondary:hover { background: var(--red-tint); }
.btn-inverse { background: var(--white); color: var(--red); border-color: var(--white); }
.btn-inverse:hover { background: var(--red-tint); }
.btn-ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.8); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.center .btn-row { justify-content: center; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- Fejléc ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 72px; }
.logo { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; color: var(--ink); text-decoration: none; letter-spacing: -.02em; }
.logo span { color: var(--red); }
.nav { display: flex; gap: 24px; margin-left: auto; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem; }
.nav a:hover { color: var(--red); }
.header-phone { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .95rem; white-space: nowrap; display: flex; align-items: center; gap: 6px; }
.header-phone svg { width: 16px; height: 16px; color: var(--red); }
.site-header .btn { padding: 11px 18px; font-size: .92rem; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--beige-soft) 0%, var(--beige) 100%); padding: 56px 0 0; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.02fr 1fr; gap: 48px; align-items: end; }
.hero-copy { padding-bottom: 72px; align-self: center; }
.hero-copy p.lead { color: var(--ink); }
.hero-copy .small { font-size: .95rem; color: var(--ink-soft); margin-top: -4px; }
.hero-media { position: relative; align-self: end; }
.hero-media img { border-radius: var(--radius-card) var(--radius-card) 0 0; box-shadow: 0 -2px 40px rgba(120,80,40,.12); }
.bubble {
  position: absolute; left: -18px; top: 26px;
  background: var(--white); color: var(--ink);
  font-family: var(--font-head); font-weight: 700; font-size: .92rem;
  padding: 10px 14px; border-radius: 14px 14px 14px 2px;
  box-shadow: 0 6px 20px rgba(0,0,0,.10);
  max-width: 220px;
}
.bubble b { color: var(--red); }
.trust {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.trust ul { list-style: none; margin: 0 auto; padding: 18px 20px; max-width: var(--wrap); display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 40px; }
.trust li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.trust svg { width: 22px; height: 22px; color: var(--red); flex: none; }

/* ---------- Ikonkártyák ---------- */
.ico {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--red); color: var(--white);
  display: grid; place-items: center; margin-bottom: 18px; flex: none;
}
.ico svg { width: 28px; height: 28px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-card); padding: 30px 28px;
}
.card p { color: var(--ink-soft); margin: 0; }
.closing-line {
  margin: 44px auto 0; max-width: 720px;
  text-align: center; font-weight: 600;
  padding-top: 28px; border-top: 1px solid var(--line);
}

/* ---------- Piros szekciók ---------- */
.red { background: var(--red); color: var(--white); }
.red h2, .red h3 { color: var(--white); }
.red .eyebrow { color: rgba(255,255,255,.8); }
.red .lead { color: rgba(255,255,255,.9); }

.feature-card {
  background: var(--white); color: var(--ink);
  border-radius: var(--radius-card);
  display: grid; grid-template-columns: 0.9fr 1.1fr; overflow: hidden;
  margin-top: 44px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.feature-card .media { background: #EFEFEF; display: grid; place-items: center; padding: 20px; }
.feature-card .media img { max-height: 520px; width: auto; }
.feature-card .body { padding: 44px 44px 40px; }
.feature-card .body h3 { color: var(--ink); }
.benefits { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 28px; }
.benefits li { display: flex; gap: 14px; }
.benefits .ico { width: 44px; height: 44px; margin: 0; }
.benefits .ico svg { width: 22px; height: 22px; }
.benefits strong { display: block; font-family: var(--font-head); font-size: 1rem; margin-bottom: 2px; }
.benefits span { font-size: .93rem; color: var(--ink-soft); line-height: 1.5; display: block; }
.feature-card .note { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }

/* ---------- Műszaki ---------- */
.grey { background: var(--grey); }
.tech-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 48px; margin-top: 44px; align-items: start; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 20px 20px 18px; }
.stat b { display: block; font-family: var(--font-head); font-size: 1.75rem; font-weight: 800; color: var(--red); line-height: 1.1; font-variant-numeric: tabular-nums; }
.stat small { display: block; font-size: .85rem; color: var(--ink-soft); margin-top: 4px; line-height: 1.4; }
.spec { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; font-size: .95rem; }
.spec th, .spec td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { font-weight: 500; color: var(--ink-soft); width: 55%; }
.spec td { font-weight: 600; font-variant-numeric: tabular-nums; }
.spec tr:nth-child(even) { background: #FBFBFB; }
.spec tr.moustache th, .spec tr.moustache td { color: var(--red); font-style: italic; border-bottom: 0; }
.source { font-size: .82rem; color: var(--ink-soft); margin-top: 12px; }

/* ---------- Méretezés ---------- */
.sizer { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; margin-top: 40px; align-items: start; }
.sizer-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 30px; }
.q { border: 0; padding: 0; margin: 0 0 26px; }
.q legend { font-family: var(--font-head); font-weight: 700; margin-bottom: 12px; padding: 0; }
.q legend .num { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--red); color: #fff; font-size: .8rem; margin-right: 8px; }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opts label { cursor: pointer; }
.opts input { position: absolute; opacity: 0; pointer-events: none; }
.opts span {
  display: inline-block; padding: 10px 16px;
  border: 1.5px solid var(--line); border-radius: var(--radius);
  font-weight: 600; font-size: .93rem; background: var(--white);
  transition: border-color .15s, background .15s;
}
.opts label:hover span { border-color: var(--red); }
.opts input:checked + span { border-color: var(--red); background: var(--red-tint); color: var(--red-dark); }
.opts input:focus-visible + span { outline: 2px solid var(--red); outline-offset: 2px; }
.result {
  border-radius: var(--radius-card); padding: 28px;
  background: var(--beige-soft); border: 1px solid #EADBC8;
  position: sticky; top: 96px;
}
.result h3 { margin-bottom: 8px; }
.result .verdict { font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; margin: 0 0 10px; line-height: 1.25; }
.result .verdict.ok { color: #1F7A3E; }
.result .verdict.check { color: #9A6100; }
.result .verdict.no { color: var(--red); }
.result ul { margin: 0 0 16px; padding-left: 20px; color: var(--ink-soft); font-size: .95rem; }
.result .fine { font-size: .82rem; color: var(--ink-soft); margin: 14px 0 0; }

/* ---------- Kép + szöveg ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.rev .split-media { order: 2; }
.split-media img { border-radius: var(--radius-card); width: 100%; }
.beige { background: var(--beige); }
.ticks { list-style: none; padding: 0; margin: 20px 0 0; }
.ticks li { position: relative; padding-left: 34px; margin-bottom: 12px; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 3px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E") center/14px no-repeat;
}
.callout { background: var(--white); border-left: 4px solid var(--red); padding: 16px 20px; border-radius: 0 var(--radius) var(--radius) 0; margin-top: 22px; font-size: .95rem; }

/* ---------- Ajánlat ---------- */
.offer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.offer-media img { border-radius: var(--radius-card); }
.offer-card { background: var(--white); color: var(--ink); border-radius: var(--radius-card); padding: 36px; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.offer-card h3 { color: var(--ink); font-size: 1.3rem; margin-bottom: 4px; }
.offer-card .sku { font-size: .88rem; color: var(--ink-soft); margin: 0 0 18px; }
.price { font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; color: var(--red); line-height: 1; margin: 0 0 4px; font-variant-numeric: tabular-nums; }
.price-note { font-size: .88rem; color: var(--ink-soft); margin-bottom: 20px; }
.offer-rows { list-style: none; padding: 0; margin: 0 0 8px; border-top: 1px solid var(--line); }
.offer-rows li { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.offer-rows li span:first-child { color: var(--ink-soft); }
.offer-rows li span:last-child { font-weight: 600; text-align: right; }
.inbox { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 18px; font-size: .9rem; }
.inbox h4 { font-family: var(--font-head); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 6px; }
.inbox ul { margin: 0; padding-left: 18px; color: var(--ink-soft); }
.offer-card .btn-row { margin-top: 24px; }

/* ---------- Szakértő ---------- */
.expert-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0 6px; }
.expert-facts div { border-top: 3px solid var(--red); padding-top: 10px; }
.expert-facts b { font-family: var(--font-head); font-size: 1.5rem; display: block; line-height: 1.1; }
.expert-facts small { color: var(--ink-soft); font-size: .85rem; }
.quote { font-style: italic; color: var(--ink-soft); border-left: 3px solid var(--line); padding-left: 16px; margin: 22px 0 0; }
.quote cite { display: block; font-style: normal; font-weight: 600; color: var(--ink); margin-top: 6px; font-size: .92rem; }

/* ---------- Beépíthetőség ---------- */
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.check-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 16px 18px; }
.check-item strong { display: block; font-family: var(--font-head); font-size: .98rem; margin-bottom: 2px; }
.check-item span { font-size: .9rem; color: var(--ink-soft); }

/* ---------- Garancia ---------- */
.guarantee { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.guarantee .card { display: flex; gap: 16px; padding: 24px; }
.guarantee .ico { width: 44px; height: 44px; margin: 0; }
.guarantee .ico svg { width: 22px; height: 22px; }
.guarantee h3 { font-size: 1rem; margin-bottom: 4px; }
.guarantee p { font-size: .92rem; }

/* ---------- GYIK ---------- */
.faq-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: start; }
.faq-side img { width: 200px; margin-top: 18px; border-radius: var(--radius-card); }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 20px 0; font-family: var(--font-head); font-weight: 700; font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none;
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid var(--red); color: var(--red);
  display: grid; place-items: center; font-size: 1.2rem; line-height: 1;
  transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(45deg); background: var(--red); color: #fff; }
.faq summary:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.faq .answer { padding: 0 48px 20px 0; color: var(--ink-soft); }

/* ---------- Záró CTA ---------- */
.finale { padding: 0; overflow: hidden; }
.finale .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
.finale-copy { padding: 88px 0; align-self: center; }
.finale-copy h2 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.finale-media img { border-radius: var(--radius-card) var(--radius-card) 0 0; margin-top: 48px; }

/* ---------- Segítségkérés ---------- */
.help { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.contact-lines { list-style: none; padding: 0; margin: 24px 0 0; }
.contact-lines li { margin-bottom: 14px; display: flex; gap: 12px; align-items: center; }
.contact-lines a { color: var(--ink); font-weight: 700; text-decoration: none; font-size: 1.1rem; }
.contact-lines a:hover { color: var(--red); }
.contact-lines .ico { width: 40px; height: 40px; margin: 0; }
.contact-lines .ico svg { width: 20px; height: 20px; }
form.lead-form { background: var(--grey); border-radius: var(--radius-card); padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .9rem; }
.field input, .field select, .field textarea {
  font: inherit; font-size: .98rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid #D5D5D5; border-radius: var(--radius); background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(196,18,48,.15); }
.field textarea { min-height: 110px; resize: vertical; }
.consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--ink-soft); }
.consent input { margin-top: 4px; accent-color: var(--red); }
.form-msg { grid-column: 1 / -1; margin: 0; font-weight: 600; color: #1F7A3E; }

/* ---------- Lábléc ---------- */
.site-footer { background: #2B2B2B; color: #CFCFCF; padding: 56px 0 40px; font-size: .92rem; }
.site-footer .wrap { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.site-footer .logo { color: #fff; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer h4 { color: #fff; font-family: var(--font-head); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.legal { grid-column: 1 / -1; border-top: 1px solid #444; padding-top: 22px; font-size: .8rem; color: #9A9A9A; }

/* ---------- Mobil ragadós sáv ---------- */
.sticky-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: #fff; border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  transform: translateY(110%); transition: transform .25s;
}
.sticky-cta.show { transform: none; }
.sticky-cta .btn { flex: 1; padding: 13px 14px; }
.sticky-cta .btn-secondary { flex: 0 0 auto; }

/* ---------- Reszponzív ---------- */
@media (max-width: 1020px) {
  .nav { display: none; }
  .site-header .wrap { justify-content: space-between; }
  .header-phone { margin-left: auto; }
  .hero .wrap, .split, .offer, .finale .wrap, .help, .faq-wrap, .sizer, .tech-grid { grid-template-columns: 1fr; gap: 36px; }
  .split.rev .split-media { order: 0; }
  .hero-copy { padding-bottom: 0; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-card .media img { max-height: 360px; }
  .cards-3, .guarantee { grid-template-columns: 1fr 1fr; }
  .result { position: static; }
  .faq-side img { display: none; }
  .finale-copy { padding: 64px 0 0; }
  .finale-media img { margin-top: 0; }
  .site-footer .wrap { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  section { padding: 64px 0; }
  .wrap { padding: 0 16px; }
  .site-header .wrap { height: 62px; gap: 12px; }
  .site-header .btn { display: none; }
  .header-phone { font-size: .9rem; }
  .hero { padding-top: 36px; }
  .bubble { left: 10px; top: 12px; font-size: .82rem; }
  .btn-row .btn { width: 100%; }
  .cards-3, .guarantee, .benefits, .checklist, .inbox, form.lead-form { grid-template-columns: 1fr; }
  .expert-facts { grid-template-columns: 1fr 1fr 1fr; }
  .expert-facts b { font-size: 1.2rem; }
  .feature-card .body, .offer-card, .sizer-form, form.lead-form { padding: 24px 20px; }
  .spec th, .spec td { padding: 10px 12px; }
  .faq .answer { padding-right: 0; }
  .site-footer { padding-bottom: 100px; }
  .site-footer .wrap { grid-template-columns: 1fr; }
  .sticky-cta { display: flex; }
  .trust ul { justify-content: flex-start; gap: 10px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ===== Átdolgozás: ár, gyári fotó, ellenőrzőlap, olvashatóság ===== */
picture { display: block; }
body { font-size: 18px; }
.card p, .guarantee p { font-size: 1rem; }
.benefits span { font-size: 1rem; }
.check-item span { font-size: .95rem; }
.eyebrow { font-size: .82rem; font-weight: 800; color: var(--red-dark); }
.red .eyebrow { color: #fff; opacity: 1; }
#problem-title { margin-bottom: .4em; }
section[aria-labelledby="problem-title"] { padding-bottom: 56px; }
.closing-line { margin-top: 28px; padding-top: 20px; }
.faq-side h2 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }

/* hero ár */
.hero-price { margin: 18px 0 0; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.hero-price b { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--red); font-variant-numeric: tabular-nums; }
.hero-price span { color: var(--ink-soft); font-weight: 600; font-size: .95rem; }

/* ajánlat: domináns ár */
.offer-card .price { font-size: clamp(2.8rem, 6vw, 3.8rem); margin: 6px 0 6px; }
.offer-rows .ok { color: #1F7A3E; }

/* gyári fotó */
.real-photo { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 24px; }
.real-photo-media { position: relative; display: flex; justify-content: center; }
.real-photo-media > picture:first-child img { max-height: 460px; width: auto; }
.real-photo-media .label, .real-photo-media picture:last-child img.label { position: absolute; right: 0; bottom: 0; width: 92px; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 4px 14px rgba(0,0,0,.12); background: #fff; }
.real-photo figcaption { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .95rem; color: var(--ink-soft); }
.real-photo figcaption strong { color: var(--ink); display: block; font-family: var(--font-head); margin-bottom: 2px; }
.real-photo.inline { padding: 0; overflow: hidden; }
.real-photo.inline img { width: 100%; border-radius: 0; }
.real-photo.inline figcaption { margin: 0; padding: 12px 16px; border-top: 0; font-size: .88rem; }
.tech-grid { grid-template-columns: .8fr 1.2fr; }
.tech-grid .spec { margin-top: 18px; }

/* ellenőrzőlap a szakértői szekcióban */
.docsheet { background: #fff; border: 1px solid var(--line); border-top: 6px solid var(--red); border-radius: var(--radius-card); box-shadow: 0 18px 40px rgba(0,0,0,.08); padding: 28px 30px; }
.docsheet-head { display: flex; justify-content: space-between; gap: 12px; font-family: var(--font-head); font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.docsheet ol { list-style: none; counter-reset: d; margin: 0; padding: 0; }
.docsheet li { counter-increment: d; display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 14px 0; border-bottom: 1px dashed #D5D5D5; }
.docsheet li::before { content: counter(d, decimal-leading-zero); grid-row: span 2; font-family: var(--font-head); font-weight: 800; color: var(--red); }
.docsheet li b { font-family: var(--font-head); }
.docsheet li span { color: var(--ink-soft); font-size: .95rem; }
.docsheet-foot { margin-top: 16px; font-weight: 700; font-size: .92rem; display: flex; align-items: center; gap: 8px; }
.docsheet-foot::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--red); color: #fff; font-size: .8rem; }

@media (max-width: 1020px) {
  .tech-grid { grid-template-columns: 1fr; }
  .real-photo-media > picture:first-child img { max-height: 380px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .real-photo-media .label, .real-photo-media picture:last-child img.label { width: 70px; }
  .docsheet { padding: 22px 18px; }
}
.offer-card .btn-row .btn { flex: 1 1 220px; }
.hero-price s, .price-old s { color: var(--ink-soft); font-weight: 600; }
.price-old { margin: 4px 0 0; font-size: 1.1rem; }
.price-old span { background: var(--red); color: #fff; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 2px 8px; border-radius: 3px; margin-left: 6px; }
@media (max-width: 680px) {
  .stat b { font-size: 1.3rem; }
  .split.rev .split-media { order: 2; }
}

/* ===== Két Karesz: kombi és fűtő ===== */
.models { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.model-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 26px; align-items: start; }
.model-media img { width: 150px; }
.model-tag { display: inline-block; background: var(--red-tint); color: var(--red-dark); font-family: var(--font-head); font-weight: 800; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; padding: 4px 10px; border-radius: 3px; margin-bottom: 10px; }
.model-card h3 { font-size: 1.4rem; margin-bottom: 2px; }
.model-card .sku { font-size: .88rem; color: var(--ink-soft); margin: 0 0 6px; }
.model-card .ticks { margin-top: 12px; }
.model-card .ticks li { font-size: .98rem; margin-bottom: 8px; }
.model-who { font-size: .95rem; color: var(--ink-soft); background: var(--grey); padding: 10px 12px; border-radius: 4px; }
.model-price { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; color: var(--red); margin: 14px 0 0; line-height: 1.1; font-variant-numeric: tabular-nums; }
.model-price s, .price s { font-size: .55em; color: var(--ink-soft); font-weight: 600; display: block; }
.model-stock { font-size: .9rem; font-weight: 600; color: var(--ink-soft); margin: 4px 0 0; }
.model-stock.ok { color: #1F7A3E; }
.model-card .btn-row { margin-top: 16px; }

.offer-models { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.offer-model { border: 1px solid var(--line); border-radius: var(--radius-card); padding: 18px; display: flex; flex-direction: column; }
.offer-model h3 { font-size: 1.1rem; }
.offer-model .sku { margin: 0 0 8px; }
.offer-model .price { font-size: clamp(1.8rem, 3.2vw, 2.4rem); margin: 0; }
.offer-model .btn { margin-top: 14px; padding: 12px 16px; }
.offer-card > .price-note { margin: 12px 0 14px; }

.spec-2 thead th { background: var(--ink); color: #fff; font-family: var(--font-head); font-size: .9rem; line-height: 1.25; }
.spec-2 thead th small { font-weight: 500; opacity: .8; font-size: .78rem; }
.spec-2 th[scope="row"] { width: 38%; }
.spec-2 td.both { text-align: center; }

@media (max-width: 1020px) {
  .models { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .model-card { grid-template-columns: 90px 1fr; gap: 14px; padding: 18px; }
  .model-media img { width: 90px; }
  .offer-models { grid-template-columns: 1fr; }
  .spec-2 { font-size: .85rem; }
  .spec-2 th[scope="row"] { width: 34%; }
}
.spec-2 { table-layout: fixed; }
.spec-2 th[scope="row"] { width: 36%; }
.spec-2 thead th:not(:first-child) { width: 32%; }
@media (max-width: 680px) { .spec-2 th[scope="row"] { width: 34%; } .spec-2 thead th:not(:first-child) { width: 33%; } .spec-2 th, .spec-2 td { padding: 9px 8px; word-break: break-word; } }
.labels { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.labels figure { margin: 0; text-align: center; }
.labels img { width: 100%; max-width: 130px; margin: 0 auto; border: 1px solid var(--line); border-radius: 4px; transition: transform .15s; }
.labels a:hover img { transform: scale(1.03); }
.labels figcaption { font-size: .8rem; color: var(--ink-soft); margin-top: 6px; font-weight: 600; }
