.elementor-974 .elementor-element.elementor-element-b77d080{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-974 .elementor-element.elementor-element-8a7bf47{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-974 .elementor-element.elementor-element-ca01028{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-97560f5 *//* ==================================================
   DUNA-SZIGET – PROGRAMLEHETŐSÉGEK / HERO
   Külső Elementor konténer: ds-plh-hero-container
   Padding és gap: 0. Nincs JavaScript.

   MOBILE FIRST. Mindkét nézetben overlay: a kép háttér,
   rajta sötétítő réteg, azon a szöveg.

   Az eddigi tanulságok eleve beépítve:
   - a kép height felülírása (téma !important szabálya)
   - a gomb és a link színének specificitása
   - nincs header-átfedés, a hézag egyetlen fix szám
   - nincs függőleges középre igazítás
   ================================================== */

.ds-plh-hero-container,
.ds-plh-hero-container > .e-con-inner,
.ds-plh-hero-container .elementor-widget-html,
.ds-plh-hero-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-plh-hero,
.ds-plh-hero *,
.ds-plh-hero *::before,
.ds-plh-hero *::after {
  box-sizing: border-box;
}

/* ==================================================
   ALAPÁLLAPOT = MOBIL, sötét overlay
   ================================================== */

.ds-plh-hero {
  --dlh-green: #10392b;
  --dlh-green-dark: #092b20;
  --dlh-cream: #f4f0e7;
  --dlh-paper: #fbf8f1;
  --dlh-muted: #5c6a5f;
  --dlh-orange: #c77b47;
  --dlh-orange-soft: #e4ad83;

  /* Szövegszínek: a desktop lekérdezés írja felül őket. */
  --dlh-title: var(--dlh-cream);
  --dlh-accent: var(--dlh-orange-soft);
  --dlh-body: rgba(244, 240, 231, 0.9);
  --dlh-label: rgba(244, 240, 231, 0.76);
  --dlh-rule: rgba(244, 240, 231, 0.32);

  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: clamp(520px, 78svh, 700px);
  overflow: hidden;
  color: var(--dlh-cream);
  background: var(--dlh-green-dark);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

.ds-plh-hero a {
  color: inherit;
  text-decoration: none;
}

/* --- Kép és réteg --- */

.ds-plh-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ds-plh-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 45%;
}

/* A téma `.elementor img { height: auto !important }` szabálya
   üti a height: 100%-ot. Kétosztályos szelektor (0-2-0) kell. */
.ds-plh-hero .ds-plh-hero__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.ds-plh-hero__shade {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(7, 35, 25, 0.54) 0%,
    rgba(7, 35, 25, 0.26) 16%,
    rgba(7, 35, 25, 0.64) 36%,
    rgba(7, 35, 25, 0.9) 60%,
    rgba(7, 35, 25, 0.96) 100%
  );
}

/* --- Tartalom --- */

.ds-plh-hero__inner {
  position: relative;
  z-index: 1;
  display: block;
  /* A felső padding a lebegő header helyét hagyja ki.
     Enélkül a magas tartalom felér a szakasz tetejére,
     mert a hero alulra igazít. */
  padding: 104px 20px 48px;
}

.ds-plh-hero__content {
  display: block;
  width: 100%;
}

.ds-plh-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--dlh-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-plh-hero__eyebrow > span:first-child {
  width: 26px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--dlh-accent);
}

.ds-plh-hero__sep {
  opacity: 0.6;
}

.ds-plh-hero .ds-plh-hero__eyebrow a {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: border-color 0.22s ease;
}

.ds-plh-hero .ds-plh-hero__eyebrow a:hover,
.ds-plh-hero .ds-plh-hero__eyebrow a:focus-visible {
  border-bottom-color: currentColor;
}

.ds-plh-hero h1 {
  margin: 0 0 18px;
  color: var(--dlh-title);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(34px, 9.2vw, 44px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.042em;
}

.ds-plh-hero h1 em {
  display: block;
  margin-top: 0.06em;
  color: var(--dlh-accent);
  font-weight: 500;
}

.ds-plh-hero__lead {
  margin: 0 0 24px;
  color: var(--dlh-body);
  font-size: 15px;
  line-height: 1.65;
}

/* --- Gomb --- */

.ds-plh-hero__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 56px;
  padding: 8px 8px 8px 20px;
  border: 1px solid rgba(244, 240, 231, 0.28);
  border-radius: 15px;
  background: rgba(251, 248, 241, 0.96);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

/* A .ds-plh-hero a { color: inherit } súlya 0-2-0, ezért a gomb
   egyosztályos szabálya nem tudná felülírni a szövegszínt. */
.ds-plh-hero .ds-plh-hero__cta {
  color: var(--dlh-green);
}

.ds-plh-hero .ds-plh-hero__cta:hover,
.ds-plh-hero .ds-plh-hero__cta:focus-visible {
  color: var(--dlh-cream);
}

.ds-plh-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 11px;
  color: var(--dlh-cream);
  background: var(--dlh-green);
  transition: color 0.22s ease, background-color 0.22s ease;
}

.ds-plh-hero__cta-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ds-plh-hero__cta:hover,
.ds-plh-hero__cta:focus-visible {
  border-color: var(--dlh-green);
  background: var(--dlh-green);
}

.ds-plh-hero__cta:hover .ds-plh-hero__cta-icon,
.ds-plh-hero__cta:focus-visible .ds-plh-hero__cta-icon {
  color: var(--dlh-green);
  background: var(--dlh-cream);
}

.ds-plh-hero__cta:focus-visible {
  outline: 3px solid rgba(228, 173, 131, 0.5);
  outline-offset: 4px;
}

/* --- Adatsor --- */

.ds-plh-hero__foot {
  display: block;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--dlh-rule);
}

