:root {
  --navy: #07294a;
  --navy-soft: rgba(7, 41, 74, 0.72);
  --cyan: #18ade7;
  --cyan-soft: rgba(24, 173, 231, 0.22);
  --orange: #fe702a;
  --orange-hover: #ff8345;
  --fog: #eaeef3;
  --white: #ffffff;
  --text: #07294a;
  --muted: rgba(7, 41, 74, 0.68);
  --glass: rgba(255, 255, 255, 0.42);
  --glass-strong: rgba(255, 255, 255, 0.58);
  --glass-border: rgba(255, 255, 255, 0.78);
  --shadow: 0 18px 50px rgba(7, 41, 74, 0.14);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1120px;
  --font-display: "Rubik", Arial, sans-serif;
  --font-body: "Roboto", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--fog);
  line-height: 1.55;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(720px 480px at 8% 12%, rgba(24, 173, 231, 0.38), transparent 62%),
    radial-gradient(640px 420px at 92% 18%, rgba(254, 112, 42, 0.26), transparent 58%),
    radial-gradient(700px 520px at 70% 48%, rgba(24, 173, 231, 0.2), transparent 60%),
    radial-gradient(560px 420px at 18% 72%, rgba(254, 112, 42, 0.14), transparent 55%),
    radial-gradient(680px 480px at 85% 88%, rgba(24, 173, 231, 0.22), transparent 60%),
    linear-gradient(180deg, #edf3f9 0%, #e2ebf4 40%, #eef3f8 100%);
}

.page-bg::before,
.page-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  pointer-events: none;
}

.page-bg::before {
  width: 280px;
  height: 280px;
  top: 38%;
  left: 6%;
  background: rgba(24, 173, 231, 0.45);
}

.page-bg::after {
  width: 320px;
  height: 320px;
  top: 58%;
  right: 4%;
  background: rgba(254, 112, 42, 0.28);
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.section-pad {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(254, 112, 42, 0.28);
}

.btn-primary:hover {
  background: var(--orange-hover);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(7, 41, 74, 0.14);
  color: var(--navy);
  backdrop-filter: blur(10px);
}

.btn-lg {
  min-height: 52px;
  padding-inline: 1.4rem;
}

/* Glass */
.glass-card,
.glass-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28));
  border: 1px solid var(--glass-border);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
}

.glass-card {
  border-radius: var(--radius);
  overflow: hidden;
}

.glass-panel {
  border-radius: calc(var(--radius) + 4px);
}

/* Hero — széles shell, kép kitölti a jobb oldalt */
.hero {
  width: auto;
  margin: 1.25rem 30px 0;
}

/* Webflow fixed header: hero top = header magasság + 20% */
body:has(.navbar1_component) .hero {
  margin-top: calc(var(--wf-header-h, 4.5rem) * 1.2);
}

.hero-shell {
  position: relative;
  display: grid;
  gap: 0;
  align-items: stretch;
  min-height: min(72vh, 620px);
  padding: 0;
  border-radius: clamp(28px, 4vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(520px 320px at 20% 20%, rgba(24, 173, 231, 0.22), transparent 60%),
    linear-gradient(145deg, #d9ecf8 0%, #e8f3fa 42%, #f3f7fb 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 24px 60px rgba(7, 41, 74, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: clamp(1.6rem, 4vw, 3.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 34px;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1.5px solid rgba(7, 41, 74, 0.55);
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
}

.hero-brand {
  margin: 1.1rem 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--cyan);
  line-height: 1;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--navy);
}

.hero-lead {
  margin: 1rem 0 1.45rem;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}

.hero-fill-img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (min-width: 880px) {
  .hero-shell {
    grid-template-columns: minmax(320px, 0.95fr) minmax(380px, 1.15fr);
  }

  .hero-visual {
    min-height: 100%;
  }

  .hero-fill-img {
    position: absolute;
    inset: 0;
    min-height: 0;
    animation: heroKen 14s ease-in-out infinite alternate;
  }
}

/* Spotlight: 3 egyenlő YouTube videó */
.spotlight {
  margin: 1.1rem 30px 0;
}

