.elementor-30 .elementor-element.elementor-element-00eddcb{--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 */@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap");

/* HoliPath® final HTML/CSS
   Image assets are in /images.
*/

:root {
  --hp-bg: #f4ebdf;
  --hp-bg-light: #fbf7f0;
  --hp-text: #2a241f;
  --hp-muted: #71665c;
  --hp-gold: #b98b5e;
  --hp-gold-dark: #9d714a;
  --hp-sage: #758269;
  --hp-panel: rgba(255, 250, 243, 0.82);
  --hp-border: rgba(255, 255, 255, 0.72);
  --hp-line: rgba(107, 88, 68, 0.13);
  --hp-shadow: 0 24px 72px rgba(86, 64, 45, 0.10);
  --hp-soft-shadow: 0 14px 42px rgba(86, 64, 45, 0.075);
  --hp-radius-lg: 34px;
  --hp-radius-md: 24px;
  --hp-max: 1280px;
  --hp-heading: "Lora", Georgia, serif;
  --hp-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hp-landing,
.hp-landing *,
.hp-landing *::before,
.hp-landing *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.hp-landing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--hp-text);
  font-family: var(--hp-body);
  font-size: 16px;
  line-height: 1.72;
  overflow: hidden;
  background: radial-gradient(circle at 80% 0%, rgba(222, 200, 171, 0.33), transparent 38%),
    radial-gradient(circle at 6% 36%, rgba(255, 255, 255, 0.76), transparent 34%),
    linear-gradient(180deg, #fbf6ef 0%, var(--hp-bg) 52%, #f7efe6 100%);
}

.hp-landing a {
  color: inherit;
  text-decoration: none;
}

.hp-landing sup {
  font-size: 0.44em;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.035em;
}


/* Elementor-kompatibilis alapbeállítások */
.hp-landing h1,
.hp-landing h2,
.hp-landing h3,
.hp-landing h4,
.hp-landing p {
  margin-top: 0;
}

.hp-landing img {
  max-width: 100%;
  height: auto;
}

.elementor-widget-html .hp-landing {
  max-width: none;
}

.hp-site {
  width: min(100%, 1680px);
  margin-inline: auto;
}

.hp-header {
  width: min(calc(100% - 48px), var(--hp-max));
  min-height: 94px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 20;
}

.hp-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.hp-logo span {
  font-family: var(--hp-heading);
  font-weight: 600;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

.hp-logo small {
  color: var(--hp-muted);
  font-size: 0.74rem;
  margin-left: 4px;
}

.hp-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 40px);
  font-size: 0.92rem;
  font-weight: 700;
}

.hp-nav a {
  color: rgba(42, 36, 31, 0.78);
  transition: color 220ms ease;
}

.hp-nav a:hover {
  color: var(--hp-gold-dark);
}

.hp-top-cta,
.hp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 9px;
  color: #fffaf2;
  background: linear-gradient(135deg, var(--hp-gold), var(--hp-gold-dark));
  box-shadow: 0 14px 34px rgba(154, 108, 65, 0.18);
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.hp-top-cta:hover,
.hp-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(154, 108, 65, 0.22);
}

.hp-button--light {
  background: rgba(255, 250, 243, 0.94);
  color: var(--hp-text);
  box-shadow: none;
}

.hp-button--light:hover {
  background: #fffaf2;
  color: var(--hp-gold-dark);
}

.hp-hero {
  width: min(calc(100% - 48px), var(--hp-max));
  margin: 0 auto 34px;
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.hp-hero__copy {
  position: relative;
  z-index: 2;
}

.hp-hero h1 {
  margin: 0;
  font-family: var(--hp-heading);
  font-size: clamp(2.55rem, 4.95vw, 5.3rem);
  line-height: 1.05;
  letter-spacing: -0.058em;
  font-weight: 500;
}

.hp-meta {
  max-width: 620px;
  margin: 25px 0 0;
  color: var(--hp-muted);
  font-size: 1.03rem;
}

.hp-hero .hp-button {
  margin-top: 26px;
}

.hp-hero__image {
  min-height: 440px;
  border-radius: 32px;
  background-image:
    linear-gradient(90deg, rgba(251, 246, 239, 0.10), rgba(251, 246, 239, 0)),
    url("https://www.holipath.com/wp-content/uploads/2026/06/hero_foot.webp");
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.44);
  overflow: hidden;
}

.hp-glass-panel {
  width: min(calc(100% - 48px), var(--hp-max));
  margin: 0 auto 28px;
  position: relative;
  overflow: hidden;
  border-radius: var(--hp-radius-lg);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.66), rgba(255,250,243,0.86)),
    var(--hp-panel);
  border: 1px solid var(--hp-border);
  box-shadow: var(--hp-soft-shadow);
}

.hp-lead {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: clamp(28px, 4vw, 68px);
  align-items: center;
  padding: clamp(36px, 5vw, 68px);
}

.hp-lead__label {
  font-family: var(--hp-heading);
  color: rgba(185, 139, 94, 0.62);
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1;
}

.hp-lead h2,
.hp-section h2,
.hp-final h2,
.hp-expert-cta h2 {
  margin: 0;
  font-family: var(--hp-heading);
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 1.16;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.hp-lead p {
  margin: 14px 0 0;
  color: rgba(42, 36, 31, 0.80);
}

.hp-section {
  width: min(calc(100% - 48px), var(--hp-max));
  margin: 0 auto 28px;
  padding: clamp(52px, 6vw, 88px) clamp(28px, 5vw, 74px);
  position: relative;
}

.hp-section__intro {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hp-section__intro p {
  margin: 18px auto 0;
  color: rgba(42, 36, 31, 0.78);
}

.hp-section > h3 {
  margin: 44px auto 22px;
  text-align: center;
  font-family: var(--hp-heading);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.hp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
}

.hp-proof-grid article {
  padding: 24px clamp(18px, 2.4vw, 34px);
  text-align: center;
  border-left: 1px solid var(--hp-line);
}

.hp-proof-grid article:first-child {
  border-left: 0;
}

.hp-proof-grid span {
  display: block;
  margin-bottom: 12px;
  font-family: var(--hp-heading);
  color: rgba(185, 139, 94, 0.64);
  font-size: 1.3rem;
}

.hp-proof-grid h4 {
  margin: 0 0 12px;
  font-size: 1.03rem;
  line-height: 1.35;
}

.hp-proof-grid p {
  margin: 0;
  color: rgba(42, 36, 31, 0.73);
  font-size: 0.92rem;
}

.hp-method-grid,
.hp-gate-grid {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  margin-top: clamp(36px, 5vw, 62px);
}

.hp-method-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hp-gate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-card {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  border-radius: 28px;
  padding: clamp(28px, 3vw, 40px);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,0.76);
  box-shadow: var(--hp-soft-shadow);
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), box-shadow 420ms ease;
}

.hp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 250, 243, 0.14);
  pointer-events: none;
}

.hp-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hp-shadow);
}

.hp-card > * {
  position: relative;
  z-index: 1;
}

.hp-card h3 {
  margin: 0 0 22px;
  font-family: var(--hp-heading);
  font-size: clamp(1.28rem, 1.7vw, 1.72rem);
  line-height: 1.17;
  letter-spacing: -0.037em;
  font-weight: 500;
}

.hp-card p {
  margin: 0 0 15px;
  color: rgba(42, 36, 31, 0.78);
  font-size: 0.93rem;
}

.hp-card strong {
  display: inline-block;
  margin-bottom: 2px;
  color: rgba(42, 36, 31, 0.86);
}

.hp-card-number {
  display: block;
  margin-bottom: 18px;
  font-family: var(--hp-heading);
  color: rgba(185, 139, 94, 0.65);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.hp-card h4 {
  margin: 26px 0 6px;
  color: var(--hp-gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-center-note {
  max-width: 930px;
  margin: clamp(28px, 4vw, 46px) auto 0;
  text-align: center;
  color: rgba(42, 36, 31, 0.82);
}

.hp-story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2vw, 30px);
  margin-top: 40px;
}

.hp-story-card {
  padding: clamp(30px, 3vw, 46px);
  border-radius: 26px;
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--hp-soft-shadow);
}

.hp-story-card h3 {
  margin: 0 0 16px;
  font-family: var(--hp-heading);
  font-weight: 500;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.hp-story-card p {
  margin: 0;
  color: rgba(42, 36, 31, 0.76);
}

.hp-human-note {
  font-family: var(--hp-heading);
  color: rgba(185, 139, 94, 0.84);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.hp-faq {
  max-width: 980px;
}

.hp-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.hp-faq details {
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.78);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 10px 30px rgba(86,64,45,0.055);
  overflow: hidden;
}

.hp-faq summary {
  cursor: pointer;
  padding: 22px 26px;
  list-style: none;
  font-weight: 700;
}

.hp-faq summary::-webkit-details-marker {
  display: none;
}

.hp-faq summary::after {
  content: "+";
  float: right;
  color: var(--hp-gold-dark);
}

.hp-faq details[open] summary::after {
  content: "–";
}

.hp-faq details p {
  margin: 0;
  padding: 0 26px 26px;
  color: rgba(42,36,31,0.76);
}

.hp-expert-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: var(--hp-radius-lg);
  background:
    linear-gradient(135deg, rgba(122, 134, 108, 0.96), rgba(98, 111, 88, 0.98));
  color: #fffaf1;
  box-shadow: var(--hp-shadow);
}

.hp-expert-cta p {
  max-width: 840px;
  margin: 16px 0 0;
  color: rgba(255,250,241,0.84);
}

.hp-final {
  width: min(calc(100% - 48px), 1060px);
  margin: 36px auto 96px;
  text-align: center;
}

.hp-final p {
  max-width: 930px;
  margin: 18px auto 30px;
  color: rgba(42,36,31,0.78);
}

