/* ==========================================================
   NYERS IGAZSÁG — ajánlati / pénztár oldal
   Kéthasábos: balra a fizetés, jobbra sticky összefoglaló.
   Referencia: ThriveCart 7/5 layout, de tisztább hierarchiával.
   ========================================================== */

:root {
  --a-ej: #14100D;
  --a-lap: #1B1613;
  --a-lap-vilagos: #221C18;
  --a-rez: #C8873F;
  --a-rez-vilagos: #E5A758;
  --a-krem: #F2EBE0;
  --a-tompa: #9D8F7C;
  --a-halk: #7E7264;
  --a-vonal: rgba(242, 235, 224, .11);
  --a-vonal-eros: rgba(242, 235, 224, .2);
  --a-serif: "Bitter", Georgia, "Times New Roman", serif;
  --a-sans: "Poppins", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

body.ajanlat-oldal {
  margin: 0;
  background: var(--a-ej);
  color: var(--a-krem);
  font-family: var(--a-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.ajanlat-oldal * { box-sizing: border-box; }

/* ---------- Fejléc ---------- */
.a-fejlec {
  background: #100D0B;
  border-bottom: 1px solid var(--a-vonal);
}
.a-fejlec-belso {
  max-width: 1180px;
  margin: 0 auto;
  padding: 13px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.a-logo { height: 34px; display: block; }
.a-fejlec-jelek {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--a-tompa);
}
.a-jel-oszto { width: 1px; height: 12px; background: var(--a-vonal-eros); }
.a-jel-zar::before {
  content: "";
  display: inline-block;
  width: 9px; height: 11px;
  margin-right: 7px;
  vertical-align: -1px;
  border: 1.5px solid var(--a-rez);
  border-radius: 2px 2px 3px 3px;
  border-top-width: 5px;
  border-top-color: transparent;
  box-shadow: inset 0 3px 0 -1.5px var(--a-rez);
}

/* ---------- Hero ---------- */
.a-hero {
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(200, 135, 63, .14) 0%, rgba(200, 135, 63, 0) 62%),
    #100D0B;
  border-bottom: 1px solid var(--a-vonal);
  text-align: center;
}
.a-hero-belso {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 26px 34px;
}
.a-hero-kicker {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--a-rez);
  margin-bottom: 14px;
}
.a-hero-cim {
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: clamp(34px, 6.4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 0 0 14px;
  color: #fff;
}
.a-hero-alcim {
  font-size: clamp(15.5px, 2.1vw, 18px);
  line-height: 1.55;
  color: var(--a-tompa);
  max-width: 580px;
  margin: 0 auto 20px;
}
.a-hero-alcim strong { color: var(--a-krem); font-weight: 600; }
.a-hero-utasitas {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--a-rez-vilagos);
  border-top: 1px solid var(--a-vonal-eros);
  padding-top: 14px;
}

/* ---------- Fő rács: 7/5 ---------- */
.a-racs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 26px 90px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 30px;
  align-items: start;
}

/* ---------- Lépésindikátor ---------- */
.a-lepesek {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 0 4px;
}
.a-lepes {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}
.a-lepes-szam {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11.5px;
  font-weight: 700;
  border: 1.5px solid var(--a-vonal-eros);
  color: var(--a-halk);
  flex: 0 0 auto;
}
.a-lepes-szoveg {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--a-halk);
  white-space: nowrap;
}
.a-lepes.aktiv .a-lepes-szam {
  background: var(--a-rez);
  border-color: var(--a-rez);
  color: #14100D;
}
.a-lepes.aktiv .a-lepes-szoveg { color: var(--a-krem); }
.a-lepes-vonal {
  flex: 1 1 auto;
  height: 1px;
  background: var(--a-vonal-eros);
  min-width: 12px;
}

/* ---------- Panel (kártya) ---------- */
.a-panel {
  background: var(--a-lap);
  border: 1px solid var(--a-vonal);
  border-radius: 10px;
  padding: 26px 28px;
  margin-bottom: 20px;
}
.a-panel-cim {
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #fff;
  margin: 0 0 20px;
}

