@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Geist:wght@100..900&display=swap');
body {
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #111;
    color: #fff;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

::selection {
    color: white;
    background: #c6ff69b2;
}

::-webkit-selection {
    color: white;
    background: #c6ff69b2;
}

::-moz-selection {
    color: white;
    background: #c6ff69b2;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #C6FF69;
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #000;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #C6FF69;
    color: #000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.container {
    max-width: 1300px;
    margin: auto;
}

/*==== nev area start===== */

header {
    position: fixed;
    width: 100%;
    padding: 22px 0;
    background-color: #111;
    z-index: 9999;
}

header .container {
    max-width: 1020px;
    margin: auto;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 300px;
    display: inline-block;
    margin-right: 50px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.menu-item ul {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.menu-item ul li a {
    color: #FFF;
    font-family: "Arimo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-transform: capitalize;
    transition: .3s;
}

.menu-item ul li a:hover {
    color: #C6FF69;
}

#active {
    color: #C6FF69;
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #C6FF69;
    cursor: pointer;
}

.menu-btn a {
    color: #FFF;
    font-family: Geist;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: inline-block;
    padding: 11px 14px 11px 23px;
    border-radius: 999px;
    border: 1px solid #C6FF69;
    background: rgba(198, 255, 105, 0.20);
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.20);
    display: flex;
    align-items: center;
    gap: 0 16px;
    transition: .4s;
}

.menu-btn a:hover {
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.384);
}

/*==== nev area end===== */

/*==== sticky-nev start=== */

.fixed-menu {
    background: #000;
    position: fixed;
    top: 0;
    animation: slide-down 0.5s !important;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
    z-index: 250;
    transition: .10s;
}

.fixed-menu .menu-bar a {
    color: #7F7F7F !important;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==== sticky-nev end=== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #111;
    border-bottom: 2px solid #C6FF69;
}

.offcanvas-header h5 img {
    max-width: 160px;
}

.offcanvas-body {
    background-color: #111;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #C6FF69;
}

.clloss-x:hover {
    color: #C6FF69 !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 80%;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
}

.mobile-menu-item ul li a:hover {
    background-color: #C6FF69;
    color: #111;
}

.m-active {
    background-color: #C6FF69 !important;
    color: #111 !important;
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.hero-area {
    padding-bottom: 40px;
}


.hero-top-btn-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 23px;
}

.hero-top-btn-content ul li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cccccc1a 0%, #4545451a 59%, #6666661a 100%);
    backdrop-filter: blur(10px);
    margin-bottom: 16px;

    width: fit-content;
    max-width: none;
}


.hero-top-btn-content ul li i {
    width: 15px;
    height: 15px;
    background-color: #4DD0E1;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 10px;
}

.hero-top-btn-content ul:last-of-type li {
    width: 300px;
}

.hero-client ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 30px;
    margin-bottom: 36px;
}

.hero-title h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80.8px;
    /* 101% */
    letter-spacing: -4.8px;
    text-align: center;
    margin-bottom: 23px;
}

.hero-title h2 span {
    color: #C6FF69;
}

.hero-title p {
    color: #FFF;
    text-align: center;
    font-family: Geist;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    /* 109.091% */
    letter-spacing: -1.9px;
    margin-bottom: 80px;
}

.hero-title a {
    color: #FFF;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    /* 100% */
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 433px;
    width: 100%;
    margin: auto;
    border-radius: 999px;
    border: 1px solid #C6FF69;
    background: rgba(198, 255, 105, 0.20);
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.20);
    padding: 10px 15px;
    transition: .4s;
    animation: glowPulse 3.8s ease-in-out infinite;

}

.hero-title a:hover {
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.397);
    transform: scale(1.05);
}

.hero-title a span {
    color: #C6FF69;
    display: block;
    margin-top: 3px;
}

/* =====about-area==== */

.about-area {
    padding-bottom: 20px; /* vagy 30px ha még közelebb kell */
}


.about-title h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    /* 75% */
    letter-spacing: -1.9px;
    text-align: center;
    margin-bottom: 28px;
}

.about-contents {
    border-radius: 27px;
    /* background: linear-gradient(120deg, #191919 0%, #0B0B0B 90%, #0B0B0B 100%); */
    border-radius: 34px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.15) 0%, rgba(31, 31, 31, 0.80) 24%, rgba(255, 255, 255, 0.13) 80%, rgba(31, 31, 31, 0.00) 100%);
    padding: 2px;
}

.about-contents-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 46px;
    background: linear-gradient(120deg, #191919 0%, #0B0B0B 90%, #0B0B0B 100%);
    border-radius: 27px;
    padding: 30px 35px;
}

.ab-left-img {
    max-width: 275px;
    width: 100%;
    border-radius: 29px;
    
}

.ab-left-img {
  animation: portraitBreath 14s ease-in-out infinite;
  will-change: transform;
}

@keyframes portraitBreath {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-1px); }
  100% { transform: translateY(0); }
}


.about-right-content p {
    color: #FFF;
    font-family: Geist;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
    letter-spacing: -1.9px;
}

/* ======Generations-area======= */

.Generations-area {
    padding: 70px 0;
}

.container-cs {
    max-width: 850px;
    margin: auto;
}

.Generations_box {
    border-radius: 34px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.15) 0%, rgba(31, 31, 31, 0.80) 24%, rgba(255, 255, 255, 0.13) 80%, rgba(31, 31, 31, 0.00) 100%);
    padding: 2px;
    margin-bottom: 40px;
}

