/*
 Theme Name: Astra Child
 Theme URI:  http://example.com/astra-child
 Description: Astra Child Theme
 Author:      Szabó István
 Author URI:  http://example.com
 Template:    astra
 Version:     1.0.0
*/



/* Globális H2 stílus a prémium, Apple-szerű hatásért */
h2 {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #1B1D2F;
  margin: 0 auto 80px auto;
  max-width: 800px;  /* szűkebb sorok, könnyebb olvashatóság */
  line-height: 1.2;  /* kompakt, de olvasható */
  text-align: center;
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 60px;
    max-width: 100%;
  }
}

/* Globális link underline tiltás */
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
} 

/* ==================================================
   GLOBAL STYLING LOCATION
================================================== */

/* ===============================
   SERVICES WRAPPER – TELJESEN FEHÉR
================================ */
.loc-services-block {
  background: #ffffff;
  padding: 0;
}

/* ===============================
   HERO BLOCK – OPTIMALIZÁLT GRADIENT
================================ */
.loc-hero-block {
  position: relative;
  padding: 100px 20px 80px;
  text-align: center;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  background: #f6f9ff;
}

.loc-hero-block::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(circle at 20% 25%, rgba(160,231,255,0.30), transparent 45%),
    radial-gradient(circle at 80% 35%, rgba(255,179,186,0.22), transparent 50%),
    linear-gradient(180deg, #f6f9ff 0%, #eef3ff 60%, #ffffff 100%);

  will-change: transform;
  transform: translateZ(0);
}

/* Budapest térkép háttér */
.loc-map-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.loc-map {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.15;
}

/* Hero tartalom a gradient és térkép fölött */
.loc-hero-container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
}

.loc-hero-content h1 {
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #0B3C8A, #2563EB, #7D1EFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loc-hero-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #334155;
  margin: 0 auto 38px;
  max-width: 780px;
}

/* CTA gombok */
.loc-hero-cta-wrapper { margin-bottom: 35px; }

