.elementor-832 .elementor-element.elementor-element-db7ed5b{--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-832 .elementor-element.elementor-element-9758809{--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-832 .elementor-element.elementor-element-f457024{--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-832 .elementor-element.elementor-element-fed6c04{--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-aa53b9a *//* ==================================================
   DUNA-SZIGET – ÉLMÉNYEK / HERO
   Külső Elementor konténer: ds-exp-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. Mobilon alulra,
   desktopon balra kerül a tartalom.

   Két Elementor-buktató eleve be van építve:
   - a kép height felülírása
   - a gomb színének specificitása
   ================================================== */

.ds-exp-hero-container,
.ds-exp-hero-container > .e-con-inner,
.ds-exp-hero-container .elementor-widget-html,
.ds-exp-hero-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-exp-hero,
.ds-exp-hero *,
.ds-exp-hero *::before,
.ds-exp-hero *::after {
  box-sizing: border-box;
}

/* ==================================================
   ALAPÁLLAPOT = MOBIL, sötét overlay
   ================================================== */

.ds-exp-hero {
  --deh-green: #10392b;
  --deh-green-dark: #092b20;
  --deh-cream: #f4f0e7;
  --deh-paper: #fbf8f1;
  --deh-muted: #5c6a5f;
  --deh-orange: #c77b47;
  --deh-orange-soft: #e4ad83;

  /* Szövegszínek: a desktop lekérdezés írja felül őket. */
  --deh-title: var(--deh-cream);
  --deh-accent: var(--deh-orange-soft);
  --deh-body: rgba(244, 240, 231, 0.9);
  --deh-label: rgba(244, 240, 231, 0.76);
  --deh-rule: rgba(244, 240, 231, 0.32);

  /* Desktopon 0: a header lebeg a tartalom fölött, tehát a kép
     negatív margó nélkül is alá kerül. A header alatti hézagot
     az __inner padding-top értéke adja, egyetlen fix számban. */
  --deh-header-overlap: 0px;

  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: clamp(560px, 84svh, 760px);
  overflow: hidden;
  color: var(--deh-cream);
  background: var(--deh-green-dark);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

.ds-exp-hero a {
  color: inherit;
  text-decoration: none;
}

/* --- Kép és réteg --- */

.ds-exp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ds-exp-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 45%;
}

/* A téma / Elementor `.elementor img { height: auto !important }`
   szabálya üti a sima height: 100%-ot, és a kép a doboz tetején
   marad természetes méretben. Kétosztályos szelektor (0-2-0) kell. */
.ds-exp-hero .ds-exp-hero__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.ds-exp-hero__shade {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(7, 35, 25, 0.5) 0%,
    rgba(7, 35, 25, 0.2) 16%,
    rgba(7, 35, 25, 0.52) 38%,
    rgba(7, 35, 25, 0.84) 62%,
    rgba(7, 35, 25, 0.94) 100%
  );
}

/* --- Tartalom --- */

.ds-exp-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 52px;
}

.ds-exp-hero__content {
  display: block;
  width: 100%;
}

.ds-exp-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--deh-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-exp-hero__eyebrow > span {
  width: 26px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--deh-accent);
}

.ds-exp-hero h1 {
  margin: 0 0 18px;
  color: var(--deh-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-exp-hero h1 em {
  display: block;
  margin-top: 0.06em;
  color: var(--deh-accent);
  font-weight: 500;
}

.ds-exp-hero__lead {
  margin: 0 0 24px;
  color: var(--deh-body);
  font-size: 15px;
  line-height: 1.65;
}

/* --- Gomb --- */

.ds-exp-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-exp-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-exp-hero .ds-exp-hero__cta {
  color: var(--deh-green);
}

.ds-exp-hero .ds-exp-hero__cta:hover,
.ds-exp-hero .ds-exp-hero__cta:focus-visible {
  color: var(--deh-cream);
}

.ds-exp-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(--deh-cream);
  background: var(--deh-green);
  transition: color 0.22s ease, background-color 0.22s ease;
}

.ds-exp-hero__cta-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ds-exp-hero__cta:hover,
.ds-exp-hero__cta:focus-visible {
  border-color: var(--deh-green);
  background: var(--deh-green);
}

.ds-exp-hero__cta:hover .ds-exp-hero__cta-icon,
.ds-exp-hero__cta:focus-visible .ds-exp-hero__cta-icon {
  color: var(--deh-green);
  background: var(--deh-cream);
}

.ds-exp-hero__cta:focus-visible {
  outline: 3px solid rgba(228, 173, 131, 0.5);
  outline-offset: 4px;
}

/* --- Adatsor --- */

.ds-exp-hero__foot {
  display: block;
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--deh-rule);
}

.ds-exp-hero__foot > div + div {
  margin-top: 14px;
}

.ds-exp-hero__foot dt {
  margin-bottom: 5px;
  color: var(--deh-label);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ds-exp-hero__foot dd {
  margin: 0;
  color: var(--deh-cream);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 360px) {
  .ds-exp-hero {
    min-height: clamp(540px, 86svh, 700px);
  }

  .ds-exp-hero__inner {
    padding: 96px 16px 44px;
  }

  .ds-exp-hero h1 {
    font-size: 36px;
  }
}

/* ==================================================
   DESKTOP: a mosás balra kerül, a szöveg sötétzöld lesz
   ================================================== */

@media (min-width: 768px) {
  .ds-exp-hero {
    --deh-title: var(--deh-green);
    --deh-accent: var(--deh-orange);
    --deh-body: var(--deh-muted);
    --deh-label: rgba(244, 240, 231, 0.8);
    --deh-rule: rgba(244, 240, 231, 0.5);

    justify-content: flex-start;
    min-height: clamp(620px, 76vh, 840px);
    margin-top: calc(var(--deh-header-overlap) * -1);
    color: var(--deh-green);
    background: var(--deh-paper);
  }

  .ds-exp-hero__image {
    object-position: 50% 52%;
  }

  .ds-exp-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-exp-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(1320px, calc(100% - clamp(40px, 10vw, 144px)));
    min-height: clamp(620px, 76vh, 840px);
    margin: 0 auto;
    /* Header magassága (kb. 90) + kívánt hézag (kb. 75).
       EZ AZ EGYETLEN SZÁM, amit hangolni kell.
       Kisebb = feljebb, nagyobb = lejjebb.
       Szándékosan fix px és nem vh: így minden ablakméretnél
       ugyanaz, tehát összehasonlítható marad. */
    padding: 165px 0 clamp(30px, 4vw, 48px);
  }

  /* Nincs középre igazítás: az a maradék hely felét is a cím
     fölé tolná, a padding tetejébe, és a hézag kiszámíthatatlan
     lenne. */
  .ds-exp-hero__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    width: min(720px, 58%);
  }

  .ds-exp-hero__eyebrow {
    gap: 12px;
    margin-bottom: 25px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .ds-exp-hero__eyebrow > span {
    width: 34px;
  }

  /* A korábbi max-width: 15ch tört négy sorba. */
  .ds-exp-hero h1 {
    max-width: 100%;
    margin-bottom: 27px;
    font-size: clamp(46px, 4.4vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.05em;
  }

  .ds-exp-hero h1 em {
    margin-top: 0.1em;
  }

  .ds-exp-hero__lead {
    max-width: 52ch;
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 1.72;
  }

  /* Flex-gyerekként különben teljes szélességre nyúlna. */
  .ds-exp-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-exp-hero__cta:focus-visible {
    outline-color: rgba(199, 123, 71, 0.34);
  }

  .ds-exp-hero__foot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px clamp(28px, 4vw, 60px);
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    color: var(--deh-cream);
  }

  .ds-exp-hero__foot > div + div {
    margin-top: 0;
  }

  .ds-exp-hero__foot dd {
    font-size: 13px;
  }
}

@media (min-width: 901px) {
  .ds-exp-hero__content {
    width: min(720px, 56%);
  }
}

/* A gomb célblokkja ne csússzon a fix header alá. */
#elmeny-iranyok {
  scroll-margin-top: clamp(80px, 12vh, 150px);
}