.spotlight-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.spotlight-card {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(7, 41, 74, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.55);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.spotlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(7, 41, 74, 0.18);
}

.spotlight-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transition: transform 0.6s ease;
}

.spotlight-card:hover img {
  transform: scale(1.05);
}

.spotlight-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 41, 74, 0.12) 20%, rgba(7, 41, 74, 0.72) 100%);
  z-index: 1;
}

.spotlight-play {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(7, 41, 74, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.spotlight-card--video:hover .spotlight-play {
  transform: scale(1.06);
  background: #fff;
}

.spotlight-play .play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--navy);
  margin-left: 3px;
}

.spotlight-title {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.2rem;
  z-index: 2;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 900px) {
  .spotlight-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .spotlight-card {
    min-height: 520px;
  }
}

/* Folyamatos fehér üveges sáv a story + world mögött */
.glass-band {
  margin: 2.5rem 0 0;
  width: 100%;
  padding-bottom: 3.5rem;
  border-radius: clamp(36px, 5vw, 56px) clamp(36px, 5vw, 56px) 0 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52));
  border: 0;
  box-shadow:
    0 -8px 40px rgba(7, 41, 74, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  overflow: visible;
}

/* Story: üveges szekció + lebegő körképek */
.story {
  position: relative;
  margin: 0;
  padding: clamp(4.5rem, 9vw, 7rem) 30px clamp(2.5rem, 5vw, 3.5rem);
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 3.5rem);
}

.story-stage {
  position: relative;
  width: 100%;
  max-width: 1200px;
  min-height: min(58vh, 520px);
  display: grid;
  place-items: center;
  padding: 3.5rem clamp(1.5rem, 4vw, 3rem);
  overflow: visible;
}

.story-orbits {
  position: absolute;
  inset: 1.5rem;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.story-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(7, 41, 74, 0.16);
  will-change: transform;
  animation-name: storyFloat;
  animation-duration: var(--dur, 7s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: var(--d, 0s);
}

.story-dot:nth-child(odd) {
  animation-name: storyFloatAlt;
}

.story-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  position: relative;
  z-index: 2;
  width: min(44rem, 62%);
  max-width: 44rem;
  text-align: center;
  margin: 0 auto;
  padding: 1.25rem 1rem;
}

.story-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1.5px solid rgba(7, 41, 74, 0.2);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
}

.story-copy h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.6vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--navy);
}

.story-copy p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.story-copy p:last-child {
  margin-bottom: 0;
}

/* Spec cards under story */
.spec-row {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.spec-card {
  position: relative;
  min-height: 380px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(7, 41, 74, 0.12);
}

.spec-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spec-glass {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 1;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: 0 8px 24px rgba(7, 41, 74, 0.12);
}

.spec-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.9;
  margin-bottom: 0.25rem;
}

.spec-glass strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.spec-hint {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.85rem;
  opacity: 0.85;
}

.spec-card--info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem 1.3rem;
  min-height: 380px;
  background:
    radial-gradient(420px 220px at 90% 0%, rgba(255, 255, 255, 0.22), transparent 55%),
    linear-gradient(155deg, #0a4f7c 0%, #18ade7 48%, #0d6fa8 100%);
  color: #fff;
}

.spec-badge {
  align-self: flex-start;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.spec-card--info h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.spec-card--info p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 900px) {
  .spec-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .spec-card,
  .spec-card--info {
    min-height: 480px;
  }
}

@media (min-width: 640px) and (max-width: 899px) {
  .spec-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Dark glassy: A fényfestés világa */
.world {
  position: relative;
  z-index: 2;
  margin: -3rem 0 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 calc(clamp(4rem, 8vw, 6rem) + 4.5rem);
  border-radius: clamp(36px, 5vw, 56px) clamp(36px, 5vw, 56px) 0 0;
  background:
    linear-gradient(155deg, #0c121c 0%, #07294a 55%, #0a1828 100%);
  border: 0;
  box-shadow: none;
  color: #fff;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
}

.world-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 30px;
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 3rem);
  align-items: stretch;
  box-sizing: border-box;
}

.world-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100%;
}