.loc-hero-btn {
  display: inline-block;
  background: #1B1D2F;
  color: #fff !important;
  padding: 18px 46px;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 14px 35px rgba(27,29,47,0.25);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.loc-hero-btn:hover {
  background-color: #046BD2;
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(27,29,47,0.35);
}

/* Trust elemek */
.loc-hero-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.loc-trust-item {
  background: linear-gradient(135deg, #fff, #f0f4ff);
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 0.92rem;
  color: #1B1D2F;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  text-align: center;
}

/* Floating effect desktop */
@media (min-width: 769px) {
  .loc-trust-item:nth-child(1) { animation: trustFloat 6s infinite alternate ease-in-out; }
  .loc-trust-item:nth-child(2) { animation: trustFloat 7s infinite alternate ease-in-out; }
  .loc-trust-item:nth-child(3) { animation: trustFloat 8s infinite alternate ease-in-out; }
}

@keyframes trustFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* Disclaimer */
.loc-disclaimer {
  font-size: 0.875rem;
  color: #334155;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 768px) {
  .loc-hero-block {
    padding: 120px 15px 70px; /* kicsit nagyobb top padding, hogy lejjebb tolja a térképet */
  }

  .loc-hero-content h1 {
    font-size: 28px;
  }

  .loc-hero-content p {
    font-size: 15px;
  }

  .loc-hero-btn {
    width: 100%;
    padding: 14px 28px;
    font-size: 1rem;
  }

  .loc-hero-trust {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .loc-trust-item {
    width: auto;
    padding: 10px 16px;
    font-size: 0.88rem;
  }

  /* Térkép kicsit lejjebb tolása */
  .loc-map-wrapper {
    top: 10%;
    height: 100%;
  }
}

/* ===============================
   PREMIUM FLOATING CARD BLOKK
================================ */

    .bp1-floating-section {
      padding:0 15px 80px; /* top padding 0, hero alá simul */
      background:#ffffff;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
      display:flex;
      justify-content:center;
    }

    .bp1-floating-container {
      max-width:900px;
      width:100%;
    }

    .bp1-floating-card {
      background:#ffffff;
      border-radius:20px;
      padding:50px 40px;
      box-shadow:0 25px 60px rgba(0,0,0,0.08);
      border:1px solid rgba(15,23,42,0.05);
      position: relative;
      top:0; /* Asztali: nincs lebegés */
    }

    /* Asztali nézet – eyebrow és title középre, többi balra */
    @media(min-width:769px){
      .bp1-floating-eyebrow,
      .bp1-floating-title {
        text-align:center;
      }
      .bp1-floating-text,
      .bp1-floating-highlight {
        text-align:left;
      }
    }

    /* Mobil – minden középre, kis lebegés */
    @media(max-width:768px){
      .bp1-floating-card {
        padding:30px 20px;
        top:-20px; /* minimális lebegés */
      }
      .bp1-floating-eyebrow,
      .bp1-floating-title,
      .bp1-floating-text,
      .bp1-floating-highlight {
        text-align:center;
      }
      .bp1-floating-title {
        font-size:24px;
      }
      .bp1-floating-text {
        font-size:16px;
      }
      .bp1-floating-highlight {
        font-size:14px;
        padding:15px 18px;
      }
    }

    @media(max-width:480px){
      .bp1-floating-card {
        padding:20px 15px;
        top:-15px;
      }
      .bp1-floating-title {
        font-size:20px;
      }
      .bp1-floating-text {
        font-size:15px;
      }
      .bp1-floating-highlight {
        font-size:13px;
        padding:12px 15px;
      }
    }

    .bp1-floating-eyebrow {
      font-size:14px;
      letter-spacing:1px;
      text-transform:uppercase;
      font-weight:700;
      color:#2563eb;
      margin-bottom:14px;
    }

    .bp1-floating-title {
      font-size:28px;
      font-weight:700;
      color:#0f172a;
      line-height:1.35;
      margin-bottom:25px;
    }

    .bp1-floating-text {
      font-size:17px;
      line-height:1.8;
      color:#334155;
      margin-bottom:20px;
    }

    .bp1-floating-text strong {
      color:#0f172a;
    }

    .bp1-floating-highlight {
      margin-top:30px;
      padding:20px 25px;
      background:#f1f5f9;
      border-radius:12px;
      font-weight:600;
      font-size:15px;
      line-height:1.6;
      color:#0f172a;
    }

/* ===============================
   KERÜLET SZOLGÁLTATÁSOK
================================ */
.loc-block-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 20px;
    }

    .loc-block-container h2 {
      text-align: center;
      margin-bottom: 10px;
      font-size: 2rem;
      color: #0b1b3f;
    }

    .loc-block-lead {
      text-align: center;
      margin-bottom: 40px;
      font-size: 1rem;
      color: #555;
    }

    .loc-block-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* asztali nézet 2x2 */
      gap: 30px;
    }

    .loc-block-card {
      display: flex;
      flex-direction: column;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      color: inherit;
    }

    .loc-block-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(11,94,215,0.18);
    }

    .loc-block-card-image img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .loc-block-card:hover .loc-block-card-image img {
      transform: scale(1.05);
    }

    .loc-block-card-content {
      padding: 24px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }

    .loc-block-card-content h3 {
      margin-bottom: 10px;
      font-size: 1.25rem;
      color: #222;
    }

    .loc-block-card-content p {
      margin: 0;
      color: #555;
      line-height: 1.5;
    }

    .loc-block-note {
      margin-top: 30px;
      font-size: 0.95rem;
      color: #555;
      text-align: center;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .loc-block-container {
        padding: 40px 15px;
      }

      .loc-block-container h2 {
        font-size: 1.6rem;
      }

      .loc-block-lead {
        font-size: 0.95rem;
      }

      .loc-block-grid {
        grid-template-columns: 1fr; /* mobil: egymás alá */
      }

      .loc-block-card-image img {
        height: 200px;
      }

      .loc-block-card-content h3 {
        font-size: 1.15rem;
      }

      .loc-block-card-content p,
      .loc-block-note {
        font-size: 0.9rem;
      }
    }

/* ===============================
   HOGYAN MŰKÖDIK
================================ */
.loc-how-it-works {
  padding: 60px 20px;
  background: linear-gradient(to bottom, #eef3fb 0%, #ffffff 100%);
  text-align: center;
}

.loc-how-it-works h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1B1D2F;
}