@media (prefers-reduced-motion: reduce) {
  .ds-exp-hero__cta,
  .ds-exp-hero__cta-icon {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e25e52 *//* ==================================================
   DUNA-SZIGET – ÉLMÉNYEK / 02 NÉGY IRÁNY
   Külső Elementor konténer: ds-exp-paths-container
   Padding és gap: 0. Nincs JavaScript.

   A csapatépítés kártyáival szemben itt a kép fent van,
   a szöveg alatta világos felületen. Négy elemnél ez
   olvashatóbb, és a hangvétele is barátságosabb.
   ================================================== */

.ds-exp-paths-container,
.ds-exp-paths-container > .e-con-inner,
.ds-exp-paths-container .elementor-widget-html,
.ds-exp-paths-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-exp-paths,
.ds-exp-paths *,
.ds-exp-paths *::before,
.ds-exp-paths *::after {
  box-sizing: border-box;
}

.ds-exp-paths {
  --dep-green: #10392b;
  --dep-green-dark: #092b20;
  --dep-cream: #f4f0e7;
  --dep-paper: #fbf8f1;
  --dep-orange: #c77b47;
  --dep-orange-dark: #a55f34;
  --dep-muted: #5c6a5f;
  --dep-line: rgba(16, 57, 43, 0.15);
  --dep-gutter: clamp(40px, 10vw, 144px);
  --dep-radius: 20px;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--dep-green);
  background: var(--dep-cream);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

.ds-exp-paths__inner {
  width: min(1320px, calc(100% - var(--dep-gutter)));
  margin: 0 auto;
  padding: clamp(80px, 7.5vw, 118px) 0 clamp(84px, 8vw, 124px);
}

/* A p szándékosan nincs a resetben: a .ds-exp-paths p (0-1-1)
   erősebb lenne az egyosztályos szabályoknál (0-1-0). */
.ds-exp-paths h2,
.ds-exp-paths h3,
.ds-exp-paths ul {
  margin-top: 0;
}

.ds-exp-paths__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(34px, 3.4vw, 50px);
  color: var(--dep-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-exp-paths__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(--dep-orange-dark);
  background: rgba(199, 123, 71, 0.08);
  font-size: 11px;
  letter-spacing: 0;
}

.ds-exp-paths__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(44px, 5vw, 88px);
  align-items: end;
  margin-bottom: clamp(44px, 4.5vw, 68px);
}

.ds-exp-paths h2 {
  margin-bottom: 0;
  color: var(--dep-green);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(40px, 3.8vw, 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.048em;
}

.ds-exp-paths h2 em {
  display: block;
  margin-top: 0.06em;
  color: var(--dep-orange);
  font-weight: 500;
}

.ds-exp-paths__lead {
  max-width: 46ch;
  margin: 0;
  padding-bottom: 6px;
  color: var(--dep-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* --- Kártyák: 2 × 2 --- */

.ds-exp-paths__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-exp-paths__item {
  display: flex;
}

.ds-exp-paths__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--dep-line);
  border-radius: var(--dep-radius);
  background: var(--dep-paper);
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.35s ease, border-color 0.35s ease;
}

.ds-exp-paths__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(16, 57, 43, 0.06);
}

.ds-exp-paths__image {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* A téma `.elementor img { height: auto !important }` szabálya
   üti a height: 100%-ot. Kétosztályos szelektor (0-2-0) kell. */
.ds-exp-paths .ds-exp-paths__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

/* A helyfelirat a képen ül, saját sötét alappal. */
.ds-exp-paths__kicker {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  display: inline-block;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--dep-cream);
  background: rgba(9, 43, 32, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.ds-exp-paths__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 32px);
}

/* Kétosztályos, mert a kártya egy <a>, és az öröklődő
   linkszín különben elvinné. */
.ds-exp-paths .ds-exp-paths__card h3 {
  margin-bottom: 12px;
  color: var(--dep-green-dark);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(23px, 1.8vw, 29px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.028em;
}

.ds-exp-paths__text {
  display: block;
  margin-bottom: 20px;
  color: var(--dep-muted);
  font-size: 14.5px;
  line-height: 1.65;
}

.ds-exp-paths__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* auto: a címkék a szöveg hosszától függetlenül a kártya
     aljához tapadnak, így a négy kártya egy vonalban zár. */
  margin: auto 0 0;
  padding-top: 4px;
}

.ds-exp-paths__tags > span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid rgba(16, 57, 43, 0.18);
  border-radius: 999px;
  color: var(--dep-green);
  background: rgba(199, 123, 71, 0.07);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.3;
}

