.elementor-118 .elementor-element.elementor-element-cb90037{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-118 .elementor-element.elementor-element-24f4842{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}body.elementor-page-118{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* HoliPath® szakértői landing v0.11.34 */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap');

/* HoliPath® szakértői landing - Elementor HTML widgethez */

.hp-expert-landing {
  --hpe-bg: #edf3e8;
  --hpe-bg-soft: #f7f8f1;
  --hpe-cream: #fffaf1;
  --hpe-text: #273024;
  --hpe-muted: #64705d;
  --hpe-sage: #8f9f7f;
  --hpe-sage-mid: #718266;
  --hpe-sage-dark: #536447;
  --hpe-sage-deep: #3f4d37;
  --hpe-gold: #b98b5e;
  --hpe-gold-dark: #9d714a;
  --hpe-panel: rgba(255, 250, 241, 0.78);
  --hpe-border: rgba(255, 255, 255, 0.72);
  --hpe-line: rgba(83, 100, 71, 0.16);
  --hpe-shadow: 0 24px 72px rgba(55, 72, 46, 0.12);
  --hpe-soft-shadow: 0 14px 44px rgba(55, 72, 46, 0.085);
  --hpe-radius-lg: 34px;
  --hpe-radius-md: 24px;
  --hpe-max: 1280px;
  --hpe-heading: "Lora", Georgia, serif;
  --hpe-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: var(--hpe-text);
  font-family: var(--hpe-body);
  font-size: 16px;
  line-height: 1.72;
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 250, 241, 0.86), transparent 34%),
    radial-gradient(circle at 5% 30%, rgba(185, 139, 94, 0.14), transparent 30%),
    radial-gradient(circle at 86% 55%, rgba(143, 159, 127, 0.28), transparent 34%),
    linear-gradient(180deg, #f7f8f1 0%, var(--hpe-bg) 46%, #e9f0e3 100%);
}

.hp-expert-landing *,
.hp-expert-landing *::before,
.hp-expert-landing *::after {
  box-sizing: border-box;
}

.hp-expert-landing a {
  color: inherit;
  text-decoration: none;
}

.hp-expert-landing h1,
.hp-expert-landing h2,
.hp-expert-landing h3,
.hp-expert-landing p {
  margin-top: 0;
}

.hp-expert-landing sup {
  font-size: 0.44em;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.035em;
}

.hp-expert-site {
  width: min(100%, 1680px);
  margin-inline: auto;
}

.hp-expert-header {
  width: min(calc(100% - 48px), var(--hpe-max));
  min-height: 94px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 20;
}

.hp-expert-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}

.hp-expert-logo img {
  display: block;
  width: clamp(132px, 11vw, 172px);
  height: auto;
  object-fit: contain;
}

.hp-expert-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 36px);
  font-size: 0.91rem;
  font-weight: 800;
}

.hp-expert-nav a {
  color: rgba(39, 48, 36, 0.76);
  transition: color 220ms ease;
}

.hp-expert-nav a:hover {
  color: var(--hpe-sage-deep);
}

.hp-expert-top-cta,
.hp-expert-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 50px;
  padding: 0 25px;
  border-radius: 999px;
  color: #fffaf1;
  background: linear-gradient(135deg, var(--hpe-sage-mid), var(--hpe-sage-deep));
  box-shadow: 0 16px 38px rgba(63, 77, 55, 0.20);
  font-weight: 800;
  font-size: 0.91rem;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.hp-expert-top-cta:hover,
.hp-expert-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(63, 77, 55, 0.24);
}

.hp-expert-button--light {
  background: rgba(255, 250, 241, 0.94);
  color: var(--hpe-sage-deep);
  border: 1px solid rgba(255, 255, 255, 0.70);
  box-shadow: 0 14px 34px rgba(39, 48, 36, 0.14);
}

.hp-expert-button--light:hover {
  background: #fffdf7;
  color: var(--hpe-gold-dark);
}

.hp-expert-hero {
  width: min(calc(100% - 48px), var(--hpe-max));
  margin: 0 auto 30px;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.74fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  position: relative;
  padding: clamp(52px, 7vw, 88px) 0 clamp(38px, 5vw, 66px);
  isolation: isolate;
}

.hp-expert-hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  background:
    radial-gradient(circle at 84% 26%, rgba(255, 250, 241, 0.88), transparent 28%),
    radial-gradient(circle at 72% 68%, rgba(185, 139, 94, 0.13), transparent 28%),
    linear-gradient(135deg, rgba(237, 243, 232, 0.94), rgba(226, 237, 219, 0.92));
}

.hp-expert-hero::after {
  content: "";
  position: absolute;
  inset: auto calc(50% - 50vw) 0;
  height: 180px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(237,243,232,0), var(--hpe-bg) 88%);
  pointer-events: none;
}

.hp-expert-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.hp-expert-eyebrow,
.hp-expert-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(255,255,255,0.72);
  color: var(--hpe-sage-deep);
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 800;
}

.hp-expert-hero h1 {
  margin: 0;
  max-width: 820px;
  font-family: var(--hpe-heading);
  font-size: clamp(2.6rem, 4.55vw, 5.05rem);
  line-height: 1.07;
  letter-spacing: -0.056em;
  font-weight: 500;
  text-wrap: balance;
}

.hp-expert-lead {
  max-width: 740px;
  margin: 24px 0 0;
  color: rgba(39, 48, 36, 0.78);
  font-size: 1.01rem;
  line-height: 1.72;
}

.hp-expert-hero .hp-expert-button {
  margin-top: 28px;
}

.hp-expert-hero-card {
  position: relative;
  min-height: 430px;
  border-radius: var(--hpe-radius-lg);
  padding: clamp(18px, 2.2vw, 28px);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.62), rgba(255,250,241,0.72));
  border: 1px solid rgba(255,255,255,0.78);
  box-shadow: var(--hpe-shadow);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.hp-expert-hero-card::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 74% 20%, rgba(185,139,94,0.22), transparent 24%),
    radial-gradient(circle at 16% 80%, rgba(143,159,127,0.28), transparent 28%),
    linear-gradient(135deg, rgba(255,250,241,0.56), rgba(237,243,232,0.30));
  pointer-events: none;
}

.hp-expert-hero-card__inner {
  min-height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: clamp(28px, 3vw, 44px);
  border-radius: 26px;
  background: rgba(255,250,241,0.46);
  border: 1px solid rgba(255,255,255,0.62);
}

.hp-expert-seal {
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(83, 100, 71, 0.11);
  color: var(--hpe-sage-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-expert-hero-card h2 {
  margin: auto 0 0;
  font-family: var(--hpe-heading);
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-wrap: balance;
}

.hp-expert-hero-card p {
  margin: 0;
  color: rgba(39, 48, 36, 0.74);
}

.hp-expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hp-expert-tags span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,250,241,0.70);
  border: 1px solid rgba(255,255,255,0.64);
  color: rgba(39,48,36,0.76);
  font-size: 0.78rem;
  font-weight: 700;
}

.hp-expert-section {
  width: min(calc(100% - 48px), var(--hpe-max));
  margin: 0 auto 30px;
  padding: clamp(54px, 6vw, 92px) clamp(30px, 5vw, 76px);
  position: relative;
}

.hp-expert-glass {
  overflow: hidden;
  border-radius: var(--hpe-radius-lg);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.56), rgba(255,250,241,0.78)),
    var(--hpe-panel);
  border: 1px solid var(--hpe-border);
  box-shadow: var(--hpe-soft-shadow);
  backdrop-filter: blur(5px);
}

.hp-expert-section__intro {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.hp-expert-section__intro h2,
.hp-expert-final h2 {
  margin: 0;
  font-family: var(--hpe-heading);
  font-size: clamp(2rem, 3.05vw, 3.2rem);
  line-height: 1.16;
  letter-spacing: -0.047em;
  font-weight: 500;
  text-wrap: balance;
}

.hp-expert-section__intro p:not(.hp-expert-kicker) {
  margin: 18px auto 0;
  color: rgba(39, 48, 36, 0.76);
}

.hp-expert-card-grid {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
  margin-top: clamp(38px, 5vw, 62px);
}

.hp-expert-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-expert-card,
.hp-expert-feature,
.hp-expert-wide-card,
.hp-expert-step {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255,250,241,0.76), rgba(247,248,241,0.70));
  border: 1px solid rgba(255,255,255,0.70);
  box-shadow: 0 14px 42px rgba(55,72,46,0.07);
}

.hp-expert-card {
  min-height: 340px;
  padding: clamp(28px, 3vw, 40px);
}

.hp-expert-card::before,
.hp-expert-feature::before,
.hp-expert-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 16%, rgba(143,159,127,0.16), transparent 26%),
    radial-gradient(circle at 12% 94%, rgba(185,139,94,0.10), transparent 28%);
  pointer-events: none;
}

.hp-expert-card > *,
.hp-expert-feature > *,
.hp-expert-step > * {
  position: relative;
  z-index: 1;
}