.world-copy h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.world-copy p {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.7;
  max-width: 36rem;
}

.world-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.75rem;
}

.world-chip {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.world-chip:hover {
  background: rgba(24, 173, 231, 0.28);
  border-color: rgba(24, 173, 231, 0.55);
}

.world-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.world-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease;
}

.world-card:hover {
  transform: translateY(-3px);
}

.world-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-card-top {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  top: 1.15rem;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.world-card-top h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.world-card-top p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.world-card-cta {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 40px;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  text-decoration: none;
}

@media (min-width: 900px) {
  .world-inner {
    grid-template-columns: 0.95fr 1.25fr;
    gap: 2.75rem;
  }

  .world-cards {
    grid-template-columns: 1fr 1fr;
  }

  .world-card {
    min-height: 520px;
  }
}

/* Narancs üveges masonry */
.masonry-band {
  position: relative;
  z-index: 3;
  margin: -3rem 0 0;
  width: 100%;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 calc(clamp(3.5rem, 7vw, 5.5rem) + 3.5rem);
  border-radius: clamp(36px, 5vw, 56px) clamp(36px, 5vw, 56px) 0 0;
  background-color: #fffaf4;
  background-image:
    radial-gradient(
      120% 90% at 8% 6%,
      rgba(254, 176, 42, 0.95) 0%,
      rgba(254, 160, 42, 0.72) 28%,
      rgba(254, 112, 42, 0.28) 55%,
      transparent 78%
    ),
    radial-gradient(
      95% 80% at 42% 38%,
      rgba(255, 196, 64, 0.78) 0%,
      rgba(254, 140, 42, 0.45) 40%,
      transparent 72%
    ),
    radial-gradient(
      110% 95% at 88% 92%,
      rgba(254, 112, 42, 0.88) 0%,
      rgba(255, 170, 50, 0.42) 38%,
      transparent 70%
    ),
    radial-gradient(
      70% 55% at 62% 18%,
      rgba(255, 220, 120, 0.55) 0%,
      transparent 68%
    ),
    linear-gradient(
      145deg,
      rgba(255, 236, 200, 0.9) 0%,
      rgba(255, 210, 140, 0.55) 38%,
      rgba(255, 248, 240, 0.85) 100%
    );
  box-shadow: none;
  color: var(--navy);
}

.masonry-band .masonry-head h2,
.masonry-band .masonry-head p,
.masonry-band .masonry-pill {
  color: var(--navy);
}

.masonry-band .masonry-head p {
  color: rgba(7, 41, 74, 0.72);
}

.masonry-band .masonry-pill {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(7, 41, 74, 0.12);
}

.masonry-inner {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.masonry-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.masonry-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.masonry-head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.masonry-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.masonry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: stretch;
}

.masonry-item {
  margin: 0;
  flex: 0 0 calc((100% - 2.5rem) / 3);
  width: calc((100% - 2.5rem) / 3);
  max-width: calc((100% - 2.5rem) / 3);
  min-width: 0;
  box-sizing: border-box;
  border-radius: 22px;
  overflow: hidden;
  cursor: zoom-in;
  background: rgba(7, 41, 74, 0.12);
  border: 0;
  box-shadow: 0 10px 28px rgba(90, 30, 0, 0.16);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 4 / 5;
}

.masonry-item:nth-child(3n) {
  aspect-ratio: 1 / 1;
}

.masonry-item:nth-child(4n) {
  aspect-ratio: 3 / 4;
}

.masonry-item:nth-child(5n + 2) {
  aspect-ratio: 5 / 6;
}

.masonry-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(90, 30, 0, 0.22);
}

.masonry-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 899px) {
  .masonry-item {
    flex-basis: calc((100% - 1.25rem) / 2);
    width: calc((100% - 1.25rem) / 2);
    max-width: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 560px) {
  .masonry-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
  }
}

.masonry-item.is-collapsed {
  display: none;
}