/* Csak képernyőolvasónak: a külső link új lapon nyílik. */
.ds-exp-paths__sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.ds-exp-paths__more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--dep-line);
  color: var(--dep-green-dark);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ds-exp-paths__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--dep-cream);
  background: var(--dep-green);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ds-exp-paths__arrow svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ds-exp-paths__card:hover,
.ds-exp-paths__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(16, 57, 43, 0.26);
  box-shadow: 0 22px 46px rgba(9, 43, 32, 0.11);
}

.ds-exp-paths__card:hover .ds-exp-paths__image,
.ds-exp-paths__card:focus-visible .ds-exp-paths__image {
  transform: scale(1.05);
}

.ds-exp-paths__card:hover .ds-exp-paths__arrow,
.ds-exp-paths__card:focus-visible .ds-exp-paths__arrow {
  transform: translateX(4px);
}

.ds-exp-paths__card:focus-visible {
  outline: 3px solid var(--dep-orange);
  outline-offset: 4px;
}

/* --- Tablet --- */

@media (max-width: 1100px) {
  .ds-exp-paths__head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ds-exp-paths h2 {
    max-width: 20ch;
    font-size: clamp(40px, 5.4vw, 54px);
  }

  .ds-exp-paths__lead {
    max-width: 60ch;
    padding-bottom: 0;
  }
}