.hp-expert-card span,
.hp-expert-step span {
  display: block;
  margin-bottom: 18px;
  font-family: var(--hpe-heading);
  color: rgba(185, 139, 94, 0.68);
  font-size: clamp(2.5rem, 4.4vw, 4.7rem);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.hp-expert-card h3,
.hp-expert-feature h3,
.hp-expert-wide-card h3,
.hp-expert-step h3 {
  margin: 0 0 14px;
  font-family: var(--hpe-heading);
  font-size: clamp(1.32rem, 1.85vw, 1.92rem);
  line-height: 1.18;
  letter-spacing: -0.038em;
  font-weight: 500;
  text-wrap: balance;
}

.hp-expert-card p,
.hp-expert-feature p,
.hp-expert-wide-card p,
.hp-expert-step p {
  margin: 0;
  color: rgba(39,48,36,0.74);
  font-size: 0.94rem;
  line-height: 1.66;
}

.hp-expert-search {
  padding-top: clamp(60px, 7vw, 108px);
  padding-bottom: clamp(60px, 7vw, 108px);
}

.hp-expert-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  margin-top: clamp(38px, 5vw, 62px);
}

.hp-expert-feature {
  min-height: 310px;
  padding: clamp(30px, 3vw, 42px);
}

.hp-expert-feature h3::before {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hpe-gold), rgba(185,139,94,0));
}

.hp-expert-community {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.60), rgba(255,250,241,0.82)),
    radial-gradient(circle at 18% 12%, rgba(185,139,94,0.12), transparent 32%),
    radial-gradient(circle at 84% 88%, rgba(143,159,127,0.20), transparent 34%);
}

.hp-expert-wide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
  margin-top: clamp(38px, 5vw, 60px);
}

.hp-expert-wide-card {
  min-height: 260px;
  padding: clamp(32px, 3.3vw, 52px);
  background: rgba(255,250,241,0.68);
}

.hp-expert-business {
  padding-top: clamp(56px, 7vw, 98px);
}

.hp-expert-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  margin-top: clamp(38px, 5vw, 62px);
}

.hp-expert-step {
  min-height: 360px;
  padding: clamp(30px, 3vw, 42px);
}

.hp-expert-faq {
  max-width: 1060px;
}

.hp-expert-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.hp-expert-faq details {
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.76);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 10px 30px rgba(55,72,46,0.055);
  overflow: hidden;
}

.hp-expert-faq summary {
  cursor: pointer;
  padding: 22px 26px;
  list-style: none;
  font-weight: 800;
  color: rgba(39,48,36,0.90);
}

.hp-expert-faq summary::-webkit-details-marker {
  display: none;
}

.hp-expert-faq summary::after {
  content: "+";
  float: right;
  color: var(--hpe-sage-deep);
}

.hp-expert-faq details[open] summary::after {
  content: "–";
}

.hp-expert-faq details p {
  margin: 0;
  padding: 0 26px 26px;
  color: rgba(39,48,36,0.74);
}

.hp-expert-final {
  width: min(calc(100% - 48px), var(--hpe-max));
  margin: 10px auto 96px;
  position: relative;
  overflow: hidden;
  border-radius: var(--hpe-radius-lg);
  background:
    radial-gradient(circle at 88% 14%, rgba(185,139,94,0.26), transparent 30%),
    linear-gradient(135deg, var(--hpe-sage-mid), var(--hpe-sage-deep));
  color: #fffaf1;
  box-shadow: var(--hpe-shadow);
}

.hp-expert-final__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) clamp(28px, 5vw, 76px);
  text-align: center;
}

.hp-expert-final .hp-expert-kicker {
  background: rgba(255,250,241,0.16);
  border-color: rgba(255,250,241,0.26);
  color: rgba(255,250,241,0.88);
  margin-left: auto;
  margin-right: auto;
}

.hp-expert-final h2 {
  color: #fffaf1;
}

.hp-expert-final p {
  max-width: 820px;
  margin: 18px auto 30px;
  color: rgba(255,250,241,0.82);
}

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;
}

@media (max-width: 1180px) {
  .hp-expert-header {
    grid-template-columns: 1fr auto;
  }

  .hp-expert-nav {
    display: none;
  }

  .hp-expert-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hp-expert-hero__copy {
    max-width: 900px;
  }

  .hp-expert-hero-card {
    max-width: 720px;
  }

  .hp-expert-card-grid--three,
  .hp-expert-feature-grid,
  .hp-expert-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-expert-card-grid--three .hp-expert-card:nth-child(3),
  .hp-expert-feature-grid .hp-expert-feature:nth-child(3),
  .hp-expert-step-grid .hp-expert-step:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 620px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .hp-expert-header,
  .hp-expert-hero,
  .hp-expert-section,
  .hp-expert-final {
    width: min(calc(100% - 28px), var(--hpe-max));
  }

  .hp-expert-header {
    grid-template-columns: 1fr;
    min-height: 82px;
  }

  .hp-expert-top-cta {
    display: none;
  }

  .hp-expert-logo img {
    width: 138px;
  }

  .hp-expert-hero {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .hp-expert-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.8rem);
  }

  .hp-expert-lead {
    font-size: 0.95rem;
  }

  .hp-expert-hero-card {
    min-height: auto;
    padding: 14px;
    border-radius: 26px;
  }

  .hp-expert-hero-card__inner {
    padding: 26px 22px;
  }

  .hp-expert-section {
    padding: 42px 22px;
  }

  .hp-expert-section__intro {
    text-align: left;
  }

  .hp-expert-section__intro h2,
  .hp-expert-final h2 {
    font-size: clamp(1.88rem, 8vw, 2.75rem);
  }

  .hp-expert-kicker {
    margin-bottom: 15px;
  }

  .hp-expert-card-grid--three,
  .hp-expert-feature-grid,
  .hp-expert-wide-grid,
  .hp-expert-step-grid {
    grid-template-columns: 1fr;
  }

  .hp-expert-card-grid--three .hp-expert-card:nth-child(3),
  .hp-expert-feature-grid .hp-expert-feature:nth-child(3),
  .hp-expert-step-grid .hp-expert-step:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }

  .hp-expert-card,
  .hp-expert-feature,
  .hp-expert-wide-card,
  .hp-expert-step {
    min-height: auto;
    padding: 28px 22px;
  }

  .hp-expert-final {
    margin-bottom: 64px;
  }

  .hp-expert-final__inner {
    text-align: left;
    padding: 44px 22px;
  }

  .hp-expert-final .hp-expert-kicker {
    margin-left: 0;
    margin-right: 0;
  }

  .hp-expert-final .hp-expert-button {
    width: 100%;
  }
}
/* --- Szakértői landing gyors design javítások --- */


/* 1. Zöld gombok olvashatósága */

.hp-expert-landing .hp-expert-button,
.hp-expert-landing .hp-expert-top-cta {
  background: linear-gradient(135deg, #5f704f, #3f4d37) !important;
  color: #fffaf1 !important;
  border: 1px solid rgba(255, 250, 241, 0.22) !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.hp-expert-landing .hp-expert-button *,
.hp-expert-landing .hp-expert-top-cta * {
  color: #fffaf1 !important;
}

.hp-expert-landing .hp-expert-button:hover,
.hp-expert-landing .hp-expert-top-cta:hover {
  background: linear-gradient(135deg, #6f805f, #47563e) !important;
  color: #fffaf1 !important;
}


/* 2. Validációs nagyblokk: csak tiszta tejüveg, csíkok nélkül */

.hp-expert-landing .hp-expert-validation.hp-expert-glass {
  background: rgba(255, 250, 241, 0.78) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 22px 68px rgba(55, 72, 46, 0.10) !important;
  backdrop-filter: blur(8px);
}

.hp-expert-landing .hp-expert-validation.hp-expert-glass::before,
.hp-expert-landing .hp-expert-validation.hp-expert-glass::after {
  display: none !important;
  content: none !important;
  background: none !important;
}


/* A validációs kártyák is legyenek tisztábbak, kevésbé foltosak */

.hp-expert-landing .hp-expert-validation .hp-expert-card {
  background: rgba(255, 250, 241, 0.72) !important;
  background-image: none !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
}

.hp-expert-landing .hp-expert-validation .hp-expert-card::before {
  display: none !important;
  content: none !important;
}


/* 3. Alsó sötétzöld CTA blokk gombja olvasható legyen */

.hp-expert-landing .hp-expert-final .hp-expert-button,
.hp-expert-landing .hp-expert-final .hp-expert-button--light {
  background: #fffaf1 !important;
  color: #3f4d37 !important;
  border: 1px solid rgba(255, 250, 241, 0.82) !important;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  text-shadow: none !important;
  font-weight: 800;
}

.hp-expert-landing .hp-expert-final .hp-expert-button *,
.hp-expert-landing .hp-expert-final .hp-expert-button--light * {
  color: #3f4d37 !important;
}

.hp-expert-landing .hp-expert-final .hp-expert-button:hover,
.hp-expert-landing .hp-expert-final .hp-expert-button--light:hover {
  background: #ffffff !important;
  color: #9d714a !important;
  transform: translateY(-2px);
}
/* --- Szakértői árak blokk --- */

.hp-expert-pricing {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(60px, 7vw, 104px);
}

.hp-expert-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: clamp(38px, 5vw, 64px);
  align-items: stretch;
}

.hp-expert-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: clamp(30px, 3.2vw, 44px);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,250,241,0.82), rgba(247,248,241,0.76));
  border: 1px solid rgba(255,255,255,0.76);
  box-shadow: 0 18px 48px rgba(55, 72, 46, 0.08);
  overflow: hidden;
}

.hp-expert-price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 86% 12%, rgba(143,159,127,0.14), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(185,139,94,0.10), transparent 28%);
  pointer-events: none;
}

.hp-expert-price-card > * {
  position: relative;
  z-index: 1;
}