.Generations_box-inner {
    padding: 28px 32px;
    border-radius: 34px;
    background: linear-gradient(140deg, #181818 0%, #0D0D0D 80%);
}

.Generations_box-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Generations_box-inner ul li {
    color: #C6FF69;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    letter-spacing: -1.2px;
}

.Generations_box-inner h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80.8px;
    /* 202% */
    letter-spacing: -4.8px;
    margin-bottom: 15px;
}

.Generations_box-inner h2 span {
    color: #C6FF69;
}

.Generations_box-inner p {
    color: #FFF;
    font-family: Geist;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 44px;
}

.Generations_box-inner p span {
    color: #C6FF69;
}

.watch-btn {
    text-align: center;
    margin-top: 40px;
}

.watch-btn a {
    color: #0D0D0D;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -1.2px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    background: #C6FF69;
    transition: .4s;
}

.watch-btn a:hover {
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.384);
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #111;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 800px;
    width: 90%;
    box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.384);
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #111;
    width: 40px;
    height: 40px;
    background-color: #C6FF69;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

iframe {
    width: 100%;
    height: 450px;
    border: none;
}

@media (max-width: 600px) {
    iframe {
        height: 300px;
    }
}

/* =========skill-area======== */

.skill-title h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: -1.9px;
    text-align: center;
    margin-bottom: 32px; /* ⬅️ 78px helyett */
}


.skill-wrapper {
    max-width: 720px;
    margin: auto;
}

.skill-box-wrapper {
    border-radius: 34px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.15) 0%, rgba(31, 31, 31, 0.80) 24%, rgba(255, 255, 255, 0.13) 80%, rgba(31, 31, 31, 0.00) 100%);
    padding: 2px;
    margin-bottom: 30px;
}