@media (max-width: 1180px) {
  .hp-header {
    grid-template-columns: 1fr auto;
  }

  .hp-nav {
    display: none;
  }

  .hp-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hp-hero__image {
    order: -1;
    min-height: 340px;
  }

  .hp-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-proof-grid,
  .hp-gate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hp-proof-grid article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .hp-header,
  .hp-hero,
  .hp-glass-panel,
  .hp-section,
  .hp-final {
    width: min(calc(100% - 28px), var(--hp-max));
  }

  .hp-header {
    grid-template-columns: 1fr;
    min-height: 82px;
  }

  .hp-top-cta {
    display: none;
  }

  .hp-logo span {
    font-size: 2.25rem;
  }

  .hp-hero h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .hp-hero__image {
    min-height: 250px;
    border-radius: 24px;
  }

  .hp-lead {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  .hp-lead__label {
    font-size: 2.2rem;
  }

  .hp-section {
    padding: 40px 22px;
  }

  .hp-section__intro {
    text-align: left;
  }

  .hp-lead h2,
  .hp-section h2,
  .hp-final h2,
  .hp-expert-cta h2 {
    font-size: clamp(1.9rem, 8vw, 2.75rem);
  }

  .hp-proof-grid,
  .hp-method-grid,
  .hp-gate-grid,
  .hp-story-grid,
  .hp-expert-cta {
    grid-template-columns: 1fr;
  }

  .hp-proof-grid article,
  .hp-proof-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--hp-line);
  }

  .hp-proof-grid article:first-child {
    border-top: 0;
  }

  .hp-card {
    min-height: auto;
  }
}


/* --- v2 layout corrections --- */

/* Hero is now a real cover background, not a separate picture card */
.hp-hero {
  width: min(calc(100% - 48px), var(--hp-max));
  min-height: 720px;
  margin-bottom: 34px;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  align-items: start;
  position: relative;
  padding: clamp(54px, 7vw, 92px) 0 0;
  isolation: isolate;
}

.hp-hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(251, 246, 239, 0.96) 0%, rgba(251, 246, 239, 0.82) 34%, rgba(251, 246, 239, 0.30) 56%, rgba(251, 246, 239, 0.12) 100%),
    url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png");
  background-size: cover;
  background-position: center;
}

.hp-hero::after {
  content: "";
  position: absolute;
  inset: auto calc(50% - 50vw) 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(244,235,223,0), var(--hp-bg) 86%);
  pointer-events: none;
}

.hp-hero__copy {
  padding-top: 8px;
}

.hp-hero h1 {
  max-width: 710px;
}

.hp-hero__image {
  display: none;
}

.hp-hero-lead {
  grid-column: 1 / -1;
  width: min(100%, 1120px);
  margin: clamp(54px, 7vw, 96px) auto 0;
  padding: clamp(34px, 4vw, 56px) clamp(34px, 5vw, 74px);
  border-radius: var(--hp-radius-lg);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,250,243,0.90));
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: 0 24px 70px rgba(86, 64, 45, 0.11);
  backdrop-filter: blur(7px);
}

.hp-hero-lead h2 {
  margin: 0;
  max-width: 760px;
  font-family: var(--hp-heading);
  font-size: clamp(1.8rem, 2.9vw, 3rem);
  line-height: 1.16;
  letter-spacing: -0.044em;
  font-weight: 500;
}

.hp-hero-lead p {
  max-width: 980px;
  margin: 16px 0 0;
  color: rgba(42,36,31,0.78);
}

/* Remove old lead styling impact if any remains */
.hp-lead {
  display: none;
}

/* Védőháló: softer, less strict */
.hp-trust-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,250,243,0.86)),
    url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-01-beige.png");
  background-size: cover;
  background-position: center;
}

.hp-trust-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 250, 243, 0.54);
  pointer-events: none;
}

.hp-trust-section > * {
  position: relative;
  z-index: 1;
}

.hp-proof-grid {
  margin-inline: auto;
  max-width: 1080px;
}

.hp-proof-grid article {
  background: rgba(255,250,243,0.34);
  border-radius: 20px;
  border-left: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.46);
}

.hp-proof-grid {
  gap: 14px;
}

/* Index: five cards into a calmer 3 + 2 layout */
.hp-method-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.hp-method-grid .hp-card {
  grid-column: span 2;
  min-height: 390px;
}

.hp-method-grid .hp-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.hp-method-grid .hp-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.hp-method-grid .hp-card h3 {
  font-size: clamp(1.35rem, 1.85vw, 1.9rem);
}

.hp-method-grid .hp-card p {
  font-size: 0.95rem;
}

/* 01-03 gate cards: details collapse */
.hp-gate-grid .hp-card {
  min-height: auto;
}

.hp-gate-detail {
  margin-top: 12px;
  border-radius: 16px;
  background: rgba(255,250,243,0.45);
  border: 1px solid rgba(255,255,255,0.58);
  overflow: hidden;
}

.hp-gate-detail summary {
  cursor: pointer;
  padding: 14px 16px;
  color: var(--hp-gold-dark);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  list-style: none;
}

.hp-gate-detail summary::-webkit-details-marker {
  display: none;
}

.hp-gate-detail summary::after {
  content: "+";
  float: right;
  font-size: 1rem;
  line-height: 1;
}

.hp-gate-detail[open] summary::after {
  content: "–";
}

.hp-gate-detail p {
  margin: 0;
  padding: 0 16px 16px;
}

/* Avoid old h4 styling applying after details conversion */
.hp-card h4 {
  display: none;
}

/* Dóra and Péter cards with soft backgrounds */
.hp-story-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hp-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,250,243,0.40);
  pointer-events: none;
}

.hp-story-card > * {
  position: relative;
  z-index: 1;
}

.hp-story-card--beige {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-04-blush.png");
}

.hp-story-card--sage {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-02-sage.png");
}

/* Better spacing after hero */
.hp-glass-panel:first-of-type {
  margin-top: -18px;
}

/* responsive updates */
@media (max-width: 1180px) {
  .hp-hero {
    grid-template-columns: 1fr;
    min-height: 670px;
  }

  .hp-hero::before {
    background:
      linear-gradient(180deg, rgba(251,246,239,0.96) 0%, rgba(251,246,239,0.72) 55%, rgba(251,246,239,0.28) 100%),
      url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png");
    background-size: cover;
    background-position: center;
  }

  .hp-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-method-grid .hp-card,
  .hp-method-grid .hp-card:nth-child(4),
  .hp-method-grid .hp-card:nth-child(5) {
    grid-column: auto;
  }

  .hp-method-grid .hp-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 560px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .hp-hero {
    min-height: auto;
    padding-top: 36px;
  }

  .hp-hero-lead {
    margin-top: 38px;
    padding: 28px 22px;
  }

  .hp-method-grid,
  .hp-method-grid .hp-card:nth-child(5) {
    grid-template-columns: 1fr;
    grid-column: auto;
    max-width: none;
  }

  .hp-proof-grid {
    gap: 12px;
  }
}


/* --- v3 refinements based on screenshot review --- */

/* Header/logo: final logo can point to real homepage URL later */
.hp-logo {
  min-width: 190px;
}

/* Hero: wider text column, less ugly breaking, cover background remains */
.hp-hero {
  width: min(calc(100% - 48px), var(--hp-max));
  min-height: 680px;
  grid-template-columns: minmax(410px, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(24px, 4vw, 60px);
  padding-top: clamp(42px, 5.8vw, 72px);
  align-items: start;
}

.hp-hero::before {
  background:
    linear-gradient(90deg, rgba(251, 246, 239, 0.98) 0%, rgba(251, 246, 239, 0.86) 39%, rgba(251, 246, 239, 0.36) 67%, rgba(251, 246, 239, 0.10) 100%),
    url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png");
  background-size: cover;
  background-position: center;
}

.hp-hero h1 {
  max-width: 760px;
  font-size: clamp(2.85rem, 4.15vw, 4.95rem);
  line-height: 1.075;
  letter-spacing: -0.054em;
  text-wrap: balance;
}

.hp-meta {
  max-width: 660px;
  margin-top: 20px;
  font-size: 0.99rem;
  line-height: 1.62;
}

.hp-hero .hp-button {
  margin-top: 22px;
}

/* Lead: closer to hero, smaller, more screen-friendly */
.hp-hero-lead {
  width: min(100%, 1060px);
  margin-top: clamp(36px, 5vw, 62px);
  padding: clamp(28px, 3.4vw, 44px) clamp(30px, 4.4vw, 64px);
  border-radius: 28px;
}

.hp-hero-lead h2 {
  max-width: 820px;
  font-size: clamp(1.6rem, 2.35vw, 2.55rem);
  line-height: 1.18;
  text-wrap: balance;
}

.hp-hero-lead p {
  margin-top: 12px;
  font-size: 0.96rem;
  line-height: 1.68;
}

/* Védőháló: softer and more intentional */
.hp-trust-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.76), rgba(255,250,243,0.88)),
    url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-02-sage.png");
  background-size: cover;
  background-position: center bottom;
}

.hp-trust-section::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.58), transparent 34%),
    linear-gradient(135deg, rgba(255,250,243,0.68), rgba(255,250,243,0.50));
}

.hp-trust-section .hp-section__intro {
  max-width: 980px;
}

.hp-trust-section .hp-section__intro h2 {
  color: rgba(42, 36, 31, 0.94);
}

.hp-proof-grid {
  max-width: 1120px;
  gap: 16px;
}

.hp-proof-grid article {
  padding: 28px 24px;
  background: rgba(255, 250, 243, 0.48);
  border: 1px solid rgba(255,255,255,0.58);
  backdrop-filter: blur(2px);
}

.hp-proof-grid span {
  color: rgba(185, 139, 94, 0.52);
}

/* Index cards: 3 + 2, calmer and better aligned */
.hp-method-grid {
  align-items: stretch;
}

.hp-method-grid .hp-card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 34px 28px 30px;
}

.hp-method-grid .hp-card h3 {
  text-align: center;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  text-wrap: balance;
}

.hp-method-grid .hp-card-meta {
  margin-bottom: 14px;
}

.hp-method-grid .hp-card-meta--focus {
  margin-top: 0;
}

.hp-method-grid .hp-card strong {
  font-size: 0.76rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: rgba(157, 113, 74, 0.86);
}

/* Ne módszert keress: align first text consistently under title */
.hp-gate-grid .hp-card {
  display: flex;
  flex-direction: column;
}

.hp-gate-grid .hp-card .hp-card-number {
  margin-bottom: 18px;
}

.hp-gate-grid .hp-card h3 {
  min-height: 92px;
  margin-bottom: 16px;
  text-wrap: balance;
}

.hp-gate-grid .hp-card > h3 + p {
  min-height: 86px;
  margin-bottom: 14px;
}

/* Details button rhythm */
.hp-gate-detail {
  margin-top: 10px;
}

.hp-gate-detail summary {
  background: rgba(255,250,243,0.24);
}

