/*
  Világos kékes téma — szekciónkénti override.
  Aktiválás: <link rel="stylesheet" href="assets/css/theme-blue-light.css"> az assets/css/styles.css UTÁN.
  Kikapcsolás: töröld vagy kommentezd ki a fenti sort.
*/

/* ─── HERO: világos átmenet, kék logó, sötétkék szövegek ─── */
.hero.section-dark {
  background:
    linear-gradient(90deg, rgba(235, 243, 252, 1) 0%, rgba(235, 243, 252, 0.95) 40%, rgba(235, 243, 252, 0.6) 60%, rgba(235, 243, 252, 0) 100%),
    linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
    url("../images/hero-executive-bg.png") right center / cover no-repeat;
  color: var(--navy);
}

/* Logó: fehér marad, nagyobb méret desktopon */
.hero.section-dark .hero-brand img {
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.25));
  width: 160px;
  height: 160px;
}

.hero.section-dark h1 {
  color: var(--navy);
}

.hero.section-dark h1 span {
  color: var(--gold);
}

.hero.section-dark p {
  color: var(--ink);
}

.hero.section-dark .date-choice-label {
  color: var(--navy-soft);
}

/* Dátum kártyák kontrasztosítása a világos háttéren */
.hero.section-dark .date-card {
  border-color: rgba(31, 94, 159, 0.3);
  background: rgba(255, 255, 255, 0.9);
  color: var(--navy);
}

.hero.section-dark .date-card strong {
  color: var(--navy);
}

.hero.section-dark .date-card:hover {
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 94, 159, 0.1);
}

/* A "Megnézem a részleteket" gomb kitöltött kék lett a képen */
.hero.section-dark .btn-line {
  background: var(--blue-strong);
  color: var(--white);
  border-color: var(--blue-strong);
}

.hero.section-dark .btn-line:hover {
  background: var(--navy);
  border-color: var(--navy);
}

.hero.section-dark .micro {
  color: var(--muted);
}