.hp-expert-price-card--featured {
  background:
    linear-gradient(145deg, rgba(255,250,241,0.92), rgba(237,243,232,0.86));
  border: 1px solid rgba(143, 159, 127, 0.42);
  box-shadow: 0 26px 70px rgba(63, 77, 55, 0.15);
  transform: translateY(-10px);
}

.hp-expert-price-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(83, 100, 71, 0.12);
  color: #3f4d37;
  font-size: 0.74rem;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 800;
}

.hp-expert-price-label {
  margin: 0 0 12px;
  color: #9d714a;
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 800;
}

.hp-expert-price-card h3 {
  margin: 0 0 14px;
  font-family: var(--hpe-heading);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.hp-expert-price-desc {
  margin: 0;
  color: rgba(39,48,36,0.74);
  font-size: 0.94rem;
  line-height: 1.65;
}

.hp-expert-price {
  margin: 30px 0 8px;
}

.hp-expert-price span {
  display: block;
  font-family: var(--hpe-heading);
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: #273024;
}

.hp-expert-price small {
  display: block;
  margin-top: 8px;
  color: rgba(39,48,36,0.62);
  font-size: 0.9rem;
  font-weight: 700;
}

.hp-expert-price-monthly {
  margin: 12px 0 0;
  color: rgba(39,48,36,0.76);
  font-size: 0.95rem;
}

.hp-expert-price-monthly strong {
  color: #3f4d37;
  font-weight: 800;
}

.hp-expert-price-saving {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(143, 159, 127, 0.13);
  color: #3f4d37;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 800;
}

.hp-expert-price-card ul {
  display: grid;
  gap: 11px;
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.hp-expert-price-card li {
  position: relative;
  padding-left: 24px;
  color: rgba(39,48,36,0.76);
  font-size: 0.92rem;
  line-height: 1.48;
}

.hp-expert-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #8f9f7f;
  box-shadow: 0 0 0 4px rgba(143,159,127,0.14);
}

.hp-expert-price-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255,250,241,0.88);
  color: #3f4d37;
  border: 1px solid rgba(83,100,71,0.18);
  box-shadow: 0 12px 28px rgba(55,72,46,0.08);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.hp-expert-price-button:hover {
  transform: translateY(-2px);
  background: #fffdf7;
  color: #9d714a;
  box-shadow: 0 18px 38px rgba(55,72,46,0.12);
}