.masonry-more {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.masonry-more-btn {
  min-height: 48px;
  padding: 0.7rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(90, 30, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.masonry-more-btn:hover {
  transform: translateY(-1px);
  background: #fff8f3;
}

.masonry-more.is-hidden {
  display: none;
}

/* GYIK – hűvös fehér / cián üveges */
.faq-band {
  position: relative;
  z-index: 4;
  margin: -3rem 0 0;
  width: 100%;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 calc(clamp(4rem, 8vw, 6rem) + 6.5rem);
  border-radius: clamp(36px, 5vw, 56px) clamp(36px, 5vw, 56px) 0 0;
  color: var(--navy);
  background-color: rgba(244, 250, 255, 0.78);
  background-image:
    radial-gradient(
      110% 85% at 6% 4%,
      rgba(24, 173, 231, 0.28) 0%,
      rgba(24, 173, 231, 0.12) 34%,
      transparent 70%
    ),
    radial-gradient(
      90% 70% at 88% 92%,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(232, 246, 252, 0.45) 42%,
      transparent 72%
    ),
    linear-gradient(
      145deg,
      rgba(210, 238, 248, 0.55) 0%,
      rgba(244, 250, 255, 0.5) 48%,
      rgba(255, 255, 255, 0.82) 100%
    );
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
}

.faq-inner {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

@media (min-width: 900px) {
  .faq-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }
}

.faq-copy {
  max-width: 36rem;
}

.faq-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(7, 41, 74, 0.1);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  color: var(--navy);
}

.faq-copy h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--navy);
}

.faq-copy p {
  margin: 0 0 1.1rem;
  color: rgba(7, 41, 74, 0.72);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.7;
  max-width: 36rem;
}

.faq-copy .btn {
  margin-top: 0.75rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  padding: 0.35rem 1.35rem;
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  box-shadow: 0 18px 48px rgba(7, 41, 74, 0.06);
}

.faq-item {
  border-bottom: 1px solid rgba(7, 41, 74, 0.1);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: var(--navy);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 50%;
  background: rgba(7, 41, 74, 0.06);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--navy);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-answer {
  padding: 0 2rem 1.15rem 0;
}

.faq-answer p,
.faq-answer li {
  margin: 0 0 0.7rem;
  color: rgba(7, 41, 74, 0.7);
  font-size: 0.98rem;
  line-height: 1.65;
}

.faq-answer p:last-child,
.faq-answer ul:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  margin: 0;
  padding-left: 1.15rem;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

@keyframes storyFloat {
  from { transform: translate3d(-4px, 3px, 0); }
  to { transform: translate3d(5px, -12px, 0); }
}

@keyframes storyFloatAlt {
  from { transform: translate3d(4px, -4px, 0); }
  to { transform: translate3d(-6px, 10px, 0); }
}

@media (max-width: 720px) {
  .story {
    padding: 3.5rem 1.15rem 3rem;
  }

  .story-stage {
    min-height: auto;
    padding: 1.5rem 0 2rem;
  }

  .story-copy {
    width: 100%;
    max-width: 100%;
  }

  .story-dot:nth-child(n + 5) {
    display: none;
  }

  .story-dot {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-dot { animation: none; }
}

/* Intro */
.intro-grid {
  display: grid;
  gap: 1.2rem;
  max-width: 720px;
}

.intro-copy {
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.intro-copy h2,
.section-head h2,
.cta-copy h2,
.tool h3,
.media-meta h3 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.intro-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.intro-copy p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.2rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(24, 173, 231, 0.12);
  border: 1px solid rgba(24, 173, 231, 0.28);
  color: var(--navy);
  font-weight: 700;
  font-size: 0.92rem;
  transition: background 0.2s ease;
}

.chip:hover {
  background: rgba(24, 173, 231, 0.2);
}

.intro-stats {
  display: grid;
  gap: 0.9rem;
}

.stat {
  padding: 1.2rem 1.3rem;
}

.stat-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}

.stat-hint {
  color: var(--muted);
  font-size: 0.9rem;
}

/* Sections */
.section-head {
  margin-bottom: 1.8rem;
  max-width: 40rem;
}

.section-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Videos */
.video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.media-card {
  position: relative;
  isolation: isolate;
  min-height: 220px;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.media-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 60px rgba(7, 41, 74, 0.18);
}