.loc-how-it-works p {
  max-width: 750px;
  margin: 0 auto 80px;
  color: #555;
  line-height: 1.6;
}

.loc-steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.loc-step {
  flex: 1 1 220px;
  background: #fff;
  padding: 40px 25px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(11,94,215,0.18);
}

.loc-step-img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loc-step:hover .loc-step-img {
  transform: translateX(-50%) translateY(-4px) scale(1.05);
  box-shadow: 0 20px 50px rgba(11,94,215,0.18);
}

.loc-step h3 { margin-top: 50px; margin-bottom: 12px; }
.loc-step p { font-size: 0.95rem; color: #555; }

@media (max-width: 1024px) {
  .loc-steps-grid { flex-direction: column; align-items: center; }
  .loc-step { width: 90%; margin-bottom: 40px; }
  .loc-how-it-works p { margin-bottom: 50px; }
}

@media (max-width: 768px) {
  .loc-step-img { width: 60px; height: 60px; top: -30px; }
  .loc-step h3 { margin-top: 40px; font-size: 1.1rem; }
  .loc-step p { font-size: 0.85rem; }
  .loc-step { padding: 30px 20px 20px; }
  .loc-how-it-works p { margin-bottom: 40px; }
}

/* ==================================================
   PLATFORM ELŐNYEI
================================================== */
.loc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 20px;
  transition: transform 0.2s ease;
}

.loc-emoji {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.2s ease, text-shadow 0.2s ease;
}

.loc-emoji:hover {
  transform: scale(1.2);
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@media (max-width: 768px) { .loc-last-item { border-bottom: none !important; } }

/* ===============================
   PRÉMIUM PARTNER BLOKK
================================ */
.loc-premium-partner {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);
  display: flex;
  justify-content: center;
}

.loc-premium-container {
  max-width: 900px;
  text-align: center;
  background: #fff;
  padding: 50px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-premium-container:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.loc-premium-title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #0B3C8A;
  margin-bottom: 24px;
}

.loc-premium-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 18px;
}

