/* ============================
   PAVI.HU PRICING + FOOTER STYLE
   Inspired by LiveChat.com
============================ */

/* ---------- PRICING CARDS ---------- */
.plan-card {
  background: #fff;
  border: 1px solid #dcdce0;
  border-radius: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.plan-header {
  text-align: center;
  padding: 32px 24px 24px;
}

.plan-header h4 {
  font-weight: 700;
  margin-bottom: 4px;
}

.plan-subtitle {
  color: #6e6e73;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.plan-price {
  font-weight: 700;
  margin: 8px 0;
  line-height: 1;
}

.plan-price .dollar {
  font-size: 1.5rem;
  vertical-align: top;
}

.plan-price .price {
  font-size: 3rem;
}

.plan-price .per {
  font-size: 1rem;
  color: #6e6e73;
}

.plan-features {
  border-top: 1px solid #e5e5e7;
  padding: 24px;
  background-color: #fafafa;
  border-radius: 0 0 16px 16px;
}

.plan-features ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  color: #1b1b20;
  font-size: 0.9rem;
}

.plan-features li {
  margin-bottom: 6px;
}

.plan-features strong {
  font-weight: 600;
}

.highlight {
  color: #6500ff;
  font-weight: 600;
}

.feature-title {
  color: #6e6e73;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.see-all {
  color: #0066ff;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 500;
}

.see-all:hover {
  text-decoration: underline;
}

/* ---------- FEATURED CARD ---------- */
.plan-card.featured {
  border: 2px solid #000;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.most-popular {
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0;
  border-radius: 0 0 6px 6px;
}

/* ---------- BUTTONS ---------- */
.btn-outline-dark {
  border: 2px solid #000;
  border-radius: 8px;
  padding: 10px 0;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-outline-dark:hover {
  background: #000;
  color: #fff;
}

.btn-dark {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  font-weight: 600;
  transition: background 0.2s ease;
}

.btn-dark:hover {
  background: #1b1b1b;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .plan-card {
    margin-bottom: 1.5rem;
  }
  .plan-price .price {
    font-size: 2.4rem;
  }
}

/* ============================
   FOOTER STYLES (Pavi.hu)
============================ */
.footer {
  background-color: #f8f9fa;
  color: #1b1b1f;
  font-size: 0.9rem;
  border-top: 1px solid #e5e5e7;
}

.footer h6 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #000;
}

.footer a {
  color: #6e6e73;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.footer a:hover {
  color: #000;
  text-decoration: underline;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .border-top {
  border-top: 1px solid #dcdce0 !important;
}

.footer p {
  color: #6e6e73;
}

.footer .bi {
  font-size: 1.2rem;
  vertical-align: middle;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer .bi:hover {
  color: #000;
  transform: scale(1.15);
}

/* ---------- Social icon spacing ---------- */
.footer .bi + .bi {
  margin-left: 0.75rem;
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .col-md-3 {
    margin-bottom: 1.5rem;
  }
}
/* 🎬 Video Section */
.video-section {
  background-color: #f8f9fa;
}

.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px; /* széles, de nem teljes */
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .video-wrapper {
    width: 100%;
    border-radius: 10px;
  }
}
#brand-name {
  color: red;
  transition: color 0.3s ease;
}

#brand-name:hover {
  color: darkred;
}

/* ---------- AI BOX SECTION ---------- */
.ai-box-section {
  position: relative;
  background: radial-gradient(circle at 20% 30%, #f0f6ff 0%, #ffffff 60%);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* halvány glow a háttérben */
.ai-box-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 60%, rgba(255, 150, 100, 0.15), transparent 60%),
              radial-gradient(circle at 20% 30%, rgba(100, 150, 255, 0.15), transparent 70%);
  filter: blur(60px);
  z-index: 0;
}