.media-card--feature {
  min-height: 280px;
}

.media-poster {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 41, 74, 0.72) 100%);
  pointer-events: none;
}

.media-play {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(7, 41, 74, 0.2);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.media-play:hover {
  transform: scale(1.06);
  background: var(--white);
}

.play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--navy);
  margin-left: 3px;
}

.media-meta {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 2;
  color: var(--white);
}

.media-meta h3 {
  margin: 0.35rem 0 0;
  font-size: 1.15rem;
}

.badge {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(254, 112, 42, 0.92);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Gallery */
.gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.gallery-item {
  margin: 0;
  cursor: zoom-in;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(7, 41, 74, 0.16);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.gallery-item--lg img,
.gallery-item--wide img {
  min-height: 280px;
}

/* Tools */
.tools-grid {
  display: grid;
  gap: 1rem;
}

.tool {
  padding: 1.5rem 1.4rem;
}

.tool-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(24, 173, 231, 0.14);
  color: var(--cyan);
  font-size: 1.1rem;
  margin-bottom: 0.9rem;
}

.tool h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.tool p {
  margin: 0;
  color: var(--muted);
}

/* CTA */
.cta-panel {
  padding: clamp(1.6rem, 4vw, 2.8rem);
  display: grid;
  gap: 1.4rem;
  background:
    linear-gradient(135deg, rgba(24, 173, 231, 0.16), rgba(255, 255, 255, 0.55) 40%, rgba(254, 112, 42, 0.12)),
    var(--glass-strong);
}

.cta-copy p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  max-width: 36rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Footer – bézs / szürke */
.site-footer {
  position: relative;
  z-index: 5;
  margin: -3rem 0 0;
  padding: clamp(3rem, 6vw, 4.5rem) 0 1.5rem;
  border-radius: clamp(36px, 5vw, 56px) clamp(36px, 5vw, 56px) 0 0;
  background:
    radial-gradient(90% 70% at 12% 0%, rgba(210, 198, 178, 0.55) 0%, transparent 58%),
    radial-gradient(80% 60% at 88% 100%, rgba(170, 176, 184, 0.35) 0%, transparent 55%),
    linear-gradient(160deg, #ebe4d8 0%, #e4e2dd 42%, #d8d7d4 100%);
  color: #3a3a3a;
  border-top: 0;
}

.footer-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.footer-top {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: start;
}

@media (min-width: 1100px) {
  .footer-top {
    grid-template-columns: minmax(210px, 0.95fr) minmax(0, 1.85fr) minmax(280px, 1.2fr);
  }
}

.footer-brand {
  max-width: 22rem;
}

.footer-logo {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.15rem;
}

.footer-logo img {
  display: block;
  width: min(200px, 100%);
  height: auto;
}

.footer-newsletter-label {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: #2f2f2f;
  margin-bottom: 0.35rem;
}

.footer-newsletter-hint {
  margin: 0 0 0.75rem;
  color: rgba(58, 58, 58, 0.68);
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-newsletter-row {
  display: flex;
  align-items: stretch;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(90, 90, 90, 0.16);
  border-radius: 999px;
  padding: 0.28rem 0.28rem 0.28rem 0.95rem;
}

.footer-newsletter-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: none;
  font: inherit;
  font-size: 0.92rem;
  color: #2f2f2f;
}

.footer-newsletter-row input::placeholder {
  color: rgba(58, 58, 58, 0.45);
}

.footer-subscribe {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 1.05rem;
  border: 0;
  border-radius: 999px;
  background: #4a4a4a;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.footer-subscribe:hover {
  background: #2f2f2f;
}

.footer-services {
  display: grid;
  gap: 1.25rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-col h3 {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #2f2f2f;
  letter-spacing: -0.01em;
}

.footer-col-spacer {
  visibility: hidden;
  user-select: none;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.footer-col a {
  color: rgba(58, 58, 58, 0.78);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #2f2f2f;
}

.footer-contact {
  min-width: 0;
  text-align: left;
  justify-self: start;
}

.footer-contact-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.85rem;
  color: rgba(58, 58, 58, 0.78);
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-contact-name strong {
  color: #2f2f2f;
  font-weight: 700;
}

.footer-contact-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.footer-contact-list a {
  color: rgba(58, 58, 58, 0.88);
  font-size: 0.95rem;
  font-weight: 600;
  word-break: break-word;
}

.footer-contact-meta {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.35rem;
  padding-top: 0.7rem;
  position: relative;
  justify-items: start;
  text-align: left;
  font-size: 0.86rem;
  color: rgba(58, 58, 58, 0.72);
  line-height: 1.4;
}

.footer-contact-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10.5rem;
  max-width: 100%;
  height: 1px;
  background: rgba(70, 70, 70, 0.12);
}

.footer-contact-meta strong {
  color: #2f2f2f;
  font-weight: 600;
}

.footer-gyik {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(90, 90, 90, 0.16);
  color: #2f2f2f;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.footer-gyik:hover {
  background: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.15rem;
  border-top: 1px solid rgba(70, 70, 70, 0.14);
  position: static;
}

.footer-bottom::before {
  content: "";
  display: none;
  position: absolute;
  left: clamp(3rem, 10vw, 8rem);
  right: clamp(3rem, 10vw, 8rem);
  top: 0;
  height: 1px;
  background: rgba(70, 70, 70, 0.14);
}

.footer-bottom a {
  color: rgba(58, 58, 58, 0.72);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #2f2f2f;
}

.footer-bottom p {
  margin: 0;
  color: rgba(58, 58, 58, 0.62);
  font-size: 0.88rem;
}

@media (max-width: 899px) {
  .footer-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-col-spacer {
    display: none;
  }

  .footer-services .footer-col:nth-child(2) h3,
  .footer-services .footer-col:nth-child(3) h3 {
    display: none;
  }

  .footer-services .footer-col:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .footer-services {
    grid-template-columns: 1fr;
  }

  .footer-newsletter-row {
    flex-direction: column;
    border-radius: 18px;
    padding: 0.55rem;
  }

  .footer-newsletter-row input {
    padding: 0.45rem 0.55rem;
  }
}

.logo-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--navy);
}

/* Modal */
.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 41, 74, 0.55);
  backdrop-filter: blur(6px);
}

