*, html, body {margin: 0; padding: 0; box-sizing: border-box; cursor: url('../pics/1.png') 8 8, auto !important;}
body::-webkit-scrollbar {width: 12px;} body::-webkit-scrollbar-track {background: var(--bg);
  border-radius: 10px;} body::-webkit-scrollbar-thumb {background: var(--bg2); border-radius: 10px;
  border: 3px solid var(--bg);} body::-webkit-scrollbar-thumb:hover {background: var(--bg3);}
:root {
  --bg: #1b1b1b; --bg5: url('../pics/r08135164-0vd87qre1-1f061fsv8ag783xti7.png');
  --bg2: #00b3ff; --bg6: url('../pics/96n-k983-1gvd-UOW7-a9coG01.png');
  --bg3: #004cff;
  --bg4: #181818;
  --bs: #00ffff;
}
body {background: var(--bg); color: #fff; font-family: 'Samsung One' Arial, 'Segoe UI', sans-serif, -apple-system,
  BlinkMacSystemFont;}
.navbar {display: flex; justify-content: space-between; align-items: center; position: fixed; top: 0; left: 0;
  right: 0; width: 100%; height: 60px; padding: 20px; background: var(--bs); z-index: 100;
  backdrop-filter: blur(15px); background: rgba(255, 255, 255, 0.1); border: 2px solid cyan;
  box-shadow: 0px 0px 20px cyan, 0px 0px 20px cyan inset; color: white; text-decoration: none;}
.nav-l img {width:58px; left: 0; justify-content: space-around; align-items: center;}
.nav-links, .nav-links li, .nav-links a {list-style: none; text-decoration: none; color: var(--bs); display: flex;
  flex-wrap: wrap; gap: 20px; padding: 0; margin: 0;} .nav-links li a.fph {display: none;}