/* Dóra / Péter stronger colored cards */
.hp-story-grid {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.hp-story-card {
  padding: clamp(34px, 3.4vw, 54px);
  border-color: rgba(255,255,255,0.78);
}

.hp-story-card::before {
  background: rgba(255,250,243,0.22);
}

.hp-story-card--blush {
  background-image:
    linear-gradient(135deg, rgba(232, 206, 225, 0.34), rgba(255,250,243,0.10)),
    url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-04-blush.png");
}

.hp-story-card--sage {
  background-image:
    linear-gradient(135deg, rgba(206, 217, 197, 0.42), rgba(255,250,243,0.08)),
    url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-02-sage.png");
}

.hp-story-card h3 {
  color: rgba(42,36,31,0.96);
}

/* Keep final sections airy */
.hp-final {
  margin-top: 44px;
}

/* Responsive */
@media (max-width: 1180px) {
  .hp-hero {
    grid-template-columns: 1fr;
    min-height: 650px;
  }

  .hp-hero h1 {
    max-width: 760px;
  }

  .hp-hero::before {
    background:
      linear-gradient(180deg, rgba(251,246,239,0.96) 0%, rgba(251,246,239,0.80) 46%, rgba(251,246,239,0.30) 100%),
      url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png");
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 760px) {
  .hp-hero {
    min-height: auto;
    padding-top: 28px;
  }

  .hp-hero h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.9rem);
    max-width: 100%;
  }

  .hp-meta {
    font-size: 0.94rem;
  }

  .hp-hero-lead {
    margin-top: 32px;
    padding: 26px 22px;
  }

  .hp-method-grid .hp-card h3,
  .hp-gate-grid .hp-card h3,
  .hp-gate-grid .hp-card > h3 + p {
    min-height: auto;
  }

  .hp-proof-grid article {
    padding: 24px 20px;
  }
}


/* --- v4 refinements --- */

/* Hero: move copy outward/wider so the right side does not feel empty */
.hp-hero {
  width: min(calc(100% - 48px), 1400px);
  grid-template-columns: minmax(500px, 0.98fr) minmax(300px, 1.02fr);
  gap: clamp(28px, 5vw, 92px);
}

.hp-hero__copy {
  margin-left: clamp(0px, 2.2vw, 34px);
}

.hp-hero h1 {
  max-width: 860px;
  font-size: clamp(2.85rem, 4.45vw, 5.2rem);
  line-height: 1.06;
}

.hp-meta {
  max-width: 720px;
}

.hp-hero-lead {
  margin-left: auto;
  margin-right: auto;
}

/* Plain backgrounds for the two main information blocks */
.hp-trust-section,
#index.hp-glass-panel {
  background: rgba(255, 250, 243, 0.86) !important;
}

.hp-trust-section::before,
#index.hp-glass-panel::before {
  display: none !important;
}

/* Keep védőháló soft without visible stripe/line texture */
.hp-trust-section {
  box-shadow: 0 18px 58px rgba(86, 64, 45, 0.075);
}

.hp-trust-section .hp-proof-grid article {
  background: rgba(255, 255, 255, 0.38);
}

/* Method cards: make image fill the entire card and breathe properly */
.hp-method-grid {
  max-width: 1160px;
  gap: clamp(22px, 2.6vw, 34px);
}

.hp-method-grid .hp-card {
  min-height: 430px;
  padding: 38px 34px 34px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.hp-method-grid .hp-card::before {
  background: rgba(255, 250, 243, 0.04);
}

.hp-method-grid .hp-card h3 {
  min-height: 86px;
  margin-bottom: 28px;
}

.hp-method-grid .hp-card p {
  line-height: 1.58;
}

/* Gate cards: also make backgrounds fill cleanly */
.hp-gate-grid .hp-card {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Dóra and Péter: title and body start consistently */
.hp-story-grid {
  align-items: stretch;
}

.hp-story-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.hp-story-card h3 {
  min-height: 58px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

.hp-story-card p {
  margin-top: 0;
}

/* Responsive tuning */
@media (max-width: 1180px) {
  .hp-hero {
    width: min(calc(100% - 48px), var(--hp-max));
    grid-template-columns: 1fr;
  }

  .hp-hero__copy {
    margin-left: 0;
  }

  .hp-hero h1 {
    max-width: 820px;
  }
}

@media (max-width: 760px) {
  .hp-method-grid .hp-card {
    padding: 32px 26px 30px;
    min-height: auto;
  }

  .hp-method-grid .hp-card h3,
  .hp-story-card h3 {
    min-height: auto;
  }

  .hp-story-card {
    min-height: auto;
  }
}


/* --- v5 hero and card-background corrections --- */

/* Hero: no visible meta text; wider title, max 4 lines on desktop */
.hp-hero {
  width: min(calc(100% - 48px), 1480px);
  min-height: 660px;
  grid-template-columns: minmax(760px, 1.05fr) minmax(260px, 0.95fr);
  padding-top: clamp(38px, 5vw, 64px);
  gap: clamp(26px, 4vw, 80px);
}

.hp-hero::before {
  background:
    linear-gradient(90deg, rgba(251, 246, 239, 0.98) 0%, rgba(251, 246, 239, 0.88) 34%, rgba(251, 246, 239, 0.45) 56%, rgba(251, 246, 239, 0.12) 100%),
    url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png");
  background-size: cover;
  background-position: center 42%;
}

/* Add a very soft visual presence to the upper right without adding a new decorative object */
.hp-hero::after {
  height: 220px;
  background:
    radial-gradient(circle at 86% 18%, rgba(214, 184, 145, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(244,235,223,0), var(--hp-bg) 88%);
}

.hp-hero__copy {
  margin-left: clamp(0px, 2.6vw, 48px);
  max-width: 980px;
}

.hp-hero h1 {
  max-width: 980px;
  font-size: clamp(2.85rem, 3.68vw, 4.45rem);
  line-height: 1.075;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.hp-hero .hp-button {
  margin-top: 24px;
}

/* Lead: wider, flatter, slightly higher to visually connect with the hero */
.hp-hero-lead {
  width: min(100%, 1200px);
  margin-top: clamp(26px, 3.7vw, 46px);
  padding: clamp(24px, 2.8vw, 36px) clamp(34px, 5.6vw, 86px);
  display: grid;
  grid-template-columns: 0.9fr 1.9fr;
  gap: clamp(22px, 3.5vw, 54px);
  align-items: center;
}

.hp-hero-lead h2 {
  max-width: 460px;
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
}

.hp-hero-lead p {
  margin-top: 0;
  font-size: 0.95rem;
  line-height: 1.62;
}

/* Card backgrounds: use cover-safe images and slightly zoomed cover */
.hp-card,
.hp-story-card {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hp-method-grid .hp-card,
.hp-gate-grid .hp-card,
.hp-story-card {
  background-size: 115% 115% !important;
}

.hp-method-grid .hp-card::before,
.hp-gate-grid .hp-card::before {
  background: rgba(255, 250, 243, 0.02);
}

/* More internal air so the image feels like a full card background, not a pasted small image */
.hp-method-grid .hp-card {
  padding: 40px 36px 36px;
  border-radius: 30px;
}

.hp-gate-grid .hp-card {
  padding: 38px 34px 34px;
  border-radius: 30px;
}

/* Keep story backgrounds clear but stronger */
.hp-story-card--blush,
.hp-story-card--sage {
  background-size: 112% 112% !important;
}

.hp-story-card::before {
  background: rgba(255,250,243,0.16);
}

/* Desktop-specific hero title balancing */
@media (min-width: 1181px) {
  .hp-hero h1 {
    max-width: 960px;
  }
}

@media (max-width: 1180px) {
  .hp-hero {
    width: min(calc(100% - 48px), var(--hp-max));
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .hp-hero__copy {
    margin-left: 0;
    max-width: 820px;
  }

  .hp-hero h1 {
    font-size: clamp(2.6rem, 6vw, 4.4rem);
    max-width: 820px;
  }

  .hp-hero-lead {
    grid-template-columns: 1fr;
    width: min(100%, 960px);
  }

  .hp-hero-lead h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hp-hero {
    min-height: auto;
    padding-top: 26px;
  }

  .hp-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3.55rem);
  }

  .hp-hero-lead {
    margin-top: 30px;
    padding: 24px 22px;
  }
}
.hp-hero h1 {
  max-width: 780px;
  font-size: clamp(3rem, 4.2vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.hp-hero__subline {
  max-width: 660px;
  margin: 18px 0 0;
  font-family: var(--hp-heading);
  font-size: clamp(1.65rem, 2.2vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
  color: var(--hp-gold-dark);
}

.hp-hero .hp-button {
  margin-top: 28px;
}
/* --- Elementor külső felső/alsó margó eltüntetése --- */

body.elementor-page {
  margin: 0 !important;
  padding: 0 !important;
}

body.elementor-page .site,
body.elementor-page .site-main,
body.elementor-page .entry-content,
body.elementor-page .page-content,
body.elementor-page .elementor,
body.elementor-page .elementor-section,
body.elementor-page .elementor-container,
body.elementor-page .elementor-widget-html,
body.elementor-page .elementor-widget-html .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hp-landing {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* --- Történetek szakasz: csak a kártyák kapjanak képes hátteret --- */

#tortenetek.hp-glass-panel {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.66), rgba(255,250,243,0.86)),
    rgba(255, 250, 243, 0.82) !important;
  background-image:
    linear-gradient(135deg, rgba(255,255,255,0.66), rgba(255,250,243,0.86)) !important;
  background-size: auto !important;
  background-position: initial !important;
}

#tortenetek.hp-glass-panel::before {
  display: none !important;
  content: none !important;
}

#tortenetek .hp-story-card--blush {
  background-image:
    linear-gradient(135deg, rgba(232, 206, 225, 0.34), rgba(255,250,243,0.10)),
    url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-04-blush.png") !important;
  background-size: 112% 112% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#tortenetek .hp-story-card--sage {
  background-image:
    linear-gradient(135deg, rgba(206, 217, 197, 0.42), rgba(255,250,243,0.08)),
    url("https://www.holipath.com/wp-content/uploads/2026/05/card-bg-02-sage.png") !important;
  background-size: 112% 112% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}


/* --- Szakember CTA gomb javítás --- */

.hp-expert-cta .hp-button--light {
  min-width: 250px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 9px;
  background: #fffaf2 !important;
  color: #2a241f !important;
  box-shadow: none !important;
  white-space: nowrap;
  text-align: center;
}

.hp-expert-cta .hp-button--light:hover {
  background: #ffffff !important;
  color: var(--hp-gold-dark) !important;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .hp-expert-cta .hp-button--light {
    width: 100%;
    min-width: 0;
  }
}
/* --- Header logo image --- */

.hp-logo--image {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  min-width: 0;
}

.hp-logo--image img {
  display: block;
  width: clamp(132px, 11vw, 172px);
  height: auto;
  object-fit: contain;
}

.hp-logo--image span,
.hp-logo--image small {
  display: none !important;
}

@media (max-width: 760px) {
  .hp-logo--image img {
    width: 138px;
  }
}

/* --- Mobil hero finomhangolás: kisebb H1 + láthatóbb háttérkép --- */

@media (max-width: 760px) {
  .hp-hero {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .hp-hero h1 {
    font-size: clamp(1.rem, 7.4vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    max-width: 100%;
  }

  .hp-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(251, 246, 239, 0.78) 0%,
        rgba(251, 246, 239, 0.58) 42%,
        rgba(251, 246, 239, 0.24) 100%
      ),
      url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png");
    background-size: cover;
    background-position: center top;
  }

  .hp-hero::after {
    height: 120px;
    background: linear-gradient(180deg, rgba(244,235,223,0), var(--hp-bg) 92%);
  }
}

/* --- FINAL mobile hero fix: kisebb H1 + láthatóbb háttér --- */

@media (max-width: 760px) {
  .hp-hero {
    padding-top: 20px !important;
    padding-bottom: 34px !important;
  }

  .hp-hero h1 {
    font-size: clamp(2rem, 7vw, 2.25rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    max-width: 100% !important;
  }

  .hp-hero h1 br {
    display: none;
  }

  .hp-hero__subline {
    font-size: clamp(1.08rem, 5.2vw, 1.42rem) !important;
    line-height: 1.22 !important;
    margin-top: 14px !important;
  }

  .hp-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(251, 246, 239, 0.56) 0%,
        rgba(251, 246, 239, 0.40) 48%,
        rgba(251, 246, 239, 0.18) 100%
      ),
      url("https://www.holipath.com/wp-content/uploads/2026/05/hero-bg.png") !important;
    background-size: cover !important;
    background-position: center top !important;
  }
}

/* --- Mobil hamburger menü --- */

.hp-mobile-menu {
  display: none;
}

@media (max-width: 1180px) {
  .hp-header {
    grid-template-columns: 1fr auto auto !important;
    position: relative;
  }

  .hp-mobile-menu {
    display: block;
    justify-self: end;
    position: relative;
    z-index: 50;
  }

  .hp-mobile-menu summary {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 250, 243, 0.82);
    border: 1px solid rgba(42, 36, 31, 0.14);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 12px;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 10px 28px rgba(86, 64, 45, 0.10);
  }

  .hp-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .hp-mobile-menu summary span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--hp-text);
    border-radius: 999px;
  }

  .hp-mobile-menu__panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(280px, calc(100vw - 28px));
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 250, 243, 0.96);
    border: 1px solid rgba(255,255,255,0.78);
    box-shadow: 0 22px 60px rgba(86, 64, 45, 0.16);
    backdrop-filter: blur(8px);
    display: grid;
    gap: 12px;
  }

  .hp-mobile-menu__panel a {
    font-weight: 700;
    color: rgba(42, 36, 31, 0.84);
    padding: 8px 4px;
  }

  .hp-mobile-menu__cta {
    margin-top: 6px;
    padding: 12px 16px !important;
    border-radius: 10px;
    color: #fffaf2 !important;
    background: linear-gradient(135deg, var(--hp-gold), var(--hp-gold-dark));
    text-align: center;
  }
}

