
body {
  /*font-family: 'Segoe UI', sans-serif;*/
  background: #fff;
  color: #333;
  text-align:justify;
}

p {
  font-size: 20px;
}

.logo-img{
  height: auto;
  display: block;
  width: clamp(40px, 8vw, 72px);             /* alap: mobil */
}

@media (min-width: 431px){
  .logo-img{ width: 56px; } /* nagyobb mobil / kis tablet */
}

@media (min-width: 769px){
  .logo-img{ width: 100px; }    /* PC/laptop */
  }


.banner {
  background-color: #08294A;
  margin: 0 auto;
  color: #FFF;
  background-image: url("../../assets/img/Kiberlogo2.png");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: right 8% center;
  height: 300px;
  display: flex;
  align-items: center;
}

/* 2. Media query-k UTÁNA */
@media (max-width: 768px) {
  .banner {
    background-image: none;
    height: auto;
    padding: 30px 0;
  }
}

@media (min-width: 769px) {
  .logo-img { width: 100px; }
}

@media (min-width: 431px) {
  .logo-img { width: 56px; }
}


.banner1{
margin: 0 auto;
color: #FFF;
background:#5FC69E url("../../assets/img/banner_1.png")  center/contain no-repeat;
background-position: center; 
height: 300px;
display: flex;
  align-items: center;
}

.banner2{
margin: 0 auto;
color: #FFF;
background:#5C86FA url("../../assets/img/banner_2.png")  center/contain no-repeat;
background-position: center; 
height: 300px;
display: flex;
  align-items: center;
}


.banner3{
margin: 0 auto;
color: #FFF;
background:#EBA835 url("../../assets/img/banner_3.png")  center/contain no-repeat;
background-position: center; 
height: 300px;
display: flex;
  align-items: center;
}


.banner4{
margin: 0 auto;
color: #FFF;
background:#8478ED url("../../assets/img/banner_4.png")  center/contain no-repeat;
background-position: center; 
height: 300px;
display: flex;
  align-items: center;
}

 .kep-racs {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* PC/laptop: 4 egymás mellett */
      gap: 12px;
    }

.kep-racs img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 5px; /* opcionális */
    }


    /* Mobil: 1 oszlop (1-1 egymás alatt) */
@media (max-width: 768px) {  
.kep-racs {
  grid-template-columns: repeat(1, 1fr);
   }
 }

section {
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
}
h2 {
  padding-left: 10px;
  margin-bottom: 1rem;
  text-align: center;
  color: #0B4076;
}

h2 {
 font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 800;
  color: #123047;
}

h3 {
 /* border-left: 5px solid #f78c1e; */
  padding-left: 10px;
  margin-bottom: 1rem;
   text-align: center; 
}

h4 {
 /* border-left: 5px solid #f78c1e; */
  padding-left: 10px;
  margin-bottom: 1rem;
   text-align: center; 
   color: #DE4C3F;
}


a.nav-link.active {
  color: #051525 !important;
}
footer {
  background: #0B4076;
  color: #fff;
  font-size: 14px;
}

