 * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Inter', sans-serif;
      background: #f6f9fc;
      color: #0b1e33;
      scroll-behavior: smooth;
    }
    /* ---- cookie overlay ---- */
    #cookieOverlay {
      position: fixed;
      top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(0,0,0,0.8);
      /* backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px); */
      z-index: 99999;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.5s ease;
    }
    #cookieOverlay.hidden { opacity: 0; pointer-events: none; }
    .cookie-modal {
      background: #0f1f2e;
      border-radius: 48px;
      padding: 48px 40px;
      max-width: 520px;
      width: 92%;
      color: #f0f5fe;
      box-shadow: 0 40px 80px rgba(0,0,0,0.7);
      border: 1px solid rgba(255,255,255,0.06);
      text-align: center;
    }
    .cookie-modal i { font-size: 3.6rem; color: #d43f2b; margin-bottom: 16px; }
    .cookie-modal h2 { font-weight: 600; font-size: 1.8rem; letter-spacing: -0.02em; margin-bottom: 12px; }
    .cookie-modal p { color: #b3c9e0; font-size: 0.98rem; line-height: 1.6; margin-bottom: 28px; }
    .cookie-modal .btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
    .cookie-modal .btn-cookie {
      border-radius: 60px; padding: 12px 36px; font-weight: 600; border: none;
      transition: 0.25s; font-size: 1rem; min-width: 140px;
    }
    .btn-cookie-accept { background: #d43f2b; color: #fff; box-shadow: 0 6px 20px rgba(212,63,43,0.35); }
    .btn-cookie-accept:hover { background: #b32f1e; transform: scale(1.04); }
    .btn-cookie-decline { background: rgba(255,255,255,0.06); color: #d9e3f0; border: 1px solid rgba(255,255,255,0.12); }
    .btn-cookie-decline:hover { background: rgba(255,255,255,0.12); color: #fff; }

    /* ---- navbar ---- */
    .navbar {
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(14px) saturate(180%);
      -webkit-backdrop-filter: blur(14px) saturate(180%);
      box-shadow: 0 4px 30px rgba(0,20,40,0.06);
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .navbar-brand { font-weight: 700; font-size: 1.8rem; letter-spacing: -0.02em; color: #0b2b4a; }
    .navbar-brand i { color: #d43f2b; margin-right: 8px; }
    .nav-link {
      font-weight: 500; color: #1f3a57 !important; margin: 0 10px;
      transition: 0.2s; position: relative;
    }
    .nav-link::after {
      content: ''; position: absolute; bottom: -2px; left: 0;
      width: 0%; height: 2.5px; background: #d43f2b;
      transition: 0.3s ease; border-radius: 4px;
    }
    .nav-link:hover::after { width: 100%; }
    .nav-link:hover { color: #d43f2b !important; }
    .btn-outline-danger {
      border-color: #d43f2b; color: #d43f2b; font-weight: 500;
      border-radius: 40px; padding: 8px 24px; transition: 0.25s;
    }
    .btn-outline-danger:hover { background: #d43f2b; color: #fff; box-shadow: 0 6px 16px rgba(212,63,43,0.25); }
    .btn-danger {
      background: #d43f2b; border: none; border-radius: 40px;
      padding: 10px 36px; font-weight: 600; transition: 0.25s;
      box-shadow: 0 6px 18px rgba(212,63,43,0.25);
    }
    .btn-danger:hover { background: #b32f1e; transform: scale(1.02); }

    /* ---- hero slider ---- */
    .hero-slider { padding: 0; margin-top: 76px; position: relative; overflow: hidden; }
    .hero-slider .carousel-item {
      min-height: 780px;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .hero-slider .carousel-item::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(11,26,42,0.7) 0%, rgba(0,0,0,0.3) 100%);
      pointer-events: none;
    }
    .hero-slider .carousel-caption {
      position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
      text-align: left; width: 90%; max-width: 760px; z-index: 5; padding: 0 20px;
    }
    .hero-slider .carousel-caption h1 {
      font-size: 3.8rem; font-weight: 700; line-height: 1.1;
      letter-spacing: -0.02em; color: #fff;
      text-shadow: 0 8px 24px rgba(0,0,0,0.3);
    }
    .hero-slider .carousel-caption h1 span {
      color: #f56b5a; border-bottom: 5px solid #d43f2b; padding-bottom: 6px;
    }
    .hero-slider .carousel-caption p {
      font-size: 1.2rem; color: rgba(255,255,255,0.85);
      max-width: 480px; margin: 20px 0 30px;
      text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    .hero-slider .carousel-caption .badge {
      background: rgba(212,63,43,0.25); color: #f5b1a5; font-weight: 500;
      padding: 8px 22px; border-radius: 60px; backdrop-filter: blur(4px);
      border: 1px solid rgba(255,255,255,0.08);
    }
    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next {
      width: 50px; height: 50px; background: rgba(255,255,255,0.06);
      border-radius: 60px; top: 50%; transform: translateY(-50%);
      backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.08);
    }
    .hero-slider .carousel-control-prev { left: 24px; }
    .hero-slider .carousel-control-next { right: 24px; }
    .hero-slider .carousel-indicators { bottom: 24px; }
    .hero-slider .carousel-indicators button {
      width: 12px; height: 12px; border-radius: 20px; border: none;
      background: rgba(255,255,255,0.3); transition: 0.3s;
    }
    .hero-slider .carousel-indicators button.active { background: #d43f2b; width: 36px; }

    /* ---- services ---- */
    .services-section { padding: 90px 0; background: #f6f9fc; }
    .section-title { font-weight: 700; font-size: 2.7rem; letter-spacing: -0.02em; }
    .section-sub { color: #4a627a; max-width: 600px; }
    .service-card {
      background: #ffffff; border-radius: 32px; padding: 34px 24px;
      box-shadow: 0 8px 30px rgba(0,20,40,0.04);
      transition: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
      height: 100%; border: 1px solid rgba(255,255,255,0.8);
    }
    .service-card:hover {
      transform: translateY(-10px) scale(1.01);
      box-shadow: 0 30px 55px -22px rgba(212,63,43,0.18);
      border-color: rgba(212,63,43,0.15);
    }
    .service-icon {
      background: #fcece8; width: 72px; height: 72px; border-radius: 24px;
      display: flex; align-items: center; justify-content: center;
      font-size: 2.4rem; color: #d43f2b; margin-bottom: 22px; transition: 0.3s;
    }
    .service-card:hover .service-icon { background: #d43f2b; color: #fff; }
    .service-card h5 { font-weight: 700; font-size: 1.3rem; }
    .service-card p { color: #3f5a74; font-size: 0.98rem; }

    /* ---- contact + map ---- */
    .contact-section { padding: 90px 0 100px; background: #ffffff; }
    .contact-info-card {
      background: #f4f8ff; border-radius: 36px; padding: 44px 36px;
      height: 100%; box-shadow: 0 8px 28px rgba(0,0,0,0.02);
      border: 1px solid rgba(255,255,255,0.6);
    }
    .contact-info-card i { color: #d43f2b; font-size: 1.7rem; width: 48px; }
    .contact-info-card .info-item { margin-bottom: 30px; display: flex; align-items: flex-start; }
    .contact-info-card .info-item div { flex: 1; }
    .contact-info-card .info-item strong { display: block; font-weight: 600; font-size: 1rem; }
    .contact-info-card .info-item span { color: #2b4b6a; }

    .map-wrapper {
      border-radius: 36px;
      overflow: hidden;
      height: 100%;
      min-height: 340px;
      box-shadow: 0 8px 28px rgba(0,0,0,0.04);
      border: 1px solid rgba(255,255,255,0.6);
      background: #d2dcec;
    }
    .map-wrapper iframe {
      width: 100%;
      height: 100%;
      min-height: 340px;
      border: 0;
      display: block;
    }

    /* ---- footer ---- */
    .footer {
      background: #0b1e33; color: #b3c9e0; padding: 40px 0 28px;
    }
    .footer a { color: #d9e3f0; text-decoration: none; transition: 0.2s; cursor: pointer; }
    .footer a:hover { color: #fff; }
    .footer .social i {
      font-size: 1.5rem; margin-left: 18px; color: #9bb3d0;
      transition: 0.25s; opacity: 0.8;
    }
    .footer .social i:hover { color: #fff; opacity: 1; transform: translateY(-3px); }
    .footer .legal-links a { 
      color: #9bb3d0; 
      text-decoration: none; 
      transition: 0.2s;
      font-size: 0.85rem;
    }
    .footer .legal-links a:hover { color: #fff; }
    .footer .legal-links span { color: #4a627a; margin: 0 8px; }

    /* ---- modal styling ---- */
    .modal-content {
      border-radius: 32px;
      border: none;
      box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    }
    .modal-header {
      border-bottom: 1px solid rgba(0,0,0,0.05);
      padding: 24px 32px 16px;
    }
    .modal-header .btn-close {
      /* background: #f0f2f5; */
      border-radius: 60px;
      padding: 10px;
      opacity: 1;
    }
    .modal-header .btn-close:hover { background: #e5e8ec; }
    .modal-body {
      padding: 32px;
      max-height: 60vh;
      overflow-y: auto;
    }
    .modal-body h4 { font-weight: 600; color: #0b2b4a; margin-top: 24px; }
    .modal-body h4:first-of-type { margin-top: 0; }
    .modal-body p { color: #3f5a74; line-height: 1.7; }
    .modal-body ul { padding-left: 20px; color: #3f5a74; }
    .modal-body ul li { margin-bottom: 8px; }
    .modal-footer {
      border-top: 1px solid rgba(0,0,0,0.05);
      padding: 16px 32px 24px;
    }

    @media (max-width: 768px) {
      .hero-slider .carousel-item { min-height: 520px; }
      .hero-slider .carousel-caption h1 { font-size: 2.4rem; }
      .hero-slider .carousel-caption p { font-size: 1rem; }
      .hero-slider .carousel-control-prev,
      .hero-slider .carousel-control-next { width: 36px; height: 36px; }
      .section-title { font-size: 2.2rem; }
      .contact-info-card { margin-bottom: 30px; padding: 32px 24px; }
      .cookie-modal { padding: 36px 24px; }
      .cookie-modal .btn-cookie { min-width: 120px; padding: 10px 24px; }
      .map-wrapper { min-height: 260px; }
      .map-wrapper iframe { min-height: 260px; }
      .modal-body { padding: 24px; }
    }

        /* ========== BLOG SECTION ========== */
    .blog-section {
      padding: 90px 0;
      background: #ffffff;
    }
    .blog-card {
      background: #ffffff;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0,20,40,0.06);
      transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      border: 1px solid rgba(0,0,0,0.04);
      cursor: pointer;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .blog-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 30px 55px -22px rgba(212,63,43,0.2);
      border-color: rgba(212,63,43,0.15);
    }
    .blog-image {
      position: relative;
      height: 220px;
      overflow: hidden;
    }
    .blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s ease;
    }
    .blog-card:hover .blog-image img {
      transform: scale(1.04);
    }
    .blog-image .blog-category {
      position: absolute;
      top: 16px;
      left: 16px;
      background: #d43f2b;
      color: #fff;
      font-size: 0.7rem;
      font-weight: 600;
      padding: 4px 14px;
      border-radius: 60px;
      letter-spacing: 0.3px;
      text-transform: uppercase;
    }
    .blog-content {
      padding: 24px 24px 28px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .blog-meta {
      display: flex;
      gap: 20px;
      font-size: 0.8rem;
      color: #6a8aa8;
      margin-bottom: 12px;
    }
    .blog-meta i {
      margin-right: 6px;
      color: #d43f2b;
    }
    .blog-content h4 {
      font-weight: 700;
      font-size: 1.2rem;
      color: #0b2b4a;
      margin-bottom: 10px;
      line-height: 1.3;
    }
    .blog-content p {
      color: #4a627a;
      font-size: 0.92rem;
      line-height: 1.6;
      margin-bottom: 16px;
      flex: 1;
    }
    .blog-read-more {
      font-weight: 600;
      color: #d43f2b;
      text-decoration: none;
      transition: 0.25s;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.9rem;
    }
    .blog-read-more:hover {
      color: #b32f1e;
      gap: 12px;
    }

    @media (max-width: 768px) {
      .blog-image { height: 180px; }
      .blog-content { padding: 20px 18px 24px; }
    }




    /* ---- hero slider modern ---- */
.hero-slider {
  padding: 0;
  margin-top: 76px;
  position: relative;
  overflow: hidden;
}
.hero-slider .carousel-item {
  min-height: 780px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slider .carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,26,42,0.75) 0%, rgba(0,0,0,0.3) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-slider .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 90%;
  max-width: 760px;
  z-index: 5;
  padding: 0 20px;
}
.hero-slider .carousel-caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.hero-slider .carousel-caption h1 span {
  color: #f56b5a;
  border-bottom: 4px solid #d43f2b;
  padding-bottom: 6px;
}
.hero-slider .carousel-caption p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.85);
  max-width: 480px;
  margin: 20px 0 30px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.hero-slider .carousel-caption .badge {
  background: rgba(212,63,43,0.25);
  color: #f5b1a5;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 60px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
  background: rgba(212,63,43,0.4);
  border-color: #d43f2b;
}
.hero-slider .carousel-control-prev { left: 24px; }
.hero-slider .carousel-control-next { right: 24px; }
.hero-slider .carousel-indicators { bottom: 30px; z-index: 10; }
.hero-slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: none;
  background: rgba(255,255,255,0.3);
  transition: all 0.3s ease;
}
.hero-slider .carousel-indicators button.active {
  background: #d43f2b;
  width: 36px;
}

/* ---- reszponzív ---- */
@media (max-width: 992px) {
  .hero-slider .carousel-item { min-height: 620px; }
  .hero-slider .carousel-caption h1 { font-size: 3rem; }
  .hero-slider .carousel-caption p { font-size: 1.1rem; max-width: 90%; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { width: 40px; height: 40px; }
  .hero-slider .carousel-control-prev { left: 16px; }
  .hero-slider .carousel-control-next { right: 16px; }
}

@media (max-width: 768px) {
  .hero-slider .carousel-item { min-height: 520px; }
  .hero-slider .carousel-caption { text-align: center; padding: 0 16px; }
  .hero-slider .carousel-caption h1 { font-size: 2.2rem; }
  .hero-slider .carousel-caption h1 span { border-bottom-width: 3px; }
  .hero-slider .carousel-caption p { font-size: 1rem; max-width: 100%; margin: 16px 0 24px; }
  .hero-slider .carousel-caption .badge { font-size: 0.75rem; padding: 6px 14px; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { width: 36px; height: 36px; }
  .hero-slider .carousel-control-prev { left: 12px; }
  .hero-slider .carousel-control-next { right: 12px; }
  .hero-slider .carousel-indicators { bottom: 20px; }
  .hero-slider .carousel-indicators button { width: 10px; height: 10px; }
  .hero-slider .carousel-indicators button.active { width: 28px; }
  .btn-danger.btn-lg { padding: 10px 20px; font-size: 0.95rem; }
  .btn-outline-light.btn-lg { padding: 10px 20px; font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .hero-slider .carousel-item { min-height: 460px; }
  .hero-slider .carousel-caption h1 { font-size: 1.8rem; }
  .hero-slider .carousel-caption p { font-size: 0.9rem; margin: 12px 0 18px; }
  .hero-slider .carousel-caption .badge { font-size: 0.65rem; padding: 4px 12px; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { width: 30px; height: 30px; }
  .hero-slider .carousel-control-prev { left: 8px; }
  .hero-slider .carousel-control-next { right: 8px; }
  .btn-danger.btn-lg { padding: 8px 16px; font-size: 0.85rem; }
  .btn-outline-light.btn-lg { padding: 8px 16px; font-size: 0.85rem; }
}



/* ========================================
   PBK RECOVERY - MODERN CSS
   ======================================== */

:root {
  --primary: #d43f2b;
  --primary-dark: #b32f1e;
  --primary-light: #f56b5a;
  --dark: #0b1e33;
  --dark-light: #1a3855;
  --gray: #4a627a;
  --light: #f6f9fc;
  --white: #ffffff;
  --shadow: 0 8px 30px rgba(0,20,40,0.08);
  --radius: 32px;
  --transition: 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ========================================
   ALAP STÍLUSOK
   ======================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--light);
  color: var(--dark);
  overflow-x: hidden;
}

/* ========================================
   NAVBAR
   ======================================== */
.navbar {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 4px 30px rgba(0,20,40,0.06);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.navbar-brand img { height: 55px; transition: var(--transition); }
.navbar-brand img:hover { transform: scale(1.04); }
.nav-link {
  font-weight: 500;
  color: var(--dark) !important;
  margin: 0 10px;
  transition: var(--transition);
  position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0%; height: 2.5px; background: var(--primary);
  transition: 0.3s ease; border-radius: 4px;
}
.nav-link:hover::after { width: 100%; }
.nav-link:hover { color: var(--primary) !important; }
.nav-link.active { color: var(--primary) !important; }
.nav-link.active::after { width: 100%; }

.btn-outline-danger {
  border-color: var(--primary);
  color: var(--primary);
  border-radius: 60px;
  padding: 10px 28px;
  font-weight: 600;
  transition: var(--transition);
}
.btn-outline-danger:hover {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 6px 16px rgba(212,63,43,0.25);
  transform: translateY(-2px);
}

/* ========================================
   HERO SLIDER
   ======================================== */
.hero-slider { padding: 0; margin-top: 76px; position: relative; overflow: hidden; }
.hero-slider .carousel-item {
  min-height: 780px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slider .carousel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(11,26,42,0.78) 0%, rgba(0,0,0,0.3) 100%);
  pointer-events: none; z-index: 1;
}
.hero-slider .carousel-caption {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: left; width: 90%; max-width: 780px; z-index: 5; padding: 0 20px;
}
.hero-slider .carousel-caption h1 {
  font-size: 4rem; font-weight: 700; line-height: 1.1;
  letter-spacing: -0.02em; color: var(--white);
  text-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.hero-slider .carousel-caption h1 span {
  color: var(--primary-light);
  border-bottom: 5px solid var(--primary);
  padding-bottom: 6px;
}
.hero-slider .carousel-caption p {
  font-size: 1.2rem; color: rgba(255,255,255,0.85);
  max-width: 520px; margin: 20px 0 30px;
  text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.hero-slider .carousel-caption .badge {
  background: rgba(212,63,43,0.25);
  color: #f5b1a5;
  font-weight: 500;
  padding: 8px 22px;
  border-radius: 60px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: 50%; transform: translateY(-50%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
  background: rgba(212,63,43,0.4);
  border-color: var(--primary);
}
.hero-slider .carousel-control-prev { left: 24px; }
.hero-slider .carousel-control-next { right: 24px; }
.hero-slider .carousel-indicators { bottom: 30px; z-index: 10; }
.hero-slider .carousel-indicators button {
  width: 12px; height: 12px; border-radius: 20px;
  border: none; background: rgba(255,255,255,0.3);
  transition: var(--transition);
}
.hero-slider .carousel-indicators button.active {
  background: var(--primary);
  width: 36px;
}

/* ========================================
   SERVICES
   ======================================== */
.services-section { padding: 100px 0; background: var(--light); }
.section-title { font-weight: 700; font-size: 2.8rem; letter-spacing: -0.02em; color: var(--dark); }
.section-sub { color: var(--gray); max-width: 600px; font-size: 1.1rem; }

.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  border: 1px solid rgba(255,255,255,0.8);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  opacity: 0;
  transition: var(--transition);
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 55px -22px rgba(212,63,43,0.18);
  border-color: rgba(212,63,43,0.15);
}
.service-card:hover::before { opacity: 1; }
.service-icon {
  background: #fcece8;
  width: 72px; height: 72px;
  border-radius: 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem; color: var(--primary);
  margin-bottom: 22px;
  transition: var(--transition);
}
.service-card:hover .service-icon {
  background: var(--primary);
  color: var(--white);
}
.service-card h5 { font-weight: 700; font-size: 1.3rem; color: var(--dark); }
.service-card p { color: var(--gray); font-size: 0.98rem; line-height: 1.6; }

/* ========================================
   TESTIMONIALS - ÚJ!
   ======================================== */
.testimonials-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);
  color: var(--white);
}
.testimonials-section .section-title { color: var(--white); }
.testimonials-section .section-sub { color: rgba(255,255,255,0.7); }

.testimonial-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
  height: 100%;
}
.testimonial-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-6px);
}
.testimonial-stars { color: #f5b342; font-size: 1.1rem; letter-spacing: 2px; }
.testimonial-text { font-size: 1.05rem; line-height: 1.7; margin: 16px 0 20px; color: rgba(255,255,255,0.85); }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.2rem; color: var(--white);
}
.testimonial-name { font-weight: 600; font-size: 1rem; }
.testimonial-role { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

/* ========================================
   STATS / BADGE ROW - ÚJ!
   ======================================== */
.stats-row-section {
  padding: 60px 0;
  background: var(--white);
  border-top: 1px solid rgba(0,0,0,0.04);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
.stat-item {
  text-align: center;
  padding: 16px;
}
.stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--primary);
  display: block;
  line-height: 1.2;
}
.stat-number .plus { font-size: 2rem; }
.stat-label { color: var(--gray); font-size: 1rem; font-weight: 500; }

/* ========================================
   CONTACT
   ======================================== */
.contact-section { padding: 100px 0; background: var(--white); }
.contact-info-card {
  background: #f4f8ff;
  border-radius: var(--radius);
  padding: 44px 36px;
  height: 100%;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.6);
}
.contact-info-card i { color: var(--primary); font-size: 1.7rem; width: 48px; }
.contact-info-card .info-item { margin-bottom: 30px; display: flex; align-items: flex-start; }
.contact-info-card .info-item div { flex: 1; }
.contact-info-card .info-item strong { display: block; font-weight: 600; font-size: 1rem; color: var(--dark); }
.contact-info-card .info-item span { color: var(--gray); }

.map-wrapper {
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  min-height: 380px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,0.6);
  background: #d2dcec;
}
.map-wrapper iframe {
  width: 100%; height: 100%; min-height: 380px;
  border: 0; display: block;
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: var(--dark);
  color: #b3c9e0;
  padding: 50px 0 30px;
}
.footer a { color: #d9e3f0; text-decoration: none; transition: 0.2s; }
.footer a:hover { color: var(--white); }
.footer .social i {
  font-size: 1.5rem; margin-left: 18px;
  color: #9bb3d0; transition: 0.25s; cursor: pointer;
}
.footer .social i:hover { color: var(--white); transform: translateY(-3px); }
.footer .legal-links a { color: #9bb3d0; font-size: 0.85rem; }
.footer .legal-links a:hover { color: var(--white); }
.footer .legal-links span { color: #4a627a; margin: 0 8px; }

/* ========================================
   COOKIE OVERLAY
   ======================================== */
#cookieOverlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  /* backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); */
  z-index: 99999;
  display: none;
  align-items: center; justify-content: center;
  transition: opacity 0.5s ease;
}
#cookieOverlay.hidden { opacity: 0; pointer-events: none; }
.cookie-modal {
  background: var(--dark);
  border-radius: 48px;
  padding: 48px 40px;
  max-width: 520px;
  width: 92%;
  color: #f0f5fe;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}
.cookie-modal i { font-size: 3.6rem; color: var(--primary); margin-bottom: 16px; }
.cookie-modal h2 { font-weight: 600; font-size: 1.8rem; letter-spacing: -0.02em; margin-bottom: 12px; }
.cookie-modal p { color: #b3c9e0; font-size: 0.98rem; line-height: 1.6; margin-bottom: 28px; }
.cookie-modal .btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cookie-modal .btn-cookie {
  border-radius: 60px; padding: 12px 36px; font-weight: 600; border: none;
  transition: 0.25s; font-size: 1rem; min-width: 140px;
}
.btn-cookie-accept { background: var(--primary); color: var(--white); box-shadow: 0 6px 20px rgba(212,63,43,0.35); }
.btn-cookie-accept:hover { background: var(--primary-dark); transform: scale(1.04); }
.btn-cookie-decline { background: rgba(255,255,255,0.06); color: #d9e3f0; border: 1px solid rgba(255,255,255,0.12); }
.btn-cookie-decline:hover { background: rgba(255,255,255,0.12); color: var(--white); }

/* ========================================
   MODAL
   ======================================== */
.modal-content {
  border-radius: var(--radius);
  border: none;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}
.modal-header {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 24px 32px 16px;
}
.modal-body {
  padding: 32px;
  max-height: 60vh;
  overflow-y: auto;
}
.modal-body h4 { font-weight: 600; color: var(--dark); margin-top: 24px; }
.modal-body h4:first-of-type { margin-top: 0; }
.modal-body p { color: var(--gray); line-height: 1.7; }
.modal-body ul { padding-left: 20px; color: var(--gray); }
.modal-body ul li { margin-bottom: 8px; }
.modal-footer {
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 16px 32px 24px;
}

/* ========================================
   RESPONZÍV
   ======================================== */
@media (max-width: 992px) {
  .hero-slider .carousel-item { min-height: 620px; }
  .hero-slider .carousel-caption h1 { font-size: 3rem; }
  .hero-slider .carousel-caption p { font-size: 1.1rem; max-width: 90%; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { width: 40px; height: 40px; }
  .hero-slider .carousel-control-prev { left: 16px; }
  .hero-slider .carousel-control-next { right: 16px; }
  .section-title { font-size: 2.4rem; }
}

@media (max-width: 768px) {
  .hero-slider .carousel-item { min-height: 520px; }
  .hero-slider .carousel-caption { text-align: center; padding: 0 16px; }
  .hero-slider .carousel-caption h1 { font-size: 2.2rem; }
  .hero-slider .carousel-caption h1 span { border-bottom-width: 3px; }
  .hero-slider .carousel-caption p { font-size: 1rem; max-width: 100%; margin: 16px 0 24px; }
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next { width: 36px; height: 36px; }
  .hero-slider .carousel-indicators { bottom: 20px; }
  .hero-slider .carousel-indicators button { width: 10px; height: 10px; }
  .hero-slider .carousel-indicators button.active { width: 28px; }
  .btn-danger.btn-lg { padding: 10px 20px; font-size: 0.95rem; }
  .btn-outline-light.btn-lg { padding: 10px 20px; font-size: 0.95rem; }
  .stat-number { font-size: 2.2rem; }
  .contact-info-card { margin-bottom: 30px; padding: 32px 24px; }
  .map-wrapper { min-height: 280px; }
  .map-wrapper iframe { min-height: 280px; }
  .cookie-modal { padding: 36px 24px; }
  .testimonial-text { font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .hero-slider .carousel-item { min-height: 460px; }
  .hero-slider .carousel-caption h1 { font-size: 1.8rem; }
  .hero-slider .carousel-caption p { font-size: 0.9rem; margin: 12px 0 18px; }
  .navbar-brand img { height: 40px; }
  .btn-outline-danger { padding: 8px 18px; font-size: 0.85rem; }
  .section-title { font-size: 2rem; }
  .stat-number { font-size: 1.8rem; }
}

/* ========================================
   TESTIMONIALS SLIDER
   ======================================== */
.testimonials-section {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);
  color: var(--white);
  overflow: hidden;
}
.testimonials-section .section-title { color: var(--white); }
.testimonials-section .section-sub { color: rgba(255,255,255,0.7); }

.testimonial-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius);
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
  height: 100%;
}
.testimonial-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-6px);
}
.testimonial-stars {
  color: #f5b342;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 16px 0 20px;
  color: rgba(255,255,255,0.85);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--white);
  flex-shrink: 0;
}
.testimonial-name {
  font-weight: 600;
  font-size: 1rem;
}
.testimonial-role {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
}

/* Testimonial controls */
.testimonial-control {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-control:hover {
  background: rgba(212,63,43,0.4);
  border-color: var(--primary);
}

.testimonial-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.testimonial-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.25);
  transition: var(--transition);
  padding: 0;
}
.testimonial-indicators button.active {
  background: var(--primary);
  width: 30px;
  border-radius: 10px;
}

/* Helyszínek listája - új! */
.testimonial-locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 12px;
}
.testimonial-locations span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  position: relative;
}
.testimonial-locations span:not(:last-child)::after {
  content: '•';
  margin-left: 16px;
  color: rgba(255,255,255,0.15);
}

@media (max-width: 768px) {
  .testimonial-text { font-size: 0.95rem; }
  .testimonial-card { padding: 24px 20px; }
  .testimonial-control { width: 36px; height: 36px; }
  .testimonial-indicators { margin-top: 30px; }
}


/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: var(--dark);
  color: #b3c9e0;
  padding: 50px 0 30px;
  position: relative;
}
.footer a { color: #d9e3f0; text-decoration: none; transition: 0.2s; }
.footer a:hover { color: var(--white); }

/* 🔥 LOGO FEHÉR HÁTTÉRREL A FOOTERBEN */
.footer-logo-wrapper {
  display: inline-block;
  background: var(--white);
  padding: 8px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-logo-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}
/* .footer-logo {
  height: 45px;
  width: auto;
  display: block;
} */

.footer-text {
  color: rgba(255, 255, 255, 0.5);
}

.footer .social i {
  font-size: 1.5rem;
  margin-left: 18px;
  color: #9bb3d0;
  transition: 0.25s;
  cursor: pointer;
}
.footer .social i:hover { color: var(--white); transform: translateY(-3px); }

.footer .legal-links a { color: #9bb3d0; font-size: 0.85rem; }
.footer .legal-links a:hover { color: var(--white); }
.footer .legal-links span { color: #4a627a; margin: 0 8px; }

/* Reszponzív */
@media (max-width: 768px) {
  .footer-logo-wrapper {
    padding: 6px 16px;
    border-radius: 12px;
  }
  .footer-logo { height: 35px; }
  .footer .social i { font-size: 1.3rem; margin-left: 14px; }
  .footer .col-md-6:first-child { text-align: center; }
  .footer .col-md-6:last-child { text-align: center; margin-top: 8px; }
}

/* ========================================
   FOOTER - 3 OSZLOP
   ======================================== */
.footer {
  background: var(--dark);
  color: #b3c9e0;
  padding: 50px 0 30px;
  position: relative;
}
.footer a { color: #d9e3f0; text-decoration: none; transition: 0.2s; }
.footer a:hover { color: var(--white); }

/* LOGÓ */
.footer-logo-wrapper {
  display: inline-block;
  background: var(--white);
  padding: 10px 24px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-logo-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
}
.footer-logo {
  height: 150px;
  width: auto;
  display: block;
}

.footer-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  line-height: 1.5;
}

/* GYORS LINKEK */
.footer-title {
  color: var(--white);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links li a {
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition);
  font-size: 0.9rem;
}
.footer-links li a:hover {
  color: var(--white);
  padding-left: 4px;
}

/* ELÉRHETŐSÉG */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact li i {
  color: var(--primary);
  font-size: 1.1rem;
  width: 20px;
  flex-shrink: 0;
}
.footer-contact li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact li a:hover {
  color: var(--white);
}

/* SOCIAL IKONOK */
.footer .social {
  display: flex;
  gap: 12px;
}
.footer .social i {
  font-size: 1.4rem;
  color: #9bb3d0;
  transition: 0.25s;
  cursor: pointer;
}
.footer .social i:hover {
  color: var(--white);
  transform: translateY(-3px);
}

/* LEGAL LINKS */
.legal-links a { color: #9bb3d0; font-size: 0.85rem; }
.legal-links a:hover { color: var(--white); }
.legal-links span { color: #4a627a; margin: 0 8px; }

/* Reszponzív */
@media (max-width: 768px) {
  .footer .col-md-4 { text-align: center; }
  .footer-logo-wrapper { padding: 8px 18px; }
  .footer-logo { height: 40px; }
  .footer-links { margin-bottom: 20px; }
  .footer-contact { justify-content: center; }
  .footer .social { justify-content: center; }
  .footer-title { text-align: center; }
}

/* BLOG CARD - KÉPPEL */
.blog-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
}
.blog-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}

.blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content { 
    padding: 1.5rem; 
}

.blog-category {
    background: #FF6B35;
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.blog-meta { 
    font-size: 0.85rem; 
    opacity: 0.6; 
    display: flex; 
    gap: 1rem; 
    margin-bottom: 0.75rem; 
}

.blog-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-content p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-read-more { 
    color: #FF6B35; 
    text-decoration: none; 
    font-weight: 600; 
    display: inline-flex; 
    align-items: center; 
    gap: 0.5rem;
    transition: 0.3s;
}
.blog-read-more:hover { 
    color: #E54B2B; 
    gap: 0.75rem; 
}
/* ===== GALLERY SECTION ===== */
.gallery-section {
    padding: 80px 0;
    background: #ffffff;
}

.gallery-item {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f0f0f0;
    transition: 0.3s;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== GALLERY MODAL ===== */
.gallery-modal .modal-content {
    background: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-modal .modal-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}

.gallery-modal .modal-body img {
    max-width: 95%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

/* Bezáró gomb */
.btn-close-modal {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 1060;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

.btn-close-modal:hover {
    background: #FF6B35;
    border-color: #FF6B35;
    transform: rotate(90deg);
}

.btn-close-modal i {
    font-size: 1.8rem;
    line-height: 1;
}

/* ===== MOBIL ===== */
@media (max-width: 768px) {
    .gallery-section {
        padding: 50px 0;
    }
    
    .gallery-modal .modal-body img {
        max-width: 100%;
        max-height: 80vh;
    }
    
    .btn-close-modal {
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    
    .btn-close-modal i {
        font-size: 1.5rem;
    }
}