@media (max-width: 860px) {
  .ds-exp-paths__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .ds-exp-paths__media {
    aspect-ratio: 16 / 9;
  }
}

/* --- Mobil --- */

@media (max-width: 767px) {
  .ds-exp-paths {
    --dep-gutter: 40px;
    --dep-radius: 16px;
  }

  .ds-exp-paths__inner {
    padding: 68px 0 72px;
  }

  .ds-exp-paths__eyebrow {
    gap: 11px;
    margin-bottom: 28px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .ds-exp-paths__eyebrow > span {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .ds-exp-paths__head {
    margin-bottom: 32px;
  }

  .ds-exp-paths h2 {
    max-width: 100%;
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .ds-exp-paths__lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .ds-exp-paths__media {
    aspect-ratio: 4 / 3;
  }

  .ds-exp-paths__body {
    padding: 22px 20px 24px;
  }

  .ds-exp-paths .ds-exp-paths__card h3 {
    font-size: 23px;
  }

  .ds-exp-paths__text {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .ds-exp-paths__tags > span {
    padding: 5px 11px;
    font-size: 11px;
  }

  .ds-exp-paths__more {
    gap: 12px;
    margin-top: 20px;
    padding-top: 16px;
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .ds-exp-paths {
    --dep-gutter: 32px;
  }

  .ds-exp-paths h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ds-exp-paths__card,
  .ds-exp-paths__image,
  .ds-exp-paths__arrow {
    transition: none;
  }

  .ds-exp-paths__card:hover,
  .ds-exp-paths__card:focus-visible {
    transform: none;
  }

  .ds-exp-paths__card:hover .ds-exp-paths__image,
  .ds-exp-paths__card:focus-visible .ds-exp-paths__image {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d9e532 *//* ==================================================
   DUNA-SZIGET – ÉLMÉNYEK / 03 A KÖRNYÉK
   Külső Elementor konténer: ds-exp-around-container
   Padding és gap: 0. Nincs kép és nincs JavaScript.

   Sötét blokk: fölötte a négy világos kártya, alatta
   a sötét footer — enélkül összefolyna a lap alja.
   ================================================== */

.ds-exp-around-container,
.ds-exp-around-container > .e-con-inner,
.ds-exp-around-container .elementor-widget-html,
.ds-exp-around-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-exp-around,
.ds-exp-around *,
.ds-exp-around *::before,
.ds-exp-around *::after {
  box-sizing: border-box;
}

.ds-exp-around {
  --dea-green-dark: #0b3123;
  --dea-green-deep: #071f16;
  --dea-cream: #f4f0e7;
  --dea-accent: #e4ad83;
  --dea-orange: #c77b47;

  --dea-body: rgba(244, 240, 231, 0.82);
  --dea-label: rgba(244, 240, 231, 0.7);
  --dea-line: rgba(244, 240, 231, 0.16);
  --dea-gutter: clamp(40px, 10vw, 144px);

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  color: var(--dea-cream);
  background:
    radial-gradient(circle at 88% 14%, rgba(199, 123, 71, 0.15), transparent 44%),
    linear-gradient(165deg, var(--dea-green-dark) 0%, var(--dea-green-deep) 100%);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

.ds-exp-around__inner {
  width: min(1320px, calc(100% - var(--dea-gutter)));
  margin: 0 auto;
  padding: clamp(78px, 7vw, 114px) 0 clamp(80px, 7.5vw, 118px);
}

/* A p szándékosan nincs a resetben: a .ds-exp-around p (0-1-1)
   erősebb lenne az egyosztályos szabályoknál (0-1-0). */
.ds-exp-around h2,
.ds-exp-around h3,
.ds-exp-around dl,
.ds-exp-around dd {
  margin-top: 0;
}

/* --- Fejléc --- */

.ds-exp-around__head {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(36px, 3.8vw, 68px);
  align-items: end;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.ds-exp-around__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(34px, 3.4vw, 50px);
  color: var(--dea-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-exp-around__eyebrow > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(228, 173, 131, 0.38);
  border-radius: 50%;
  color: var(--dea-accent);
  background: rgba(228, 173, 131, 0.09);
  font-size: 11px;
  letter-spacing: 0;
}

.ds-exp-around h2 {
  max-width: 100%;
  margin-bottom: 0;
  color: var(--dea-cream);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(40px, 3.8vw, 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.048em;
}

.ds-exp-around h2 em {
  display: block;
  margin-top: 0.06em;
  color: var(--dea-accent);
  font-weight: 500;
}

.ds-exp-around__lead {
  max-width: 52ch;
  margin: 0;
  padding-bottom: 6px;
  color: var(--dea-body);
  font-size: 16px;
  line-height: 1.75;
}

/* --- Távolságlista --- */

.ds-exp-around__list {
  margin: 0;
  border-top: 1px solid var(--dea-line);
}

.ds-exp-around__row {
  display: grid;
  grid-template-columns: clamp(104px, 8vw, 132px) minmax(0, 1fr);
  gap: clamp(20px, 2.4vw, 44px);
  align-items: baseline;
  padding: clamp(24px, 2.3vw, 34px) 0;
  border-bottom: 1px solid var(--dea-line);
}

/* A felirat a szám ALATT van, nem mellette: a szám szélessége
   számjegyenként változik, ezért mellette a felirat kezdete
   soronként elcsúszna, és két számjegynél tördelne is. */
.ds-exp-around__row dt {
  display: block;
  color: var(--dea-cream);
}

/* A szám viszi a hangsúlyt, a mértékegység marad kicsi. */
.ds-exp-around__row dt b {
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  display: block;
  margin-bottom: 8px;
  font-size: clamp(44px, 3.8vw, 62px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.ds-exp-around__row dt span {
  display: block;
  color: var(--dea-label);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

/* A dd maga is rács: név és leírás külön oszlopban, így a
   sor kitölti a hajszálvonal teljes szélességét. */
.ds-exp-around__row dd {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(20px, 2.4vw, 44px);
  align-items: baseline;
  margin: 0;
}

.ds-exp-around__row h3 {
  margin-bottom: 9px;
  color: var(--dea-cream);
  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;
}

.ds-exp-around__row p {
  margin: 0;
  color: var(--dea-body);
  font-size: 15px;
  line-height: 1.68;
}

/* --- Tablet --- */

@media (max-width: 1100px) {
  .ds-exp-around__head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ds-exp-around h2 {
    max-width: 20ch;
    font-size: clamp(40px, 5.4vw, 54px);
  }

  .ds-exp-around__lead {
    max-width: 60ch;
    padding-bottom: 0;
  }

  .ds-exp-around__row {
    grid-template-columns: clamp(96px, 12vw, 120px) minmax(0, 1fr);
    gap: 28px;
  }

  .ds-exp-around__row dd {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}

/* --- Mobil: a távolság a név fölé kerül --- */

@media (max-width: 767px) {
  .ds-exp-around {
    --dea-gutter: 40px;
  }

  .ds-exp-around__inner {
    padding: 66px 0 70px;
  }

  .ds-exp-around__eyebrow {
    gap: 11px;
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .ds-exp-around__eyebrow > span {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .ds-exp-around__head {
    margin-bottom: 36px;
  }

  .ds-exp-around h2 {
    max-width: 100%;
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .ds-exp-around__lead {
    font-size: 15px;
    line-height: 1.68;
  }

  .ds-exp-around__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0 26px;
  }

  .ds-exp-around__row dt b {
    font-size: 40px;
  }

  .ds-exp-around__row dt span {
    font-size: 10px;
  }

  .ds-exp-around__row dd {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .ds-exp-around__row h3 {
    margin-bottom: 7px;
    font-size: 21px;
  }

  .ds-exp-around__row p {
    max-width: 46ch;
    font-size: 14.5px;
  }
}

@media (max-width: 360px) {
  .ds-exp-around {
    --dea-gutter: 32px;
  }

  .ds-exp-around h2 {
    font-size: 32px;
  }

  .ds-exp-around__row dt b {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af5b64f *//* ==================================================
   DUNA-SZIGET – ÉLMÉNYEK / 04 VENDÉGVÉLEMÉNYEK
   Külső Elementor konténer: ds-exp-says-container
   Padding és gap: 0. Nincs kép és nincs JavaScript.

   Ez az oldal utolsó blokkja, ezért a footerhez illeszkedik:
   a háttér a footer világos sávjának színén ér véget, és
   mobilon extra alsó hely marad a felcsúszó CTA kártyának.
   ================================================== */

.ds-exp-says-container,
.ds-exp-says-container > .e-con-inner,
.ds-exp-says-container .elementor-widget-html,
.ds-exp-says-container .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-exp-says,
.ds-exp-says *,
.ds-exp-says *::before,
.ds-exp-says *::after {
  box-sizing: border-box;
}

.ds-exp-says {
  --des-green: #10392b;
  --des-green-dark: #092b20;
  --des-cream: #f4f0e7;
  --des-paper: #fbf8f1;
  --des-orange: #c77b47;
  --des-orange-dark: #a55f34;
  --des-muted: #5c6a5f;
  --des-line: rgba(16, 57, 43, 0.15);
  --des-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. */
  --des-footer-paper: #f7f4ed;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--des-green);
  background: linear-gradient(180deg, var(--des-paper) 0%, var(--des-footer-paper) 100%);
  font-family: var(--e-global-typography-text-font-family, Manrope), Arial, sans-serif;
}

.ds-exp-says__inner {
  width: min(1320px, calc(100% - var(--des-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);
}

/* A p szándékosan nincs a resetben: a .ds-exp-says p (0-1-1)
   erősebb lenne az egyosztályos szabályoknál (0-1-0). */
.ds-exp-says h2,
.ds-exp-says ul,
.ds-exp-says blockquote {
  margin-top: 0;
}

.ds-exp-says__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(34px, 3.4vw, 50px);
  color: var(--des-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ds-exp-says__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(--des-orange-dark);
  background: rgba(199, 123, 71, 0.08);
  font-size: 11px;
  letter-spacing: 0;
}

.ds-exp-says__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(36px, 3.8vw, 68px);
  align-items: end;
  margin-bottom: clamp(44px, 4.5vw, 66px);
}

.ds-exp-says h2 {
  margin-bottom: 0;
  color: var(--des-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-exp-says h2 em {
  display: block;
  margin-top: 0.06em;
  color: var(--des-orange);
  font-weight: 500;
}

/* --- Pontszám és csillagok --- */

.ds-exp-says__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  padding-bottom: 6px;
  text-align: right;
}

/* Rács, nem baseline: kétsoros felirat mellett a baseline
   igazítás a felső sorhoz kötné a számot, és a második sor
   lelógna — ettől tűnt elcsúszottnak. */
.ds-exp-says__score {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 5px;
  align-items: center;
  justify-content: end;
  margin: 0 0 16px;
}

.ds-exp-says__score b {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--des-green-dark);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(36px, 2.9vw, 48px);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.ds-exp-says__score-label {
  grid-column: 2;
  grid-row: 2;
  color: var(--des-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* Két réteg: alul öt üres csillag, fölötte öt tele,
   a kitöltött szélességre vágva. */
/* justify-self: start — enélkül a rácselem kifeszülne a teljes
   oszlopszélességre, és a kitöltő réteg 92%-a nem a csillagsorra,
   hanem az oszlopra vonatkozna: mind az öt csillag teli lenne. */
.ds-exp-says__stars {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  display: inline-block;
  width: auto;
  line-height: 0;
}

.ds-exp-says__stars-base,
.ds-exp-says__stars-fill {
  display: flex;
  gap: 3px;
}

.ds-exp-says__stars-base {
  color: rgba(16, 57, 43, 0.26);
}

.ds-exp-says__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  color: var(--des-orange);
}

/* flex: 0 0 auto — különben a levágott rétegben
   összenyomódnának a csillagok ahelyett, hogy kilógnának. */
.ds-exp-says__stars svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

/* --- Link a profilra --- */

.ds-exp-says__reviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 9px 9px 16px;
  border: 1px solid var(--des-line);
  border-radius: 999px;
  color: var(--des-green-dark);
  background: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.ds-exp-says__reviews > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--des-cream);
  background: var(--des-green);
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ds-exp-says__reviews svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ds-exp-says .ds-exp-says__reviews:hover,
.ds-exp-says .ds-exp-says__reviews:focus-visible {
  border-color: rgba(16, 57, 43, 0.3);
  background: rgba(255, 255, 255, 0.95);
}

.ds-exp-says__reviews:hover > span,
.ds-exp-says__reviews:focus-visible > span {
  transform: translateX(3px);
}

.ds-exp-says__reviews:focus-visible {
  outline: 3px solid rgba(199, 123, 71, 0.4);
  outline-offset: 3px;
}

/* --- Vélemények --- */

.ds-exp-says__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 38px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ds-exp-says__item {
  display: flex;
}

.ds-exp-says__item blockquote {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: clamp(28px, 2.6vw, 40px) clamp(26px, 2.4vw, 36px);
  border: 1px solid var(--des-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
}

/* Idézőjel a szöveg fölött, tipográfiai jelként.
   A „ karakter tintája az em-doboz ALJÁN ül, ezért szoros
   sorköznél belelóg az első szövegsorba. Ezért kap teljes
   sorközt és külön alsó margót. */
.ds-exp-says__item blockquote::before {
  content: "\201E";
  display: block;
  margin-bottom: 14px;
  color: var(--des-orange);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.ds-exp-says__item blockquote p {
  margin: 0 0 26px;
  color: var(--des-green-dark);
  font-family: var(--e-global-typography-primary-font-family, Lora), Georgia, serif;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.012em;
}

/* auto: a név a kártya aljához tapad, így az eltérő hosszú
   idézetek alatt is egy vonalban áll. */
.ds-exp-says__item blockquote footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--des-line);
}

.ds-exp-says__item blockquote footer b {
  display: block;
  margin-bottom: 4px;
  color: var(--des-green-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.ds-exp-says__item blockquote footer span {
  display: block;
  color: var(--des-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* --- Tablet --- */

@media (max-width: 1100px) {
  .ds-exp-says__head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .ds-exp-says h2 {
    max-width: 20ch;
    font-size: clamp(38px, 5.2vw, 52px);
  }

  .ds-exp-says__rating {
    align-items: flex-start;
    justify-self: start;
    padding-bottom: 0;
    text-align: left;
  }

  .ds-exp-says__score {
    justify-content: start;
  }

  .ds-exp-says__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 720px) {
  .ds-exp-says__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* --- Mobil --- */

@media (max-width: 767px) {
  .ds-exp-says {
    --des-gutter: 40px;
  }

  .ds-exp-says__inner {
    /* Mobilon a CTA kártya margin-top: -58px-szel felcsúszik
       ebbe a blokkba, ezért itt annyival több hely kell alul. */
    padding: 66px 0 128px;
  }

  .ds-exp-says__eyebrow {
    gap: 11px;
    margin-bottom: 28px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .ds-exp-says__eyebrow > span {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .ds-exp-says__head {
    margin-bottom: 30px;
  }

  .ds-exp-says h2 {
    max-width: 100%;
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.04em;
  }

  .ds-exp-says__score b {
    font-size: 34px;
  }

  .ds-exp-says__stars svg {
    width: 16px;
    height: 16px;
  }

  .ds-exp-says__item blockquote {
    padding: 24px 22px 26px;
  }

  .ds-exp-says__item blockquote::before {
    margin-bottom: 11px;
    font-size: 40px;
  }

  .ds-exp-says__item blockquote p {
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.55;
  }
}

@media (max-width: 360px) {
  .ds-exp-says {
    --des-gutter: 32px;
  }

  .ds-exp-says h2 {
    font-size: 32px;
  }
}/* End custom CSS */