.nav-r, .nav-r a {right: 0; justify-content: space-between; align-items: center; text-decoration: none;
  color: var(--bs);} .nav-links a:hover, .nav-r a:hover {color: #0fff6b;} .hamburger {display: none;}
svg {position: absolute; width: 100%; height: 100%; background: #131212; cursor: pointer; filter: sepia(20%);
  z-index: 3;}
.reveal {opacity: 0; transform: translateY(32px); transition: opacity 2s ease, transform 2s ease;}
.reveal.visible {opacity: 1; transform: translateY(0);}
.line {background: linear-gradient(90deg, transparent, rgba(0,255,255,0.35), transparent); width: 100%;
  height: 4px;}
.page1 {display: flex; justify-content: center; align-items: center; height: 100vh;}
.aside {
  padding: 5px;
  padding-top: 0;
  border: rgb(46, 252, 0) solid;
  border-radius: none;
  width: fit-content;
  height: auto;
  left: 0;
  top: 70px;
  background: linear-gradient(90deg, rgb(0, 119, 255) 45%, rgb(51, 0, 255) 68%, #00ffff 98%);
  position: absolute;
  clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0% 100%, 0% 8px);
  z-index: 3;
}
.aside2 {
  padding: 5px;
  padding-top: 0;
  border: rgb(46, 252, 0) solid;
  border-radius: none;
  width: fit-content;
  height: auto;
  right: 0;
  top: 70px;
  position: absolute;
  background: linear-gradient(90deg, #00ffff 2%, rgb(51, 0, 255) 32%, rgb(0, 119, 255) 55%);
  clip-path: polygon(8px 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0% 100%, 0% 8px);
  z-index: 3;
}
.aside h3, .aside2 h3 {
  color: white;
  font-size: 18px;
  cursor: default;
}
.aside h3:hover, .aside2 h3:hover {color: #c70808;}
.aside li::marker, .aside2 li::marker {content: none;}
.aside li a, .aside2 li a {
  display: block;
  color: #00ffee;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}
.aside li a:hover, .aside2 li a:hover {color: #7df111; transform: translateY(2px);}
.page2 {display: flex; justify-content: center; align-items: center; height: 100vh;}
.rolunk-wrap {width: 100%; height: 100vh; padding: 70px 32px 24px;  display: flex; flex-direction: column; gap: 16px;
  justify-content: center;} .rolunk-header {text-align: center; top: 3rem;}
.rolunk-eyebrow {display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #00ffff; margin-bottom: 6px;}
.rolunk-title {font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1;
  margin-bottom: 4px; text-shadow: 0 0 40px rgba(0,255,255,0.15); letter-spacing: -0.5px;}
.rolunk-title span {color: #12d3f9;}
.rolunk-sub {color: #555; font-size: 12px; letter-spacing: 1px;}
.rolunk-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  border: 1px solid rgba(0,255,255,0.12);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}
.r-stat {
  flex: 1;
  min-width: 120px;
  padding: 12px 16px;
  text-align: center;
  border-right: 1px solid rgba(0,255,255,0.1);
  transition: background 0.2s;
}
.r-stat:last-child {border-right: none;} .r-stat:hover {background: rgba(0,255,255,0.04);}
.r-stat-num {font-size: 22px; font-weight: 900; color: #12d3f9; text-shadow: 0 0 16px rgba(18,211,249,0.4);
  line-height: 1; margin-bottom: 4px;}
.r-stat-label {font-size: 10px; color: #444; letter-spacing: 1.5px; text-transform: uppercase;}
.rolunk-story {display: grid; grid-template-columns: 1fr 1fr; gap: 12px;}
.story-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,255,255,0.1);
  border-radius: 10px;
  padding: 16px 18px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.25s;
}
.story-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00ffff, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.story-card:hover {border-color: rgba(0,255,255,0.25); transform: translateY(-3px);}
.story-card:hover::before {opacity: 1;} .story-card.wide {grid-column: 1 / -1;}
.story-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: #dde;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.story-card p {font-size: 12.5px; color: #556; line-height: 1.6;}
.story-card p a {color: #12d3f9; text-decoration: none; transition: color 0.2s;}
.story-card p a:hover {color: #0fff6b;}
.story-card.quote-card {
  background: linear-gradient(135deg, rgba(0,10,40,0.75), rgba(0,0,0,0.55));
  border: 2px solid #00fffb;
  grid-column: 1 / -1;
  overflow: visible;
  filter: url(#turbulent-displace);
  box-shadow:
    0 0 6px rgba(0,255,251,0.85),
    0 0 18px rgba(0,255,251,0.35),
    0 0 42px rgba(0,255,251,0.12);
}
/* Felülírja a .story-card::before (top vonal) – teljes glow border lesz */
.story-card.quote-card::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  height: auto;
  background: transparent;
  border: 2px solid #00fffb;
  border-radius: inherit;
  opacity: 1;
  filter: blur(1px);
  pointer-events: none;
}
/* Második glow réteg (erősebb blur) */
.story-card.quote-card::after {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: transparent;
  border: 2px solid var(--electric-light-color);
  border-radius: inherit;
  filter: blur(4px);
  pointer-events: none;
}
.quote-text {font-size: 15px; color: #aabbc8; line-height: 1.8; font-style: italic; position: relative;
  padding-left: 18px; border-left: 3px solid #00ffff;}
.page3 {display: flex; justify-content: center; align-items: center; height: 100vh;}
.premium-card {
  position: relative;
  width: 155px;
  height: 70vh;
  margin: 10px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 120%,
  #fff5dc 0%, #47c2ff 20%, #0004ff 45%, rgba(0,0,0,0.9) 80%),
  radial-gradient(circle at 80% 90%, #47c2ff 0%, #0004ff 50%, transparent 60%),
  radial-gradient(circle closest-side, #47c2ff 0%, #0004ff 50%, transparent 60%),
  radial-gradient(ellipse at 50% 50%, #47c2ff 0%, #000 70%),
  linear-gradient(to top, #2b0000, #000000);
  background-repeat: no-repeat;
  grid-column: 1 / -1;
  border: 2px solid #00fffb;
  overflow: visible;
  filter: url(#turbulent-displace);
  box-shadow:
    0 0 6px rgba(0,255,251,0.85),
    0 0 18px rgba(0,255,251,0.35),
    0 0 42px rgba(0,255,251,0.12);
  /* Szöveg clip a kártyán belülre */
  display: flex;
  flex-direction: column;
}
.premium-card::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  height: auto;
  background: transparent; /*linear-gradient(90deg, transparent, #00ffff, transparent);*/
  opacity: 0;
  transition: opacity 0.4s;
  border: 2px solid #00fffb;
  border-radius: inherit;
  opacity: 1;
  filter: blur(1px);
  pointer-events: none;
}
.premium-card::after {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: transparent;
  border: 2px solid var(--electric-light-color);
  border-radius: inherit;
  filter: blur(4px);
  pointer-events: none;
}
.premium-card:hover {border-color: rgba(0,255,255,0.25); transform: translateY(-3px);}
.video {width: 50%; height: 50%; cursor: not-allowed;}
.pm-text {
  font-size: 13px;
  font-weight: 700;
  color: #dde;
  margin: 14px 14px 6px;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}
.p-text {
  font-size: 11.5px;
  color: #556;
  line-height: 1.6;
  margin: 0 12px 12px;
  overflow: hidden;
  /* Szöveg túlcsordulás megakadályozása */
  flex: 1;
  min-height: 0;
}
.p-text a {color: #12d3f9; text-decoration: none;}
.p-text a:hover {color: #0fff6b;}
.page4 {display: flex; justify-content: center; align-items: center; height: 100vh;
  background: var(--bg5); background-size: cover; background-position: center;}
.effect-g {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 200px;
  gap: 16px;
  transition: 0.3s;
}
.effect-g li {
  position: relative;
  overflow: hidden;
  flex: 0 0 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 1.2px solid #eee;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.4), -2px -5px 10px rgba(0, 0, 0, 0.1);
}
.effect-g li img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.effect-g li, .effect-g li img {transition: 0.3s;}
.effect-g li .effect-ct {transition: 1.5s ease;}
.effect-g span {text-align: center; width: 75%;}
.effect-g h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 4px;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #eee;
}
.effect-g p {color: #ddd; font-size: 10px; width: 100%;}
.effect-g li .effect-ct {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 15px;
  background: linear-gradient(0deg, rgb(0 0 0 / 70%) 10%, rgb(255 255 255 / 0%) 100%);
  opacity: 0;
  visibility: hidden;
}
.effect-g:hover {gap: 0;}
.effect-g li .effect-ct span {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0px;
  translate: -50%;
  scale: 0.85;
  visibility: hidden;
  opacity: 0;
}
.effect-g li:hover {flex: 0 1 260px; scale: 1.1; z-index: 10; opacity: 1;}
.effect-g li:hover span {scale: 1; opacity: 1; visibility: visible;}
footer {
  display: flex;
  flex-direction: column;
  background-color: #0a0a0a;
  border-top: 1px solid rgba(0, 255, 255, 0.25);
  box-shadow: 0 -4px 40px rgba(0, 255, 255, 0.08);
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}
.footer-social {
  border-bottom: 1px solid rgba(0, 255, 255, 0.12);
  padding: 20px 40px;
  background: rgba(0, 255, 255, 0.03);
}
.footer-social-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,255,255,0.15);
  border-radius: 12px;
  padding: 14px 22px;
  min-width: 200px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.footer-social-item:hover {
  border-color: #00ffff;
  box-shadow: 0 0 18px rgba(0,255,255,0.3);
  transform: translateY(-3px);
}
.footer-social-item img {width: 36px; height: 36px; object-fit: contain;}
.fs-label {color: #12d3f9; font-size: 13px; font-weight: 600; text-align: center;}
.fs-sub {color: #666; font-size: 11px; text-align: center;}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 50px 80px;
  flex-wrap: wrap;
}
.footer-col {display: flex; flex-direction: column; gap: 14px;}
.footer-brand {max-width: 320px; flex: 1 1 280px;}
.footer-logo {
  width: 140px;
  height: auto;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 8px rgba(0,255,255,0.4));
}
.footer-desc {color: #888; font-size: 13px; line-height: 1.7;}
.footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #12d3f9;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}
.footer-email:hover {color: #0fff6b; text-shadow: 0 0 10px rgba(15, 255, 107, 0.5);}
.footer-col-title {
  color: #00ffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,255,255,0.2);
  padding-bottom: 8px;
  margin-bottom: 4px;
  text-shadow: 0 0 10px rgba(0,255,255,0.4);
}
.footer-nav {list-style: none; display: flex; flex-direction: column; gap: 10px;}
.footer-nav li a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s, padding-left 0.2s;
  display: inline-block;
}
.footer-nav li a:hover {color: #0fff6b; padding-left: 6px;}
.footer-bottom {padding: 0 80px 20px;}
.footer-bottom-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,255,255,0.35), transparent);
  margin-bottom: 18px;
}
.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-copy {color: #444; font-size: 12px;}
.footer-compliance {color: #333; font-size: 11px;}
@media (min-width: 769px) and (max-width: 1024px) {
  .navbar { padding: 10px 20px; }
  .page1 {
    flex-wrap: wrap;
    height: auto;
    min-height: 100vh;
    padding: 70px 16px 24px;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-around;
  }
  .aside, .aside2 {
    position: static;
    width: calc(50% - 8px);
    clip-path: none;
    border-radius: 8px;
  }
  svg {height: 40vh;}
  .rolunk-wrap { padding: 70px 24px 24px; }
  .rolunk-story { grid-template-columns: 1fr 1fr; }
  .page3 {
    flex-wrap: wrap;
    height: auto;
    padding: 60px 20px;
    gap: 16px;
    justify-content: center;
  }
  .premium-card { width: 140px; height: 50vh; }
  .video { width: 70%; height: auto; }
  .page4 { height: auto; padding: 40px 16px; }
  .effect-g { height: 160px; }
  .effect-g li { flex: 0 0 70px; }
  .effect-g li:hover { flex: 0 1 220px; }
  .footer-main { padding: 40px 40px; gap: 28px; }
  .footer-bottom { padding: 0 40px 16px; }
  .footer-social { padding: 18px 24px; }
  .footer-social-item { min-width: 150px; }
}
@media (max-width: 768px) {
  .navbar { padding: 10px 16px; height: 50px; }
  .nav-links { display: none; }
  .nav-r { display: none; }
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 200;
  }
  .hamburger span {
    display: block;
    width: 24px; height: 2px;
    background: var(--bs);
    transition: 0.3s;
  }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50px; left: 0; right: 0;
    background: rgba(0,0,0,0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid cyan;
    padding: 20px 24px;
    gap: 14px;
    z-index: 150;
  }
  .nav-links.open li a {
    font-size: 16px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0,255,255,0.06);
    display: block;
  }
  svg {display: none;}
  .page1 {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    padding: 70px 14px 24px;
    gap: 12px;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
  }
  .aside, .aside2 {
    position: static;
    width: 100%;
    right: auto; left: auto;
    margin: 0;
    clip-path: none;
    border-radius: 8px;
  }
  .aside ul, .aside2 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
  }
  .page2 {
    flex-direction: column;
    height: auto;
    align-items: stretch;
    padding-top: 60px;
  }
  .rolunk-wrap { height: auto; padding: 24px 16px 16px; gap: 14px; }
  .rolunk-story { grid-template-columns: 1fr; padding: 0 16px 24px; }
  .story-card.quote-card { grid-column: 1; }
  .rolunk-stats { flex-direction: row; flex-wrap: wrap; }
  .r-stat {
    flex: 1 1 calc(50% - 1px);
    min-width: 0;
    padding: 10px 8px;
  }
  .r-stat:nth-child(2) { border-right: none; }
  .r-stat:nth-child(3) { border-top: 1px solid rgba(0,255,255,0.1); }
  .r-stat:nth-child(4) { border-top: 1px solid rgba(0,255,255,0.1); border-right: none; }
  .page3 {
    flex-direction: column;
    height: auto;
    min-height: 60vh;
    padding: 20px 16px;
    gap: 16px;
    align-items: center;
  }
  .premium-card {
    width: 88%;
    max-width: 340px;
    height: auto;
    min-height: 120px;
    margin: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }
  .pm-text { margin: 12px 12px 6px; font-size: 12px; flex-shrink: 0; min-width: 80px; }
  .p-text  { margin: 12px 12px 12px 0; font-size: 11px; }
  .video { width: 92%; height: auto; margin: 0 auto; display: block; }
  .page4 {
    height: auto;
    min-height: 50vh;
    padding: 24px 12px;
    flex-direction: column;
    gap: 0;
    background: var(--bg6);
  }
  .effect-g {
    height: 100px;
    gap: 6px;
  }
  .effect-g li {
    flex: 0 0 52px;
    border-radius: 26px;
  }
  .effect-g li.active {
    flex: 0 1 200px;
    scale: 1.08;
    z-index: 10;
    opacity: 1;
  }
  .effect-g li.active .effect-ct {opacity: 1; visibility: visible;}
  .effect-g li.active span {scale: 1; opacity: 1; visibility: visible;}
  .effect-g:hover { gap: 6px; }
  .effect-g li:hover { flex: 0 0 52px; scale: 1; z-index: auto; }
  .effect-g li:hover span { scale: 0.85; opacity: 0; visibility: hidden; }
  .effect-g h2 { font-size: 14px; }
  .effect-g p  { font-size: 9px; }
  .footer-main {
    flex-direction: column;
    padding: 28px 18px;
    gap: 22px;
    align-items: flex-start;
  }
  .footer-brand { max-width: 100%; flex: unset; }
  .footer-logo  { width: 110px; }
  .footer-bottom { padding: 0 18px 16px; }
  .footer-bottom-content { flex-direction: column; align-items: flex-start; gap: 4px; }
  .footer-social { padding: 14px 12px; }
  .footer-social-inner { gap: 8px; }
  .footer-social-item {
    min-width: 100px;
    padding: 10px 12px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }
  .footer-social-item img { width: 28px; height: 28px; }
  .fs-label { font-size: 12px; text-align: left; }
  .fs-sub   { display: none; }
}
@media (max-width: 480px) {
  .rolunk-title { font-size: clamp(1.5rem, 8vw, 2rem); }
  .r-stat-num   { font-size: 18px; }
  .r-stat-label { font-size: 9px; }
  .story-card   { padding: 12px 14px; }
  .story-card h3 { font-size: 12px; }
  .story-card p  { font-size: 12px; }
  .quote-text    { font-size: 13px; }
  .effect-g { height: 84px; }
  .effect-g li { flex: 0 0 42px; border-radius: 21px; }
  .effect-g li.active { flex: 0 1 160px; }
  .footer-social-item { min-width: 80px; padding: 8px 10px; }
  .footer-social-item img { width: 22px; height: 22px; }
  .fs-label { font-size: 11px; }
  .premium-card { width: 94%; height: 90px; }
  .pm-text { font-size: 11px; margin: 12px; }
}