/* ─── PROBLEM-HERO: fehér/világos háttér, nő fotóval ─── */
.problem-hero.section-dark {
  color: var(--ink);
  background:
    linear-gradient(90deg, #ffffff 0%, #f0f6ff 30%, rgba(220, 235, 255, 0.85) 60%, #deeaf8 100%),
    url("../images/female-leader-cinematic.png") right center / auto 100% no-repeat;
}

.problem-hero.section-dark .copy-stack h2 {
  color: var(--navy);
}

.problem-hero.section-dark .copy-stack h2 span {
  color: var(--blue);
}

.problem-hero.section-dark .copy-stack p,
.problem-hero.section-dark .copy-stack li {
  color: var(--ink);
}

.problem-hero.section-dark .highlight-box {
  background: rgba(31, 94, 159, 0.07);
  border-color: rgba(31, 94, 159, 0.25);
  color: var(--navy);
}

/* ─── NARROW ("Itt borul rá..."): fehér, kék idézet kártyák ─── */
.narrow {
  background:
    linear-gradient(180deg, #f0f6ff 0%, #ffffff 50%, #f0f6ff 100%);
  color: var(--navy);
}

.narrow::before {
  background: linear-gradient(90deg, transparent 0%, rgba(31, 94, 159, 0.2) 20%, rgba(31, 94, 159, 0.5) 50%, rgba(31, 94, 159, 0.2) 80%, transparent 100%);
}

.narrow h2 {
  color: var(--navy);
}

.narrow h2 span {
  color: var(--blue);
}

.narrow .maxim {
  color: var(--navy);
}

.quote-grid div {
  background: linear-gradient(180deg, #e8f1fb, #deeaf8);
  border: 1px solid rgba(31, 94, 159, 0.18);
  border-top: 3px solid var(--blue);
  color: var(--navy);
  box-shadow: 0 8px 28px rgba(31, 94, 159, 0.10);
}

/* ─── POINTS ("Mit kapsz..."): fehér-paper, arany h3 ─── */
.points.section-dark {
  color: var(--navy);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(31, 94, 159, 0.07) 0%, transparent 60%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 50%, #f0f6ff 100%);
}

.points.section-dark h2 {
  color: var(--navy);
}

.points.section-dark h3 {
  color: var(--gold);
}

.points.section-dark .lead {
  color: var(--muted);
}

.points.section-dark .points-timeline::before {
  background: linear-gradient(90deg, transparent, rgba(201, 164, 93, 0.6), transparent);
}

.points.section-dark .points-timeline article {
  color: var(--navy);
}

.points.section-dark .points-timeline span {
  background: var(--navy);
  color: var(--gold-light);
  box-shadow: 0 0 0 4px rgba(31, 94, 159, 0.1), 0 0 16px rgba(201, 164, 93, 0.18);
}

.points.section-dark .points-timeline svg {
  stroke: var(--blue);
}

.points.section-dark .points-timeline h4 {
  color: var(--navy);
}

/* ─── AUDIENCE-PRESENTER ("Kinek való"): meleg homok-bézs ─── */
.audience-presenter {
  background: linear-gradient(135deg, #d4a84b 0%, #c49040 30%, #b87d2e 60%, #a06820 100%) !important;
}

/* ─── OUTCOMES / SOCIAL ("Mit fogsz hazavinni", "Visszajelzések"): fehér ─── */
.outcomes,
.social {
  background: #ffffff;
}

/* ─── BOOKING ("Időpontok és részvétel"): világos paper ─── */
.booking.section-dark {
  color: var(--navy);
  background:
    radial-gradient(ellipse at 30% 0%, rgba(31, 94, 159, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.booking.section-dark h2,
.booking.section-dark .event-title {
  color: var(--navy);
}

.booking.section-dark .booking-label {
  color: var(--blue);
}

.booking.section-dark .price {
  color: var(--navy);
}

.booking.section-dark .micro,
.booking .micro,
.booking-copy .micro {
  color: #8a5e1a !important;
}

.session-options a {
  background: var(--navy) !important;
  border-color: rgba(234, 216, 170, 0.4) !important;
  color: var(--white) !important;
}

.session-options a:hover {
  background: var(--navy-soft) !important;
  border-color: var(--gold-light) !important;
}

/* ─── CLOSING: sötétkék — marad az eredeti ─── */
.closing {
  background:
    radial-gradient(circle at 50% 0%, rgba(31, 94, 159, 0.38), transparent 55%),
    linear-gradient(180deg, #07172b 0%, #06111f 100%);
}

.closing h2 {
  color: var(--white);
}

.closing p {
  color: rgba(255, 255, 255, 0.78);
}

/* Reference polish: closer to the supplied light blue / executive city mockup. */
:root {
  --blue: #1f68a9;
  --blue-strong: #1761a1;
  --navy: #0b315d;
  --navy-soft: #16426f;
  --ink: #17365f;
  --muted: #5e7896;
  --line: #c9ddef;
  --paper: #eef7ff;
  --gold: #b88334;
  --gold-light: #dfc489;
  --shadow: 0 14px 34px rgba(22, 66, 111, 0.13);
}

body {
  color: var(--ink);
  background: #f4f9fe;
}

.container {
  width: min(1080px, calc(100vw - 64px));
}

section {
  padding: clamp(44px, 5.8vw, 78px) 0;
}

.hero.section-dark {
  min-height: clamp(560px, 63vw, 690px);
  align-items: center;
  padding: clamp(54px, 6vw, 78px) 0 clamp(34px, 4vw, 50px);
  background:
    linear-gradient(90deg, #f7fbff 0%, rgba(240, 247, 255, 0.99) 29%, rgba(235, 245, 255, 0.88) 42%, rgba(235, 245, 255, 0.42) 58%, rgba(235, 245, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.02) 55%, rgba(220, 236, 250, 0.34) 100%),
    url("../images/hero-executive-bg.png") right center / cover no-repeat;
  border-bottom: 1px solid rgba(31, 104, 169, 0.16);
}

.hero .container {
  width: min(880px, calc(100vw - 64px));
}

.hero-copy {
  max-width: 480px;
}

.hero h1 {
  max-width: 480px;
  color: #0a3262 !important;
  font-size: clamp(29px, 2.9vw, 40px);
  line-height: 1.08;
}

.hero.section-dark h1 span {
  color: #a7742d;
}

.hero-copy p {
  max-width: 470px;
  margin-top: 18px;
  color: #315172 !important;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.55;
}

.hero-brand {
  top: clamp(18px, 3vw, 34px);
  left: 50%;
  transform: translateX(-50%);
}

.hero.section-dark .hero-brand img {
  width: 76px;
  height: 76px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(55%) saturate(1136%) hue-rotate(181deg) brightness(90%) contrast(92%);
}

.date-choice-label {
  margin-top: 22px;
  color: #0e3b68 !important;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.date-row,
.hero-actions {
  gap: 12px;
  margin-top: 14px;
}

.hero.section-dark .date-card {
  min-width: 140px;
  padding: 13px 16px;
  border-color: #bdd4ea;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 6px 18px rgba(22, 66, 111, 0.06);
}

.date-card em,
.session-options em {
  color: #b88334;
  font-size: 11px;
}

.date-card strong {
  font-size: 25px;
  color: #0b315d !important;
}

.date-card span {
  color: #0b315d;
  font-size: 14px;
}

.btn {
  min-height: 40px;
  padding: 11px 20px;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.btn-gold {
  background: linear-gradient(180deg, #efd79a 0%, #c79845 100%);
  box-shadow: 0 10px 22px rgba(184, 131, 52, 0.18);
}

.hero.section-dark .btn-line {
  background: #1b64a5;
  border-color: #1b64a5;
}

.hero.section-dark .micro {
  max-width: 510px;
  color: #55708c !important;
  font-size: 11px !important;
}

.problem-hero.section-dark {
  min-height: 0;
  padding: clamp(42px, 5vw, 70px) 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(235, 246, 255, 0.02) 0%, rgba(235, 246, 255, 0.06) 38%, #f8fbff 52%, #ffffff 100%),
    url("../images/female-leader-cinematic.png") left -460px center / auto 100% no-repeat,
    linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(31, 104, 169, 0.12);
}

.problem-hero-grid {
  grid-template-columns: minmax(330px, 0.95fr) minmax(0, 0.9fr);
  gap: clamp(36px, 6vw, 76px);
}

.problem-hero .copy-stack {
  max-width: 520px;
}

.problem-hero .copy-stack h2,
.copy-stack h2,
.outcomes h2,
.social h2,
.next-step h2,
.narrow h2,
.points h2 {
  color: #1a5f9f !important;
}

.problem-hero .copy-stack h2 {
  font-size: clamp(28px, 2.7vw, 38px);
}

.problem-hero.section-dark .copy-stack h2 span {
  color: #b88334;
}

.problem-hero.section-dark .copy-stack p,
.problem-hero.section-dark .statement-list p {
  color: #24496f;
}

.problem-hero blockquote {
  padding: 20px 22px;
  border-left-color: #8bb8df;
  background: #e9f3ff;
  box-shadow: 0 10px 24px rgba(22, 66, 111, 0.10);
  color: #24496f !important;
  font-size: 20px;
}

.narrow,
.points.section-dark,
.outcomes,
.booking.section-dark,
.next-step,
.social {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(31, 104, 169, 0.09) 0%, transparent 54%),
    linear-gradient(180deg, #f2f9ff 0%, #ffffff 54%, #edf7ff 100%);
  border-top: 1px solid rgba(31, 104, 169, 0.10);
  border-bottom: 1px solid rgba(31, 104, 169, 0.10);
}

.narrow .container,
.points .container,
.outcomes-single,
.next-step .container,
.social .container {
  max-width: 900px;
}

.narrow p,
.points.section-dark .lead,
.outcomes-intro,
.next-step p,
.next-step li,
.social blockquote,
details p {
  color: #4f6f8e;
}

.quote-grid {
  gap: 10px;
  margin: 28px auto 24px;
  max-width: 660px;
}

.quote-grid div {
  min-height: 70px;
  padding: 16px 18px;
  border: 1px solid #c7daec;
  border-top: 0;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(22, 66, 111, 0.10);
  color: #234a72;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
}

.maxim {
  max-width: 720px;
  margin-top: 24px;
  color: #b88334 !important;
  font-size: clamp(24px, 2.6vw, 34px);
}

.points.section-dark h3 {
  margin-top: 20px;
  color: #b88334;
  font-size: clamp(22px, 2.4vw, 32px);
}

.points-timeline {
  margin-top: 22px;
  padding-top: 24px;
}

.points.section-dark .points-timeline span {
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-color: #7aaedd;
  color: #1b64a5;
  box-shadow: none;
  font-size: 16px;
}

.points.section-dark .points-timeline svg {
  width: 32px;
  height: 32px;
  color: #1b64a5;
  stroke: currentColor;
}

.audience-presenter {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.36), transparent 44%),
    linear-gradient(90deg, #dcb66e 0%, #f4dfa9 42%, #d6aa5e 100%) !important;
  border-color: rgba(184, 131, 52, 0.24);
}

.for-box {
  border-radius: 4px;
  border-color: rgba(184, 131, 52, 0.32);
  box-shadow: 0 12px 28px rgba(126, 91, 35, 0.14);
}

.photo-stage {
  min-height: 430px;
  padding: 34px 30px 28px;
  border-radius: 3px;
  background: linear-gradient(180deg, #5da0dd 0%, #1f68a9 100%);
  box-shadow: 0 12px 28px rgba(22, 66, 111, 0.18);
}

.photo-stage img,
.photo-stage div {
  width: min(230px, 78%);
}

.signup-form,
.for-box,
.highlight-box,
.social blockquote,
details {
  box-shadow: 0 8px 22px rgba(22, 66, 111, 0.10);
}

.booking.section-dark .event-title,
.booking.section-dark .price {
  color: #b88334;
}

.closing {
  background: linear-gradient(135deg, #2c79bd 0%, #1e67ab 48%, #15528c 100%);
}

@media (max-width: 980px) {
  .container,
  .hero .container {
    width: min(100% - 40px, 900px);
  }

  .hero.section-dark {
    min-height: auto;
    background:
      linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(238, 247, 255, 0.92) 54%, rgba(238, 247, 255, 0.50) 100%),
      url("../images/hero-executive-bg.png") 66% center / cover no-repeat;
  }

  .problem-hero.section-dark {
    background:
      linear-gradient(180deg, rgba(248, 251, 255, 0.38) 0%, rgba(248, 251, 255, 0.94) 45%, #ffffff 100%),
      url("../images/female-leader-cinematic.png") 48% top / cover no-repeat;
    overflow: hidden;
  }

  .problem-hero-grid {
    grid-template-columns: 1fr;
  }

  .problem-hero .copy-stack {
    max-width: 100%;
    justify-self: stretch;
    grid-column: auto;
  }

  .problem-visual {
    display: none;
  }

  .problem-hero.section-dark .copy-stack h2,
  .problem-hero.section-dark .copy-stack p,
  .problem-hero.section-dark .statement-list p {
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .container,
  .hero .container {
    width: min(100% - 32px, 900px);
  }

  .points.section-dark h3 {
    font-size: clamp(34px, 8vw, 46px);
  }

  .highlight-box p {
    font-size: 18px !important;
  }

  .highlight-box p span {
    font-size: 18px !important;
  }

  /* "Belülről viszont..." span olvasható sötétkék mobilon */
  .problem-hero.section-dark .copy-stack h2 span {
    color: #0b315d;
  }

  /* "Kérem a helyem most" btn-line látható mobilon */
  .btn-line {
    background: #1b64a5 !important;
    border-color: #1b64a5 !important;
    color: #ffffff !important;
  }

  .hero.section-dark {
    padding-top: 132px;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(25px, 7.1vw, 30px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-copy p,
  .hero.section-dark .micro {
    max-width: min(100%, 380px);
  }

  .hero-copy p {
    font-size: 16px !important;
  }

  .hero h1 {
    max-width: min(100%, 380px);
  }

  .date-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero.section-dark .date-card {
    min-width: 0;
    padding: 13px 12px;
  }

  .date-card strong {
    font-size: 23px;
  }

  .hero.section-dark .hero-brand img {
    width: 100px;
    height: 100px;
    filter: none;
  }

  .quote-grid {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(24px, 6.7vw, 27px);
  }

  .hero-copy p {
    font-size: 12px;
  }

  .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Proportion restore: keep the light palette, but return desktop spacing to the original dark layout scale. */
@media (min-width: 981px) {
  .container,
  .hero .container {
    width: min(1600px, calc(100vw - 96px));
  }

  section {
    padding: clamp(72px, 9vw, 132px) 0;
  }

  .hero.section-dark {
    min-height: 100vh;
    padding: clamp(104px, 11vh, 128px) 0 clamp(36px, 6vh, 62px);
    background:
      linear-gradient(90deg, #f7fbff 0%, rgba(240, 247, 255, 0.99) 27%, rgba(235, 245, 255, 0.84) 42%, rgba(235, 245, 255, 0.36) 58%, rgba(235, 245, 255, 0.02) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.02) 62%, rgba(220, 236, 250, 0.24) 100%),
      url("../images/hero-executive-bg.png") right center / auto 100% no-repeat,
      linear-gradient(90deg, #f7fbff 0%, #dfeefb 100%);
  }

  .hero-copy {
    max-width: min(860px, 49vw);
  }

  .hero h1 {
    max-width: 860px;
    font-size: clamp(38px, 2.5vw, 52px);
    line-height: 1.04;
	margin-top:20px;
  }

  .hero-copy p {
    max-width: 780px;
    font-size: clamp(14px, 0.82vw, 17px);
    line-height: 1.62;
  }

  .hero-brand {
    top: clamp(26px, 4.6vh, 44px);
    left: 50%;
  }

  .hero.section-dark .hero-brand img {
    width: 104px;
    height: 104px;
  }

  .date-choice-label {
    margin-top: 28px;
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  .date-row,
  .hero-actions {
    gap: 16px;
    margin-top: 20px;
  }

  .hero.section-dark .date-card {
    min-width: 176px;
    padding: 16px 20px 17px;
  }

  .date-card strong {
    font-size: 32px;
  }

  .date-card span {
    font-size: 15px;
  }

  .btn {
    min-height: 48px;
    padding: 13px 24px;
    font-size: 14px;
  }

  .hero.section-dark .micro {
    max-width: 640px;
    font-size: 13px !important;
  }

  .problem-hero.section-dark {
    min-height: 96vh;
    padding: clamp(86px, 9vh, 124px) 0;
    background:
      linear-gradient(90deg, rgba(235, 246, 255, 0.02) 0%, rgba(235, 246, 255, 0.06) 36%, #f8fbff 52%, #ffffff 100%),
      url("../images/female-leader-cinematic.png") left clamp(-720px, calc(-980px + 24vw), -520px) center / auto 100% no-repeat,
      linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
  }

  .problem-hero-grid {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
    gap: clamp(38px, 6vw, 92px);
  }

  .problem-hero .copy-stack {
    max-width: 760px;
  }

  .problem-hero .copy-stack h2 {
    font-size: clamp(38px, 2.65vw, 56px);
    line-height: 1.04;
  }

  .problem-hero blockquote {
    padding: 26px 28px;
    font-size: 25px;
    line-height: 1.25;
  }

  .narrow .container {
    max-width: 1120px;
  }

  .narrow p {
    max-width: 900px;
  }

  .quote-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    max-width: none;
    margin: 44px 0 38px;
  }

  .quote-grid div {
    grid-column: span 2;
    min-height: 148px;
    padding: 26px 22px;
    font-size: clamp(20px, 1.18vw, 24px);
    font-family: var(--serif);
  }

  .maxim {
    max-width: 940px;
    margin-top: 48px;
    font-size: clamp(32px, 3.4vw, 50px);
  }

  .points .container {
    max-width: none;
  }

  .points.section-dark h3 {
    margin-top: 42px;
    font-size: clamp(28px, 3vw, 42px);
  }

  .points-timeline {
    margin-top: 44px;
    padding-top: 42px;
  }

  .points.section-dark .points-timeline span {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .points.section-dark .points-timeline svg {
    width: clamp(38px, 3.2vw, 56px);
    height: clamp(38px, 3.2vw, 56px);
  }

  .audience-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  }

  .photo-stage {
    min-height: 640px;
    padding: 54px 44px 42px;
  }

  .photo-stage img,
  .photo-stage div {
    width: min(285px, 78%);
  }
}

/* Testimonials moved below signup as a standalone trust section. */
.testimonials {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(31, 104, 169, 0.10) 0%, transparent 54%),
    linear-gradient(180deg, #f2f9ff 0%, #ffffff 50%, #edf7ff 100%);
  border-top: 1px solid rgba(31, 104, 169, 0.12);
  border-bottom: 1px solid rgba(31, 104, 169, 0.12);
}

.testimonials .container {
  max-width: 1180px;
}

.testimonials h2,
.faq h2 {
  color: #1a5f9f !important;
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: clamp(30px, 4vw, 52px);
}

.testimonials blockquote {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(26px, 2.6vw, 38px);
  border-left: 4px solid #b88334;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(22, 66, 111, 0.12);
  color: #234a72;
  font-size: clamp(21px, 1.55vw, 29px);
}

.testimonials cite {
  margin-top: 26px;
  color: #1b64a5;
}

.faq-wrap {
  max-width: 920px;
}

.faq details {
  padding: 0;
  border: 1px solid rgba(31, 104, 169, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(22, 66, 111, 0.08);
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  padding: 18px 22px;
  color: #0b315d;
}

.faq details p {
  margin: 0;
  padding: 0 22px 20px;
}

@media (max-width: 980px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonials blockquote {
    min-height: 0;
  }
}

/* Final requested polish fixes. */
@media (min-width: 981px) {
  .hero-brand {
    top: clamp(10px, 2vh, 18px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .hero.section-dark .hero-brand img {
    width: 90px;
    height: 90px;
  }
}

.highlight-box p span {
  color: #b88334;
  border-bottom-color: rgba(184, 131, 52, 0.32);
}
.highlight-box p {
  font-size:30px !important;
}

.booking.section-dark .session-options a {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: #bdd4ea !important;
  color: #0b315d !important;
  box-shadow: 0 8px 20px rgba(22, 66, 111, 0.08);
}

.booking.section-dark .session-options a:hover {
  background: #ffffff !important;
  border-color: #b88334 !important;
}

.booking.section-dark .session-options strong,
.booking.section-dark .session-options span {
  color: #0b315d;
}

.booking.section-dark .session-options em {
  color: #b88334;
}

.faq h2 {
  margin-bottom: clamp(34px, 4vw, 54px);
}

/* Non-hero inherited body copy that had no explicit font-size before. */
main > section:not(.hero):not(.closing) p:not([class]),
.problem-hero .statement-list p,
.audience-card li,
.faq summary {
  font-size: 18px;
}

/* Keep the already tuned opening hero readable and unchanged. */
.hero-copy p {
  font-size: clamp(14px, 1vw, 16px);
}

.hero.section-dark .micro {
  font-size: 15px !important;
}

@media (min-width: 981px) {
  .hero-copy p {
    font-size: 19px;
  }
}

.for-box li {
	font-size:18px !important;
}

@media (min-width: 701px) {
  .booking-grid {
    gap: 20px;
  }
}

/* ─── MOBIL JAVÍTÁSOK (a fájl végén, hogy felülírjon mindent) ─── */
@media (max-width: 700px) {
  .highlight-box p,
  .highlight-box p span {
    font-size: 20px !important;
  }

  .problem-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .problem-hero .copy-stack,
  .problem-hero .copy-stack h2,
  .problem-hero .copy-stack p,
  .problem-hero .statement-list p {
    max-width: 100% !important;
    width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}