@media (max-width: 760px) {
  .hp-header {
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    min-height: 76px !important;
  }

  .hp-logo--image img {
    width: 128px !important;
  }
}
/* --- CTA finomítás: hero + felső menü + mobil menü --- */ .hp-hero .hp-button, .hp-top-cta, .hp-mobile-menu__cta { color: #fff8ee !important; background: linear-gradient(135deg, #b98b5e 0%, #9d714a 100%) !important; border: 1px solid rgba(255, 248, 238, 0.34) !important; box-shadow: 0 14px 34px rgba(157, 113, 74, 0.18) !important; font-weight: 600 !important; letter-spacing: 0.005em !important; text-shadow: 0 1px 1px rgba(68, 45, 28, 0.16); } .hp-hero .hp-button:hover, .hp-top-cta:hover, .hp-mobile-menu__cta:hover { color: #fffaf2 !important; background: linear-gradient(135deg, #c49a6f 0%, #a87950 100%) !important; box-shadow: 0 18px 42px rgba(157, 113, 74, 0.22) !important; } /* Hero CTA kicsit lágyabb mobilon */ @media (max-width: 760px) { .hp-hero .hp-button { width: 100%; max-width: 340px; min-height: 46px; padding: 0 18px; font-size: 0.88rem; line-height: 1.25; text-align: center; } .hp-mobile-menu__cta { color: #fff8ee !important; } }

.hp-hero .hp-button, .hp-top-cta, .hp-mobile-menu__cta, .hp-final .hp-button { color: #fff8ee !important; background: linear-gradient(135deg, #b98b5e 0%, #9d714a 100%) !important; border: 1px solid rgba(255, 248, 238, 0.34) !important; box-shadow: 0 14px 34px rgba(157, 113, 74, 0.18) !important; font-weight: 600 !important; letter-spacing: 0.005em !important; text-shadow: 0 1px 1px rgba(68, 45, 28, 0.16); } .hp-hero .hp-button:hover, .hp-top-cta:hover, .hp-mobile-menu__cta:hover, .hp-final .hp-button:hover { color: #fffaf2 !important; background: linear-gradient(135deg, #c49a6f 0%, #a87950 100%) !important; box-shadow: 0 18px 42px rgba(157, 113, 74, 0.22) !important; }

/* --- HoliPath® globális menü + pluginből átvett lábléc a landoló oldalhoz --- */
.hp-landing {
  --hp-shell-bg: #fbf7ef;
  --hp-shell-sage-dark: #66745d;
  --hp-shell-gold: #b98b5e;
  --hp-shell-gold-dark: #9d714a;
  --hp-shell-text: #2a241f;
  --hp-shell-muted: #71665c;
  --hp-final-soft-shadow: 0 22px 58px rgba(86, 64, 45, 0.075);
}

.hp-landing .holipath-shell-nav,
.hp-landing .holipath-shell-nav *,
.hp-landing .holipath-shell-footer,
.hp-landing .holipath-shell-footer * {
  box-sizing: border-box;
}

.hp-landing .holipath-shell-nav {
  width: min(calc(100% - 48px), 1180px);
  margin: 22px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 48px rgba(86, 64, 45, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
  z-index: 80;
  overflow: visible;
}

.hp-landing .holipath-shell-nav__logo,
.hp-landing .holipath-shell-footer__logo {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

.hp-landing .holipath-shell-nav__logo img {
  display: block !important;
  width: clamp(132px, 10vw, 172px) !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

.hp-landing .holipath-shell-nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.7vw, 22px);
  min-width: 0;
  flex-wrap: wrap;
}

.hp-landing .holipath-shell-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.hp-landing .holipath-shell-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.45rem 0.15rem;
  color: rgba(42, 36, 31, 0.76) !important;
  font-family: var(--hp-body, system-ui, sans-serif);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.hp-landing .holipath-shell-nav__link:hover,
.hp-landing .holipath-shell-nav__link.is-active {
  color: var(--hp-shell-sage-dark) !important;
}

.hp-landing .holipath-shell-nav__link.is-active {
  background: rgba(255, 253, 248, 0.46) !important;
  box-shadow: none !important;
  font-size: 1.015em !important;
  font-weight: 760 !important;
  letter-spacing: 0.006em !important;
}

.hp-landing .holipath-shell-nav__link.is-active::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 0.38rem !important;
  width: 22px !important;
  height: 1px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(185, 139, 94, 0), rgba(185, 139, 94, 0.72), rgba(185, 139, 94, 0)) !important;
  opacity: 0.9 !important;
  transform: translateX(-50%) !important;
}

.hp-landing .holipath-shell-nav__link--cta {
  padding: 0.55rem 1rem;
  color: #fffaf2 !important;
  background: linear-gradient(135deg, var(--hp-shell-gold), var(--hp-shell-gold-dark));
  box-shadow: 0 12px 28px rgba(157, 113, 74, 0.16);
}

.hp-landing .holipath-shell-nav__link--cta:hover {
  color: #fffaf2 !important;
  transform: translateY(-1px);
}

.hp-landing .holipath-shell-nav__link--cta.is-active {
  color: #66745d !important;
  background: rgba(255, 253, 248, 0.54) !important;
  border-color: rgba(117, 130, 105, 0.16) !important;
  box-shadow: none !important;
}

.hp-landing .holipath-shell-nav__caret {
  margin-left: 0.32rem;
  font-size: 0.8em;
  transform: translateY(-1px);
  opacity: 0.72;
}

.hp-landing .holipath-shell-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 120;
  width: 244px;
  padding: 10px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(102, 116, 88, 0.16);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--hp-final-soft-shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
}

.hp-landing .holipath-shell-nav__item--has-children:hover .holipath-shell-nav__dropdown,
.hp-landing .holipath-shell-nav__item--has-children:focus-within .holipath-shell-nav__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.hp-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link {
  justify-content: flex-start;
  min-height: 38px;
  padding: 0.58rem 0.72rem;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 700;
}

.hp-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link:hover,
.hp-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link.is-active {
  color: #66745d !important;
  background: rgba(117, 130, 105, 0.045) !important;
}

.hp-landing .holipath-shell-nav__mobile {
  display: none;
}