.skill-box-inner {
    border-radius: 34px;
    background: linear-gradient(140deg, #181818 0%, #0D0D0D 80%);
    padding: 40px 15px;
}

.skill-box-inner h3 {
    color: #FFF;
    font-family: Geist;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 150% */
    letter-spacing: -1.9px;
    margin-bottom: 20px;
    text-align: center;
}

.skill-box-inner h3 span {
    color: #C6FF69;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
    letter-spacing: -1.2px;
}

.skill-box-inner h2 {
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    /* 75% */
    letter-spacing: -1.9px;
    text-align: center;
}

footer p {
    color: #909099;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-align: center;
    padding: 80px 0 50px;
}

/* Mobil: nagyobb szöveg a hero-top-btn-content listában */
@media (max-width: 600px) {
  .hero-top-btn-content ul li {
    font-size: 18px;      /* 16px -> 18px (kicsit nagyobb) */
    line-height: 1.55;
    padding: 16px 20px;   /* picit több tér */
  }

  .hero-top-btn-content ul li i {
    font-size: 16px;      /* ikon arányos növelése */
    margin-left: 6px;
  }

  /* Opcionális: mobilon szebben törjön és ne vágja a szélesség */
  .hero-top-btn-content ul:last-of-type li {
    width: 100%;
    max-width: 100%;
  }
}

/* ===== Hero client slider ===== */

.hero-client {
  position: relative;
  overflow: hidden;
  margin: 60px auto;
  max-width: 900px; /* középre igazítás */
}

.slider-track {
  display: flex;
  width: max-content;
  gap: 80px;                /* 🔥 EZ A KULCS */
  animation: marquee 20s linear infinite;
}

.slider-group {
  display: flex;
  align-items: center;
  gap: 80px;
}


/* logók */
.hero-client img {
  height: 55px;
  opacity: 0.65;
  transition: opacity 0.3s ease;
}

.hero-client img:hover {
  opacity: 1;
}

/* Nagyon pici, finom fade a széleken */
.slider-fade {
  position: absolute;
  top: 0;
  /* 80px helyett csak 40px, hogy ne takarjon bele a logókba */
  width: 40px; 
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.slider-fade.left {
  left: 0;
  /* Csak a legszélén kezdődik a fekete, és azonnal elhalványul */
  background: linear-gradient(to right, #090909 0%, transparent 100%);
}

.slider-fade.right {
  right: 0;
  /* Ugyanez a jobb szélen */
  background: linear-gradient(to left, #090909 0%, transparent 100%);
}

/* animáció */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .hero-top-btn-content ul {
    flex-direction: column;
    align-items: center;
  }

  .hero-top-btn-content ul li {
    width: fit-content !important;
    max-width: 100% !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    text-align: center;
  }
}

@keyframes glowPulse {
  0% { box-shadow: 0 0 18px rgba(198,255,105,.18); }
  50% { box-shadow: 0 0 48px rgba(198,255,105,.45); }
  100% { box-shadow: 0 0 18px rgba(198,255,105,.18); }
}



.hero-title h2 {
  animation: heroTitleIn 0.9s ease-out both;
}

.hero-title h2 span {
  animation: heroHighlight 1.2s ease-out both;
}

@keyframes heroTitleIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroHighlight {
  0% { opacity: 0; filter: blur(4px); }
  100% { opacity: 1; filter: blur(0); }
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 18px rgba(198,255,105,.18);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 48px rgba(198,255,105,.45);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 18px rgba(198,255,105,.18);
    transform: scale(1);
  }
}

.about-contents {
  background-size: 200% 200%;
  animation: gradientDrift 22s ease-in-out infinite;
}

@keyframes gradientDrift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.about-contents-inner {
  display: flex;
  gap: 40px;

  /* FONTOS */
  padding: 0;
}

.ab-left-img {
  margin: 0;
  padding: 20px;              /* csak a kép körül legyen levegő */
}

.ab-left-img img {
  display: block;
  border-radius: 24px;
}

.about-right-content {
  padding: 40px 40px 40px 0;  /* felül-jobb-alul */
}

@media (max-width: 767px) {
  .about-contents-inner {
    flex-direction: column;
    padding: 20px;
  }

.ab-left-img {
  flex: 0 0 280px;   /* FIX szélesség */
}


  .about-right-content {
    padding: 0;
  }
}

.portfolio-card {
  animation: cardFloat 9s ease-in-out infinite;
}

.portfolio-card:nth-child(2) {
  animation-delay: 2.5s;
}

/* === SKILL CARD – finom lebegés === */
.skill-box-wrapper {
  animation: skillFloat 8s ease-in-out infinite;
  transition: transform .4s ease, box-shadow .4s ease;
}

/* kicsit eltolt ütem, hogy ne egyszerre mozogjanak */
.skill-box-wrapper:nth-child(2) {
  animation-delay: 2s;
}
.skill-box-wrapper:nth-child(3) {
  animation-delay: 4s;
}

@keyframes skillFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* hover = kis boost */
.skill-box-wrapper:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 0 40px rgba(92, 92, 92, 0.25);
}

.skill-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.skill-modal.active {
  display: flex;
}

.skill-modal-content {
  background: linear-gradient(140deg, #181818, #0d0d0d);
  border-radius: 28px;
  padding: 40px;
  max-width: 520px;
  width: 90%;
  color: #fff;
  animation: modalIn 0.35s ease;
  box-shadow: 0 0 40px rgba(92, 92, 92, 0.25);
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

.skill-close {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 28px;
  cursor: pointer;
  color: #C6FF69;
}

.skill-modal-content h2 {
  font-size: 34px;
  margin-bottom: 15px;
}

.skill-modal-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.skill-modal-content ul li {
  margin-bottom: 10px;
  color: #C6FF69;
}

@media (max-width: 768px) {
  .menu-bar {
    display: none !important;
  }
}

@media (max-width: 768px) {
  nav {
    justify-content: center;
  }

  .menu-logo {
    margin: 0 auto;
    transform: translateX(38px); /* 👉 finoman jobbra */
  }

  .menu-item {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero-top-btn-content ul li {
    padding: 10px 14px; /* kisebb buborék */
    font-size: 15px;
  }
}
.skill-modal-content {
  position: relative;
  max-width: 520px;
  min-height: 320px;

  border-radius: 28px;
  padding: 40px;

  background-image: url("img/csahell\ screen.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  color: #fff;
}

.portfolio {
    padding-bottom: 40px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.hero-area {
  padding-top: 25px;   /* navbar + vizuális tér */
  padding-bottom: 40px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.hero-area {
  padding-top: 30px;   /* navbar + vizuális tér */
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hero-area {
    padding-top: 70px !important;
  }
}

/* ===== HERO CTA alap ===== */
.hero-cta {
  position: relative;
  transition:
    box-shadow 0.3s ease,
    background 0.3s ease,
    opacity 0.2s ease;
  z-index: 50;
}

.hero-cta.is-sticky {
    position: fixed !important;
    bottom: 25px !important;
    
    /* Pontos középre igazítás alaphelyzetbe állítással */
    left: 50% !important;
    right: auto !important; /* Ez fontos, hogy ne feszítse ki jobbra */
    transform: translateX(-50%) !important;
    
    /* Szélesség kezelése */
    width: 90% !important;
    max-width: 433px !important;
    margin: 0 !important; /* Töröljük az esetleges auto margókat */
    
    /* Vizuális elemek */
    z-index: 99999 !important;
    background: rgba(17, 17, 17, 0.9) !important;
    backdrop-filter: blur(12px);
    border: 1px solid #C6FF69;
    box-shadow: 0 10px 40px rgba(198, 255, 105, 0.35);
    
    /* Megakadályozza, hogy a gomb szövege szétnyomja a dobozt */
    box-sizing: border-box !important;
}

/* Mobilos finomhangolás, hogy ne érjen ki a széléig */
@media (max-width: 768px) {
    .hero-cta.is-sticky {
        width: calc(100% - 40px) !important;
        max-width: 350px !important;
    }
}

/* Mobilos finomhangolás (opcionális) */
@media (max-width: 768px) {
  .hero-cta.is-sticky {
    bottom: 15px !important; /* Mobilon kicsit közelebb lehet az aljához */
    width: 85% !important;   /* Mobilon kényelmesebb, ha picit több hely van a szélén */
  }
}

@media (max-width: 480px) {

  .hero-cta {
    padding: 8px 12px;
    max-width: 300px;
  }

  .hero-cta img {
    width: 28px;
    height: 28px;
  }

}

#cta-anchor {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* alap */
.hero-cta {
  transition: transform 0.35s ease, opacity 0.35s ease;
}


.cta-wrapper {
  position: relative;
  height: auto;
}

/* alapállapot */
.hero-cta {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.cta-anchor {
  min-height: 72px; /* a gomb kb. magassága */
}


/* Alapállapot a hero szekcióban */
.hero-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 433px;
    width: 100%;
    border-radius: 999px;
    border: 1px solid #C6FF69;
    background: rgba(198, 255, 105, 0.20);
    padding: 10px 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    color: white;
}


/* Biztosítjuk, hogy az anchor ne ugorjon össze */
.cta-anchor {
    min-height: 80px; 
    display: flex;
    justify-content: center;
}

/* ===== STICKY / FLOATING ÁLLAPOT JAVÍTÁSA ===== */
.hero-cta.is-sticky {
    position: fixed !important;
    bottom: 25px !important;
    
    /* Ez a párosítás teszi pontosan középre: */
    left: 50% !important;
    transform: translateX(-50%) !important;
    
    width: 90% !important;
    max-width: 433px !important;
    
    background: rgba(17, 17, 17, 0.85) !important;
    backdrop-filter: blur(12px);
    border: 1px solid #C6FF69;
    box-shadow: 0 15px 45px rgba(198, 255, 105, 0.3);
    z-index: 99999;
}


/* Az eredeti hely, amit az Observer figyel */
/* Eredeti konténer a szövegek között */
.cta-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px; /* A gomb magassága, hogy ne ugorjon össze a szöveg */
    margin: 30px 0;
    width: 100%;
}

/* Alapállapot (amikor a szövegek között van) */
.hero-cta {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 433px;
    width: 100%;
    height: 80px;              
    margin: 0 auto;
    z-index: 1;
    transition: all 0.3s ease; /* Finom visszatérés */
}


/* Lebegő állapot (amikor lent van) */
.hero-cta.is-sticky {
    position: fixed !important;
    bottom: 25px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    max-width: 433px !important;
    z-index: 9999;
    background: rgba(17, 17, 17, 0.9) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(198, 255, 105, 0.3);
}

/* Mobilon ne jelenjen meg a scroll-to-top nyíl */
@media (max-width: 768px) {
  .scrolltotop {
    display: none !important;
  }
}

.skill-modal-content ul li {
  list-style: none;
}

@media (max-width: 768px) {
  .hero-cta.is-sticky {
    /* Fix szélesség és pontos középre igazítás */
    width: calc(100% - 40px) !important; /* 20px margó kétoldalt */
    max-width: 380px !important;
    left: 50% !important;
    margin: 0 !important;
    
    /* Ez akadályozza meg a "félrecsúszást" */
    right: auto !important;
    transform: translateX(-50%) !important;
    
    /* Alsó távolság fixálása */
    bottom: 20px !important;
  }
}

/* ============================================================
   STICKY CTA GOMB JAVÍTOTT ÉS TISZTÍTOTT KÓD
   ============================================================ */

/* 1. Az üres helyőrző a szövegek között */
.cta-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px; 
    margin: 30px 0;
    width: 100%;
}

/* 2. A gomb ALAPÁLLAPOTA (amikor a szöveg alatt van) */
.hero-cta {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    max-width: 433px;
    width: 100%;
    min-height: 80px;
    margin: 0 auto !important;
    padding: 10px 25px;
    border-radius: 999px;
    border: 1px solid #C6FF69;
    background: rgba(198, 255, 105, 0.20);
    color: white;
    text-decoration: none;
    z-index: 1;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    transition: all 0.3s ease;
}

/* 3. A gomb STICKY ÁLLAPOTA (amikor lent lebeg) */
.hero-cta.is-sticky {
    position: fixed !important;
    bottom: 25px !important;
    left: 50% !important;
    right: auto !important; /* Kiütjük az eltolást */
    transform: translateX(-50%) !important; /* Matematikailag ez teszi középre */
    width: 90% !important;
    max-width: 433px !important;
    margin: 0 !important;
    padding: 10px 25px;
    z-index: 99999 !important;
    background: rgba(17, 17, 17, 0.95) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(198, 255, 105, 0.4);
    box-sizing: border-box !important;
}

body {
    font-family: "Geist", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: #111; 

    /* GRADIENTEK TÖRÖLVE - CSAK A KÉP MARADT */
    background-image: url('img/csahell\ screen.png');
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* A szekciók maradjanak átlátszóak, hogy látszódjon a háttérkép */
.hero-area, .about-area, .Generations-area, .skill-area {
    background: transparent !important;
}

/* A kártyákon érdemes megtartani a sötétítést és a blur-t, hogy a szöveg olvasható maradjon a kép felett */
.about-contents-inner, .Generations_box-inner, .skill-box-inner {
    background: rgba(20, 20, 20, 0.7) !important;
    backdrop-filter: blur(8px);
    border-radius: 15px; /* Opcionális: szebb kerekítés a kártyáknak */
}

footer {
    background: #000 !important;
}

/* 📱 MOBIL JAVÍTÁS – STABIL RÖGZÍTETT HÁTTÉR */
@media (max-width: 768px) {
    body {
        background-image: none !important; /* Levesszük az eredeti body hátteret */
        background-color: #000;
    }

    body::before {
        content: "";
        position: fixed; /* Ez kényszeríti a fix pozíciót mobilon */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        /* A te mobil háttered */
        background-image: url("img/mobile background.png");
        
        /* 'cover' javasolt mobilon, hogy ne legyenek fekete sávok, 
           de ha ragaszkodsz a 'contain'-hez, az is maradhat */
        background-size: cover; 
        background-position: center center;
        background-repeat: no-repeat;
        
        z-index: -1; /* Behelyezzük a tartalom mögé */
        will-change: transform; /* Hardveres gyorsítás a simább görgetésért */
    }

    /* Biztosítjuk, hogy minden szekció átlátszó maradjon mobilon is */
    .hero-area, .about-area, .Generations-area, .skill-area, header, footer {
        background: transparent !important;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 22px 0;
    z-index: 9999;
    
    /* Ez a rész teszi láthatóvá: */
    background-color: #111 !important; /* Sötét háttérszín */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5); /* Enyhe árnyék, hogy elváljon a háttértől */
    
    /* Opcionális: Ha picit modernebb hatást akarsz, használhatsz enyhe áttetszőséget üveghatással */
    /* background: rgba(17, 17, 17, 0.95) !important; 
       backdrop-filter: blur(10px); */
}

/* --- Contact Section Minimal --- */
.contact-section {
    padding: 80px 0;
}
.contact-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-form-inner h2 {
    color: #fff;
    font-family: "Geist", sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -1.9px;
}
.form-group {
    margin-bottom: 25px;
}
.form-group label {
    margin-bottom: 8px;
    display: block;
    color: #c6ff69; /* Neon zöld címke */
    font-weight: 500;
    font-family: "Geist", sans-serif;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(198, 255, 105, 0.3);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05); /* Enyhén áttetsző mezők */
    color: #fff;
    font-family: "Geist", sans-serif;
    outline: none;
    transition: 0.3s;
}
.form-group input:focus, .form-group textarea:focus {
    border-color: #c6ff69;
    background-color: rgba(255, 255, 255, 0.1);
}
.submit-button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #c6ff69;
    color: #111;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: "Geist", sans-serif;
}
.submit-button:hover {
    background: #b0e557;
    box-shadow: 0px 0px 30px 0px rgba(198, 255, 105, 0.4);
    transform: translateY(-2px);
}

html {
    scroll-behavior: smooth;
}

#contact {
    scroll-margin-top: 100px; /* Ide írd a fejléced magasságát, hogy ne takarja ki a címet */
}

.contact-section {
    padding: 100px 0;
    position: relative;
}

.contact-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.contact-info {
    text-align: center;
    margin-bottom: 50px;
}

.contact-info h2 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -2px;
}

.contact-info h2 span {
    color: #c6ff69;
}

.contact-info p {
    color: #aaa;
    font-size: 18px;
    margin-top: 10px;
}

/* Form stílusok */
.contact-form {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(198, 255, 105, 0.1);
    padding: 40px;
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .input-row { grid-template-columns: 1fr; }
    .contact-form { padding: 25px; }
}

.form-group label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c6ff69;
    margin-bottom: 10px;
    font-weight: 600;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    font-family: 'Geist', sans-serif;
    transition: 0.3s ease;
}

.form-group input:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #c6ff69;
    background: rgba(198, 255, 105, 0.05);
}

/* Gomb effekt */
.submit-button {
    width: 100%;
    background: #c6ff69;
    color: #000;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.submit-button:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(198, 255, 105, 0.2);
}

.submit-button i {
    font-size: 16px;
    transition: 0.3s;
}

.submit-button:hover i {
    transform: translateX(5px) translateY(-5px);
}

/* Kizárólag telefonon és kisméretű kijelzőkön érvényes */
@media (max-width: 768px) {
    /* Lista alaphelyzetbe hozása */
    .hero-top-btn-content ul {
        padding-left: 0 !important;
        margin-left: 0 !important;
        list-style: none !important;
    }


}

/* ... a többi kódod ... */
/* Innen lefelé minden, ami gépen és mobilon is kell */
footer {
    background: transparent !important;
    text-align: center;
    padding: 20px 0;
}

/* Távolság csökkentése a Skill és a Contact között */
.skill-area {
    padding-bottom: 20px !important; /* Skill szekció alatti üres hely csökkentése */
}

.skill-bottom-gradient {
    display: none; /* Ha van ilyen elem, ez sok helyet foglalhat, így eltüntetjük */
}

.contact-section {
    padding-top: 20px !important; /* Contact szekció feletti üres hely csökkentése */
    margin-top: 0 !important;
}

/* Skill kártyák alatti extra távolság eltüntetése */
.skill-wrapper {
    margin-bottom: 0 !important;
}

/* Távolság csökkentése a Send Message gomb és a Copyright szöveg között */

.contact-section {
    padding-bottom: 20px !important; /* Kevesebb hely a gomb alatt */
}

footer {
    padding-top: 10px !important;    /* Kevesebb hely a szöveg felett */
    padding-bottom: 20px !important; /* Alsó távolság finomítása */
    margin-top: 0 !important;        /* Bármilyen extra külső margó eltüntetése */
}

footer p {
    margin-top: 0 !important;        /* A szöveg saját felső margójának nullázása */
}

/* Asztali footer elrendezés */
.footer-flex {
    display: flex;
    justify-content: space-between; /* Ez tolja ki a két szélre a szöveget */
    align-items: center;
    padding: 20px 0;
}

footer {
    background: transparent !important;
    position: relative;
    z-index: 1; /* Hogy a gomb alatt/felett jól jelenjen meg */
}

.footer-left, .footer-right {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
/* ALAPBEÁLLÍTÁS (Asztali gép) */
.footer-container {
    display: flex;
    justify-content: space-between; /* Széthúzza a két szélre */
    align-items: center;
    padding: 40px 0 20px 0; /* Több helyet hagyunk fent, hogy lejjebb kerüljön */
}

footer {
    background: transparent !important;
}

.footer-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* MOBIL NÉZET (768px alatt) */
@media (max-width: 768px) {
    .footer-container {
        display: block; /* Kikapcsoljuk a széthúzást */
        text-align: center; /* Mindent középre tesz */
        padding: 20px 0;
    }

    /* Telefonon a két szöveget egymás mellé vagy alá kényszerítjük egy sorba */
    .left-text, .right-text {
        display: inline; /* Egy sorban maradnak */
        font-size: 10px !important; /* Kisebb méret, hogy passzoljon a nevekhez */
    }

    .left-text::after {
        content: " | "; /* Teszünk közéjük egy elválasztót telefonon */
        opacity: 0.5;
    }
}

/* --- ASZTALI ÉS ÁLTALÁNOS NÉZET --- */
.footer-container {
    display: flex;
    justify-content: space-between; /* Bal szélre a neved, jobb szélre az ikonok+szöveg */
    align-items: center;
    padding: 60px 0 30px 0;
}

.footer-right-side {
    display: flex;
    flex-direction: row; /* Kényszerítjük az egymás melletti elrendezést */
    align-items: center;
    gap: 15px; /* Távolság az ikonok és a "All Rights Reserved" között */
}

.footer-socials {
    display: flex;
    flex-direction: row;
    gap: 12px; /* Távolság a Facebook és Insta ikon között */
}

.footer-socials a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #ffffff;
}

/* --- MOBIL NÉZET (768px alatt) --- */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column; /* Mobilon a neved és a jobb oldal egymás alá kerül */
        gap: 15px;
        text-align: center;
    }

    .footer-right-side {
        flex-direction: row; /* AZ IKONOK ÉS A SZÖVEG MOBILON IS EGYMÁS MELLETT MARADNAK */
        justify-content: center;
        gap: 10px;
    }

    .footer-text {
        font-size: 11px !important;
        white-space: nowrap; /* Megakadályozza, hogy a szöveg több sorba törjön */
    }

    .footer-socials a {
        font-size: 16px;
    }
}