/* Fizetés panel — arany keret, ez a lap főszereplője */
.a-panel-fizetes {
  border-color: rgba(200, 135, 63, .38);
  box-shadow: 0 0 0 1px rgba(200, 135, 63, .1), 0 18px 44px -22px rgba(0, 0, 0, .75);
  padding: 22px;
  scroll-margin-top: 18px;
}
.a-panel-fej {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--a-vonal);
}
.a-panel-fej h2 {
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -.015em;
  color: #fff;
  margin: 0;
}
.a-panel-fej-ar {
  font-size: 20px;
  font-weight: 700;
  color: var(--a-rez-vilagos);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.a-checkout-doboz { min-height: 430px; }
.a-checkout-doboz iframe {
  width: 100% !important;
  border: 0 !important;
  border-radius: 6px !important;
  min-height: 430px !important;
}

/* ---------- Összecsukható mezőmagyarázat ---------- */
.a-segito {
  margin-top: 18px;
  border: 1px solid var(--a-vonal);
  border-radius: 7px;
  background: rgba(200, 135, 63, .05);
}
.a-segito summary {
  cursor: pointer;
  padding: 12px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--a-rez-vilagos);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
}
.a-segito summary::-webkit-details-marker { display: none; }
.a-segito summary::before {
  content: "+";
  width: 17px; height: 17px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  line-height: 1;
  flex: 0 0 auto;
}
.a-segito[open] summary::before { content: "\2013"; }
.a-segito-lista {
  margin: 0;
  padding: 2px 16px 16px;
  font-size: 13.5px;
  line-height: 1.55;
}
.a-segito-lista dt {
  font-weight: 700;
  color: var(--a-krem);
  margin-top: 11px;
}
.a-segito-lista dd {
  margin: 2px 0 0;
  color: var(--a-tompa);
}

/* ---------- Biztonsági jelek ---------- */
.a-biztonsag {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--a-vonal);
}
.a-biztonsag-sor {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 12px;
}
.a-pipa {
  font-size: 12.5px;
  color: var(--a-tompa);
}
.a-pipa::before {
  content: "\2713";
  color: var(--a-rez);
  font-weight: 700;
  margin-right: 7px;
}
.a-diszkret {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--a-halk);
}
.a-diszkret strong { color: var(--a-tompa); font-weight: 600; }

/* ---------- Garancia panel ---------- */
.a-panel-garancia {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: rgba(200, 135, 63, .07);
  border-color: rgba(200, 135, 63, .24);
}
.a-pecset {
  flex: 0 0 auto;
  width: 62px; height: 62px;
  border-radius: 50%;
  border: 2px solid var(--a-rez);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--a-rez);
  line-height: 1;
}
.a-pecset-szam { font-size: 22px; font-weight: 800; }
.a-pecset-nap {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 3px;
}
.a-garancia-szoveg h3 {
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin: 2px 0 8px;
}
.a-garancia-szoveg p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #DED4C6;
}
.a-garancia-szoveg strong { color: #fff; font-weight: 600; }

/* ---------- Kiemelt fő tétel ---------- */
.a-fo-tetel {
  background: linear-gradient(180deg, rgba(200, 135, 63, .13) 0%, rgba(200, 135, 63, .04) 100%);
  border: 1px solid rgba(200, 135, 63, .3);
  border-radius: 8px;
  padding: 20px 22px;
  margin-bottom: 22px;
}
.a-fo-tetel-cimke {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #14100D;
  background: var(--a-rez);
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.a-fo-tetel h3 {
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 9px;
}
.a-fo-tetel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #DED4C6;
}
.a-fo-tetel strong {
  color: var(--a-rez-vilagos);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* ---------- Tétellista: cím + magyarázat, nem összefolyó bekezdés ---------- */
.a-tetelek {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a-tetelek li {
  position: relative;
  padding: 15px 0 15px 30px;
  border-top: 1px solid var(--a-vonal);
}
.a-tetelek li:first-child { border-top: 0; padding-top: 4px; }
.a-tetelek li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 22px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--a-rez);
  box-shadow: 0 0 0 4px rgba(200, 135, 63, .15);
}
.a-tetelek li:first-child::before { top: 11px; }
.a-tetelek h4 {
  font-family: var(--a-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 4px;
}
.a-tetelek p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--a-tompa);
}