.hp-landing .holipath-shell-footer {
  width: min(1120px, calc(100% - 2rem));
  margin: clamp(3rem, 7vw, 5.5rem) auto clamp(1.25rem, 4vw, 2.5rem);
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  color: #fff8eb;
  background: linear-gradient(135deg, #7a876b 0%, #46543d 100%);
  box-shadow: 0 26px 80px rgba(54, 62, 45, 0.22);
}

.hp-landing .holipath-shell-footer a,
.hp-landing .holipath-shell-footer p,
.hp-landing .holipath-shell-footer span,
.hp-landing .holipath-shell-footer h2 {
  color: #fff8eb !important;
}

.hp-landing .holipath-shell-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.hp-landing .holipath-shell-footer__brand {
  max-width: 390px;
}

.hp-landing .holipath-shell-footer__logo img {
  display: block !important;
  width: clamp(150px, 14vw, 210px) !important;
  height: auto !important;
  max-height: 68px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) saturate(0.25) sepia(0.2) !important;
}

.hp-landing .holipath-shell-footer__brand p {
  margin: 1rem 0 0;
  color: rgba(255, 248, 235, 0.82) !important;
  font-size: 0.96rem;
  line-height: 1.68;
}

.hp-landing .holipath-shell-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}

.hp-landing .holipath-shell-footer__column {
  display: grid;
  gap: 0.62rem;
  align-content: start;
}

.hp-landing .holipath-shell-footer__column h2 {
  margin: 0 0 0.35rem;
  color: rgba(255, 248, 235, 0.88) !important;
  font-family: var(--hp-body, system-ui, sans-serif);
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.hp-landing .holipath-shell-footer__column a {
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none !important;
}

.hp-landing .holipath-shell-footer__column a:hover {
  color: #ffffff !important;
}

.hp-landing .holipath-shell-footer__bottom {
  margin-top: clamp(28px, 4vw, 44px);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 248, 235, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
  color: rgba(255, 248, 235, 0.66) !important;
  font-size: 0.8rem;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .hp-landing .holipath-shell-nav__links {
    display: none;
  }

  .hp-landing .holipath-shell-nav__mobile {
    display: block;
    position: relative;
    z-index: 130;
  }

  .hp-landing .holipath-shell-nav__mobile summary {
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 12px;
    border-radius: 14px;
    border: 1px solid rgba(107, 88, 68, 0.12);
    background: rgba(255, 252, 247, 0.82);
    box-shadow: 0 10px 24px rgba(86, 64, 45, 0.08);
    cursor: pointer;
    list-style: none;
  }

  .hp-landing .holipath-shell-nav__mobile summary::-webkit-details-marker {
    display: none;
  }

  .hp-landing .holipath-shell-nav__mobile > summary span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--hp-shell-text);
  }

  .hp-landing .holipath-shell-nav__mobile-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(300px, calc(100vw - 36px));
    padding: 16px;
    display: grid;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 22px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 22px 60px rgba(86, 64, 45, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link {
    justify-content: flex-start;
    padding: 0.68rem 0.75rem;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link.is-active {
    justify-content: flex-start !important;
    padding-right: 0.75rem !important;
    color: #66745d !important;
    background: rgba(117, 130, 105, 0.055) !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link.is-active::after {
    position: static !important;
    width: 18px !important;
    height: 1px !important;
    margin-left: 0.46rem !important;
    transform: none !important;
    flex: 0 0 auto !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--cta {
    justify-content: center;
    margin-top: 4px;
    color: #fffaf2 !important;
  }

  .hp-landing .holipath-shell-nav__mobile-group {
    border-radius: 16px;
    background: rgba(117, 130, 105, 0.055);
    border: 1px solid rgba(117, 130, 105, 0.10);
    overflow: hidden;
  }

  .hp-landing .holipath-shell-nav__mobile-group > summary {
    width: 100% !important;
    height: auto !important;
    min-height: 42px !important;
    padding: 0.68rem 0.75rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.7rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(42, 36, 31, 0.82) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  .hp-landing .holipath-shell-nav__mobile-group > summary span {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .hp-landing .holipath-shell-nav__mobile-subpanel {
    display: grid;
    gap: 3px;
    padding: 0 8px 10px;
  }

  .hp-landing .holipath-shell-nav__mobile-subpanel .holipath-shell-nav__link {
    min-height: 36px;
    padding-left: 1rem !important;
    font-size: 0.88rem;
    color: rgba(42, 36, 31, 0.70) !important;
  }
}

@media (max-width: 900px) {
  .hp-landing .holipath-shell-footer__inner,
  .hp-landing .holipath-shell-footer__columns {
    grid-template-columns: 1fr;
  }

  .hp-landing .holipath-shell-footer__brand {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hp-landing .holipath-shell-nav {
    width: min(calc(100% - 28px), 1180px);
    margin-top: 14px;
    border-radius: 20px;
  }

  .hp-landing .holipath-shell-nav__logo img {
    width: 128px !important;
  }

  .hp-landing .holipath-shell-footer {
    width: min(calc(100% - 28px), 1180px);
    margin-top: 46px;
    padding: 28px 22px;
    border-radius: 24px;
  }

  .hp-landing .holipath-shell-footer__logo img {
    width: 150px !important;
  }

  .hp-landing .holipath-shell-footer__bottom {
    display: grid;
    justify-content: stretch;
  }
}

/* --- v0.11.32: szalag fejléc + vízszintes csúszka javítás ---
   A korábbi, kártyaszerű / lebegő menü helyett teljes szélességű felső szalagot használunk.
   A 100vw + calc(50% - 50vw) kombináció okozta vízszintes túlfutás ellen is védünk. */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

.hp-landing {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

@supports (overflow: clip) {
  .hp-landing {
    overflow-x: clip !important;
  }
}

.hp-site {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

@supports (overflow: clip) {
  .hp-site {
    overflow-x: clip !important;
  }
}

.elementor-widget-html .hp-landing,
.elementor-widget-html .hp-site {
  width: 100% !important;
  max-width: 100% !important;
}

.hp-landing .holipath-shell-nav {
  width: 100% !important;
  max-width: none !important;
  min-height: 68px !important;
  margin: 0 0 clamp(1.4rem, 3.6vw, 3.6rem) !important;
  padding: 0.78rem clamp(1.25rem, 4.8vw, 6rem) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(102, 116, 88, 0.16) !important;
  border-radius: 0 !important;
  color: #2d2a22 !important;
  background: rgba(255, 253, 248, 0.88) !important;
  box-shadow: 0 10px 32px rgba(73, 83, 61, 0.08) !important;
  backdrop-filter: blur(18px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.05) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  overflow: visible !important;
}

.hp-landing .holipath-shell-nav__logo {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.hp-landing .holipath-shell-nav__logo img {
  display: block !important;
  width: clamp(106px, 10vw, 136px) !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
}

.hp-landing .holipath-shell-nav__links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(0.72rem, 1.8vw, 1.7rem) !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  flex-wrap: nowrap !important;
}

.hp-landing .holipath-shell-nav__item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.hp-landing .holipath-shell-nav__link,
.hp-landing .holipath-shell-nav__mobile summary {
  color: #2d2a22 !important;
  font-family: var(--hp-body, Manrope, system-ui, sans-serif) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
  min-height: 38px !important;
  padding: 0.42rem 0.1rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.hp-landing .holipath-shell-nav__link:hover,
.hp-landing .holipath-shell-nav__link.is-active {
  color: #66745d !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.hp-landing .holipath-shell-nav__link.is-active {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.hp-landing .holipath-shell-nav__link.is-active::after {
  bottom: -0.02rem !important;
  width: 22px !important;
  height: 1px !important;
  background: #758269 !important;
  opacity: 0.68 !important;
}

.hp-landing .holipath-shell-nav__link--cta,
.hp-landing .holipath-shell-nav__link--account {
  padding: 0.72rem 1.1rem !important;
  color: #fffaf2 !important;
  background: linear-gradient(135deg, #758269, #46543d) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 12px 24px rgba(70, 84, 61, 0.20) !important;
  text-shadow: none !important;
}

.hp-landing .holipath-shell-nav__link--cta:hover,
.hp-landing .holipath-shell-nav__link--account:hover,
.hp-landing .holipath-shell-nav__link--cta.is-active,
.hp-landing .holipath-shell-nav__link--account.is-active {
  color: #fffaf2 !important;
  background: linear-gradient(135deg, #7f8d72, #4d5d43) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 30px rgba(70, 84, 61, 0.24) !important;
}

.hp-landing .holipath-shell-nav__link--cta.is-active::after,
.hp-landing .holipath-shell-nav__link--account.is-active::after {
  display: none !important;
}

.hp-landing .holipath-shell-nav__dropdown {
  top: calc(100% + 12px) !important;
  border: 1px solid rgba(102, 116, 88, 0.16) !important;
  border-radius: 18px !important;
  background: rgba(255, 253, 248, 0.96) !important;
  box-shadow: 0 22px 58px rgba(86, 64, 45, 0.12) !important;
}

.hp-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link {
  justify-content: flex-start !important;
  white-space: normal !important;
}

.hp-landing .holipath-shell-nav__mobile {
  flex: 0 0 auto !important;
}

@media (max-width: 1040px) {
  .hp-landing .holipath-shell-nav {
    min-height: 64px !important;
    padding-inline: 1rem !important;
    margin-bottom: 1.6rem !important;
  }

  .hp-landing .holipath-shell-nav__links {
    display: none !important;
  }

  .hp-landing .holipath-shell-nav__mobile {
    display: block !important;
  }

  .hp-landing .holipath-shell-nav__mobile summary {
    width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(102, 116, 88, 0.16) !important;
    border-radius: 14px !important;
    background: rgba(255, 253, 248, 0.92) !important;
    box-shadow: 0 10px 24px rgba(86, 64, 45, 0.08) !important;
  }

  .hp-landing .holipath-shell-nav__mobile > summary span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #2d2a22 !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel {
    right: 0 !important;
    width: min(300px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    border: 1px solid rgba(102, 116, 88, 0.16) !important;
    border-radius: 20px !important;
    background: rgba(255, 253, 248, 0.97) !important;
    box-shadow: 0 22px 58px rgba(86, 64, 45, 0.14) !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link {
    justify-content: flex-start !important;
    white-space: normal !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--cta,
  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--account {
    justify-content: center !important;
    color: #fffaf2 !important;
    white-space: normal !important;
  }
}

@media (max-width: 700px) {
  .hp-landing .holipath-shell-nav {
    margin-bottom: 1.3rem !important;
  }
}

/* Biztonsági fogás a gyakran kilógó Elementor/WP konténerekre. */
body.elementor-page,
body.elementor-template-canvas,
body.elementor-template-full-width {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
/* Dropdown főmenüpont javítás: ne irányítson, és ne zárjon be egérlehúzáskor */

.holipath-shell-nav__item--has-children {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 64px;
}

.holipath-shell-nav__trigger {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: default;
  padding: 0;
  color: inherit;
}

.holipath-shell-nav__item--has-children::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 18px;
}

.holipath-shell-nav__dropdown {
  top: calc(100% + 10px);
  z-index: 999;
}

.holipath-shell-nav__item--has-children:hover .holipath-shell-nav__dropdown,
.holipath-shell-nav__item--has-children:focus-within .holipath-shell-nav__dropdown,
.holipath-shell-nav__dropdown:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.holipath-shell-nav__item--has-children:hover .holipath-shell-nav__caret,
.holipath-shell-nav__item--has-children:focus-within .holipath-shell-nav__caret {
  transform: rotate(180deg);
}
/* --- Elvonuló helyek blokk gombszín javítás --- */

#elvonulo-terek .hp-button,
.hp-retreat-home-section .hp-button {
    margin-top: 18px !important;
  color: #fffaf2 !important;
  background: linear-gradient(135deg, #b98b5e 0%, #9d714a 100%) !important;
  border: 1px solid rgba(255, 248, 238, 0.34) !important;
  box-shadow: 0 14px 34px rgba(157, 113, 74, 0.18) !important;
  text-shadow: 0 1px 1px rgba(68, 45, 28, 0.16) !important;
}

#elvonulo-terek .hp-button:hover,
.hp-retreat-home-section .hp-button:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #c49a6f 0%, #a87950 100%) !important;
}
/* FINAL HERO BACKGROUND OVERRIDE */

.hp-landing .hp-hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(251, 246, 239, 0.96) 0%,
      rgba(251, 246, 239, 0.78) 36%,
      rgba(251, 246, 239, 0.28) 64%,
      rgba(251, 246, 239, 0.08) 100%
    ),
    url("https://www.holipath.com/wp-content/uploads/2026/06/hero_foot.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 760px) {
  .hp-landing .hp-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(251, 246, 239, 0.56) 0%,
        rgba(251, 246, 239, 0.40) 48%,
        rgba(251, 246, 239, 0.18) 100%
      ),
      url("IDE_JÖJJÖN_A_HELYES_HERO_KÉP_LINK") !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
}
/* --- FINAL HERO FINOMHANGOLÁS --- */
/* Felső üres sáv levétele, láb jobbra húzása, mobilon háttér a szöveg mögé */

.hp-landing .holipath-shell-nav {
  margin-bottom: 0 !important;
}

.hp-landing #top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hp-landing .hp-hero {
  margin-top: 0 !important;
  padding-top: clamp(8px, 1.4vw, 18px) !important;
  min-height: 620px !important;
}

.hp-landing .hp-hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(251, 246, 239, 0.94) 0%,
      rgba(251, 246, 239, 0.76) 30%,
      rgba(251, 246, 239, 0.28) 56%,
      rgba(251, 246, 239, 0.04) 100%
    ),
    url(https://www.holipath.com/wp-content/uploads/2026/06/hero_foot.webp.png") !important;

  background-size: cover !important;
  background-position: 72% 38% !important;
  background-repeat: no-repeat !important;
}

.hp-landing .hp-hero__copy {
  padding-top: clamp(18px, 3vw, 42px) !important;
}

/* Mobil: a kép kerüljön ténylegesen a szöveg mögé, de olvasható maradjon */
@media (max-width: 760px) {
  .hp-landing .hp-hero {
    width: 100% !important;
    min-height: 560px !important;
    margin-top: 0 !important;
    padding: 34px 18px 42px !important;
    display: flex !important;
    align-items: flex-start !important;
  }

  .hp-landing .hp-hero::before {
    inset: 0 !important;
    background:
      linear-gradient(
        180deg,
        rgba(251, 246, 239, 0.58) 0%,
        rgba(251, 246, 239, 0.48) 42%,
        rgba(251, 246, 239, 0.72) 100%
      ),
      url("https://www.holipath.com/wp-content/uploads/2026/06/hero_foot.webp") !important;

    background-size: cover !important;
    background-position: 62% top !important;
    background-repeat: no-repeat !important;
  }

  .hp-landing .hp-hero::after {
    height: 140px !important;
    background: linear-gradient(
      180deg,
      rgba(244, 235, 223, 0),
      var(--hp-bg) 92%
    ) !important;
  }

  .hp-landing .hp-hero__copy {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 24px 22px 22px !important;
    border-radius: 24px !important;
    background: rgba(255, 250, 243, 0.72) !important;
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 18px 48px rgba(86, 64, 45, 0.14) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
  }

  .hp-landing .hp-hero h1 {
    font-size: clamp(2.05rem, 8.2vw, 2.7rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    text-shadow: 0 1px 1px rgba(255, 250, 243, 0.65) !important;
  }

  .hp-landing .hp-hero__subline {
    font-size: clamp(1.08rem, 5vw, 1.38rem) !important;
    line-height: 1.24 !important;
    color: #8f6642 !important;
    text-shadow: 0 1px 1px rgba(255, 250, 243, 0.72) !important;
  }

  .hp-landing .hp-hero .hp-button {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* --- MOBIL HERO CSÚSZÁS JAVÍTÁS --- */

@media (max-width: 760px) {
  .hp-landing .hp-hero {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 34px 18px 46px !important;
    overflow: hidden !important;
  }

  .hp-landing .hp-hero::before {
    inset: 0 !important;
    background:
      linear-gradient(
        180deg,
        rgba(251, 246, 239, 0.46) 0%,
        rgba(251, 246, 239, 0.54) 48%,
        rgba(244, 235, 223, 0.94) 100%
      ),
      url("https://www.holipath.com/wp-content/uploads/2026/06/hero_foot.webp") !important;
    background-size: cover !important;
    background-position: 64% top !important;
    background-repeat: no-repeat !important;
  }

  .hp-landing .hp-hero__copy {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 24px 22px 22px !important;
    border-radius: 24px !important;
    background: rgba(255, 250, 243, 0.76) !important;
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 18px 48px rgba(86, 64, 45, 0.14) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
  }

  .hp-landing .hp-hero h1 {
    font-size: clamp(2rem, 8.6vw, 2.65rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .hp-landing .hp-hero__subline {
    font-size: clamp(1.05rem, 4.8vw, 1.34rem) !important;
    line-height: 1.24 !important;
    margin-top: 14px !important;
  }

  .hp-landing .hp-hero .hp-button {
    width: 100% !important;
    margin-top: 20px !important;
    text-align: center !important;
  }

  .hp-landing .hp-hero-lead {
    width: 100% !important;
    max-width: 420px !important;
    margin: 28px auto 0 !important;
    display: block !important;
    grid-column: 1 / -1 !important;
    padding: 24px 22px !important;
    border-radius: 24px !important;
  }

  .hp-landing .hp-hero-lead h2 {
    max-width: none !important;
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
    line-height: 1.16 !important;
  }

  .hp-landing .hp-hero-lead p {
    margin-top: 12px !important;
    font-size: 0.92rem !important;
    line-height: 1.62 !important;
  }
}
/* --- HERO UTÁNI LEAD KÁRTYA: MINIMÁL, MEGNYUGTATÓ HÁTTÉR --- */

.hp-landing .hp-hero-lead {
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(117, 130, 105, 0.10),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 76%,
      rgba(185, 139, 94, 0.09),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(255, 252, 246, 0.88),
      rgba(248, 239, 226, 0.82)
    ) !important;

  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 18px 54px rgba(86, 64, 45, 0.08) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}
/* --- Index kártyák: kép lelke vissza, szöveg olvasható marad --- */

.hp-landing #index .hp-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 14px 36px rgba(86, 64, 45, 0.10) !important;
}

/* Nem tejüveg, csak puha olvasási fátyol */
.hp-landing #index .hp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255, 250, 243, 0.68) 0%,
      rgba(255, 250, 243, 0.54) 48%,
      rgba(255, 250, 243, 0.42) 100%
    ) !important;
  pointer-events: none;
}

/* Finom melegítés, hogy ne legyen nyers fotóhatás */
.hp-landing #index .hp-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle at 18% 14%,
      rgba(255, 255, 255, 0.32),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      rgba(185, 139, 94, 0.08),
      rgba(117, 130, 105, 0.05)
    ) !important;
  pointer-events: none;
}

.hp-landing #index .hp-card > * {
  position: relative;
  z-index: 1;
}

/* Képek csak az Index blokkban */
.hp-landing #index .hp-card--beige {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/hid.webp") !important;
  background-position: center center !important;
}

.hp-landing #index .hp-card--sage {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/vizcsepp-level.webp") !important;
  background-position: center center !important;
}

.hp-landing #index .hp-card--peach {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/coaching.webp") !important;
  background-position: center center !important;
}

.hp-landing #index .hp-card--blush {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/alagut.webp") !important;
  background-position: center center !important;
}

.hp-landing #index .hp-card--cool {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/gomba2.webp") !important;
  background-position: center center !important;
}

/* Szöveg erősítése */
.hp-landing #index .hp-card h3 {
  color: #2a241f !important;
  text-shadow: 0 1px 2px rgba(255, 250, 243, 0.88) !important;
}

.hp-landing #index .hp-card p {
  color: rgba(42, 36, 31, 0.88) !important;
  text-shadow: 0 1px 2px rgba(255, 250, 243, 0.82) !important;
}