.ds-plh-hero__foot > div + div {
  margin-top: 14px;
}

.ds-plh-hero__foot dt {
  margin-bottom: 5px;
  color: var(--dlh-label);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ds-plh-hero__foot dd {
  margin: 0;
  color: var(--dlh-cream);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 360px) {
  .ds-plh-hero {
    min-height: clamp(500px, 80svh, 660px);
  }

  .ds-plh-hero__inner {
    padding: 96px 16px 40px;
  }

  .ds-plh-hero h1 {
    font-size: 31px;
  }
}

/* ==================================================
   DESKTOP: a mosás balra kerül, a szöveg sötétzöld lesz
   ================================================== */

@media (min-width: 768px) {
  .ds-plh-hero {
    --dlh-title: var(--dlh-green);
    --dlh-accent: var(--dlh-orange);
    --dlh-body: var(--dlh-muted);
    --dlh-label: rgba(244, 240, 231, 0.8);
    --dlh-rule: rgba(244, 240, 231, 0.5);

    justify-content: flex-start;
    /* Aloldal: alacsonyabb, mint a gyűjtőoldalak hero-ja. */
    min-height: clamp(520px, 68vh, 720px);
    color: var(--dlh-green);
    background: var(--dlh-paper);
  }

  .ds-plh-hero__image {
    object-position: 50% 48%;
  }

  .ds-plh-hero__shade {
    background:
      linear-gradient(
        to top,
        rgba(7, 35, 25, 0.78) 0%,
        rgba(7, 35, 25, 0.44) 12%,
        rgba(7, 35, 25, 0.12) 22%,
        transparent 30%
      ),
      linear-gradient(
        90deg,
        rgba(244, 240, 231, 0.97) 0%,
        rgba(244, 240, 231, 0.93) 26%,
        rgba(244, 240, 231, 0.70) 41%,
        rgba(244, 240, 231, 0.14) 57%,
        rgba(9, 43, 32, 0.04) 100%
      ),
      linear-gradient(
        to bottom,
        rgba(244, 240, 231, 0.18) 0%,
        transparent 54%,
        rgba(7, 35, 25, 0.22) 100%
      );
  }

  .ds-plh-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(1320px, calc(100% - clamp(40px, 10vw, 144px)));
    min-height: clamp(520px, 68vh, 720px);
    margin: 0 auto;
    /* Header magassága (kb. 90) + hézag (kb. 60).
       EZ AZ EGYETLEN SZÁM, amit hangolni kell. */
    padding: 150px 0 clamp(28px, 3.5vw, 44px);
  }

  /* Nincs középre igazítás: az a maradék hely felét is a cím
     fölé tolná, és a hézag kiszámíthatatlan lenne. */
  .ds-plh-hero__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    width: min(680px, 58%);
  }

  .ds-plh-hero__eyebrow {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .ds-plh-hero__eyebrow > span:first-child {
    width: 34px;
  }

  /* A "Programlehetőségek" hosszú szó: kisebb felső határ,
     különben két sorba törne és a cím négysoros lenne. */
  .ds-plh-hero h1 {
    margin-bottom: 25px;
    font-size: clamp(40px, 3.9vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.048em;
  }

  .ds-plh-hero h1 em {
    margin-top: 0.1em;
  }

  .ds-plh-hero__lead {
    max-width: 52ch;
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 1.72;
  }

  /* Flex-gyerekként különben teljes szélességre nyúlna. */
  .ds-plh-hero__cta {
    display: inline-flex;
    align-self: flex-start;
    gap: 28px;
    width: auto;
    min-width: 246px;
    min-height: 58px;
    border-color: rgba(16, 57, 43, 0.18);
    background: rgba(251, 248, 241, 0.7);
    box-shadow: 0 14px 34px rgba(9, 43, 32, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .ds-plh-hero__cta:focus-visible {
    outline-color: rgba(199, 123, 71, 0.34);
  }

  .ds-plh-hero__foot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px clamp(28px, 4vw, 60px);
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    color: var(--dlh-cream);
  }

  .ds-plh-hero__foot > div + div {
    margin-top: 0;
  }

  .ds-plh-hero__foot dd {
    font-size: 13px;
  }
}

@media (min-width: 901px) {
  .ds-plh-hero__content {
    width: min(680px, 54%);
  }
}

/* A gomb célblokkja ne csússzon a fix header alá. */
#programok {
  scroll-margin-top: clamp(80px, 12vh, 150px);
}

@media (prefers-reduced-motion: reduce) {
  .ds-plh-hero__cta,
  .ds-plh-hero__cta-icon,
  .ds-plh-hero .ds-plh-hero__eyebrow a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-963335c *//* ==================================================
   DUNA-SZIGET – PROGRAMLEHETŐSÉGEK / 02 A NÉGY IRÁNY
   Külső Elementor konténer: ds-plh-list-container
   Padding és gap: 0. Nincs JavaScript.

   Váltakozó sorok: a kép soronként oldalt vált.
   Az oldal utolsó blokkja, ezért illeszkedik a footerhez.
   ================================================== */

.ds-plh-list-container,
.ds-plh-list-container > .e-con-inner,
.ds-plh-list-container .elementor-widget-html,
.ds-plh-list-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-plh-list,
.ds-plh-list *,
.ds-plh-list *::before,
.ds-plh-list *::after {
  box-sizing: border-box;
}

.ds-plh-list {
  --dll-green: #10392b;
  --dll-green-dark: #092b20;
  --dll-cream: #f4f0e7;
  --dll-paper: #fbf8f1;
  --dll-orange: #c77b47;
  --dll-orange-dark: #a55f34;
  --dll-muted: #5c6a5f;
  --dll-line: rgba(16, 57, 43, 0.16);
  --dll-gutter: clamp(40px, 10vw, 144px);

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--dll-green);
  background: linear-gradient(180deg, var(--dll-paper) 0%, var(--dll-cream) 100%);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

.ds-plh-list__inner {
  width: min(1320px, calc(100% - var(--dll-gutter)));
  margin: 0 auto;
  /* Az alsó padding kicsi: a következő blokk azonos színnel
     folytatódik és hozza a saját felső paddingját. A kettő
     összeadódna, és véletlen hézagnak látszana. */
  padding: clamp(78px, 7vw, 114px) 0 clamp(32px, 3vw, 52px);
}

/* A p szándékosan nincs a resetben: a .ds-plh-list p (0-1-1)
   erősebb lenne az egyosztályos szabályoknál (0-1-0). */
.ds-plh-list h2,
.ds-plh-list h3,
.ds-plh-list figure {
  margin-top: 0;
}

.ds-plh-list__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(32px, 3.2vw, 46px);
  color: var(--dll-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-plh-list__eyebrow > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(199, 123, 71, 0.34);
  border-radius: 50%;
  color: var(--dll-orange-dark);
  background: rgba(199, 123, 71, 0.08);
  font-size: 11px;
  letter-spacing: 0;
}

.ds-plh-list__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(36px, 3.8vw, 68px);
  align-items: end;
  margin-bottom: clamp(46px, 4.6vw, 70px);
}

.ds-plh-list h2 {
  margin-bottom: 0;
  color: var(--dll-green);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(38px, 3.6vw, 60px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.048em;
}

.ds-plh-list h2 em {
  display: block;
  margin-top: 0.06em;
  color: var(--dll-orange);
  font-weight: 500;
}

/* justify-self: end — a jobb oszlop szélesebb a szövegnél,
   enélkül az oszlop bal szélén kezdődne és a semmiben lógna. */
.ds-plh-list__lead {
  justify-self: end;
  max-width: 48ch;
  margin: 0;
  padding-bottom: 6px;
  color: var(--dll-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* --- Váltakozó sorok --- */

.ds-plh-list__rows {
  display: grid;
  gap: clamp(34px, 3.6vw, 60px);
}

.ds-plh-list__row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
}

/* Minden második sorban a kép jobbra kerül. A DOM-sorrend
   marad kép-szöveg, csak a rácspozíció cserélődik, így
   a felolvasás sorrendje sem változik. */
.ds-plh-list__row:nth-child(even) .ds-plh-list__visual {
  grid-column: 2;
  grid-row: 1;
}

.ds-plh-list__row:nth-child(even) .ds-plh-list__copy {
  grid-column: 1;
  grid-row: 1;
}

.ds-plh-list__visual {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(16, 57, 43, 0.06);
}

/* aspect-ratio mellett a kép abszolút, különben a magassága
   auto-ra esik és kilóg a dobozból. */
.ds-plh-list__image {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

/* A téma `.elementor img { height: auto !important }` szabálya
   üti a height: 100%-ot. Kétosztályos szelektor (0-2-0) kell. */
.ds-plh-list .ds-plh-list__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.ds-plh-list__kicker {
  margin: 0 0 14px;
  color: var(--dll-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ds-plh-list__row h3 {
  margin-bottom: 14px;
  color: var(--dll-green-dark);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.ds-plh-list__copy p:last-child {
  max-width: 46ch;
  margin: 0;
  color: var(--dll-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

/* --- Tablet --- */

@media (max-width: 1100px) {
  .ds-plh-list__head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ds-plh-list h2 {
    max-width: 20ch;
    font-size: clamp(38px, 5.2vw, 52px);
  }

  .ds-plh-list__lead {
    justify-self: start;
    max-width: 60ch;
    padding-bottom: 0;
  }

  .ds-plh-list__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  /* Egy oszlopban a felcserélés értelmetlen: a kép mindig
     a szöveg fölé kerül. */
  .ds-plh-list__row:nth-child(even) .ds-plh-list__visual,
  .ds-plh-list__row:nth-child(even) .ds-plh-list__copy {
    grid-column: 1;
    grid-row: auto;
  }

  .ds-plh-list__visual {
    aspect-ratio: 16 / 10;
  }

  .ds-plh-list__copy p:last-child {
    max-width: 60ch;
  }
}

/* --- Mobil --- */

@media (max-width: 767px) {
  .ds-plh-list {
    --dll-gutter: 40px;
  }

  .ds-plh-list__inner {
    padding: 66px 0 30px;
  }

  .ds-plh-list__eyebrow {
    gap: 11px;
    margin-bottom: 26px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .ds-plh-list__eyebrow > span {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .ds-plh-list__head {
    margin-bottom: 32px;
  }

  .ds-plh-list h2 {
    max-width: 100%;
    font-size: clamp(32px, 8.8vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .ds-plh-list__lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .ds-plh-list__rows {
    gap: 32px;
  }

  .ds-plh-list__visual {
    aspect-ratio: 4 / 3;
  }

  .ds-plh-list__kicker {
    margin-bottom: 11px;
  }

  .ds-plh-list__row h3 {
    margin-bottom: 11px;
    font-size: 25px;
  }

  .ds-plh-list__copy p:last-child {
    max-width: 46ch;
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .ds-plh-list {
    --dll-gutter: 32px;
  }

  .ds-plh-list h2 {
    font-size: 30px;
  }

  .ds-plh-list__row h3 {
    font-size: 23px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d15a179 *//* ==================================================
   DUNA-SZIGET – PROGRAMLEHETŐSÉGEK / 03 A BIRTOKON BELÜL
   Külső Elementor konténer: ds-plh-more-container
   Padding és gap: 0. Nincs kép és nincs JavaScript.

   Az oldal utolsó blokkja: illeszkedik a footerhez.
   ================================================== */

.ds-plh-more-container,
.ds-plh-more-container > .e-con-inner,
.ds-plh-more-container .elementor-widget-html,
.ds-plh-more-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-plh-more,
.ds-plh-more *,
.ds-plh-more *::before,
.ds-plh-more *::after {
  box-sizing: border-box;
}

.ds-plh-more {
  --dlm-green: #10392b;
  --dlm-green-dark: #092b20;
  --dlm-cream: #f4f0e7;
  --dlm-paper: #fbf8f1;
  --dlm-orange: #c77b47;
  --dlm-orange-dark: #a55f34;
  --dlm-muted: #5c6a5f;
  --dlm-line: rgba(16, 57, 43, 0.16);
  --dlm-gutter: clamp(40px, 10vw, 144px);
  /* A footer világos sávjának színe (--ds-paper). Enélkül
     látható vonal keletkezik a két blokk határán. */
  --dlm-footer-paper: #f7f4ed;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--dlm-green);
  /* A 02-es blokk krémen végződik, innen világosodik
     vissza a footer sávjának színére. */
  background: linear-gradient(180deg, var(--dlm-cream) 0%, var(--dlm-footer-paper) 100%);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

/* A címoszlop tapad görgetés közben. */
.ds-plh-more__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(44px, 5vw, 96px);
  align-items: start;
  width: min(1320px, calc(100% - var(--dlm-gutter)));
  margin: 0 auto;
  /* Az alsó padding kisebb, mert a footer saját 64px felső
     paddingja hozzáadódik. */
  padding: clamp(78px, 7vw, 114px) 0 clamp(52px, 4.5vw, 72px);
}

.ds-plh-more__aside {
  position: sticky;
  top: clamp(100px, 14vh, 170px);
}

.ds-plh-more a {
  text-decoration: none;
}

/* A p szándékosan nincs a resetben: a .ds-plh-more p (0-1-1)
   erősebb lenne az egyosztályos szabályoknál (0-1-0). */
.ds-plh-more h2,
.ds-plh-more h3,
.ds-plh-more ul {
  margin-top: 0;
}

.ds-plh-more__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(28px, 2.8vw, 40px);
  color: var(--dlm-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-plh-more__eyebrow > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(199, 123, 71, 0.34);
  border-radius: 50%;
  color: var(--dlm-orange-dark);
  background: rgba(199, 123, 71, 0.08);
  font-size: 11px;
  letter-spacing: 0;
}

.ds-plh-more h2 {
  max-width: 14ch;
  margin-bottom: 20px;
  color: var(--dlm-green);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(38px, 3.5vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.046em;
}

.ds-plh-more h2 em {
  display: block;
  margin-top: 0.06em;
  color: var(--dlm-orange);
  font-weight: 500;
}

.ds-plh-more__lead {
  max-width: 42ch;
  margin: 0;
  color: var(--dlm-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

/* --- Lista --- */

.ds-plh-more__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--dlm-line);
  list-style: none;
}

.ds-plh-more__item {
  padding: clamp(24px, 2.4vw, 34px) 0;
  border-bottom: 1px solid var(--dlm-line);
}

.ds-plh-more__item h3 {
  margin-bottom: 10px;
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(21px, 1.7vw, 27px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.026em;
}

/* Kétosztályos: a téma linkszíne különben elvinné. */
.ds-plh-more .ds-plh-more__item h3 a {
  color: var(--dlm-green-dark);
  border-bottom: 1px solid rgba(199, 123, 71, 0.45);
  padding-bottom: 1px;
  transition: color 0.22s ease, border-color 0.22s ease;
}

.ds-plh-more .ds-plh-more__item h3 a:hover,
.ds-plh-more .ds-plh-more__item h3 a:focus-visible {
  color: var(--dlm-orange-dark);
  border-bottom-color: var(--dlm-orange);
}

.ds-plh-more .ds-plh-more__item h3 a:focus-visible {
  outline: 3px solid rgba(199, 123, 71, 0.4);
  outline-offset: 3px;
}

.ds-plh-more__item p {
  max-width: 56ch;
  margin: 0;
  color: var(--dlm-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* --- Tablet --- */

@media (max-width: 1100px) {
  .ds-plh-more__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ds-plh-more__aside {
    position: static;
  }

  .ds-plh-more h2 {
    max-width: 20ch;
    font-size: clamp(38px, 5.2vw, 52px);
  }

  .ds-plh-more__lead {
    max-width: 60ch;
  }
}

/* --- Mobil --- */

@media (max-width: 767px) {
  .ds-plh-more {
    --dlm-gutter: 40px;
  }

  .ds-plh-more__inner {
    gap: 34px;
    /* Mobilon a CTA kártya margin-top: -58px-szel felcsúszik
       ebbe a blokkba, ezért itt annyival több hely kell alul. */
    padding: 52px 0 128px;
  }

  .ds-plh-more__eyebrow {
    gap: 11px;
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .ds-plh-more__eyebrow > span {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .ds-plh-more h2 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(32px, 8.8vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .ds-plh-more__lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .ds-plh-more__item {
    padding: 22px 0 24px;
  }

  .ds-plh-more__item h3 {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .ds-plh-more__item p {
    max-width: 46ch;
    font-size: 14.5px;
  }
}

@media (max-width: 360px) {
  .ds-plh-more {
    --dlm-gutter: 32px;
  }

  .ds-plh-more h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-plh-more .ds-plh-more__item h3 a {
    transition: none;
  }
}/* End custom CSS */