.hp-expert-price-button--featured {
  background: linear-gradient(135deg, #5f704f, #3f4d37);
  color: #fffaf1;
  border-color: rgba(255,250,241,0.18);
  box-shadow: 0 16px 36px rgba(63,77,55,0.20);
}

.hp-expert-price-button--featured:hover {
  background: linear-gradient(135deg, #6f805f, #47563e);
  color: #fffaf1;
}

@media (max-width: 1180px) {
  .hp-expert-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-expert-price-card--featured {
    transform: none;
  }

  .hp-expert-pricing-grid .hp-expert-price-card:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 620px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .hp-expert-pricing-grid {
    grid-template-columns: 1fr;
  }

  .hp-expert-pricing-grid .hp-expert-price-card:nth-child(3) {
    grid-column: auto;
    max-width: none;
  }

  .hp-expert-price-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .hp-expert-price span {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }
}
.hp-expert-price-normal {
  margin: 14px 0 0;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 250, 241, 0.62);
  border: 1px solid rgba(83, 100, 71, 0.12);
  color: rgba(39,48,36,0.68);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hp-expert-price-normal strong {
  color: #3f4d37;
  font-weight: 800;
}
/* --- Globális oldal-szélesség és Elementor margó javítás --- */

body.elementor-page,
body.elementor-page.page,
body.elementor-page .site,
body.elementor-page .site-main,
body.elementor-page .content-area,
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-wrap,
body.elementor-page .elementor-widget,
body.elementor-page .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hp-expert-landing {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hp-expert-site,
.hp-expert-site main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* Az egész szakértői oldal kicsit szélesebb legyen */

.hp-expert-header,
.hp-expert-hero,
.hp-expert-section,
.hp-expert-final {
  width: min(calc(100% - 56px), 1440px) !important;
}

.hp-expert-section {
  padding-left: clamp(32px, 4vw, 72px) !important;
  padding-right: clamp(32px, 4vw, 72px) !important;
}


/* --- Árak blokk: szélesebb, átláthatóbb, kisebb betűk --- */

.hp-expert-pricing {
  width: min(calc(100% - 56px), 1480px) !important;
  padding-left: clamp(24px, 3.4vw, 54px) !important;
  padding-right: clamp(24px, 3.4vw, 54px) !important;
}

.hp-expert-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2vw, 34px) !important;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

.hp-expert-price-card {
  min-height: auto !important;
  padding: clamp(26px, 2.4vw, 34px) !important;
  border-radius: 28px !important;
}

.hp-expert-price-card--featured {
  transform: none !important;
}

.hp-expert-price-badge {
  margin-bottom: 14px !important;
  padding: 7px 11px !important;
  font-size: 0.68rem !important;
}

.hp-expert-price-label {
  margin-bottom: 10px !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.075em !important;
}

.hp-expert-price-card h3 {
  margin-bottom: 10px !important;
  font-size: clamp(1.28rem, 1.55vw, 1.68rem) !important;
  line-height: 1.15 !important;
}

.hp-expert-price-desc {
  font-size: 0.82rem !important;
  line-height: 1.52 !important;
}

.hp-expert-price {
  margin: 22px 0 6px !important;
}

.hp-expert-price span {
  font-size: clamp(2rem, 2.55vw, 2.85rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.05em !important;
}

.hp-expert-price small {
  margin-top: 6px !important;
  font-size: 0.78rem !important;
}

.hp-expert-price-monthly {
  margin-top: 10px !important;
  font-size: 0.84rem !important;
  line-height: 1.45 !important;
}

.hp-expert-price-normal {
  margin-top: 10px !important;
  padding: 11px 12px !important;
  border-radius: 14px !important;
  font-size: 0.78rem !important;
  line-height: 1.42 !important;
}

.hp-expert-price-saving {
  margin-top: 10px !important;
  padding: 10px 12px !important;
  border-radius: 14px !important;
  font-size: 0.78rem !important;
  line-height: 1.42 !important;
}

.hp-expert-price-card ul {
  gap: 8px !important;
  margin: 22px 0 26px !important;
}

.hp-expert-price-card li {
  padding-left: 20px !important;
  font-size: 0.8rem !important;
  line-height: 1.38 !important;
}

.hp-expert-price-card li::before {
  top: 0.52em !important;
  width: 7px !important;
  height: 7px !important;
  box-shadow: 0 0 0 3px rgba(143,159,127,0.13) !important;
}

.hp-expert-price-button {
  min-height: 46px !important;
  padding: 0 18px !important;
  font-size: 0.82rem !important;
}


/* A fix tagsági díjas, 3 kártyás blokk is kicsit szellősebb legyen */

.hp-expert-step-grid {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.hp-expert-step {
  min-height: auto !important;
}


/* Tablet: ne legyen három nyomott oszlop */

@media (max-width: 1080px) {
  .hp-expert-pricing-grid {
    grid-template-columns: 1fr !important;
    max-width: 620px;
  }

  .hp-expert-pricing-grid .hp-expert-price-card:nth-child(3) {
    grid-column: auto !important;
    max-width: none !important;
  }

  .hp-expert-price-card {
    min-height: auto !important;
  }
}


/* Mobil finomítás */

@media (max-width: 760px) {
  .hp-expert-header,
  .hp-expert-hero,
  .hp-expert-section,
  .hp-expert-final,
  .hp-expert-pricing {
    width: min(calc(100% - 28px), 100%) !important;
  }

  .hp-expert-section,
  .hp-expert-pricing {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .hp-expert-price span {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
  }
}
/* --- Szakértői landing: blokkok közti tér és árkártya igazítás --- */


/* Általános szekcióritmus kicsit szorosabbra */
.hp-expert-landing .hp-expert-section {
  margin-bottom: 20px !important;
  padding-top: clamp(42px, 5vw, 72px) !important;
  padding-bottom: clamp(42px, 5vw, 72px) !important;
}

/* A nagy üveges blokkok után ne legyen túl nagy szünet */
.hp-expert-landing .hp-expert-glass {
  margin-bottom: 22px !important;
}

/* A közösségi blokk után az árak közelebb jöjjenek */
.hp-expert-landing .hp-expert-community {
  margin-bottom: 0 !important;
}

/* Árak blokk fölött és alatt kevesebb levegő */
.hp-expert-landing .hp-expert-pricing {
  padding-top: clamp(30px, 4vw, 54px) !important;
  padding-bottom: clamp(34px, 4.5vw, 62px) !important;
  margin-bottom: 12px !important;
}

/* A pricing után jövő fix díjas blokk is jöjjön közelebb */
.hp-expert-landing .hp-expert-business {
  padding-top: clamp(34px, 4vw, 58px) !important;
}


/* --- Ár kártyák: az éves ajánlott ne csússzon le --- */

.hp-expert-landing .hp-expert-price-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
}

/* A badge ne foglaljon külön sort, hanem finoman üljön a kártya tetején */
.hp-expert-landing .hp-expert-price-badge {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  margin: 0 !important;
  z-index: 3;
}

/* A kiemelt kártya se kapjon extra függőleges eltolást */
.hp-expert-landing .hp-expert-price-card--featured {
  transform: none !important;
}

/* A kártyák felső szövegrésze legyen azonos magasságú, így az árak egy sorba kerülnek */
@media (min-width: 1081px) {
  .hp-expert-landing .hp-expert-price-card__top {
    min-height: 152px !important;
  }

  .hp-expert-landing .hp-expert-price {
    margin-top: 20px !important;
  }

  .hp-expert-landing .hp-expert-price-card--featured .hp-expert-price-card__top {
    padding-top: 0 !important;
  }
}


/* A kártyák belső ritmusa picit tömörebb legyen */
.hp-expert-landing .hp-expert-price-card h3 {
  margin-bottom: 8px !important;
}

.hp-expert-landing .hp-expert-price-desc {
  line-height: 1.46 !important;
}

.hp-expert-landing .hp-expert-price {
  margin-bottom: 6px !important;
}

.hp-expert-landing .hp-expert-price-monthly,
.hp-expert-landing .hp-expert-price-normal,
.hp-expert-landing .hp-expert-price-saving {
  margin-top: 8px !important;
}

.hp-expert-landing .hp-expert-price-card ul {
  margin-top: 18px !important;
}


/* Mobilon ne legyen túl szoros */
@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .hp-expert-landing .hp-expert-pricing {
    padding-top: 32px !important;
    padding-bottom: 42px !important;
  }

  .hp-expert-landing .hp-expert-price-badge {
    position: static !important;
    margin-bottom: 14px !important;
  }
}
/* --- Éves előfizetés kiemelt gomb olvashatóság --- */

.hp-expert-landing .hp-expert-price-button--featured {
  background: linear-gradient(135deg, #5f704f, #3f4d37) !important;
  color: #fffaf1 !important;
  border: 1px solid rgba(255, 250, 241, 0.22) !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18) !important;
}

.hp-expert-landing .hp-expert-price-button--featured,
.hp-expert-landing .hp-expert-price-button--featured:visited,
.hp-expert-landing .hp-expert-price-button--featured:active,
.hp-expert-landing .hp-expert-price-button--featured:focus,
.hp-expert-landing .hp-expert-price-button--featured:hover {
  color: #fffaf1 !important;
}

.hp-expert-landing .hp-expert-price-button--featured * {
  color: #fffaf1 !important;
}

.hp-expert-landing .hp-expert-price-button--featured:hover {
  background: linear-gradient(135deg, #6f805f, #47563e) !important;
  box-shadow: 0 18px 38px rgba(63, 77, 55, 0.22) !important;
}
/* --- Éves árkártya kiemelés: középre tett badge + arany szegély --- */

.hp-expert-landing .hp-expert-price-card--featured {
  position: relative !important;
  border: 1.5px solid rgba(185, 139, 94, 0.58) !important;
  box-shadow:
    0 24px 68px rgba(63, 77, 55, 0.14),
    0 0 0 1px rgba(255, 250, 241, 0.62) inset !important;
  transform: none !important;
  padding-top: clamp(34px, 2.8vw, 42px) !important;
}

.hp-expert-landing .hp-expert-price-badge {
  position: absolute !important;
  top: -13px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  z-index: 5;

  margin: 0 !important;
  padding: 8px 16px !important;
  border-radius: 999px;

  background: linear-gradient(135deg, #c49a6c, #9d714a) !important;
  color: #fffaf1 !important;
  border: 1px solid rgba(255, 250, 241, 0.74) !important;
  box-shadow: 0 12px 26px rgba(157, 113, 74, 0.22) !important;

  font-size: 0.68rem !important;
  line-height: 1 !important;
  letter-spacing: 0.085em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.hp-expert-landing .hp-expert-price-badge * {
  color: #fffaf1 !important;
}

/* Az éves kártya tartalma ne menjen a badge alá */
.hp-expert-landing .hp-expert-price-card--featured .hp-expert-price-card__top {
  padding-top: 6px !important;
}

/* Desktopon az árak továbbra is egy sorban induljanak */
@media (min-width: 1081px) {
  .hp-expert-landing .hp-expert-price-card__top {
    min-height: 150px !important;
  }

  .hp-expert-landing .hp-expert-price-card--featured .hp-expert-price-card__top {
    min-height: 150px !important;
  }
}

/* Mobilon ne lógjon ki, ott üljön vissza szépen a kártyába */
@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-price-badge {
    position: static !important;
    transform: none !important;
    margin: 0 0 16px !important;
    width: fit-content !important;
  }

  .hp-expert-landing .hp-expert-price-card--featured {
    padding-top: 28px !important;
  }

  .hp-expert-landing .hp-expert-price-card--featured .hp-expert-price-card__top {
    padding-top: 0 !important;
  }
}
/* --- Legjobb havi díj badge ne vágódjon le --- */

.hp-expert-landing .hp-expert-pricing-grid {
  padding-top: 18px !important;
}

.hp-expert-landing .hp-expert-price-card--featured {
  overflow: visible !important;
}

.hp-expert-landing .hp-expert-price-card--featured::before {
  border-radius: 30px !important;
}

.hp-expert-landing .hp-expert-price-badge {
  top: -14px !important;
}

/* --- v0.11.33: szakértői landing szalag header + plugin lábléc + vízszintes csúszka javítás --- */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

.hp-expert-landing {
  --hp-shell-bg: #fbf7ef;
  --hp-shell-sage: #758269;
  --hp-shell-sage-dark: #46543d;
  --hp-shell-text: #2d2a22;
  --hp-shell-muted: #64705d;
  --hp-shell-cream: #fffdf8;
  --hp-shell-footer-text: #fff8eb;

  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-expert-landing {
    overflow-x: clip !important;
  }
}

.hp-expert-site,
.hp-expert-site main {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

@supports (overflow: clip) {
  .hp-expert-site,
  .hp-expert-site main {
    overflow-x: clip !important;
  }
}

.elementor-widget-html .hp-expert-landing,
.elementor-widget-html .hp-expert-site {
  width: 100% !important;
  max-width: 100% !important;
}

.hp-expert-landing .holipath-shell-nav,
.hp-expert-landing .holipath-shell-nav *,
.hp-expert-landing .holipath-shell-footer,
.hp-expert-landing .holipath-shell-footer * {
  box-sizing: border-box !important;
}

.hp-expert-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: var(--hp-shell-text) !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-expert-landing .holipath-shell-nav__logo,
.hp-expert-landing .holipath-shell-footer__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;
  text-decoration: none !important;
}

.hp-expert-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-expert-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-expert-landing .holipath-shell-nav__item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.hp-expert-landing .holipath-shell-nav__link,
.hp-expert-landing .holipath-shell-nav__mobile summary {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--hp-shell-text) !important;
  font-family: var(--hpe-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;
  transition: color 180ms ease, transform 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}

.hp-expert-landing .holipath-shell-nav__link:hover,
.hp-expert-landing .holipath-shell-nav__link.is-active {
  color: var(--hp-shell-sage) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.hp-expert-landing .holipath-shell-nav__link.is-active {
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.hp-expert-landing .holipath-shell-nav__link.is-active::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -0.02rem !important;
  width: 22px !important;
  height: 1px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: var(--hp-shell-sage) !important;
  opacity: 0.68 !important;
  transform: translateX(-50%) !important;
}

.hp-expert-landing .holipath-shell-nav__link--cta,
.hp-expert-landing .holipath-shell-nav__link--account {
  padding: 0.72rem 1.1rem !important;
  color: #fffaf2 !important;
  background: linear-gradient(135deg, var(--hp-shell-sage), var(--hp-shell-sage-dark)) !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-expert-landing .holipath-shell-nav__link--cta:hover,
.hp-expert-landing .holipath-shell-nav__link--account:hover,
.hp-expert-landing .holipath-shell-nav__link--cta.is-active,
.hp-expert-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-expert-landing .holipath-shell-nav__link--cta.is-active::after,
.hp-expert-landing .holipath-shell-nav__link--account.is-active::after {
  display: none !important;
}

.hp-expert-landing .holipath-shell-nav__caret {
  margin-left: 0.32rem !important;
  font-size: 0.8em !important;
  transform: translateY(-1px) !important;
  opacity: 0.72 !important;
}

.hp-expert-landing .holipath-shell-nav__dropdown {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  z-index: 120 !important;
  width: 244px !important;
  max-width: min(244px, calc(100vw - 36px)) !important;
  padding: 10px !important;
  display: grid !important;
  gap: 4px !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;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 8px) !important;
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease !important;
}

.hp-expert-landing .holipath-shell-nav__item--has-children:hover .holipath-shell-nav__dropdown,
.hp-expert-landing .holipath-shell-nav__item--has-children:focus-within .holipath-shell-nav__dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.hp-expert-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link {
  justify-content: flex-start !important;
  min-height: 38px !important;
  padding: 0.58rem 0.72rem !important;
  border-radius: 14px !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  white-space: normal !important;
}

.hp-expert-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link:hover,
.hp-expert-landing .holipath-shell-nav__dropdown .holipath-shell-nav__link.is-active {
  color: var(--hp-shell-sage) !important;
  background: rgba(117, 130, 105, 0.045) !important;
}

.hp-expert-landing .holipath-shell-nav__mobile {
  display: none !important;
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 130 !important;
}

.hp-expert-landing .holipath-shell-nav__mobile summary::-webkit-details-marker,
.hp-expert-landing .holipath-shell-nav__mobile-group > summary::-webkit-details-marker {
  display: none !important;
}

.hp-expert-landing .holipath-shell-nav__mobile-panel {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  z-index: 140 !important;
  width: min(300px, calc(100vw - 36px)) !important;
  max-width: calc(100vw - 36px) !important;
  padding: 12px !important;
  display: grid !important;
  gap: 6px !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;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.hp-expert-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link {
  justify-content: flex-start !important;
  min-height: 40px !important;
  padding: 0.66rem 0.75rem !important;
  border-radius: 14px !important;
  white-space: normal !important;
}

.hp-expert-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--cta,
.hp-expert-landing .holipath-shell-nav__mobile-panel .holipath-shell-nav__link--account {
  justify-content: center !important;
  margin-top: 4px !important;
  color: #fffaf2 !important;
}

.hp-expert-landing .holipath-shell-nav__mobile-group {
  border-radius: 16px !important;
  background: rgba(117, 130, 105, 0.055) !important;
  border: 1px solid rgba(117, 130, 105, 0.10) !important;
  overflow: hidden !important;
}

.hp-expert-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(45, 42, 34, 0.82) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  list-style: none !important;
}

.hp-expert-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-expert-landing .holipath-shell-nav__mobile-subpanel {
  display: grid !important;
  gap: 3px !important;
  padding: 0 8px 10px !important;
}

.hp-expert-landing .holipath-shell-nav__mobile-subpanel .holipath-shell-nav__link {
  min-height: 36px !important;
  padding-left: 1rem !important;
  font-size: 0.88rem !important;
  color: rgba(45, 42, 34, 0.70) !important;
}

.hp-expert-landing .holipath-shell-footer {
  width: min(1120px, calc(100% - 2rem)) !important;
  margin: clamp(2rem, 4vw, 3.5rem) auto clamp(1.25rem, 4vw, 2.5rem) !important;
  padding: clamp(1.8rem, 4vw, 3rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 24px !important;
  color: var(--hp-shell-footer-text) !important;
  background: linear-gradient(135deg, #7a876b 0%, #46543d 100%) !important;
  box-shadow: 0 26px 80px rgba(54, 62, 45, 0.22) !important;
}

.hp-expert-landing .holipath-shell-footer a,
.hp-expert-landing .holipath-shell-footer p,
.hp-expert-landing .holipath-shell-footer span,
.hp-expert-landing .holipath-shell-footer h2 {
  color: var(--hp-shell-footer-text) !important;
}

.hp-expert-landing .holipath-shell-footer__inner {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.7fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: start !important;
}

.hp-expert-landing .holipath-shell-footer__brand {
  max-width: 390px !important;
}

.hp-expert-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-expert-landing .holipath-shell-footer__brand p {
  margin: 1rem 0 0 !important;
  color: rgba(255, 248, 235, 0.82) !important;
  font-size: 0.96rem !important;
  line-height: 1.68 !important;
}

.hp-expert-landing .holipath-shell-footer__columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 3vw, 42px) !important;
}

.hp-expert-landing .holipath-shell-footer__column {
  display: grid !important;
  gap: 0.62rem !important;
  align-content: start !important;
}

.hp-expert-landing .holipath-shell-footer__column h2 {
  margin: 0 0 0.35rem !important;
  color: rgba(255, 248, 235, 0.88) !important;
  font-family: var(--hpe-body, Manrope, system-ui, sans-serif) !important;
  font-size: 0.74rem !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.085em !important;
  text-transform: uppercase !important;
}

.hp-expert-landing .holipath-shell-footer__column a {
  color: rgba(255, 248, 235, 0.78) !important;
  font-size: 0.94rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.hp-expert-landing .holipath-shell-footer__column a:hover {
  color: #ffffff !important;
}

.hp-expert-landing .holipath-shell-footer__bottom {
  margin-top: clamp(28px, 4vw, 44px) !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 248, 235, 0.16) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 10px 24px !important;
  color: rgba(255, 248, 235, 0.66) !important;
  font-size: 0.8rem !important;
  line-height: 1.45 !important;
}

.hp-expert-landing .hp-expert-hero::before,
.hp-expert-landing .hp-expert-hero::after {
  left: 0 !important;
  right: 0 !important;
  inset-inline: 0 !important;
}

.hp-expert-landing .hp-expert-hero::after {
  inset-block-start: auto !important;
}

.hp-expert-landing .hp-expert-pricing,
.hp-expert-landing .hp-expert-pricing-grid,
.hp-expert-landing .hp-expert-price-card,
.hp-expert-landing .hp-expert-card,
.hp-expert-landing .hp-expert-feature,
.hp-expert-landing .hp-expert-wide-card,
.hp-expert-landing .hp-expert-step,
.hp-expert-landing .hp-expert-final,
.hp-expert-landing .holipath-shell-footer {
  max-width: 100% !important;
}

.hp-expert-landing .hp-expert-price-button,
.hp-expert-landing .hp-expert-button {
  max-width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
}

@media (max-width: 1040px) {
  .hp-expert-landing .holipath-shell-nav {
    min-height: 64px !important;
    padding-inline: 1rem !important;
    margin-bottom: 1.6rem !important;
  }

  .hp-expert-landing .holipath-shell-nav__links {
    display: none !important;
  }

  .hp-expert-landing .holipath-shell-nav__mobile {
    display: block !important;
  }

  .hp-expert-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;
    cursor: pointer !important;
    list-style: none !important;
  }

  .hp-expert-landing .holipath-shell-nav__mobile > summary span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: var(--hp-shell-text) !important;
  }
}

@media (max-width: 900px) {
  .hp-expert-landing .holipath-shell-footer__inner,
  .hp-expert-landing .holipath-shell-footer__columns {
    grid-template-columns: 1fr !important;
  }

  .hp-expert-landing .holipath-shell-footer__brand {
    max-width: none !important;
  }
}

@media (max-width: 760px) {
  .hp-expert-landing .holipath-shell-nav {
    margin-bottom: 1.3rem !important;
  }

  .hp-expert-landing .holipath-shell-nav__logo img {
    width: 128px !important;
  }

  .hp-expert-landing .hp-expert-hero,
  .hp-expert-landing .hp-expert-section,
  .hp-expert-landing .hp-expert-final,
  .hp-expert-landing .hp-expert-pricing {
    width: min(calc(100% - 28px), 100%) !important;
  }

  .hp-expert-landing .holipath-shell-footer {
    width: min(calc(100% - 28px), 1180px) !important;
    margin-top: 46px !important;
    padding: 28px 22px !important;
    border-radius: 24px !important;
  }

  .hp-expert-landing .holipath-shell-footer__logo img {
    width: 150px !important;
  }

  .hp-expert-landing .holipath-shell-footer__bottom {
    display: grid !important;
    justify-content: stretch !important;
  }
}

body.elementor-page,
body.elementor-template-canvas,
body.elementor-template-full-width {
  max-width: 100% !important;
  overflow-x: hidden !important;
}


/* --- v0.11.34: szép szakértői oldal visszaállítása + full-bleed hero + csúszka zárás ---
   Ez a blokk visszaadja a korábbi teljes szélességű, nyugodt hero-hátteret.
   A v0.11.33-ban a hero pseudo-háttér 0/0-ra lett szűkítve, ettől dobozosnak tűnt az oldal. */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

.hp-expert-landing {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  isolation: isolate !important;
}

@supports (overflow: clip) {
  .hp-expert-landing {
    overflow-x: clip !important;
  }
}

.hp-expert-site,
.hp-expert-site main {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

@supports (overflow: clip) {
  .hp-expert-site,
  .hp-expert-site main {
    overflow-x: clip !important;
  }
}

.hp-expert-landing .hp-expert-hero {
  overflow: visible !important;
}

.hp-expert-landing .hp-expert-hero::before {
  left: calc(50% - 50vw) !important;
  right: calc(50% - 50vw) !important;
  inset-inline: calc(50% - 50vw) !important;
}

.hp-expert-landing .hp-expert-hero::after {
  left: calc(50% - 50vw) !important;
  right: calc(50% - 50vw) !important;
  inset-inline: calc(50% - 50vw) !important;
  inset-block-start: auto !important;
}

.hp-expert-landing .hp-expert-hero,
.hp-expert-landing .hp-expert-section,
.hp-expert-landing .hp-expert-pricing,
.hp-expert-landing .hp-expert-final {
  max-width: min(1440px, calc(100% - 56px)) !important;
}

.hp-expert-landing .hp-expert-pricing {
  max-width: min(1480px, calc(100% - 56px)) !important;
}

.hp-expert-landing .holipath-shell-nav {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hp-expert-landing .holipath-shell-footer {
  max-width: min(1120px, calc(100% - 2rem)) !important;
}

.hp-expert-landing img,
.hp-expert-landing svg,
.hp-expert-landing video,
.hp-expert-landing canvas,
.hp-expert-landing iframe {
  max-width: 100% !important;
}

@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-hero,
  .hp-expert-landing .hp-expert-section,
  .hp-expert-landing .hp-expert-pricing,
  .hp-expert-landing .hp-expert-final {
    max-width: min(100%, calc(100% - 28px)) !important;
  }

  .hp-expert-landing .hp-expert-hero::before,
  .hp-expert-landing .hp-expert-hero::after {
    left: calc(50% - 50vw) !important;
    right: calc(50% - 50vw) !important;
    inset-inline: calc(50% - 50vw) !important;
  }
}
/* --- Szakértői oldal végső finomhangolás: címek, hero, footer, kártyák --- */


/* 1. Címek levegősebb betűköze */

.hp-expert-landing main h1 {
  letter-spacing: -0.022em !important;
}

.hp-expert-landing main h2,
.hp-expert-landing .hp-expert-final h2,
.hp-expert-landing .hp-expert-hero-card h2 {
  letter-spacing: -0.016em !important;
}

.hp-expert-landing main h3,
.hp-expert-landing .hp-expert-card h3,
.hp-expert-landing .hp-expert-feature h3,
.hp-expert-landing .hp-expert-wide-card h3,
.hp-expert-landing .hp-expert-step h3,
.hp-expert-landing .hp-expert-price-card h3 {
  letter-spacing: -0.008em !important;
}

@media (max-width: 760px) {
  .hp-expert-landing main h1 {
    letter-spacing: -0.012em !important;
  }

  .hp-expert-landing main h2,
  .hp-expert-landing main h3 {
    letter-spacing: -0.004em !important;
  }
}


/* 2. Hero feletti sáv csökkentése */

.hp-expert-landing .holipath-shell-nav {
  margin-bottom: 0 !important;
}

.hp-expert-landing #top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hp-expert-landing .hp-expert-hero {
  margin-top: 0 !important;
  padding-top: clamp(18px, 3vw, 38px) !important;
  min-height: 610px !important;
}

@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-hero {
    padding-top: 22px !important;
    min-height: auto !important;
  }
}


/* 3. Footer teljes szélességben */

.hp-expert-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;
}

.hp-expert-landing .holipath-shell-footer::before,
.hp-expert-landing .holipath-shell-footer::after {
  display: none !important;
  content: none !important;
}

.hp-expert-landing .holipath-shell-footer__inner,
.hp-expert-landing .holipath-shell-footer__bottom {
  width: min(1120px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .hp-expert-landing .holipath-shell-footer {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 34px 0 30px !important;
    border-radius: 0 !important;
  }

  .hp-expert-landing .holipath-shell-footer__inner,
  .hp-expert-landing .holipath-shell-footer__bottom {
    width: min(100% - 32px, 1120px) !important;
  }
}


/* 4. Validáció blokk: nagy tejüveg visszavéve, kártyák kontúrosabban */

.hp-expert-landing #validacio.hp-expert-validation.hp-expert-glass {
  background:
    linear-gradient(
      180deg,
      rgba(255, 250, 241, 0.28),
      rgba(237, 243, 232, 0.12)
    ) !important;
  border: 1px solid rgba(143, 159, 127, 0.14) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.hp-expert-landing #validacio.hp-expert-validation::before,
.hp-expert-landing #validacio.hp-expert-validation::after {
  display: none !important;
  content: none !important;
}

.hp-expert-landing #validacio .hp-expert-card {
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 255, 255, 0.54),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(231, 239, 224, 0.98),
      rgba(202, 217, 192, 0.94)
    ) !important;
  border: 1px solid rgba(83, 100, 71, 0.28) !important;
  box-shadow:
    0 20px 48px rgba(55, 72, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52) !important;
}