.hp-landing #index .hp-card strong {
  color: #8f6642 !important;
  text-shadow: 0 1px 2px rgba(255, 250, 243, 0.86) !important;
}
/* --- Index kártyák: erősebb, olvashatóbb szöveg --- */

.hp-landing #index .hp-card h3 {
  color: #241f1a !important;
  text-shadow: 0 1px 3px rgba(255, 250, 243, 0.95) !important;
}

.hp-landing #index .hp-card p {
  color: #000 !important;
  text-shadow: 0 1px 3px rgba(255, 250, 243, 0.88) !important;
}

.hp-landing #index .hp-card strong {
  color: #7c5739 !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 3px rgba(255, 250, 243, 0.92) !important;
}

/* A kis kategória sorok legyenek picit határozottabbak */
.hp-landing #index .hp-card-meta {
  color: #302720 !important;
}

.hp-landing #index .hp-card-meta--focus strong,
.hp-landing #index .hp-card strong {
  letter-spacing: 0.075em !important;
}
.hp-landing #index .hp-card h3 {
  background: rgba(255, 250, 243, 0.28) !important;
  border-radius: 14px !important;
  padding: 6px 8px !important;
}

/* --- Elvonuló helyek blokk: finom, természetes képháttér --- */

.hp-landing #elvonulo-terek.hp-retreat-home-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 243, 0.88)),
    rgba(255, 250, 243, 0.86) !important;
}