.ai-box {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  max-width: 900px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* szövegrész */
.ai-box-text {
  flex: 0.7;
  background: #fff;
}

.ai-box-text h2 {
  font-size: 2rem;
  line-height: 1.25;
}

/* árblokk */
.ai-box-price {
  flex: 1.3;
  background: #f8f9fa;
  border-left: 1px solid #eee;
}

/* gomb */
.ai-box-price .btn {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(255, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.ai-box-price .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .ai-box {
    flex-direction: column;
    text-align: center;
  }
  .ai-box-price {
    border-left: none;
    border-top: 1px solid #eee;
  }
}
/* ---------- Compare Table Section ---------- */
.compare-section {
  background: #fff;
}

.compare-table {
  background: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 16px;
  overflow: hidden;
}

.compare-header {
  background: #fafafa;
  font-size: 0.95rem;
  border-bottom: 1px solid #e5e5e7;
}

.compare-row {
  background: #fff;
  font-size: 0.9rem;
}

.compare-row:nth-child(even) {
  background: #fcfcff;
}

.compare-group {
  background: #f7f4ff;
  font-size: 0.95rem;
  border-top: 1px solid #e5e5e7;
}

.compare-table .col {
  flex: 1;
  border-left: 1px solid #e5e5e7;
}

.compare-table .feature-col {
  flex: 1.4;
  border-left: none;
}

.compare-table .badge {
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .compare-header,
  .compare-row {
    flex-direction: column;
    text-align: left;
  }
  .compare-table .col {
    border-left: none;
    border-top: 1px solid #eee;
  }
}
/* ============================
   PARTNER SECTION — LiveChat 1:1 design (végleges)
============================ */
.partner-section {
  background: #fff;
  padding: 7rem 0 6rem;
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ---------- Desktop váltakozó elrendezés ---------- */
#partner-2 .partner-card {
  flex-direction: row-reverse;
}
/* Ha lesz több szekció, folytatható:
#partner-4 .partner-card { flex-direction: row-reverse; }
*/

/* Bal oldal - kép */
.partner-image {
  flex: 0 0 46%;
  text-align: center;
}

.partner-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Jobb oldal - szöveg */
.partner-text {
  flex: 0 0 46%;
}

.partner-text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.partner-text p {
  font-size: 1rem;
  color: #6e6e73;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.partner-text .btn {
  background: #000;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}

.partner-text .btn:hover {
  background: #1b1b1b;
  transform: translateY(-2px);
}

/* ---------- Tablet ---------- */
@media (max-width: 1200px) {
  .partner-card {
    gap: 3rem;
  }
  .partner-image {
    flex: 0 0 48%;
  }
}

/* ---------- Mobil ---------- */
@media (max-width: 992px) {
  .partner-card {
    flex-direction: column !important; /* 🔹 Felülírja a desktop irányt */
    text-align: center;
    gap: 2.5rem;
  }

  /* Partner 1 - kép felül */
  #partner .partner-image {
    order: -1;
  }

  /* Partner 2 - kép alul */
  #partner-2 .partner-image {
    order: 2;
  }

  /* (Ha lesz több, váltogatva folytatható)
  #partner-3 .partner-image { order: -1; }
  #partner-4 .partner-image { order: 2; }
  */

  .partner-image img {
    width: 95%;
    max-width: 420px;
    border-radius: 12px;
  }

  .partner-text {
    text-align: center;
    padding: 0 1rem;
  }

  .partner-text h3 {
    font-size: 1.5rem;
  }

  .partner-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* ---------- Mobil videó fix partner szekcióban ---------- */
@media (max-width: 992px) {
  .partner-image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .partner-image .ratio {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .partner-image iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
}

/* ===========================
   GALLERY + LIGHTBOX (pro + smooth close)
=========================== */
.gallery-section {
  background: #fff;
  padding: 6rem 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* ---------- LIGHTBOX ---------- */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.lightbox.show {
  display: flex;
  opacity: 1;
}

.lightbox-img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 12px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  user-select: none;
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
}

/* “összehúzódás” animáció */
.lightbox.closing .lightbox-img {
  transform: scale(0.8);
  opacity: 0;
}

/* Bezáró gomb */
.lightbox .close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.lightbox .close:hover {
  opacity: 0.7;
}

/* Navigációs nyilak */
.lightbox-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lightbox-nav .prev {
  left: 2rem;
}

.lightbox-nav .next {
  right: 2rem;
}

.lightbox-nav button:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* ---------- Mobil finomítás ---------- */
@media (max-width: 768px) {
  .gallery-grid {
    gap: 0.75rem;
  }

  .lightbox-nav button {
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
    background: rgba(255, 255, 255, 0.8);
  }

  .lightbox-nav .prev {
    left: 1.4rem;
  }

  .lightbox-nav .next {
    right: 1.4rem;
  }

  .lightbox-nav button:active {
    transform: translateY(-50%) scale(1.1);
    background: #fff;
  }
}

/* ---------- HERO SECTION – végleges, modern + animált + parallax ---------- */
.hero-section {
  position: relative;
  min-height: 115vh; /* 🔹 magasabb kép */
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #111;
  text-align: center;
  background: url("../images/uvegvisszavalto_rendszer_drs_uzlet_nyomtato.webp") center/cover no-repeat;
  background-attachment: scroll;
  overflow: hidden;
  padding: 0;
}

/* ---------- Mobilon más háttérkép ---------- */
@media (max-width: 768px) {
  .hero-section {
    background: url("../images/uvegvisszavalto_rendszer_drs_uzlet_nyomtato_mobil.webp") center/cover no-repeat;
  }
}



/* halvány overlay – olvashatóság */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(1.5px);
  z-index: 0;
}

/* alsó átmenet a fehér szekcióba */
.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: 0;
}

/* tartalom */
.hero-section .container {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

/* szövegek */
.hero-section h1 {
  font-weight: 800;
  color: #000;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.7);
}

.hero-section .lead {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 2rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* input + gomb */
.hero-section .email-input {
  max-width: 360px;
  flex: 0 0 auto;
}

.hero-section .btn {
  border-radius: 6px;
  font-size: 1rem;
  transition: transform 0.25s ease, background 0.25s ease;
}

.hero-section .btn:hover {
  transform: translateY(-2px);
  background: #c51414;
}

.hero-section p.small {
  color: #555;
}

/* ---------- Fade-in animáció ---------- */
@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Mobil optimalizálás ---------- */
@media (max-width: 1024px) {
  .hero-section {
    background-attachment: scroll; /* parallax off mobilon */
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh;
    padding: 6rem 0 5rem;
    background-position: center top;
  }

  .hero-section .lead {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 1rem;
  }

  .hero-section .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .hero-section .email-input,
  .hero-section .btn {
    width: 100%;
    max-width: 90%;
  }

  .hero-section .btn {
    margin-top: 0.75rem;
  }
}
/* ---------- HERO NAVBAR A KÉPEN BELÜL ---------- */


/* --- Fix navbar mindig látszódjon --- */
.hero-nav {
  position: absolute;
  top: 2.5rem; /* ⬅️ kicsit lejjebb a hero képen */
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: all 0.4s ease;
}


/* --- Görgetés után: fixen fent marad, háttérrel --- */
.hero-nav.scrolled {
  position: fixed !important;
  top: 0 !important;
  background: rgba(179, 179, 179, 0.85) !important;
  backdrop-filter: blur(6px);
  padding-block: 0.3rem;
  z-index: 3000 !important; /* 🔹 nagyon fontos! */
}



.hero-section {
  padding-top: 7rem; /* így nem takarja a hero-szöveget */
}



.hero-nav .nav-link,
.hero-nav .navbar-brand span {
  color: #fff !important;
}

.hero-nav .btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.hero-nav .btn-outline-light:hover {
  background: #fff;
  color: #000;
}

/* hero tartalom középre */
.hero-section .hero-content {
  position: relative;
  z-index: 5;
  padding: 8rem 1rem 6rem; /* hely a menü alatt, de nem vág le */
  max-width: 720px;
  margin: 0 auto;
}
/* ---------- HERO TEXT BOX ---------- */
.hero-text-box {
  background: rgba(255, 255, 255, 0.55); /* halvány áttetsző fehér */
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(4px);
  display: inline-block;
  max-width: 90%;
  margin: 0 auto 1.5rem;
}

/* Mobilon a kép élesebb és kevesebb overlay */
@media (max-width: 768px) {
  .hero-section::before {
    background: rgba(255, 255, 255, 0.25); /* volt 0.45 → így élesebb lesz */
    backdrop-filter: blur(0.5px);
  }
}
/* ---------- HERO NAV LOGO + TEXT igazítás mobilon ---------- */
.hero-nav .navbar-brand {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem; /* kis térköz kép és szöveg között */
}

.hero-nav .navbar-brand img {
  height: 28px;
  width: auto;
}

.hero-nav .navbar-brand span {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  color: #fff !important;
  white-space: nowrap;
}

/* mobilon is maradjon egysorban */
@media (max-width: 768px) {
  .hero-nav .navbar-brand {
    flex-direction: row !important;
    justify-content: center;
  }
}
/* ---------- Mobil hamburger ikon legyen fehér ---------- */
.hero-nav .navbar-toggler {
  border: none; /* eltünteti a keretet */
}

.hero-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ha megnyílik a menü (fekete háttér esetén), maradjon fehér */
.hero-nav .navbar-toggler:focus,
.hero-nav .navbar-toggler:active,
.hero-nav .navbar-toggler-icon:focus {
  box-shadow: none;
  outline: none;
}
/* --- Finom slide animáció mobilmenüre (csak mobilon) --- */
@media (max-width: 991px) {
  .navbar-collapse {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.25s ease, transform 0.3s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    margin-top: 0.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  /* --- Menüelemek --- */
  .navbar-collapse .nav-link {
    color: #000 !important;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 0.6rem 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: color 0.2s ease;
  }

  .navbar-collapse .nav-link:hover {
    color: #c51414 !important;
  }

  .navbar-collapse .nav-link:last-child {
    border-bottom: none;
  }

  /* --- Belépés gomb mobilon --- */
  .navbar-collapse .btn-outline-light {
    background: #fff;
    color: #000 !important;
    border: 2px solid #000;
    font-weight: 700;
    margin-top: 0.75rem;
    width: 100%;
    text-align: center;
    border-radius: 8px;
  }

  .navbar-collapse .btn-outline-light:hover {
    background: #c51414;
    color: #fff !important;
    border-color: #c51414;
    transform: translateY(-1px);
  }
}
/* ---------- PAVI.HU brand piros és félkövér ---------- */
.hero-nav .navbar-brand span {
  color: #c51414 !important; /* élénk piros */
  font-weight: 800; /* félkövér */
  transition: color 0.3s ease;
}

.hero-nav .navbar-brand span:hover {
  color: #a10f0f !important; /* sötétebb piros hoverre */
}
.cta-section {
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.cta-section .btn-danger {
  box-shadow: 0 6px 16px rgba(197, 20, 20, 0.25);
}

.cta-section .btn-danger:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(197, 20, 20, 0.35);
}
.play-btn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65); /* elegáns fekete áttetsző */
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
  cursor: pointer;
}

.play-btn i {
  color: #fff; /* fehér ikon */
  font-size: 1.8rem;
  margin-left: 4px; /* vizuális középre igazítás */
}

.play-btn:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.admin-section {
  position: relative;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.admin-gallery {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  padding-bottom: 0.5rem;
}

.admin-img-box {
  flex: 0 0 auto;
  width: 30%;
  min-width: 220px;
  text-align: center;
  transition: transform 0.3s ease;
}

.admin-img-box img {
  width: 100%;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.admin-img-box:hover {
  transform: translateY(-4px);
}

.admin-details ul {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .admin-gallery {
    gap: 1rem;
    justify-content: flex-start;
  }
  .admin-img-box {
    width: 85%;
  }
}
.admin-showcase {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.admin-card {
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem;
  width: 200px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.admin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.admin-card img {
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.admin-card img:hover {
  transform: scale(1.03);
}

.admin-caption {
  font-size: 0.9rem;
  margin-top: 0.4rem;
  color: #555;
}

.admin-features {
  max-width: 650px;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.admin-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .admin-showcase {
    gap: 0.6rem;
  }

  .admin-card {
    width: 30%;
    min-width: 90px;
    padding: 0.25rem;
  }

  .admin-card img {
    width: 100%;
    border-radius: 8px;
  }

  .admin-caption {
    font-size: 0.7rem;
  }

  .admin-features {
    font-size: 0.85rem;
    padding-left: 0.5rem;
  }
}
/* ---------- HERO NAV: reszponzív belső margó ---------- */
.hero-nav .container-fluid {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 992px) {
  .hero-nav .container-fluid {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
/* ---------- Mobilon a navbar ne legyen lejjebb ---------- */
@media (max-width: 768px) {
  .hero-nav {
    top: 0 !important;
  }
}
/* ---------- Smooth scroll + szekció pozíció korrekció ---------- */
html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 6rem; /* hogy a fix navbar ne takarja a tetejét */
}
/* ---------- WHY SECTION ---------- */
.why-section {
  background: linear-gradient(to bottom, #fff, #f8f9fa);
}

.why-card {
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.why-card i {
  display: block;
}

.why-card h5 {
  color: #222;
}

.why-card p {
  font-size: 0.95rem;
  line-height: 1.55;
}
/* ===============================
   📱 MOBIL FÜLES ÖSSZEHASONLÍTÁS (végleges, egysoros + egységes)
================================ */

.compare-tabs-section {
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* --- Fülek egy sorban, mindig kiférjenek --- */
.compare-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.35rem;
  padding: 0 0.5rem;
  overflow: hidden; /* ne lógjon ki */
}

.compare-tabs .nav-item {
  flex: 1 1 0; /* minden fül egyenlő szélességű */
}

.compare-tabs .nav-link {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  color: #333;
  background: #f2f2f2;
  font-weight: 500;
  padding: 0.45rem 0.4rem;
  transition: all 0.2s ease;
  font-size: clamp(0.8rem, 2.5vw, 0.9rem); /* automatikusan igazodik */
  white-space: nowrap;
}

.compare-tabs .nav-link:hover {
  background: #e5e5e5;
}

.compare-tabs .nav-link.active {
  background: #dc3545;
  color: #fff;
  box-shadow: 0 3px 10px rgba(220, 53, 69, 0.3);
}

/* --- Tartalom kártya --- */
.compare-card {
  display: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.25rem;
  margin: 1rem auto 0;
  max-width: 500px;
  width: 100%;
}

.compare-card.active {
  display: block;
  animation: fadeIn 0.25s ease;
}

.compare-card table {
  width: 100%;
  border-collapse: collapse;
}

.compare-card th {
  font-weight: 600;
  color: #222;
  width: 70%;
  padding: 0.4rem 0;
}

.compare-card td {
  text-align: right;
  font-weight: 500;
  color: #444;
  padding: 0.4rem 0;
}

/* ✅ Nem elérhető funkció */
.compare-card td.unavailable {
  color: #bbb;
  opacity: 0.7;
}

/* (Opcionális X ikon – ha nem akarod a "–"-t) */
.compare-card td.unavailable::after {
  content: "✖";
  color: #c51414;
  font-weight: 600;
  margin-left: 4px;
}

/* ✅ Van benne (✔ pipa esetén zöld szín) */
.compare-card td:has(> span.available),
.compare-card td:contains("✔") {
  color: #28a745;
  font-weight: 600;
}

/* Finom belépő animáció */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* --- Csak mobilon látszik ez a verzió --- */
@media (min-width: 769px) {
  .compare-tabs-section { display: none; }
}

/* --- Csak desktopon látszódjon a nagy táblázat --- */
@media (max-width: 768px) {
  .compare-section {
    display: none !important;
  }
}
/* Ha egy funkció nincs elérhető — a sor szövege is legyen halvány */
.compare-card tr:has(td.unavailable) th {
  color: #aaa;
  opacity: 0.7;
}
.pavi-headline {
  letter-spacing: 0.4px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.pavi-highlight {
  color: #dc3545;
  font-weight: 800;
  font-size: 1.25em;
}

/* --- Mobilra optimalizálás --- */
@media (max-width: 576px) {
  .pavi-headline {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.3px;
  }
  .pavi-highlight {
    font-size: 1.15em;
  }
}
.pos-section {
  background: linear-gradient(to bottom, #fff, #f9fafb);
}

.pos-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.pos-text p {
  font-size: 1rem;
  color: #555;
}

.pos-text ul {
  list-style: none;
  padding: 0;
}

.pos-text ul li {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

/* Ár megjelenítés */
.pos-price-box {
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  display: inline-block;
  padding: 0.8rem 1.2rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.pos-price {
  font-size: 1.3rem;
  color: #222;
}

.pos-price-box small {
  font-size: 0.9rem;
  color: #777;
}

/* Kép stílus */
.pos-image img {
  max-width: 360px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.pos-image img:hover {
  transform: scale(1.03);
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .pos-text h2 {
    font-size: 1.4rem;
  }
  .pos-image img {
    max-width: 85%;
  }
  .pos-price {
    font-size: 1.1rem;
  }
}
.register-section form {
  border: 1px solid #e5e5e7;
  background: #fff;
  border-radius: 16px;
  transition: all 0.25s ease;
}

.register-section form:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.register-section .btn-danger {
  box-shadow: 0 6px 16px rgba(197, 20, 20, 0.25);
}

.register-section .btn-danger:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(197, 20, 20, 0.35);
}