.loc-premium-text.highlight {
  background: linear-gradient(90deg, #2563EB 0%, #7D1EFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

@media (max-width: 768px) {
  .loc-premium-partner {
    padding: 60px 15px;
  }
  .loc-premium-container {
    padding: 35px 20px;
  }
  .loc-premium-title {
    font-size: 1.8rem;
  }
  .loc-premium-text {
    font-size: 0.95rem;
  }
}

/* ==================================================
   STRATÉGIAI LOKÁLIS BEVEZETŐ
================================================== */
.loc-strategic-intro { padding: 80px 20px; background: #ffffff; }
.loc-strategic-container { max-width: 1000px; margin: 0 auto; }
.loc-strategic-title { font-size: 2rem; margin-bottom: 25px; text-align: center; color: #1B1D2F; }
.loc-strategic-text { margin-bottom: 20px; line-height: 1.7; color: #444; }
.loc-strategic-text:last-child { margin-bottom: 0; }

/* ==================================================
   LEAD FORM PREMIUM
================================================== */
.loc-lead-form-premium {
  background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}
.loc-container { max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; }
.loc-lead-header { text-align: center; margin-bottom: 50px; }
.loc-lead-header h2 { font-size: 42px; font-weight: 700; color: #0b5ed7; margin-bottom: 20px; line-height: 1.2; }
.loc-lead-header p { font-size: 18px; color: #555; max-width: 720px; margin: 0 auto; }

/* Fluent Forms */
.loc-lead-form-premium .fluentform {
  background: #fff;
  padding: 50px 45px;
  border-radius: 20px;
  box-shadow: 0 25px 70px rgba(11,94,215,0.08);
  max-width: 700px;
  margin: 0 auto 30px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-lead-form-premium .fluentform:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(11,94,215,0.15);
}

.loc-lead-form-premium .fluentform .ff-el-group { margin-bottom: 22px; }
.loc-lead-form-premium .fluentform label { font-weight: 600; font-size: 14px; color: #333; margin-bottom: 6px; display: block; }

.loc-lead-form-premium .fluentform input,
.loc-lead-form-premium .fluentform textarea,
.loc-lead-form-premium .fluentform select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #dbe3f0;
  font-size: 15px;
  background: #f9fbff;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.loc-lead-form-premium .fluentform input:focus,
.loc-lead-form-premium .fluentform textarea:focus,
.loc-lead-form-premium .fluentform select:focus {
  outline: none;
  border-color: #0b5ed7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11,94,215,0.12);
}

.loc-lead-form-premium .fluentform textarea { min-height: 120px; resize: vertical; }

.loc-lead-form-premium .fluentform .ff-btn-submit,
.loc-lead-form-premium .fluentform button {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(135deg,#0b5ed7,#084298);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(11,94,215,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-lead-form-premium .fluentform .ff-btn-submit:hover,
.loc-lead-form-premium .fluentform button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(11,94,215,0.35);
}

.loc-lead-form-premium .fluentform input[type="checkbox"],
.loc-lead-form-premium .fluentform input[type="radio"] { accent-color: #0b5ed7; }

.loc-lead-form-premium .fluentform .ff-el-is-error input,
.loc-lead-form-premium .fluentform .ff-el-is-error textarea { border-color: #dc3545; }
.loc-lead-form-premium .fluentform .error { color: #dc3545; font-size: 13px; margin-top: 6px; }

.loc-trust-note { text-align: center; font-size: 13px; color: #6c757d; margin-top: 15px; line-height: 1.5; }
.loc-trust-note::before { content: "🔒 "; }

.loc-lead-form-premium::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle,rgba(11,94,215,0.08) 0%,transparent 70%);
  top: -100px;
  right: -100px;
  border-radius: 50%;
}

.loc-lead-form-premium::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle,rgba(11,94,215,0.06) 0%,transparent 70%);
  bottom: -80px;
  left: -80px;
  border-radius: 50%;
}

@media (max-width:1024px) { .loc-lead-form-premium { padding: 80px 20px; } .loc-lead-header h2 { font-size: 34px; } }
@media (max-width:768px) { .loc-lead-form-premium { padding: 60px 15px; } .loc-lead-header h2 { font-size: 28px; } .loc-lead-header p { font-size: 16px; } .loc-lead-form-premium .fluentform { padding: 35px 20px; } }

/* ===============================
   TERÜLETI SEO – ÚJ DESIGN
================================ */
.loc-teruleti-seo {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

.loc-teruleti-seo .loc-container {
  max-width: 1100px;
  margin: 0 auto;
}

.loc-teruleti-seo h2 {
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 30px;
  color: #1B1D2F;
  font-weight: 600;
}

.loc-teruleti-seo .loc-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.loc-teruleti-seo .loc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-items: center;
}

.loc-teruleti-seo .loc-card {
  background: linear-gradient(145deg, #ffffff, #f0f6ff);
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-teruleti-seo .loc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(11,94,215,0.18);
}

.loc-teruleti-seo .loc-card h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #1B1D2F;
  font-weight: 600;
}

.loc-teruleti-seo .loc-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.loc-teruleti-seo .loc-footer-text {
  margin-top: 60px;
  text-align: center;
}

.loc-teruleti-seo .loc-footer-text p {
  color: #444;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width:1024px) {
  .loc-teruleti-seo {
    padding: 60px 15px;
  }
  .loc-teruleti-seo .loc-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .loc-teruleti-seo .loc-card {
    width: 100%;
  }
}

/* ===============================
   HELYI SAJÁTOSSÁGOK
================================ */
.loc-helyi-sajatossagok {
  padding: 80px 20px;
}

.loc-helyi-sajatossagok .loc-container {
  max-width: 1000px;
  margin: 0 auto;
}

.loc-helyi-sajatossagok h2 {
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
  color: #1B1D2F;
}

.loc-helyi-sajatossagok .loc-list {
  line-height: 1.8;
  color: #444;
  padding-left: 20px;
}

.loc-helyi-sajatossagok .loc-note {
  margin-top: 25px;
  line-height: 1.7;
  color: #444;
}

/* ===============================
   SZOLGÁLTATÁSI BELSŐ LINKEK
================================ */
/* ===============================
   TELEPÍTÉS – BELSŐ LINKEK BLOKK
================================ */

.loc-belso-linkek{
  padding: clamp(50px, 6vw, 90px) 20px;
  background: linear-gradient(180deg,#f4f7ff 0%,#ffffff 100%);
  text-align:center;
}

.loc-belso-linkek .loc-container{
  max-width: 1100px;
  margin: 0 auto;
}

.loc-belso-linkek h2{
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 14px;
  color:#1b1d2f;
  line-height:1.25;
}

.loc-belso-linkek p{
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  margin-bottom: 36px;
  color:#5a5f73;
}

/* Gomb wrapper */
.loc-belso-linkek .loc-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

/* CTA gomb */
.loc-belso-linkek .loc-link{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  padding:14px 30px;
  border-radius:50px;
  font-weight:700;
  font-size:1rem;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  box-shadow:0 10px 28px rgba(0,0,0,0.18);
  transition:all .3s ease;
  white-space:nowrap;
}

/* Hover */
.loc-belso-linkek .loc-link:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,0.25);
  background:linear-gradient(135deg,#0D6EFD,#6610f2);
}

/* Accent */
.loc-belso-linkek .loc-link-accent{
  background:linear-gradient(135deg,#f59e0b,#ef4444);
}

.loc-belso-linkek .loc-link-accent:hover{
  background:linear-gradient(135deg,#d97706,#dc2626);
}


/* ===============================
   Tablet optimalizálás
================================ */

@media (max-width: 992px){

  .loc-belso-linkek .loc-links{
    gap:14px;
  }

  .loc-belso-linkek .loc-link{
    padding:13px 24px;
    font-size:0.95rem;
  }

}


/* ===============================
   Mobil optimalizálás
================================ */

@media (max-width: 768px){

  .loc-belso-linkek{
    padding:50px 15px;
  }

  .loc-belso-linkek .loc-links{
    flex-direction:column;
    gap:12px;
  }

  .loc-belso-linkek .loc-link{
    width:100%;
    max-width:320px;
    padding:14px 20px;
  }

}

/* ===============================
   MODERN FAQ – STABIL HOVER + NAGY NYILAK + FONT-WEIGHT 800
================================ */
.loc-faq {
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .loc-faq h2 {
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: #1b1d2f;
    font-weight: 700;
  }

  .loc-faq-item {
    position: relative;
    margin-bottom: 20px;
    padding: 25px 30px;
    max-width: 800px;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid transparent;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .loc-faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    background: #f9faff;
    border-color: rgba(4,92,180,0.35);
  }

  .loc-faq-item summary {
    font-weight: 800;
    font-size: 1.125rem;
    outline: none;
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    transition: color 0.25s ease;
  }

  .loc-faq-item:hover summary {
    color: #045CB4;
  }

  .loc-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #045CB4;
    transition: transform 0.3s ease, content 0.3s ease;
  }

  .loc-faq-item[open] summary::after {
    content: '−';
  }

  .loc-faq-item p {
    margin-top: 12px;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
    opacity: 0;
    padding-top: 0;
  }

  .loc-faq-item[open] p {
    max-height: 500px;
    opacity: 1;
    padding-top: 12px;
  }

  /* Mobil optimalizálás */
  @media (max-width: 768px) {
    .loc-faq {
      max-width: 100%;
      padding: 60px 15px;
    }

    .loc-faq h2 {
      font-size: 1.75rem;
    }

    .loc-faq-item {
      padding: 16px 20px;
      max-width: 100%;
    }

    .loc-faq-item summary {
      font-size: 1rem;
    }

    .loc-faq-item summary::after {
      font-size: 1.4rem;
    }

    .loc-faq-item p {
      font-size: 0.95rem;
    }
  }

/* ===============================
   GLOBAL MEDIA QUERIES (ÁLTALÁNOS OPTIMALIZÁCIÓ)
================================ */
@media (max-width: 768px) {
  .loc-hero-block { padding: 70px 20px 45px; }
  .loc-services-header { margin-top: 10px; }
  .loc-step-img { width: 60px; height: 60px; top: -30px; }
  .loc-step h3 { font-size: 1.1rem; margin-top: 40px; }
  .loc-step p { font-size: 0.85rem; }
  .loc-step { padding: 30px 20px 20px; }
  .loc-how-it-works p { margin-bottom: 40px; }
  .loc-lead-header h2 { font-size: 28px; }
  .loc-lead-header p { font-size: 16px; }
  .loc-lead-form-premium .fluentform { padding: 35px 20px; }
}