.hp-expert-landing #validacio .hp-expert-card:nth-child(2) {
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(255, 255, 255, 0.50),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(217, 230, 208, 0.98),
      rgba(184, 203, 172, 0.94)
    ) !important;
}

.hp-expert-landing #validacio .hp-expert-card::before {
  display: none !important;
  content: none !important;
}

.hp-expert-landing #validacio .hp-expert-card span {
  color: rgba(124, 87, 57, 0.80) !important;
}

.hp-expert-landing #validacio .hp-expert-card h3 {
  color: #243020 !important;
}

.hp-expert-landing #validacio .hp-expert-card p {
  color: rgba(36, 48, 32, 0.80) !important;
}


/* 5. AEO láthatóság blokk: háttérképre előkészítve */

.hp-expert-landing .hp-expert-search {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 18px 50px rgba(55, 72, 46, 0.07) !important;

  background:
    linear-gradient(
      135deg,
      rgba(247, 248, 241, 0.88),
      rgba(237, 243, 232, 0.78)
    ) !important;
}

/* Ha megvan az AEO háttérkép, ide tedd be az URL-t */
.hp-expert-landing .hp-expert-search.has-bg-image {
  background:
    linear-gradient(
      135deg,
      rgba(247, 248, 241, 0.86),
      rgba(237, 243, 232, 0.72)
    ),
    url("IDE_JÖN_AZ_AEO_HÁTTÉRKÉP_URL") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.hp-expert-landing .hp-expert-search .hp-expert-feature {
  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.88),
      rgba(236, 243, 229, 0.78)
    ) !important;
  border: 1px solid rgba(83, 100, 71, 0.18) !important;
  box-shadow: 0 16px 42px rgba(55, 72, 46, 0.09) !important;
}