/* A jobb oldali egység kényszerített igazítása */
.footer-right-side {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important; /* A betűk aljához igazítja az ikonokat */
    gap: 15px;
}

.footer-socials {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    /* Ez a trükk: eltoljuk az ikonokat az alapvonaltól */
    transform: translateY(3px) !important; 
}

.footer-socials a {
    line-height: 1 !important;
    display: inline-block !important;
}

.footer-text.right-text {
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* --- MOBIL NÉZET (768px alatt) --- */
@media (max-width: 768px) {
    .footer-container {
        display: flex !important;
        flex-direction: row !important; /* Kényszerítjük, hogy egy sorban maradjanak */
        justify-content: center !important; /* Középre igazítjuk az egész sort */
        align-items: center !important;
        gap: 8px; /* Kicsi távolság a neved és a jobb oldal között */
        padding: 20px 0;
        flex-wrap: nowrap; /* Megakadályozzuk, hogy új sorba ugorjanak */
    }

    .footer-right-side {
        display: flex !important;
        flex-direction: row !important; /* Ikonok és szöveg egymás mellett */
        align-items: center !important;
        gap: 8px;
    }

    .footer-socials {
        display: flex !important;
        gap: 6px; /* Kicsit közelebb az ikonok egymáshoz mobilon */
        transform: translateY(2px) !important; /* Ikonok finomhangolása mobilon is */
    }

    .footer-text {
        font-size: 9px !important; /* Kicsi méret, hogy minden kiférjen egy sorba */
        white-space: nowrap; /* Ne törje meg a szöveget */
    }

    .footer-socials a {
        font-size: 14px; /* Kicsit kisebb ikonok mobilon */
    }
}

/* --- MOBIL NÉZET (768px alatt) --- */
@media (max-width: 768px) {
    /* Elrejtjük az ikonokat csak mobilon */
    .footer-socials {
        display: none !important;
    }

    .footer-container {
        display: flex !important;
        flex-direction: row !important; 
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px; 
        padding: 15px 0 !important;
    }

    .footer-right-side {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    .footer-text {
        font-size: 10px !important; /* Mivel nincs ikon, lehet picit nagyobb a betű */
        white-space: nowrap !important;
        margin: 0 !important;
        color: rgba(255, 255, 255, 0.6);
    }

    /* Opcionális: egy elválasztó vonal a név és a jogi szöveg közé */
    .left-text::after {
        content: "|";
        margin-left: 8px;
        margin-right: 3px;
        opacity: 0.3;
    }
}

/* Csak a portfólió kártyán belüli képeket célozzuk meg */
.Generations_box-inner img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    /* Ez kényszeríti középre flexbox esetén is, anélkül hogy a szöveg elmozdulna */
    align-self: center !important; 
}

/* Ha a képeid a sárga/zöld keretes stílusban vannak és elcsúsznának */
.Generations_box-inner .pn-img, 
.Generations_box-inner img[src*="png"], 
.Generations_box-inner img[src*="jpg"] {
    max-width: 90%; /* Opcionális: kicsit kisebb, hogy jobban mutasson középen */
}

/* Alapállapot a gombon */
.hero-cta {
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); /* Elegáns, lassuló mozgás */
    transform: translateY(0);
    opacity: 1;
}