.modal-dialog {
  position: relative;
  width: min(100%, 960px);
  padding: 0.75rem;
  z-index: 1;
  animation: modalIn 0.35s ease;
}

.modal-dialog--image {
  width: min(100%, 1080px);
  background: rgba(255, 255, 255, 0.88);
}

.modal-dialog video,
.modal-dialog img,
.modal-dialog .modal-youtube {
  width: 100%;
  border-radius: 18px;
  max-height: min(78vh, 720px);
  object-fit: contain;
  background: #000;
}

.modal-dialog video[hidden],
.modal-dialog .modal-youtube[hidden] {
  display: none !important;
}

.modal-dialog .modal-youtube {
  display: block;
  aspect-ratio: 16 / 9;
  max-height: min(78vh, 720px);
  height: auto;
  min-height: min(50vh, 420px);
  border: 0;
}

.modal-close {
  position: absolute;
  top: -0.5rem;
  right: -0.2rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
  z-index: 2;
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0s);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes heroKen {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

/* Responsive */
@media (min-width: 720px) {
  .video-grid {
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: auto auto;
  }

  .media-card--feature {
    grid-row: span 2;
    min-height: 100%;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item--lg {
    grid-column: span 2;
  }

  .gallery-item--wide {
    grid-column: span 2;
  }

  .tools-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta-panel {
    grid-template-columns: 1.3fr auto;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .gallery-item { grid-column: span 4; }
  .gallery-item--lg { grid-column: span 8; grid-row: span 2; }
  .gallery-item--lg img { min-height: 100%; aspect-ratio: auto; height: 100%; }
  .gallery-item--wide { grid-column: span 8; }

  .video-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .media-card--feature {
    grid-row: 1 / span 2;
  }
}

.arrow-icon {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

a:hover .arrow-icon,
button:hover .arrow-icon,
.world-card:hover .arrow-icon {
  transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-fill-img { animation: none; }
  .arrow-icon { transition: none; }
}