/* 6. Szakmai közösség blokk: háttérképre előkészítve */

.hp-expert-landing .hp-expert-community {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(185, 139, 94, 0.10),
      transparent 32%
    ),
    radial-gradient(
      circle at 84% 88%,
      rgba(143, 159, 127, 0.18),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 250, 241, 0.76),
      rgba(237, 243, 232, 0.76)
    ) !important;
}

/* Ha megvan a közösségi háttérkép, ide tedd be az URL-t */
.hp-expert-landing .hp-expert-community.has-bg-image {
  background:
    linear-gradient(
      135deg,
      rgba(255, 250, 241, 0.84),
      rgba(237, 243, 232, 0.68)
    ),
    url("IDE_JÖN_A_SZAKMAI_KÖZÖSSÉG_HÁTTÉRKÉP_URL") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.hp-expert-landing .hp-expert-community .hp-expert-wide-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.90),
      rgba(236, 243, 229, 0.78)
    ) !important;
  border: 1px solid rgba(83, 100, 71, 0.18) !important;
  box-shadow: 0 16px 42px rgba(55, 72, 46, 0.09) !important;
}


/* 7. Tiszta működés: kontúrosabb kártyák */

.hp-expert-landing .hp-expert-business .hp-expert-step {
  background:
    radial-gradient(
      circle at 16% 10%,
      rgba(255, 255, 255, 0.58),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.96),
      rgba(228, 237, 220, 0.86)
    ) !important;
  border: 1px solid rgba(83, 100, 71, 0.22) !important;
  box-shadow:
    0 18px 44px rgba(55, 72, 46, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step::before {
  display: none !important;
  content: none !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step span {
  color: rgba(157, 113, 74, 0.78) !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step h3 {
  color: #243020 !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step p {
  color: rgba(39, 48, 36, 0.80) !important;
}


/* 8. Szakmai csatlakozós záróblokk: ne legyen zöld, mert utána zöld footer jön */

.hp-expert-landing .hp-expert-final {
  background:
    radial-gradient(
      circle at 86% 16%,
      rgba(185, 139, 94, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 12% 88%,
      rgba(143, 159, 127, 0.16),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 250, 241, 0.96),
      rgba(237, 243, 232, 0.88)
    ) !important;

  color: #273024 !important;
  border: 1px solid rgba(185, 139, 94, 0.26) !important;
  box-shadow:
    0 24px 64px rgba(55, 72, 46, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
}

.hp-expert-landing .hp-expert-final .hp-expert-kicker {
  background: rgba(185, 139, 94, 0.12) !important;
  border-color: rgba(185, 139, 94, 0.22) !important;
  color: #7c5739 !important;
}

.hp-expert-landing .hp-expert-final h2 {
  color: #273024 !important;
}

.hp-expert-landing .hp-expert-final p {
  color: rgba(39, 48, 36, 0.78) !important;
}

.hp-expert-landing .hp-expert-final .hp-expert-button,
.hp-expert-landing .hp-expert-final .hp-expert-button--light {
  background: linear-gradient(135deg, #b98b5e, #9d714a) !important;
  color: #fffaf1 !important;
  border: 1px solid rgba(255, 250, 241, 0.34) !important;
  box-shadow: 0 16px 36px rgba(157, 113, 74, 0.20) !important;
}

.hp-expert-landing .hp-expert-final .hp-expert-button:hover,
.hp-expert-landing .hp-expert-final .hp-expert-button--light:hover {
  background: linear-gradient(135deg, #c49a6f, #a87950) !important;
  color: #fffaf1 !important;
}
/* --- AEO láthatóság: képes hátterek csak a 3 kis kártyán --- */

/* A nagy AEO blokk NE kapjon képet */
.hp-expert-landing .hp-expert-search {
  background:
    linear-gradient(
      135deg,
      rgba(247, 248, 241, 0.92),
      rgba(237, 243, 232, 0.82)
    ) !important;
  background-image:
    linear-gradient(
      135deg,
      rgba(247, 248, 241, 0.92),
      rgba(237, 243, 232, 0.82)
    ) !important;
}

/* Alap képes kártyastílus */
.hp-expert-landing .hp-expert-search .hp-expert-feature {
  position: relative !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 18px 44px rgba(55, 72, 46, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
}

/* Fátyol a szöveg olvashatóságáért */
.hp-expert-landing .hp-expert-search .hp-expert-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.78),
      rgba(237, 243, 232, 0.54)
    ),
    radial-gradient(
      circle at 16% 12%,
      rgba(255, 255, 255, 0.42),
      transparent 36%
    ) !important;
  pointer-events: none;
}

/* Tartalom a fátyol fölött */
.hp-expert-landing .hp-expert-search .hp-expert-feature > * {
  position: relative;
  z-index: 1;
}

/* 1. Láthatóság kódnyelv nélkül */
.hp-expert-landing .hp-expert-search .hp-expert-feature:nth-child(1) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/holipath-to-felulnezet-lathatosag.webp") !important;
  background-position: center center !important;
}

/* 2. Relevancia a kulcsszavak felett */
.hp-expert-landing .hp-expert-search .hp-expert-feature:nth-child(2) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/holipath-vizfelszin-feny-relevancia.webp") !important;
  background-position: center center !important;
}

/* 3. Helyi fókusz, automatizálva */
.hp-expert-landing .hp-expert-search .hp-expert-feature:nth-child(3) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/ChatGPT-Image-2026.-jun.-15.-21_09_53.webp") !important;
  background-position: center center !important;
}

/* Szöveg erősítése a képen */
.hp-expert-landing .hp-expert-search .hp-expert-feature h3 {
  color: #243020 !important;
  text-shadow: 0 1px 3px rgba(255, 250, 241, 0.88) !important;
}

.hp-expert-landing .hp-expert-search .hp-expert-feature p {
  color: rgba(39, 48, 36, 0.84) !important;
  text-shadow: 0 1px 3px rgba(255, 250, 241, 0.76) !important;
}
/* Szakértői hero erdő háttér */

.hp-expert-landing .hp-expert-hero {
  position: relative !important;
  isolation: isolate !important;
  margin-top: 0 !important;
}

.hp-expert-landing .hp-expert-hero::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: calc(50% - 50vw) !important;
  right: calc(50% - 50vw) !important;
  z-index: -2 !important;

  background:
    linear-gradient(
      90deg,
      rgba(247, 248, 241, 0.90) 0%,
      rgba(247, 248, 241, 0.72) 34%,
      rgba(247, 248, 241, 0.52) 60%,
      rgba(247, 248, 241, 0.24) 100%
    ),
    linear-gradient(
      180deg,
      rgba(247, 248, 241, 0.18) 0%,
      rgba(247, 248, 241, 0.04) 46%,
      rgba(237, 243, 232, 0.62) 100%
    ),
    url("https://www.holipath.com/wp-content/uploads/2026/06/erdo.webp") !important;

  background-size: cover !important;
  background-position: center 42% !important;
  background-repeat: no-repeat !important;
}