/* ---------- Kinek szól / kinek nem ---------- */
.a-ketto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.a-ketto-fel {
  border: 1px solid var(--a-vonal);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--a-lap-vilagos);
}
.a-ketto-fel h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 0 0 13px;
}
.a-igen { border-color: rgba(200, 135, 63, .28); }
.a-igen h4 { color: var(--a-rez); }
.a-nem h4 { color: var(--a-halk); }
.a-ketto-fel ul { list-style: none; margin: 0; padding: 0; }
.a-ketto-fel li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #D9CFC1;
}
.a-ketto-fel li:last-child { margin-bottom: 0; }
.a-igen li::before {
  content: "\2713";
  position: absolute; left: 0; top: -1px;
  color: var(--a-rez);
  font-weight: 700;
}
.a-nem li { color: var(--a-tompa); }
.a-nem li::before {
  content: "\00D7";
  position: absolute; left: 1px; top: -2px;
  color: #6B6155;
  font-weight: 700;
  font-size: 16px;
}

.a-vissza {
  text-align: center;
  font-size: 14px;
  margin: 26px 0 0;
}
.a-vissza a { color: var(--a-tompa); text-decoration: none; }
.a-vissza a:hover { color: var(--a-rez); }

/* ==========================================================
   JOBB HASÁB — sticky összefoglaló
   ========================================================== */
.a-jobb { position: relative; }
.a-osszefoglalo {
  position: sticky;
  top: 22px;
  background: var(--a-lap);
  border: 1px solid var(--a-vonal);
  border-radius: 10px;
  overflow: hidden;
}
.a-termek-kep {
  background: #0C0A08;
  border-bottom: 1px solid var(--a-vonal);
}
.a-termek-kep img { width: 100%; display: block; }

.a-osszefoglalo-test { padding: 22px 22px 24px; }
.a-osszefoglalo-cim {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--a-rez);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--a-vonal);
  margin-bottom: 4px;
}

.a-osszeg-lista { list-style: none; margin: 0; padding: 0; }
.a-osszeg-lista li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--a-vonal);
}
.a-o-nev {
  font-size: 14px;
  line-height: 1.4;
  color: #E8E0D4;
  font-weight: 500;
}
.a-o-nev em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: var(--a-halk);
  font-weight: 400;
  margin-top: 2px;
}
.a-o-ar {
  font-size: 14px;
  font-weight: 700;
  color: var(--a-krem);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.a-benne {
  font-weight: 600;
  font-size: 12px;
  color: var(--a-rez);
  letter-spacing: .04em;
}

.a-vegosszeg { padding: 18px 0 20px; }
.a-vegosszeg-sor {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}
.a-vegosszeg-sor > span:first-child {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--a-tompa);
}
.a-vegosszeg-ar {
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.02em;
  color: #fff;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.a-vegosszeg-alatt {
  margin-top: 11px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--a-halk);
}

.a-gomb {
  display: block;
  text-align: center;
  background: var(--a-rez);
  color: #14100D;
  font-family: var(--a-sans);
  font-weight: 800;
  font-size: 15.5px;
  letter-spacing: .04em;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 7px;
  transition: background .15s ease, transform .1s ease;
}
.a-gomb:hover { background: var(--a-rez-vilagos); }
.a-gomb:active { transform: translateY(1px); }

.a-mini-jelek {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.a-mini-jelek li {
  position: relative;
  padding-left: 20px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--a-tompa);
  margin-bottom: 7px;
}
.a-mini-jelek li:last-child { margin-bottom: 0; }
.a-mini-jelek li::before {
  content: "\2713";
  position: absolute; left: 0; top: 0;
  color: var(--a-rez);
  font-weight: 700;
}

/* ==========================================================
   MOBIL STICKY SÁV
   ========================================================== */
.a-mobil-sav {
  display: flex;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  background: rgba(16, 13, 11, .97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--a-vonal-eros);
  padding: 11px 26px;
  align-items: center;
  gap: 20px;
  transition: transform .22s ease;
}
.a-mobil-sav.rejtve { transform: translateY(105%); }