.hp-landing #elvonulo-terek .hp-story-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 270px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
}

/* Olvasható, de nem túl tejüveges réteg */
.hp-landing #elvonulo-terek .hp-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 243, 0.78),
      rgba(248, 239, 226, 0.58)
    ) !important;
  pointer-events: none;
}

/* Finom meleg fény, hogy illeszkedjen a HoliPath® palettához */
.hp-landing #elvonulo-terek .hp-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(255, 255, 255, 0.36),
      transparent 42%
    ),
    linear-gradient(
      135deg,
      rgba(185, 139, 94, 0.08),
      rgba(117, 130, 105, 0.06)
    ) !important;
  pointer-events: none;
}

.hp-landing #elvonulo-terek .hp-story-card > * {
  position: relative;
  z-index: 1;
}

/* 1. Elvonuló helyet keresek */
.hp-landing #elvonulo-terek .hp-story-card:nth-child(1) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/kigyogomba.webp") !important;
  background-position: center center !important;
}

/* 2. Helyszínt vagy programot hirdetek */
.hp-landing #elvonulo-terek .hp-story-card:nth-child(2) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/megoldas.webp") !important;
  background-position: center center !important;
}

/* Szöveg erősítés */
.hp-landing #elvonulo-terek .hp-story-card h3 {
  color: #241f1a !important;
  text-shadow: 0 1px 3px rgba(255, 250, 243, 0.92) !important;
}

.hp-landing #elvonulo-terek .hp-story-card p {
  color: #332b24 !important;
  text-shadow: 0 1px 3px rgba(255, 250, 243, 0.86) !important;
}

.hp-landing #elvonulo-terek .hp-story-card .hp-button {
  margin-top: 22px !important;
}
/* --- Hero alatti átmenet puhítása --- */

.hp-landing .hp-hero::after {
  content: "";
  position: absolute;
  inset: auto calc(50% - 50vw) -1px;
  height: 200px !important;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 72% 0%,
      rgba(244, 235, 223, 0.02) 0%,
      rgba(244, 235, 223, 0.42) 38%,
      rgba(244, 235, 223, 0.82) 72%,
      var(--hp-bg) 100%
    ),
    linear-gradient(
      180deg,
      rgba(244, 235, 223, 0) 0%,
      rgba(244, 235, 223, 0.76) 62%,
      var(--hp-bg) 100%
    ) !important;
}
/* --- Csendesebb, egységesebb középső blokkok --- */
/* Védőháló, Ne módszert keress, Dóra/Péter */

.hp-landing #vedohalo,
.hp-landing #kereses,
.hp-landing #tortenetek {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(255, 255, 255, 0.46),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 250, 243, 0.88),
      rgba(247, 238, 225, 0.76)
    ) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 16px 46px rgba(86, 64, 45, 0.06) !important;
}
/* --- Védőháló: kevésbé dobozos, puhább belső elemek --- */

.hp-landing #vedohalo .hp-proof-grid {
  gap: 14px !important;
}

.hp-landing #vedohalo .hp-proof-grid article {
  background: rgba(255, 250, 243, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.46) !important;
  box-shadow: none !important;
  border-radius: 20px !important;
}

.hp-landing #vedohalo .hp-proof-grid span {
  color: rgba(185, 139, 94, 0.46) !important;
}

.hp-landing #vedohalo .hp-proof-grid h4 {
  color: #2a241f !important;
}

.hp-landing #vedohalo .hp-proof-grid p {
  color: rgba(42, 36, 31, 0.70) !important;
}
/* --- Ne módszert keress: finomabb, nem harsány kártyák --- */

.hp-landing #kereses {
  background:
    linear-gradient(
      180deg,
      rgba(244, 235, 223, 0.18),
      rgba(244, 235, 223, 0.04)
    ) !important;
  box-shadow: none !important;
  border: 0 !important;
}

.hp-landing #kereses .hp-card {
  background:
    radial-gradient(
      circle at 16% 10%,
      rgba(255, 255, 255, 0.52),
      transparent 36%
    ),
    linear-gradient(
      135deg,
      rgba(255, 250, 243, 0.88),
      rgba(248, 239, 226, 0.74)
    ) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 12px 34px rgba(86, 64, 45, 0.055) !important;
}

.hp-landing #kereses .hp-card::before,
.hp-landing #kereses .hp-card::after {
  display: none !important;
}

.hp-landing #kereses .hp-card-number {
  color: rgba(185, 139, 94, 0.58) !important;
}

.hp-landing #kereses .hp-gate-detail {
  background: rgba(255, 250, 243, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
}
/* --- Dóra/Péter történetek: halkabb, esettanulmány jelleg --- */

.hp-landing #tortenetek {
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 243, 0.90),
      rgba(248, 239, 226, 0.76)
    ) !important;
}

.hp-landing #tortenetek .hp-story-card {
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 243, 0.82),
      rgba(255, 255, 255, 0.48)
    ) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 10px 30px rgba(86, 64, 45, 0.045) !important;
}

.hp-landing #tortenetek .hp-story-card::before,
.hp-landing #tortenetek .hp-story-card::after {
  display: none !important;
}

.hp-landing #tortenetek .hp-story-card h3 {
  color: #2a241f !important;
}

.hp-landing #tortenetek .hp-story-card p {
  color: rgba(42, 36, 31, 0.76) !important;
}

.hp-landing #tortenetek .hp-human-note {
  color: rgba(157, 113, 74, 0.78) !important;
}
/* --- Védőháló blokk: kevesebb tejüveg, erősebb belső kártyák --- */

.hp-landing #vedohalo.hp-trust-section {
  background:
    linear-gradient(
      180deg,
      rgba(255, 250, 243, 0.16),
      rgba(244, 235, 223, 0.06)
    ) !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* A korábbi fátyolrétegeket teljesen levesszük */
.hp-landing #vedohalo.hp-trust-section::before,
.hp-landing #vedohalo.hp-trust-section::after {
  display: none !important;
  content: none !important;
}

/* A blokk maradjon levegős, de ne legyen nagy dobozérzet */
.hp-landing #vedohalo {
  padding-top: clamp(58px, 6vw, 86px) !important;
  padding-bottom: clamp(58px, 6vw, 86px) !important;
}

/* --- Védőháló kártyák: erősebb zsályazöld kontraszt --- */

.hp-landing #vedohalo .hp-proof-grid article {
  background:
    linear-gradient(
      145deg,
      rgba(126, 141, 113, 0.98),
      rgba(91, 108, 80, 0.98)
    ) !important;
  border: 1px solid rgba(255, 250, 243, 0.26) !important;
  border-radius: 24px !important;
  box-shadow:
    0 22px 54px rgba(62, 74, 54, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Finom eltérés, hogy ne legyen négy teljesen azonos zöld tömb */
.hp-landing #vedohalo .hp-proof-grid article:nth-child(2),
.hp-landing #vedohalo .hp-proof-grid article:nth-child(4) {
  background:
    linear-gradient(
      145deg,
      rgba(113, 130, 99, 0.98),
      rgba(78, 96, 68, 0.98)
    ) !important;
}

/* Szöveg világosabb, erősebb, hogy ne vesszen el */
.hp-landing #vedohalo .hp-proof-grid span {
  color: rgba(239, 220, 190, 0.86) !important;
  text-shadow: 0 1px 2px rgba(35, 45, 30, 0.22) !important;
}

.hp-landing #vedohalo .hp-proof-grid h4 {
  color: #fff8ec !important;
  font-weight: 760 !important;
  text-shadow: 0 1px 2px rgba(35, 45, 30, 0.22) !important;
}

.hp-landing #vedohalo .hp-proof-grid p {
  color: rgba(255, 248, 236, 0.82) !important;
  text-shadow: 0 1px 2px rgba(35, 45, 30, 0.18) !important;
}

/* A hover effekt maradjon, csak innen induljon, ne ez adja az egyetlen kontrasztot */
.hp-landing #vedohalo .hp-proof-grid article:hover {
  transform: translateY(-5px) !important;
  box-shadow:
    0 30px 68px rgba(62, 74, 54, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
}
/* --- Ne módszert keress kártyák: finom zsályás kontraszt, napfényes foltokkal --- */

.hp-landing #kereses .hp-card {
  background:
    radial-gradient(
      circle at 16% 10%,
      rgba(255, 255, 255, 0.62),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(117, 130, 105, 0.22),
      transparent 38%
    ),
    radial-gradient(
      circle at 18% 92%,
      rgba(185, 139, 94, 0.11),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(253, 248, 239, 0.96),
      rgba(224, 232, 216, 0.88)
    ) !important;

  border: 1px solid rgba(117, 130, 105, 0.22) !important;
  box-shadow:
    0 18px 42px rgba(86, 64, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
}

/* Második kártya: picit melegebb, de még mindig halk */
.hp-landing #kereses .hp-card:nth-child(2) {
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(255, 255, 255, 0.64),
      transparent 34%
    ),
    radial-gradient(
      circle at 82% 24%,
      rgba(185, 139, 94, 0.13),
      transparent 40%
    ),
    radial-gradient(
      circle at 88% 88%,
      rgba(117, 130, 105, 0.18),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(253, 248, 239, 0.96),
      rgba(232, 226, 211, 0.86)
    ) !important;
}

/* Harmadik kártya: mélyebb, zöldesebb, de nem sötét */
.hp-landing #kereses .hp-card:nth-child(3) {
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(255, 255, 255, 0.58),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(117, 130, 105, 0.25),
      transparent 40%
    ),
    radial-gradient(
      circle at 12% 92%,
      rgba(185, 139, 94, 0.10),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(250, 246, 237, 0.96),
      rgba(214, 225, 205, 0.88)
    ) !important;
}

/* Ne örökölje a korábbi képes/fátyolos rétegeket */
.hp-landing #kereses .hp-card::before,
.hp-landing #kereses .hp-card::after {
  display: none !important;
  content: none !important;
}