.hp-expert-landing .hp-expert-hero::after {
  content: "" !important;
  position: absolute !important;
  left: calc(50% - 50vw) !important;
  right: calc(50% - 50vw) !important;
  bottom: 0 !important;
  height: 180px !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background: linear-gradient(
    180deg,
    rgba(237, 243, 232, 0),
    var(--hpe-bg) 88%
  ) !important;
}

@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(247, 248, 241, 0.88) 0%,
        rgba(247, 248, 241, 0.70) 42%,
        rgba(237, 243, 232, 0.86) 100%
      ),
      url("https://www.holipath.com/wp-content/uploads/2026/06/erdo.webp") !important;

    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }
}

/* --- Szakértői hero jobb oldali kártya finomítása --- */

.hp-expert-landing .hp-expert-hero-card {
  min-height: auto !important;
  align-self: center !important;
  padding: 14px !important;
  border-radius: 30px !important;

  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.58),
      rgba(237, 243, 232, 0.34)
    ) !important;

  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  box-shadow:
    0 18px 48px rgba(55, 72, 46, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.48) !important;

  backdrop-filter: blur(7px) !important;
  -webkit-backdrop-filter: blur(7px) !important;
}

/* A belső fehér doboz ne legyen még egy külön tejüveg réteg */
.hp-expert-landing .hp-expert-hero-card__inner {
  padding: clamp(26px, 3vw, 38px) !important;
  border-radius: 24px !important;

  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.56),
      rgba(255, 250, 241, 0.34)
    ) !important;

  border: 1px solid rgba(255, 255, 255, 0.44) !important;
  gap: 20px !important;
}

/* A régi foltos réteg visszavétele */
.hp-expert-landing .hp-expert-hero-card::before {
  opacity: 0.28 !important;
}

/* Kisebb, elegánsabb cím */
.hp-expert-landing .hp-expert-hero-card h2 {
  font-size: clamp(1.42rem, 2vw, 2.05rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.012em !important;
}

/* A kis badge ne legyen túl harsány */
.hp-expert-landing .hp-expert-seal {
  background: rgba(83, 100, 71, 0.10) !important;
  border: 1px solid rgba(83, 100, 71, 0.12) !important;
  color: #3f4d37 !important;
}

/* A tagek legyenek tisztábbak, kevésbé tablettásak */
.hp-expert-landing .hp-expert-tags {
  gap: 8px !important;
}

.hp-expert-landing .hp-expert-tags span {
  background: rgba(255, 250, 241, 0.58) !important;
  border: 1px solid rgba(83, 100, 71, 0.14) !important;
  color: rgba(39, 48, 36, 0.76) !important;
  font-size: 0.76rem !important;
}

/* Mobilon ne legyen túl nagy blokk */
@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-hero-card {
    margin-top: 24px !important;
    padding: 10px !important;
  }

  .hp-expert-landing .hp-expert-hero-card__inner {
    padding: 22px 20px !important;
  }
}
/* --- Validáció blokk: nagy háttér és keret levétele, csak a kártyák maradjanak hangsúlyosak --- */

.hp-expert-landing #validacio.hp-expert-validation.hp-expert-glass {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.hp-expert-landing #validacio.hp-expert-validation::before,
.hp-expert-landing #validacio.hp-expert-validation::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* A belső kártyák maradjanak kiemeltek */
.hp-expert-landing #validacio .hp-expert-card {
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 255, 255, 0.54),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(231, 239, 224, 0.98),
      rgba(202, 217, 192, 0.94)
    ) !important;

  border: 1px solid rgba(83, 100, 71, 0.28) !important;
  box-shadow:
    0 20px 48px rgba(55, 72, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52) !important;
}
/* --- Szakmai közeg blokk: nagy háttér le, képes kártyák be --- */

.hp-expert-landing .hp-expert-community.hp-expert-glass {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.hp-expert-landing .hp-expert-community::before,
.hp-expert-landing .hp-expert-community::after {
  display: none !important;
  content: none !important;
}

/* Alap képes kártya */
.hp-expert-landing .hp-expert-community .hp-expert-wide-card {
  position: relative !important;
  overflow: hidden !important;
  min-height: 300px !important;
  border-radius: 28px !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow:
    0 20px 52px rgba(55, 72, 46, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.48) !important;
}

/* Fátyol a szöveg olvashatóságáért */
.hp-expert-landing .hp-expert-community .hp-expert-wide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.78),
      rgba(237, 243, 232, 0.56)
    ),
    radial-gradient(
      circle at 16% 12%,
      rgba(255, 255, 255, 0.42),
      transparent 38%
    ) !important;
  pointer-events: none;
}

.hp-expert-landing .hp-expert-community .hp-expert-wide-card > * {
  position: relative;
  z-index: 1;
}

/* 1. Szakmaközi ajánlói hálózat: ösvény */
.hp-expert-landing .hp-expert-community .hp-expert-wide-card:nth-child(1) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/holipath-osveny-ajanlohalozat.webp") !important;
  background-position: center center !important;
}

/* 2. Szakmai védőháló: ág / levelek */
.hp-expert-landing .hp-expert-community .hp-expert-wide-card:nth-child(2) {
  background-image: url("https://www.holipath.com/wp-content/uploads/2026/06/holipath-level-vedohalo.webp") !important;
  background-position: center center !important;
}

/* Szöveg erősítés a képes háttéren */
.hp-expert-landing .hp-expert-community .hp-expert-wide-card h3 {
  color: #243020 !important;
  text-shadow: 0 1px 3px rgba(255, 250, 241, 0.88) !important;
}

.hp-expert-landing .hp-expert-community .hp-expert-wide-card p {
  color: rgba(39, 48, 36, 0.84) !important;
  text-shadow: 0 1px 3px rgba(255, 250, 241, 0.74) !important;
}
/* --- Tiszta működés kártyák: hangsúlyosabb bézs kontraszt zsályás háttéren --- */

.hp-expert-landing .hp-expert-business .hp-expert-step {
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 255, 255, 0.72),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 88%,
      rgba(185, 139, 94, 0.12),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(255, 248, 236, 0.98),
      rgba(238, 219, 194, 0.92)
    ) !important;

  border: 1.5px solid rgba(185, 139, 94, 0.34) !important;
  box-shadow:
    0 22px 54px rgba(86, 64, 45, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.52) inset !important;

  border-radius: 28px !important;
}

/* Kis finom eltérés, hogy ne legyen három teljesen azonos kártya */
.hp-expert-landing .hp-expert-business .hp-expert-step:nth-child(2) {
  background:
    radial-gradient(
      circle at 16% 10%,
      rgba(255, 255, 255, 0.70),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 88%,
      rgba(117, 130, 105, 0.10),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(255, 250, 241, 0.98),
      rgba(232, 221, 201, 0.94)
    ) !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step:nth-child(3) {
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 255, 255, 0.70),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 88%,
      rgba(185, 139, 94, 0.15),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      rgba(255, 247, 232, 0.98),
      rgba(234, 211, 183, 0.92)
    ) !important;
}

/* Régi zöldes foltréteg kikapcsolása */
.hp-expert-landing .hp-expert-business .hp-expert-step::before {
  display: none !important;
  content: none !important;
}