/* A sáv belseje desktopon a rács szélességére központozódik */
.a-sav-belso {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.a-mobil-ar { flex: 0 0 auto; line-height: 1.15; }
.a-mobil-ar strong {
  display: block;
  font-family: var(--a-serif);
  font-weight: 800;
  font-size: 21px;
  color: #fff;
}
.a-mobil-ar span {
  font-size: 10.5px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--a-halk);
}

/* Desktopon a sávban a termék neve is elfér */
.a-sav-termek {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 20px;
  border-left: 1px solid var(--a-vonal-eros);
}
.a-sav-termek strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--a-krem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.a-sav-termek span {
  font-size: 12px;
  color: var(--a-halk);
}
.a-mobil-gomb {
  flex: 0 0 auto;
  text-align: center;
  background: var(--a-rez);
  color: #14100D;
  font-weight: 800;
  font-size: 14.5px;
  letter-spacing: .05em;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 7px;
  transition: background .15s ease;
}
.a-mobil-gomb:hover { background: var(--a-rez-vilagos); }

/* ==========================================================
   LÁBLÉC
   ========================================================== */
.a-lablec {
  background: #100D0B;
  border-top: 1px solid var(--a-vonal);
  /* alsó padding: a fix sticky sáv ne takarja a lábléc végét */
  padding: 34px 26px 106px;
}
.a-lablec-belso {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
  color: var(--a-halk);
  font-size: 12.5px;
  line-height: 1.65;
}
.a-lablec-belso img { height: 26px; opacity: .5; margin-bottom: 16px; }
.a-lablec-belso p { margin: 0 0 8px; max-width: 640px; margin-inline: auto; }
.a-lablec-belso a { color: var(--a-halk); }

/* ==========================================================
   RESZPONZÍV
   ========================================================== */
@media (max-width: 980px) {
  .a-racs {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 20px 100px;
  }
  /* Mobilon a termékkép és az ár a form FÖLÉ kerül */
  .a-jobb { order: -1; }
  .a-osszefoglalo { position: static; }
  .a-termek-kep img { max-height: 190px; object-fit: cover; object-position: center 32%; }
  /* a sticky sáv ne takarja a lábléc végét */
  .a-lablec { padding-bottom: 96px; }
  /* mobilon a terméknév kimarad a sávból, a gomb kapja a helyet */
  .a-sav-termek { display: none; }
  .a-mobil-gomb { flex: 1 1 auto; padding: 14px 16px; }
  .a-mobil-sav { padding: 10px 16px; }
  /* az ár már a sáv bal oldalán látszik, ne ismétlődjön a gombon */
  .a-gomb-ar { display: none; }

  /* Mobilon a hero tömörebb: a pénztár hamarabb elérhető legyen */
  .a-hero-belso { padding: 26px 20px 22px; }
  .a-hero-alcim { font-size: 15px; margin-bottom: 0; }
  /* a lépésindikátor ugyanezt közli, tehát mobilon felesleges */
  .a-hero-utasitas { display: none; }
}

@media (max-width: 620px) {
  .a-fejlec-belso { padding: 11px 18px; }
  .a-fejlec-jelek span:not(.a-jel-zar):not(.a-jel-oszto) { display: none; }
  .a-jel-oszto { display: none; }
  .a-fejlec-jelek { font-size: 10.5px; letter-spacing: .07em; }
  .a-panel { padding: 20px 18px; border-radius: 9px; }
  .a-panel-fizetes { padding: 18px 14px; }
  .a-panel-garancia { flex-direction: column; gap: 14px; }
  .a-ketto { grid-template-columns: 1fr; gap: 14px; }
  .a-osszefoglalo-test { padding: 18px 18px 20px; }
  .a-vegosszeg-ar { font-size: 30px; }
  .a-lepes-szoveg { font-size: 11px; letter-spacing: .06em; }
  .a-lepesek { gap: 8px; }
}

@media (max-width: 420px) {
  .a-lepes-szoveg { display: none; }
  .a-lepes-vonal { min-width: 20px; }
}