/* Szöveg maradjon jól olvasható */
.hp-landing #kereses .hp-card h3 {
  color: #241f1a !important;
}

.hp-landing #kereses .hp-card > p {
  color: rgba(42, 36, 31, 0.80) !important;
}

.hp-landing #kereses .hp-card-number {
  color: rgba(117, 130, 105, 0.66) !important;
}

/* A lenyíló részek is kapjanak kicsit több karaktert */
.hp-landing #kereses .hp-gate-detail {
  background: rgba(255, 250, 243, 0.58) !important;
  border: 1px solid rgba(117, 130, 105, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

.hp-landing #kereses .hp-gate-detail summary {
  color: #7c5739 !important;
}
/* --- Dóra és Péter kártyák: kellemes, halk háttér + nagyobb alsó szünet --- */

.hp-landing #tortenetek .hp-story-grid {
  margin-bottom: clamp(46px, 5.5vw, 78px) !important;
}

/* Ne tapadjon rá a záró mondat a kártyákra */
.hp-landing #tortenetek .hp-human-note {
  margin-top: 0 !important;
  max-width: 840px !important;
}

/* Alap kártyastílus: puha, nem fotós, nem túl színes */
.hp-landing #tortenetek .hp-story-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow:
    0 18px 44px rgba(86, 64, 45, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.48) !important;
  background-image: none !important;
}

/* Dóra: melegebb, regeneráló, testi-lelki fáradtság irány */
.hp-landing #tortenetek .hp-story-card--blush {
  background:
    radial-gradient(
      circle at 16% 12%,
      rgba(255, 255, 255, 0.62),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 18%,
      rgba(185, 139, 94, 0.13),
      transparent 40%
    ),
    radial-gradient(
      circle at 18% 92%,
      rgba(117, 130, 105, 0.12),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(254, 248, 239, 0.96),
      rgba(235, 222, 210, 0.86)
    ) !important;
}

/* Péter: kicsit zöldesebb, stabilabb, újrarendeződő élethelyzet */
.hp-landing #tortenetek .hp-story-card--sage {
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(255, 255, 255, 0.58),
      transparent 34%
    ),
    radial-gradient(
      circle at 84% 18%,
      rgba(117, 130, 105, 0.20),
      transparent 42%
    ),
    radial-gradient(
      circle at 12% 92%,
      rgba(185, 139, 94, 0.10),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(251, 247, 238, 0.96),
      rgba(218, 228, 211, 0.86)
    ) !important;
}

/* Régi képes/fátyolos rétegek lekapcsolása */
.hp-landing #tortenetek .hp-story-card::before,
.hp-landing #tortenetek .hp-story-card::after {
  display: none !important;
  content: none !important;
}

/* Szöveg olvashatóság */
.hp-landing #tortenetek .hp-story-card h3 {
  color: #241f1a !important;
  text-shadow: 0 1px 2px rgba(255, 250, 243, 0.72) !important;
}

.hp-landing #tortenetek .hp-story-card p {
  color: rgba(42, 36, 31, 0.80) !important;
  text-shadow: 0 1px 2px rgba(255, 250, 243, 0.56) !important;
}

/* Mobilon is legyen levegő a kártyák és a mondat között */
@media (max-width: 760px) {
  .hp-landing #tortenetek .hp-story-grid {
    margin-bottom: 42px !important;
  }
}
/* --- Footer teljes szélességben, organikus hullámos zárással --- */

.hp-landing .holipath-shell-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  margin-top: clamp(4rem, 8vw, 6.5rem) !important;
  margin-bottom: 0 !important;

  padding: clamp(5.4rem, 8vw, 7.2rem) 0 clamp(3rem, 5vw, 4.5rem) !important;

  position: relative !important;
  overflow: hidden !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Maga a zöld hullámos háttér */
.hp-landing .holipath-shell-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(255, 248, 235, 0.14),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #7a876b 0%,
      #46543d 100%
    );

  clip-path: polygon(
    0 9%,
    9% 5%,
    24% 7%,
    42% 3%,
    63% 5%,
    82% 2%,
    100% 0,
    100% 90%,
    88% 96%,
    68% 99%,
    48% 96%,
    27% 100%,
    8% 94%,
    0 98%
  );
}

/* Tartalom maradjon középen, ne fusson ki a szélekre */
.hp-landing .holipath-shell-footer__inner,
.hp-landing .holipath-shell-footer__bottom {
  position: relative !important;
  z-index: 1 !important;
  width: min(1120px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Alsó sor ne tapadjon rá a hullámra */
.hp-landing .holipath-shell-footer__bottom {
  margin-top: clamp(30px, 4vw, 48px) !important;
}
/* --- Index zárómondat fölé több levegő --- */

.hp-landing #index .hp-center-note {
  margin-top: clamp(56px, 6vw, 86px) !important;
}
/* --- Footer teljes szélességben, egyszerűen --- */

.hp-landing .holipath-shell-footer {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: clamp(4rem, 8vw, 6.5rem) !important;
  margin-bottom: 0 !important;

  padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(2.2rem, 4vw, 3.2rem) !important;

  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;

  background: linear-gradient(135deg, #7a876b 0%, #46543d 100%) !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

/* Ha korábban bekerült hullámos pseudo elem, kapcsoljuk ki */
.hp-landing .holipath-shell-footer::before,
.hp-landing .holipath-shell-footer::after {
  display: none !important;
  content: none !important;
}

/* A footer tartalma továbbra is maradjon szépen középen */
.hp-landing .holipath-shell-footer__inner,
.hp-landing .holipath-shell-footer__bottom {
  width: min(1120px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* --- Címek levegősebb betűköze --- */

.hp-landing main h1 {
  letter-spacing: -0.022em !important;
}

.hp-landing main h2 {
  letter-spacing: -0.018em !important;
}

.hp-landing main h3 {
  letter-spacing: -0.012em !important;
}

.hp-landing main h4 {
  letter-spacing: 0 !important;
}

/* Hero alcím is kapjon levegőt */
.hp-landing .hp-hero__subline {
  letter-spacing: -0.012em !important;
}

/* A nagy záró / kiemelt mondatok se legyenek túl szorosak */
.hp-landing .hp-human-note {
  letter-spacing: -0.012em !important;
}

/* Kártyacímek külön finomítás */
.hp-landing .hp-card h3,
.hp-landing .hp-story-card h3 {
  letter-spacing: -0.01em !important;
}

/* Mobilon még kevesebb szorítás kell */
@media (max-width: 760px) {
  .hp-landing main h1 {
    letter-spacing: -0.012em !important;
  }

  .hp-landing main h2,
  .hp-landing main h3 {
    letter-spacing: -0.006em !important;
  }

  .hp-landing .hp-hero__subline {
    letter-spacing: -0.004em !important;
  }
}/* --- FINAL FIX: főoldali mobil menü / lenyílók olvashatósága ---
   Javítja, hogy a Tudástár és Elvonuló terek mobilon ne hamburger-kapszulaként,
   hanem teljes szélességű, olvasható lenyíló sorként jelenjen meg.
   Ezt a CSS legvégére kell tenni. */

@media (max-width: 1040px) {
  .hp-landing .holipath-shell-nav {
    overflow: visible !important;
    z-index: 9999 !important;
  }

  .hp-landing .holipath-shell-nav__mobile {
    position: relative !important;
    z-index: 10000 !important;
  }

  .hp-landing .holipath-shell-nav__mobile > summary {
    width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid rgba(102, 116, 88, 0.16) !important;
    border-radius: 14px !important;
    background: rgba(255, 253, 248, 0.92) !important;
    box-shadow: 0 10px 24px rgba(86, 64, 45, 0.08) !important;
    list-style: none !important;
  }

  .hp-landing .holipath-shell-nav__mobile > summary::-webkit-details-marker,
  .hp-landing .holipath-shell-nav__mobile-panel details > summary::-webkit-details-marker {
    display: none !important;
  }

  .hp-landing .holipath-shell-nav__mobile > summary span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #2d2a22 !important;
    box-shadow: none !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 0 !important;
    left: auto !important;
    width: min(360px, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: calc(100vh - 130px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 16px !important;
    display: grid !important;
    gap: 8px !important;
    border: 1px solid rgba(102, 116, 88, 0.16) !important;
    border-radius: 22px !important;
    background: rgba(255, 253, 248, 0.97) !important;
    box-shadow: 0 22px 58px rgba(86, 64, 45, 0.14) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link {
    width: 100% !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0.72rem 0.85rem !important;
    border-radius: 14px !important;
    font-size: 0.98rem !important;
    line-height: 1.25 !important;
    font-weight: 760 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__mobile-group,
  .hp-landing .holipath-shell-nav__mobile-panel details.holipath-shell-nav__mobile-group {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(117, 130, 105, 0.12) !important;
    border-radius: 16px !important;
    background: rgba(117, 130, 105, 0.055) !important;
    overflow: hidden !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__mobile-group > summary,
  .hp-landing .holipath-shell-nav__mobile-panel details > summary:not(.hp-mobile-menu__hamburger) {
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    padding: 0.74rem 0.9rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.8rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(42, 36, 31, 0.86) !important;
    font-family: var(--hp-body, Manrope, system-ui, sans-serif) !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
    white-space: normal !important;
    text-align: left !important;
    cursor: pointer !important;
    list-style: none !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__mobile-group > summary span,
  .hp-landing .holipath-shell-nav__mobile-panel details > summary:not(.hp-mobile-menu__hamburger) span {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: 1 !important;
  }

  .hp-landing .holipath-shell-nav__mobile-subpanel {
    display: grid !important;
    gap: 3px !important;
    width: 100% !important;
    padding: 0 8px 10px !important;
  }

  .hp-landing .holipath-shell-nav__mobile-subpanel .holipath-shell-nav__link {
    min-height: 42px !important;
    padding: 0.64rem 0.9rem 0.64rem 1rem !important;
    border-radius: 12px !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    color: rgba(42, 36, 31, 0.74) !important;
    background: rgba(255, 253, 248, 0.56) !important;
  }

  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--cta,
  .hp-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--account {
    justify-content: center !important;
    text-align: center !important;
    min-height: 48px !important;
    color: #fffaf2 !important;
  }
}

@media (max-width: 420px) {
  .hp-landing .holipath-shell-nav__mobile-panel {
    right: -8px !important;
    width: calc(100vw - 32px) !important;
  }
}/* End custom CSS */