.accordion-button {
  color: #fff;
  background-color: var(--acc-open-bg, #0B4076);
}

.accordion-button:not(.collapsed) {
background: #fff;
color: #333;
}


.page-1 { --acc-open-bg: #5FC69E;}
.page-2 { --acc-open-bg: #5C86FA;}
.page-3 { --acc-open-bg: #EBA835;}
.page-4 { --acc-open-bg: #8478ED;}

.page-1 h2 { color: #5FC69E; }
.page-2 h2 { color: #5C86FA; }
.page-3 h2 { color: #EBA835; }
.page-4 h2 { color: #8478ED; }


.accordion-body ul {
  list-style: none;
  padding-left: 0;
}
.accordion-body ul li {
  margin-bottom: 8px;
}



/* Világos menüsáv */
.menu-sav{
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  position: relative;
backdrop-filter: blur(8px);
}


.menu-sav{
  position: sticky;   /* opcionális, de látványosabb ha felül marad */
  top: 0;
  z-index: 999;

  background: rgba(255,255,255,0.75); /* FONTOS: áttetsző! */
  border-bottom: 1px solid rgba(0,0,0,0.10);

  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}



.menu-belso{
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.logo{
  color: #111;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.3px;
}

/* Linkek konténer (PC) */
.menu-linkek{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Modern “pill” gomb (világos) */
.menu-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: rgba(0,0,0,0.85);
  text-decoration: none;

  font-size: 15px;
  font-weight: 650;

  padding: 10px 14px;
  border-radius: 999px;

  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.04);

  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.menu-btn svg{
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

.menu-btn:hover{
  background: rgba(0,0,0,0.07);
  border-color: rgba(0,0,0,0.16);
  transform: translateY(-1px);
}

.menu-btn.active{
  background: rgba(0,0,0,0.10);
  border-color: rgba(0,0,0,0.20);
}

/* Hamburger (világos) */
.menu-gomb{
  display: none;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.12);
  color: #111;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
}

/* Mobil */
@media (max-width: 768px){
  .menu-gomb{ display: inline-flex; }

  .menu-linkek{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 12px 16px 16px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
  }

  .menu-btn{
    width: 100%;
    justify-content: flex-start;
    padding: 14px 14px; /* tappolhatóbb */
    font-size: 18px;
    border-radius: 16px;
  }

  .menu-sav.open .menu-linkek{ display: flex; }
}

@supports not ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))){
  .menu-sav{
    background: #fff; /* sima fehér */
  }
}


/* LOGÓ KÉP – kőkemény felülírás */
.menu-sav .menu-belso a.logo img.logo-img{
  height: clamp(70px, 7vw, 110px) !important; /* mobilon kicsi, PC-n nagyobb */
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
}

/* A logó ne zsugorodjon flexben */
.menu-sav .menu-belso a.logo{
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}


.grid { width:min(1100px, 92vw); display:grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap:24px; }
.card {background: rgba(243,244,246,.4); border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:22px 22px 26px; box-shadow: 0 5px 5px rgba(0,0,0,.35); backdrop-filter: blur(6px); }
.label { color:var(--muted); font-size:14px; letter-spacing:.3px; margin-bottom:8px; }
.counter { display:block; font-variant-numeric: tabular-nums; font-size: clamp(32px, 6.5vw, 64px); text-align:center; font-weight:800; line-height:1.1; color:#27409D; }
.hint { text-align:center; color:var(--muted); margin-top:8px; }



.target-boxok {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.target-boxok {
  max-width: 1400px;
  margin: 50px auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}


.target-box {
  display: flex;
  align-items: center;
  gap: 24px;

  background: #f8fbff;
  border: 1px solid #dbe7f3;
  border-radius: 22px;
  padding: 22px;

  text-decoration: none;
  color: inherit;

  box-shadow: 0 8px 22px rgba(20, 60, 100, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.target-box:hover {
  transform: translateY(-4px);
  border-color: #9cc3e8;
  box-shadow: 0 14px 32px rgba(20, 60, 100, 0.14);
}





.target-box {
  display: flex;
  align-items: center;
  gap: 24px;

  background: linear-gradient(135deg, #f8fbff, #eef6ff);
  border: 1px solid #d6e6f5;
  border-radius: 24px;
  padding: 24px;

  text-decoration: none;
  color: inherit;

  box-shadow: 0 10px 28px rgba(8, 40, 80, 0.08);
  transition: all 0.25s ease;
}

.target-box:hover {
  transform: translateY(-5px);
  border-color: #8bbce8;
  box-shadow: 0 16px 38px rgba(8, 40, 80, 0.15);
}




.target-img {
  flex: 0 0 50%;
}

.target-img img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.target-text {
  flex: 1;
}

.target-text h3 {
  font-size: 32px;
  margin: 0 0 14px;
  color: #0b2b4c;
}

.target-text p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* Mobil nézet */
@media (max-width: 768px) {
  .target-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 18px;
  }

  .target-img {
    flex: none;
    width: 100%;
  }

  .target-text h3 {
    font-size: 26px;
  }

  .target-text p {
    font-size: 16px;
  }
}



.box-gyerek {
  background: linear-gradient(135deg, rgba(95, 198, 158, 0.14), rgba(95, 198, 158, 0.05));
  border-color: rgba(95, 198, 158, 0.35);
}

.box-felnott {
  background: linear-gradient(135deg, rgba(92, 134, 250, 0.14), rgba(92, 134, 250, 0.05));
  border-color: rgba(92, 134, 250, 0.35);
}

.box-idos {
  background: linear-gradient(135deg, rgba(235, 168, 54, 0.16), rgba(235, 168, 54, 0.06));
  border-color: rgba(235, 168, 54, 0.38);
}

.box-vallalat {
  background: linear-gradient(135deg, rgba(132, 120, 237, 0.14), rgba(132, 120, 237, 0.05));
  border-color: rgba(132, 120, 237, 0.35);
}


.box-gyerek:hover {
  border-color: #5FC69E;
  box-shadow: 0 16px 38px rgba(95, 198, 158, 0.22);
}

.box-felnott:hover {
  border-color: #5C86FA;
  box-shadow: 0 16px 38px rgba(92, 134, 250, 0.22);
}

.box-idos:hover {
  border-color: #EBA836;
  box-shadow: 0 16px 38px rgba(235, 168, 54, 0.24);
}

.box-vallalat:hover {
  border-color: #8478ED;
  box-shadow: 0 16px 38px rgba(132, 120, 237, 0.22);
}





.box-gyerek h3 {
  color: #2f9f78;
}

.box-felnott h3 {
  color: #3f68d8;
}

.box-idos h3 {
  color: #c47d13;
}

.box-vallalat h3 {
  color: #6759d8;
}



/* Mobil és tablet nézet javítás */
@media (max-width: 900px) {
  .target-boxok {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px;
    padding: 0 18px;
  }

  .target-box {
    width: 100%;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px;
    padding: 22px;
  }

  .target-img {
    width: 100% !important;
    flex: none !important;
  }

  .target-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .target-text {
    width: 100%;
  }
}





.gallery-boxok {
  max-width: 1400px;
  margin: 50px auto;
  padding: 0 30px;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.gallery-box {
  display: flex;
  align-items: center;
  gap: 28px;

  background: linear-gradient(135deg, #ffffff, #f5f7fb);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 26px;

  text-decoration: none;
  color: inherit;

  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: all 0.25s ease;
}

.gallery-box:hover {
  transform: translateY(-5px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.14);
}

.gallery-img {
  flex: 0 0 46%;
}

.gallery-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.gallery-text {
  flex: 1;
}

.gallery-text h3 {
  font-size: 26px;
  margin: 0 0 12px;
  color: #1e293b;
}

.gallery-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #475569;
}

/* Mobil nézet */
@media (max-width: 900px) {
  .gallery-boxok {
    grid-template-columns: 1fr !important;
    padding: 0 18px;
    gap: 24px;
  }

  .gallery-box {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 22px;
    gap: 18px;
  }

  .gallery-img {
    width: 100% !important;
    flex: none !important;
  }

  .gallery-img img {
    width: 100%;
    height: auto;
  }

  .gallery-text {
    width: 100%;
  }

  .gallery-text h3 {
    font-size: 24px;
  }

  .gallery-text p {
    font-size: 16px;
  }
}


.gallery-text h3 {
  font-size: 28px;
  margin: 0 0 6px;
  color: #1e293b;
  font-weight: 700;
}

.gallery-text h4 {
  font-size: 18px;
  margin: 0 0 12px;
  color: #64748b;
  font-weight: 500;
}

.gallery-date {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;

  font-size: 14px;
  font-weight: 600;
  color: #475569;

  background: #eef2f7;
  border: 1px solid #dbe3ec;
  border-radius: 999px;
}

.gallery-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  color: #475569;
}

.gallery-btn {
  display: inline-block;
  padding: 10px 20px;

  background: #1e293b;
  color: #ffffff;
  border-radius: 999px;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  transition: all 0.25s ease;
}

.gallery-btn:hover {
  background: #334155;
  transform: translateY(-2px);
}


.security-basics {
  margin: 70px auto 45px;
  padding: 20px 0 10px;
  text-align: center;
  background: #ffffff;
}

.security-basics h2 {
  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 800;
  color: #123047;
}

.security-intro {
  max-width: 780px;
  margin: 0 auto 34px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5f6f7a;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.security-card {
  display: block;
  padding: 28px 22px;
  min-height: 210px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 22px;
  color: #123047;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(20, 48, 71, 0.08);
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}

.security-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 173, 181, 0.13), rgba(255, 193, 7, 0.12));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.security-card:hover {
  transform: translateY(-7px);
  border-color: #00adb5;
  box-shadow: 0 18px 38px rgba(20, 48, 71, 0.16);
}

.security-card:hover::before {
  opacity: 1;
}

.security-icon {
  font-size: 2.45rem;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.security-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  font-weight: 750;
  color: #123047;
  position: relative;
  z-index: 1;
}

.security-card p {
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0;
  color: #5f6f7a;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .security-basics {
    margin-top: 45px;
  }

  .security-basics h2 {
    font-size: 1.55rem;
  }

  .security-grid {
    grid-template-columns: 1fr;
  }

  .security-card {
    min-height: auto;
  }
}




.mfa-logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 32px 0;
}

.mfa-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(20, 48, 71, 0.08);
  font-weight: 700;
  color: #123047;
  transition: all 0.25s ease;
  min-height: 82px;
}

.mfa-logo-item:hover {
  transform: translateY(-5px);
  border-color: #00adb5;
  box-shadow: 0 14px 30px rgba(20, 48, 71, 0.15);
}

.mfa-logo-item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.mfa-logo-item span {
  font-size: 0.98rem;
  line-height: 1.25;
}

@media (max-width: 992px) {
  .mfa-logo-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .mfa-logo-row {
    grid-template-columns: 1fr;
  }

  .mfa-logo-item {
    justify-content: flex-start;
  }
}





.password-builder {
  margin: 70px 0;
  padding: 20px 0;
  background: #ffffff;
}

.password-builder-header {
  max-width: 850px;
  margin: 0 auto 38px;
  text-align: center;
}

.password-builder-header h2 {
  font-size: 2rem;
  margin-bottom: 14px;
  color: #123047;
  font-weight: 800;
}

.password-builder-header p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #5f6f7a;
  margin: 0;
}

.password-steps {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.password-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 26px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(20, 48, 71, 0.08);
  position: relative;
  transition: all 0.25s ease;
}

.password-step:hover {
  transform: translateY(-4px);
  border-color: #00adb5;
  box-shadow: 0 16px 36px rgba(20, 48, 71, 0.14);
}

.step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00adb5, #ffc107);
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 173, 181, 0.25);
}

.step-content h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  color: #123047;
  font-weight: 800;
}

.step-content p {
  margin: 0 0 14px;
  color: #5f6f7a;
  line-height: 1.6;
  font-size: 0.98rem;
}

.password-example {
  display: inline-block;
  padding: 11px 16px;
  background: #f4f8fb;
  border: 1px solid #e1ecf2;
  border-radius: 12px;
  color: #123047;
  font-family: Consolas, Monaco, monospace;
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
}

.password-step-final {
  border-color: rgba(0, 173, 181, 0.45);
}

.final-password {
  background: linear-gradient(135deg, rgba(0, 173, 181, 0.12), rgba(255, 193, 7, 0.14));
  border-color: rgba(0, 173, 181, 0.35);
  font-size: 1.12rem;
  color: #0b5f66;
}

/* Mobil */
@media (max-width: 576px) {
  .password-builder {
    margin: 45px 0;
  }

  .password-builder-header h2 {
    font-size: 1.55rem;
  }

  .password-step {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }

  .step-number {
    width: 46px;
    height: 46px;
    font-size: 1.25rem;
  }

  .password-example {
    display: block;
    width: 100%;
    font-size: 0.95rem;
  }
}