/* A gomb alaphelyzete (amikor a hero-ban van) */
.hero-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Ez a kulcs a smooth mozgáshoz */
    position: relative;
    z-index: 10;
}

/* Amikor a JS hozzáadja az is-sticky osztályt */
.hero-cta.is-sticky {
    position: fixed;
    bottom: 25px; /* Távolság az aljától */
    left: 50% !important;
    transform: translateX(-50%) scale(0.95) !important; /* Kicsit összemegy, amikor lebeg */
    width: 90% !important;
    max-width: 450px;
    background: rgba(140, 198, 63, 0.95); /* A zöld színed pici áttetszőséggel */
    backdrop-filter: blur(10px); /* Üveghatás a gomb mögött */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    padding: 15px 25px;
    z-index: 9999;
    
    /* Beúszó animáció */
    animation: ctaSlideIn 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 1. Alapállapot a Hero-ban (ahogy eddig is volt) */
.hero-cta {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); /* Rugalmas, smooth mozgás */
    opacity: 1;
    visibility: visible;
}

/* 2. Amikor a JS hozzáadja az is-sticky osztályt */
.hero-cta.is-sticky {
    position: fixed;
    top: -100px; /* Kezdőpont a képernyőn kívül, fent */
    left: 50% !important;
    transform: translateX(-50%);
    
    width: 90% !important;
    max-width: 450px;
    background: #8cc63f; /* A zöld színed */
    border-radius: 100px;
    padding: 15px 25px;
    z-index: 9999;
    
    /* AZ ANIMÁCIÓ: fentről lecsúszik az aljára */
    animation: slideDownFromTop 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* A konkrét mozgás leírása */
@keyframes slideDownFromTop {
    0% {
        top: -100px; /* Képernyő felett */
        opacity: 0;
    }
    100% {
        top: calc(100vh - 100px); /* A képernyő aljától 80px-re áll meg */
        opacity: 1;
    }
}

/* Opcionális: Amikor elveszi a JS az osztályt, ne tűnjön el durván */
.hero-cta:not(.is-sticky) {
    transition: opacity 0.3s ease;
}

/* Az utolsó szekció alsó részének lenullázása */
section:last-of-type, 
#contact, 
.contact-section {
    padding-bottom: 1px !important;
    margin-bottom: 0 !important;
}

/* A footer felső részének lenullázása */
footer {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* A footer belső konténerének finomítása */
.footer-container {
    padding-top: 0 !important;
}

/* Ha a contact-wrappernek van alsó margója, azt is levesszük */
.contact-wrapper {
    margin-bottom: 0 !important;
}

/* --- MOBIL SPECIFIKUS BEÁLLÍTÁSOK (768px alatt) --- */
@media (max-width: 768px) {
    
    /* 1. Az utolsó szekció és a footer közötti távolság (5px) */
    .contact-section, 
    section:last-of-type {
        padding-bottom: 5px !important;
    }

    /* 2. A footer felső részének nullázása és alsó hely biztosítása */
    footer {
        padding-top: 0 !important;
        padding-bottom: 30px !important; 
        margin-bottom: 0 !important;
    }

    /* 3. Extra üres sáv a legalján, hogy ne érjen a kijelző széléig a tartalom */
    body {
        margin-bottom: 30px !important;
    }
    
    /* Opcionális: a footer container belső paddingjának nullázása a pontos 5px-hez */
    .footer-container {
        padding-top: 0 !important;
    }
}

.name-highlight {
  color: #c6ff69;
  font-size: 1.15em;
  font-weight: 600;
}

.hero-title span {
  display: inline-block;
  transition: opacity 0.6s ease, filter 0.6s ease;
}

.hero-title span {
  display: inline-block;
  transition:
    opacity 0.5s ease,
    filter 0.5s ease,
    transform 0.5s ease;
  will-change: opacity, filter, transform;
}

/* amikor eltűnik */
.word-blur {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(4px) scale(0.98);
}


.hero-title span {
  display: inline-block;
  transition: opacity 0.6s ease, filter 0.6s ease, transform 0.6s ease;
  will-change: opacity, filter, transform;
}

.word-blur {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(6px);
}

@media (max-width: 768px) {
  .word-blur {
    filter: blur(6px);
    transform: translateY(3px);
  }
}

/* 1. Távolság a Header és a kommentek között */
.hero-top-btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    /* Itt állítsd be a távolságot a Header aljától */
    margin-top: 40px; 
    padding-top: 20px;
    width: 100%;
}


/* Késleltetések az eltolt mozgáshoz */
.hero-top-btn-content ul:first-of-type li:first-child {
    animation-delay: 0s;
}

.hero-top-btn-content ul:first-of-type li:last-child {
    animation-delay: 1.5s;
}

.hero-top-btn-content ul:last-of-type li {
    animation-delay: 3s;
}


/* 4. MOBIL FINOMHANGOLÁS */
@media (max-width: 768px) {
    .hero-top-btn-content {
        /* Mobilon a Header gyakran magasabb, így ide több hely kellhet */
        margin-top: 50px !important; 
    }
    
    .hero-top-btn-content ul li {
        /* Mobilon kicsit kisebb kilengés a stabilabb érzetért */
        animation-duration: 6s;
    }
}

@media (max-width: 768px) {
    /* 1. A Hero szekció felső távolságának csökkentése */
    .hero-area {
        padding-top: 20px !important; /* Sokkal kisebb hely a Header alatt */
    }

    /* 2. A kommentek távolságának finomítása */
    .hero-top-btn-content {
        margin-top: 10px !important; /* Felhúzzuk a kommenteket a fejléc felé */
        margin-bottom: 20px !important; /* Közelebb hozzuk a logókhoz */
    }

    /* 3. A logók (hero-client) és a cím közötti tér szűkítése */
    .hero-client {
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }

    /* 4. A kommentek (buborékok) méretének optimalizálása, hogy kitöltsék a teret */
    .hero-top-btn-content ul li {
        font-size: 11px !important; /* Kicsit nagyobb, hogy ne legyen "elveszve" */
        padding: 10px 15px !important;
        margin: 5px 2px !important; /* Közelebb egymáshoz oldalirányban */
    }

    /* 5. A címsor (Hero Title) feljebb mozgatása */
    .hero-title {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {

  .hero-top-btn-content ul li {
    width: 160px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Geist", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    padding: 0;
    margin: 0;

    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}

@media (max-width: 768px) {
  .hero-top-btn-content ul:last-of-type li {
    position: relative;
    top: -28px;
  }
}

@media (max-width: 768px) {
  .hero-top-btn-content {
    padding-top: 32px;   /* ⬅️ EZ ad helyet a navbar alatt */
  }
}

@media (max-width: 768px) {

  /* alsó (raresman) panel ALATT: mínusz tér */
  .hero-top-btn-content ul:last-of-type {
    margin-bottom: -8px !important;
    padding-bottom: 0 !important;
  }

  .hero-top-btn-content ul:last-of-type li {
    margin-bottom: 0 !important;
  }

}

@media (max-width: 768px) {
  .hero-top-btn-content ul li {
    transform: translateY(5px);
  }
}
@media (max-width: 768px) {
  .hero-top-btn-content {
    transform: translateX(10px);
  }
}

.hero-cta {
    transition: all 0.25s ease-out;     /* mobilokon 400ms+ lagot okozhat */
    will-change: transform, opacity;    /* jobb teljesítmény */
    transform: translateX(-50%);        /* alapból használd ezt left helyett */
    left: 50%;
}

.hero-cta.is-sticky {
    position: fixed;
    top: 1rem;                          /* vagy ami neked kell */
    z-index: 1000;
}

.hero-cta-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 60px 0 120px;   /* állítsd, hogy meddig maradjon normál pozícióban */
  min-height: 120px;      /* ne essen össze scrollkor */
}

.hero-cta {
  position: sticky;
  top: 20px;              /* távolság a viewport tetejétől, amikor ragad */

  /* Alap stílusok (maradnak) */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 433px;
  margin: 0 auto;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid #C6FF69;
  background: rgba(198, 255, 105, 0.20);
  color: white;
  text-decoration: none;
  z-index: 100;

  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Ragadás utáni stílus (amikor a viewport tetején ragad) */
.hero-cta {
  background: rgba(17, 17, 17, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(198, 255, 105, 0.3);
  border: 1px solid rgba(198, 255, 105, 0.5);
}

/* Ha alulról szeretnéd ragadni (floating bottom) */
@media (min-width: 768px) {
  .hero-cta {
    top: auto;
    bottom: 30px;
    position: fixed;      /* fallback ha sticky nem támogatott */
  }
}

@media (max-width: 1024px) {
    body {
        background-attachment: scroll !important;
        background-size: cover;
        background-position: center;
    }
    
    /* vagy teljesen más kép mobilon, ha nagyon kell */
    body {
        background-image: url('img/mobile background.png') !important;
    }
}

.devtools-open {
  pointer-events: none;
}

.hero-cta {
  transition: all 0.4s ease-out;
  /* egyéb stílusaid... */
}

.hero-cta.is-sticky {
  position: fixed !important;
  bottom: 30px;               /* vagy ahova szeretnéd */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 90%;                 /* mobilra keskenyebb, hogy ne legyen túl széles */
  max-width: 420px;           /* opcionális: max szélesség */
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  pointer-events: auto;       /* fontos touch eventekhez */
}

/* Mobil specifikus – segít a jitter ellen */
@media (max-width: 768px) {
  .hero-cta.is-sticky {
    bottom: 20px;             /* kicsit kevesebb padding mobil alján */
    transition: none;         /* ← ez a kulcs! kikapcsolja az animációt mobilon → nincs lag */
    will-change: transform;   /* optimalizálja a GPU-t */
  }

  /* Extra: néha a body overflow hidden segít */
  body.lenis-smooth {
    overscroll-behavior-y: none; /* megakadályozza a túlgörgetést */
  }
}

.hero-cta {
  transition: all 0.35s ease; /* finom animáció */
  /* egyéb saját stílusok */
}

.hero-cta.is-sticky {
  /* Csak class-al ne add meg a position-t, mert JS-ben állítjuk */
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.95); /* opcionális: átlátszó háttér ha kell */
}

/* Mobil finomhangolás – kikapcsolt transition = nincs lag */
@media (max-width: 768px) {
  .hero-cta.is-sticky {
    transition: none;
    bottom: 16px !important;
  }
}

.footer-policy {
  color: #c6ff69; /* finom zöld – privacy accent */
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.footer-policy:hover {
  opacity: 0.7;
}

.footer-separator {
  margin: 0 8px;
  opacity: 0.5;
}

.footer-policy {
  color: #c6ff69;
  text-decoration: none;
  opacity: 0.85;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-policy:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