/* Számok, címek, szöveg erősítése */
.hp-expert-landing .hp-expert-business .hp-expert-step span {
  color: rgba(157, 113, 74, 0.86) !important;
  text-shadow: 0 1px 2px rgba(255, 250, 241, 0.72) !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step h3 {
  color: #2a241f !important;
  font-weight: 560 !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step p {
  color: rgba(42, 36, 31, 0.82) !important;
}

/* Hover maradjon finom, de legyen érezhető */
.hp-expert-landing .hp-expert-business .hp-expert-step:hover {
  transform: translateY(-4px);
  box-shadow:
    0 30px 68px rgba(86, 64, 45, 0.17),
    0 0 0 1px rgba(255, 255, 255, 0.58) inset !important;
}
/* --- Szakértői csatlakozás blokk: elegáns, nem zöld, nem képes záró CTA --- */

.hp-expert-landing .hp-expert-final {
  position: relative !important;
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(185, 139, 94, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 14% 84%,
      rgba(143, 159, 127, 0.12),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      rgba(255, 250, 241, 0.62),
      rgba(237, 243, 232, 0.38)
    ) !important;

  color: #273024 !important;
  border: 1px solid rgba(185, 139, 94, 0.30) !important;
  border-radius: 34px !important;

  box-shadow:
    0 22px 58px rgba(55, 72, 46, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

/* Nagy, nagyon halvány háttérfelirat, hogy ne legyen üres */
.hp-expert-landing .hp-expert-final::before {
  content: "HoliPath®";
  position: absolute;
  right: clamp(-28px, -2vw, -10px);
  bottom: clamp(-24px, -2vw, -10px);
  z-index: 0;

  font-family: var(--hpe-heading) !important;
  font-size: clamp(4.8rem, 11vw, 10rem);
  line-height: 1;
  letter-spacing: -0.045em;
  color: rgba(83, 100, 71, 0.075);
  pointer-events: none;
}

/* Finom felső arany fénycsík */
.hp-expert-landing .hp-expert-final::after {
  content: "";
  position: absolute;
  left: clamp(28px, 5vw, 76px);
  right: clamp(28px, 5vw, 76px);
  top: 0;
  height: 1px;
  z-index: 1;

  background: linear-gradient(
    90deg,
    rgba(185, 139, 94, 0),
    rgba(185, 139, 94, 0.58),
    rgba(185, 139, 94, 0)
  );
  pointer-events: none;
}

.hp-expert-landing .hp-expert-final__inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 920px !important;
  padding-top: clamp(58px, 7vw, 86px) !important;
  padding-bottom: clamp(58px, 7vw, 86px) !important;
}

/* Kicker ne legyen zöld vagy sötét, inkább pecsét jellegű */
.hp-expert-landing .hp-expert-final .hp-expert-kicker {
  background: rgba(255, 250, 241, 0.72) !important;
  border: 1px solid rgba(185, 139, 94, 0.24) !important;
  color: #7c5739 !important;
  box-shadow: 0 8px 22px rgba(86, 64, 45, 0.06) !important;
}

.hp-expert-landing .hp-expert-final h2 {
  color: #273024 !important;
  letter-spacing: -0.016em !important;
}

.hp-expert-landing .hp-expert-final p {
  color: rgba(39, 48, 36, 0.78) !important;
}

/* Gomb maradjon arany CTA, ez adja a valódi fókuszt */
.hp-expert-landing .hp-expert-final .hp-expert-button,
.hp-expert-landing .hp-expert-final .hp-expert-button--light {
  background: linear-gradient(135deg, #b98b5e, #9d714a) !important;
  color: #fffaf1 !important;
  border: 1px solid rgba(255, 250, 241, 0.36) !important;
  box-shadow: 0 16px 36px rgba(157, 113, 74, 0.20) !important;
  text-shadow: 0 1px 1px rgba(68, 45, 28, 0.14) !important;
}

.hp-expert-landing .hp-expert-final .hp-expert-button:hover,
.hp-expert-landing .hp-expert-final .hp-expert-button--light:hover {
  background: linear-gradient(135deg, #c49a6f, #a87950) !important;
  color: #fffaf1 !important;
}

/* Mobilon a háttérfelirat ne nyomja agyon */
@media (max-width: 760px) {
  .hp-expert-landing .hp-expert-final {
    border-radius: 28px !important;
  }

  .hp-expert-landing .hp-expert-final::before {
    font-size: clamp(3.8rem, 20vw, 6rem);
    right: -18px;
    bottom: -10px;
    opacity: 0.7;
  }

  .hp-expert-landing .hp-expert-final__inner {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }
}
/* --- Egységes zsályazöld kiemelés: Tiszta működés + Szakmai méltóság --- */


/* Tiszta működés kártyák */

.hp-expert-landing .hp-expert-business .hp-expert-step {
  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 255, 255, 0.54),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(231, 239, 224, 0.98),
      rgba(202, 217, 192, 0.94)
    ) !important;

  border: 1px solid rgba(83, 100, 71, 0.28) !important;
  border-radius: 28px !important;

  box-shadow:
    0 20px 48px rgba(55, 72, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52) !important;

  transform: none !important;
}

/* A középső kártya minimálisan mélyebb, hogy legyen ritmusa */
.hp-expert-landing .hp-expert-business .hp-expert-step:nth-child(2) {
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(255, 255, 255, 0.50),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(217, 230, 208, 0.98),
      rgba(184, 203, 172, 0.94)
    ) !important;
}

/* Régi foltok / korábbi rétegek kikapcsolása */
.hp-expert-landing .hp-expert-business .hp-expert-step::before,
.hp-expert-landing .hp-expert-business .hp-expert-step::after {
  display: none !important;
  content: none !important;
}

/* Betűtípus és szöveg vissza normálisra */
.hp-expert-landing .hp-expert-business .hp-expert-step span {
  font-family: var(--hpe-heading) !important;
  color: rgba(124, 87, 57, 0.80) !important;
  text-shadow: none !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step h3 {
  font-family: var(--hpe-heading) !important;
  font-weight: 500 !important;
  letter-spacing: -0.008em !important;
  line-height: 1.18 !important;
  color: #243020 !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step p {
  color: rgba(36, 48, 32, 0.80) !important;
}

/* Finom hover, nem ez adja a fő kontrasztot */
.hp-expert-landing .hp-expert-business .hp-expert-step:hover {
  transform: translateY(-3px) !important;
  box-shadow:
    0 26px 58px rgba(55, 72, 46, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}


/* Szakmai méltóság záróblokk ugyanebben a világban */

.hp-expert-landing .hp-expert-final {
  position: relative !important;
  overflow: hidden !important;

  background:
    radial-gradient(
      circle at 14% 10%,
      rgba(255, 255, 255, 0.48),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 84%,
      rgba(185, 139, 94, 0.10),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(231, 239, 224, 0.98),
      rgba(202, 217, 192, 0.94)
    ) !important;

  color: #243020 !important;
  border: 1px solid rgba(83, 100, 71, 0.28) !important;
  border-radius: 34px !important;

  box-shadow:
    0 24px 62px rgba(55, 72, 46, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
}

/* Korábbi nagy HoliPath® felirat / fénycsík / extra dekor lekapcsolása */
.hp-expert-landing .hp-expert-final::before,
.hp-expert-landing .hp-expert-final::after {
  display: none !important;
  content: none !important;
}

/* Belső tér maradjon elegáns */
.hp-expert-landing .hp-expert-final__inner {
  position: relative !important;
  z-index: 1 !important;
  max-width: 920px !important;
  padding-top: clamp(56px, 7vw, 84px) !important;
  padding-bottom: clamp(56px, 7vw, 84px) !important;
}

/* Kicker ugyanazt a szakmai, pecsétes érzést kapja */
.hp-expert-landing .hp-expert-final .hp-expert-kicker {
  background: rgba(255, 250, 241, 0.62) !important;
  border: 1px solid rgba(83, 100, 71, 0.18) !important;
  color: #3f4d37 !important;
  box-shadow: none !important;
}

.hp-expert-landing .hp-expert-final h2 {
  color: #243020 !important;
  letter-spacing: -0.016em !important;
}

.hp-expert-landing .hp-expert-final p {
  color: rgba(36, 48, 32, 0.80) !important;
}

/* A CTA maradjon arany, hogy legyen egyértelmű kattintási fókusz */
.hp-expert-landing .hp-expert-final .hp-expert-button,
.hp-expert-landing .hp-expert-final .hp-expert-button--light {
  background: linear-gradient(135deg, #b98b5e, #9d714a) !important;
  color: #fffaf1 !important;
  border: 1px solid rgba(255, 250, 241, 0.34) !important;
  box-shadow: 0 16px 36px rgba(157, 113, 74, 0.20) !important;
  text-shadow: 0 1px 1px rgba(68, 45, 28, 0.14) !important;
}

.hp-expert-landing .hp-expert-final .hp-expert-button:hover,
.hp-expert-landing .hp-expert-final .hp-expert-button--light:hover {
  background: linear-gradient(135deg, #c49a6f, #a87950) !important;
  color: #fffaf1 !important;
}
/* --- Tiszta működés: 3. kártya, Mérhető időmegtakarítás --- */

.hp-expert-landing .hp-expert-business .hp-expert-step:nth-child(3) {
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(255, 255, 255, 0.50),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(217, 230, 208, 0.98),
      rgba(184, 203, 172, 0.94)
    ) !important;

  border: 1px solid rgba(83, 100, 71, 0.28) !important;
  border-radius: 28px !important;

  box-shadow:
    0 20px 48px rgba(55, 72, 46, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.52) !important;
}

.hp-expert-landing .hp-expert-business .hp-expert-step:nth-child(3)::before,
.hp-expert-landing .hp-expert-business .hp-expert-step:nth-child(3)::after {
  display: none !important;
  content: none !important;
}/* End custom CSS */