/*
  FeherSuli Kft. fo stiluslap
  1. Alapok es kozos elemek
  2. Fejlec, hero es akciok
  3. Tartalmi szekciok es urlapok
  4. Felugro ablakok
  5. Lablec, sutik es videok
  6. Vegso reszponziv szabalyok (v71+)

  Az uj szabalyokat a megfelelo tematikus blokkban kell elhelyezni;
  ujabb verzios feluliras helyett a meglevo szabaly modositasaval.
*/
:root{
  --bg:#f4f7fb;
  --surface:#ffffff;
  --surface-2:#eef4fb;
  --text:#132238;
  --muted:#65758b;
  --line:#dde7f2;
  --primary:#0d63f3;
  --primary-dark:#084bbd;
  --accent:#ffd84d;
  --shadow:0 20px 60px rgba(20,42,84,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Manrope", Arial, sans-serif;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1160px, calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(221,231,242,.8)}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;flex:0 0 auto}
.header-logo-img{display:block;width:300px;max-width:42vw;height:auto}
.hero-copy{background:transparent;border:0;box-shadow:none;border-radius:0;padding:0;max-width:680px;justify-self:start}
.main-nav{display:flex;align-items:center;gap:22px;font-weight:700}
.main-nav a:hover{color:var(--primary)}
.menu-toggle{display:none;background:none;border:none;font-size:30px;cursor:pointer}
@media (max-width: 1120px){.header-logo-img{width:240px;max-width:36vw}.main-nav{gap:16px;font-size:14px}}
.hero{position:relative;overflow:hidden;padding:92px 0 70px;background:linear-gradient(90deg, rgba(8,18,34,.54) 0%, rgba(8,18,34,.30) 38%, rgba(255,255,255,.05) 100%), url("images/homepage-background.webp") center center / cover no-repeat;}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:42px}
.eyebrow{margin:0 0 12px;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#9cc3ff;font-weight:800}
h1,h2,h3{margin-top:0;line-height:1.12}
h1{font-family:"Poppins", sans-serif;font-size:clamp(38px, 6vw, 64px);margin-bottom:18px;color:#fff;text-shadow:0 8px 24px rgba(0,0,0,.35)}
h2{font-family:"Poppins", sans-serif;font-size:clamp(30px,4vw,46px);margin-bottom:16px}
h3{font-family:"Poppins", sans-serif;font-size:22px;margin-bottom:10px}
.lead{font-size:20px;color:rgba(255,255,255,.88);max-width:690px;margin-bottom:28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}
.btn{min-height:52px;padding:12px 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:2px solid transparent;transition:.2s ease}
.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--primary);border-color:var(--primary)}.btn-secondary:hover{background:var(--primary);color:#fff}
.full{width:100%}
.quick-facts{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px}
.fact-card{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.6);box-shadow:var(--shadow);border-radius:18px;padding:18px 16px}
.fact-card strong{display:block;font-size:24px;font-family:"Poppins", sans-serif}.fact-card span{color:var(--muted);font-size:14px}
.hero-visual{position:relative}.hero-image-card{background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:14px}.hero-image-card img{border-radius:24px;width:100%}
.floating-note{position:absolute;right:-10px;bottom:24px;background:#0f2037;color:#fff;padding:16px 18px;border-radius:18px;box-shadow:var(--shadow)}
.floating-note strong{display:block;font-size:15px}.floating-note span{font-size:13px;opacity:.8}
.top-map-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:14px;margin-bottom:18px}
.map-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.map-label{margin:0 0 4px;color:var(--primary);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.top-map-card h3{margin:0;font-size:20px}
.map-embed{width:100%;height:200px;overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#f4f7fb}
.map-card-footer{margin-top:12px}.map-card-footer p{margin:0 0 12px;color:var(--muted);font-size:14px}
.brand-strip{padding:10px 0 0}.strip-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:14px}
.strip-grid div{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}
.strip-grid strong{display:block;font-size:16px;font-family:"Poppins", sans-serif}.strip-grid span{color:var(--muted);font-size:14px}
.section{padding:86px 0}.section-soft{background:var(--surface-2)}.section-head{max-width:760px;margin-bottom:34px}.section-head p:last-child{color:var(--muted);font-size:18px}.centered{text-align:center;margin-inline:auto}
.feature-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:22px}.feature-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.feature-card img{border-radius:18px;margin-bottom:18px;width:100%;border:1px solid var(--line)}.feature-card p{color:var(--muted)}
.split-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.split-image{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:14px}.split-image img{border-radius:22px}
.steps{display:grid;gap:16px}.step{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.step-number{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#111;font-weight:800;font-family:"Poppins", sans-serif}.step p{margin:0;color:var(--muted)}.step h3{margin-bottom:4px;font-size:20px}
.pricing-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:22px}.price-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}.price-box.featured{border:2px solid var(--primary)}.price-label{color:var(--muted);font-weight:800;margin:0 0 4px}.price-value{font-family:"Poppins", sans-serif;font-size:42px;line-height:1;margin-bottom:8px}.price-value.small{font-size:32px}.price-sub{color:var(--muted);margin-top:0}.price-box ul{padding-left:20px;margin-bottom:0}.price-box li{margin-bottom:8px;color:var(--muted)}
.metrics-card{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:30px;box-shadow:var(--shadow)}.metrics-copy p:last-child{color:var(--muted)}.metrics-list{display:grid;gap:14px}.metric-item{background:linear-gradient(135deg, #eff5ff, #ffffff);border:1px solid var(--line);border-radius:18px;padding:18px;font-weight:700}
.contact-section{background:linear-gradient(180deg, #11213a, #0b1628);color:#fff}.contact-section .eyebrow{color:var(--accent)}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:start}.contact-copy p{color:rgba(255,255,255,.78)}.contact-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px;margin-top:24px}.contact-panel a{color:#fff;font-weight:800}.contact-form{background:#fff;color:var(--text);border-radius:26px;padding:28px;box-shadow:var(--shadow)}.form-note{color:var(--muted);font-size:14px;margin-bottom:18px}.contact-form label{display:block;margin:12px 0 6px;font-weight:800}.contact-form input,.contact-form textarea{width:100%;padding:14px 15px;border-radius:14px;border:1px solid var(--line);font:inherit;background:#fbfdff}.contact-form textarea{resize:vertical}
.site-footer{background:#07101d;color:rgba(255,255,255,.72);padding:24px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.footer-links a:hover{color:#fff}
@media (max-width: 980px){.top-map-card{order:-1}.map-embed{height:220px}.menu-toggle{display:block}.main-nav{position:absolute;left:0;right:0;top:82px;background:#fff;border-bottom:1px solid var(--line);padding:18px 24px 24px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.hero-grid,.split-layout,.metrics-card,.contact-grid{grid-template-columns:1fr}.feature-grid,.pricing-grid,.strip-grid{grid-template-columns:1fr 1fr}.quick-facts{grid-template-columns:1fr}.header-logo-img{width:200px;max-width:58vw}.hero-copy{padding:24px}}
@media (max-width: 640px){.container{width:min(100% - 22px, 1160px)}.section{padding:62px 0}.hero{padding:56px 0 40px}.feature-grid,.pricing-grid,.strip-grid{grid-template-columns:1fr}.header-inner{min-height:72px}.main-nav{top:72px}}


/* v10: fejléc térkép és átlátszó nyitó szöveg */
.header-map-widget{
  width:220px;
  height:76px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 10px 26px rgba(20,42,84,.14);
  background:#fff;
  position:relative;
  flex:0 0 auto;
}

.header-map-widget iframe{
  display:block;
  width:100%;
  height:100%;
}

.header-map-link{
  position:absolute;
  left:8px;
  right:8px;
  bottom:6px;
  display:block;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0d63f3;
  font-size:11px;
  line-height:1.1;
  font-weight:800;
  text-align:center;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.hero-copy{
  background:transparent !important;
  backdrop-filter:none !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
  max-width:680px;
  justify-self:start;
}

.hero-grid{
  grid-template-columns:1fr 300px;
  align-items:start;
}

.hero-visual{
  min-height:1px;
}

.hero h1,
.hero .lead{
  max-width:650px;
}

@media (max-width: 1120px){
  .header-map-widget{
    width:180px;
    height:66px;
  }
  .header-map-link{
    font-size:10px;
  }
}

@media (max-width: 980px){
  .header-map-widget{
    order:3;
    width:100%;
    height:130px;
    margin:8px 0 10px;
  }

  .header-inner{
    flex-wrap:wrap;
  }

  .menu-toggle{
    margin-left:auto;
  }

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

  .hero-copy{
    max-width:100%;
  }
}

@media (max-width: 640px){
  .header-map-widget{
    height:110px;
  }
}


/* v11: pontosított nyitó elrendezés */
.site-header{
  z-index:80;
}

.header-inner{
  min-height:74px;
}

.header-map-widget{
  display:none !important;
}

.hero{
  min-height:720px;
  padding:118px 0 80px !important;
  background:
    linear-gradient(90deg, rgba(8,18,34,.36) 0%, rgba(8,18,34,.18) 42%, rgba(255,255,255,.02) 100%),
    url("images/homepage-background.webp") center center / cover no-repeat !important;
}

.hero-grid{
  grid-template-columns:minmax(0, 720px) 1fr !important;
  align-items:start !important;
}

.hero-copy{
  margin-left:0 !important;
  justify-self:start !important;
  align-self:start !important;
  padding:0 !important;
  max-width:720px !important;
  background:transparent !important;
  backdrop-filter:none !important;
  border:0 !important;
  box-shadow:none !important;
}

.hero-copy h1{
  max-width:690px !important;
  color:#fff !important;
  text-shadow:0 4px 18px rgba(0,0,0,.45);
}

.hero-copy .lead{
  max-width:650px !important;
  color:rgba(255,255,255,.94) !important;
  text-shadow:0 3px 12px rgba(0,0,0,.34);
}

.hero-copy .eyebrow{
  color:#ffffff !important;
  text-shadow:0 3px 10px rgba(0,0,0,.45);
}

.hero-visual{
  display:none !important;
}

.top-contact-buttons{
  position:absolute;
  z-index:20;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  width:min(760px, calc(100% - 380px));
  display:flex;
  justify-content:center;
  gap:14px;
}

.top-call-btn{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:58px;
  padding:10px 18px;
  border-radius:999px;
  background:linear-gradient(135deg, #ffd84d, #ffbd00);
  color:#111;
  border:2px solid rgba(17,17,17,.88);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}

.top-call-btn span{
  font-size:12px;
  line-height:1.1;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.top-call-btn strong{
  font-size:19px;
  line-height:1.15;
}

.top-call-btn:hover{
  transform:translateY(-1px);
}

.hero-map-corner{
  position:absolute;
  z-index:22;
  top:18px;
  right:18px;
  width:300px;
  height:170px;
  border-radius:18px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.85);
  background:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}

.hero-map-corner iframe{
  display:block;
  width:100%;
  height:100%;
}

.hero-map-link{
  position:absolute;
  left:10px;
  right:10px;
  bottom:8px;
  display:block;
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#0d63f3;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
  text-align:center;
  box-shadow:0 6px 14px rgba(0,0,0,.16);
}

@media (max-width: 1180px){
  .top-contact-buttons{
    left:32px;
    transform:none;
    justify-content:flex-start;
    width:calc(100% - 370px);
  }

  .top-call-btn{
    padding:9px 14px;
  }

  .top-call-btn strong{
    font-size:17px;
  }

  .hero-map-corner{
    width:285px;
    height:155px;
  }
}

@media (max-width: 980px){
  .hero{
    min-height:auto;
    padding:280px 0 64px !important;
    background-position:center center !important;
  }

  .top-contact-buttons{
    top:12px;
    left:12px;
    right:12px;
    width:auto;
    transform:none;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .top-call-btn{
    border-radius:18px;
    white-space:normal;
    min-height:66px;
  }

  .hero-map-corner{
    top:92px;
    left:12px;
    right:12px;
    width:auto;
    height:170px;
  }

  .hero-grid{
    grid-template-columns:1fr !important;
  }

  .hero-copy{
    max-width:100% !important;
  }
}

@media (max-width: 560px){
  .hero{
    padding-top:330px !important;
  }

  .top-contact-buttons{
    grid-template-columns:1fr;
  }

  .hero-map-corner{
    top:160px;
    height:150px;
  }

  .top-call-btn strong{
    font-size:16px;
  }
}


/* v12: fő CTA gomb */
.hero-actions-main{
  align-items:center;
}

.start-button{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:82px;
  padding:16px 34px;
  border-radius:999px;
  background:linear-gradient(135deg, #ff3b30, #ff7a00);
  color:#fff;
  border:4px solid #ffffff;
  box-shadow:
    0 20px 45px rgba(0,0,0,.35),
    0 0 0 6px rgba(255,59,48,.22);
  text-align:center;
  font-weight:900;
  transform:scale(1.02);
  animation:startPulse 1.8s ease-in-out infinite;
}

.start-button span{
  font-family:"Poppins", sans-serif;
  font-size:clamp(24px, 3vw, 34px);
  line-height:1.05;
  letter-spacing:.01em;
}

.start-button small{
  margin-top:6px;
  font-size:14px;
  line-height:1.2;
  opacity:.96;
}

.start-button:hover{
  transform:scale(1.06) translateY(-2px);
  background:linear-gradient(135deg, #e92f25, #ff6800);
}

@keyframes startPulse{
  0%, 100%{
    box-shadow:
      0 20px 45px rgba(0,0,0,.35),
      0 0 0 6px rgba(255,59,48,.22);
  }
  50%{
    box-shadow:
      0 24px 55px rgba(0,0,0,.42),
      0 0 0 12px rgba(255,59,48,.12);
  }
}

@media (max-width: 760px){
  .hero-actions-main{
    flex-direction:column;
    align-items:stretch;
  }

  .start-button{
    width:100%;
    min-height:78px;
    padding:16px 20px;
    border-radius:26px;
  }

  .hero-actions-main .btn{
    width:100%;
  }
}


/* v13: jelentkezési dokumentumok felugró ablak */
.start-button{
  border:none;
  cursor:pointer;
}

.requirements-modal{
  position:fixed;
  inset:0;
  z-index:999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.requirements-modal.open{
  display:flex;
}

.requirements-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,14,28,.72);
  backdrop-filter:blur(6px);
}

.requirements-dialog{
  position:relative;
  width:min(860px, 100%);
  max-height:92vh;
  overflow:auto;
  background:#ffffff;
  color:var(--text);
  border-radius:32px;
  padding:34px;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  border:4px solid var(--accent);
}

.requirements-close{
  position:absolute;
  top:16px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:0;
  background:#111827;
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.requirements-kicker{
  margin:0 0 8px;
  color:var(--primary);
  font-size:15px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.requirements-dialog h2{
  margin:0 52px 14px 0;
  font-size:clamp(32px, 5vw, 52px);
  color:var(--text);
}

.requirements-intro{
  margin:0 0 24px;
  font-size:22px;
  color:var(--muted);
  font-weight:700;
}

.requirements-list{
  display:grid;
  gap:16px;
}

.requirement-item{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:18px;
  align-items:start;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg, #f3f8ff, #ffffff);
  border:1px solid var(--line);
}

.requirement-number{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #ffd84d, #ffbd00);
  color:#111;
  font-family:"Poppins", sans-serif;
  font-size:30px;
  font-weight:900;
  border:3px solid #111;
}

.requirement-item h3{
  margin:0 0 8px;
  font-size:25px;
  color:var(--text);
}

.requirement-item p{
  margin:0;
  font-size:19px;
  color:var(--muted);
}

.requirement-item strong{
  color:#0d2c5f;
}

.requirements-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.requirements-actions .btn{
  flex:1 1 240px;
}

body.modal-open{
  overflow:hidden;
}

@media (max-width: 640px){
  .requirements-dialog{
    padding:26px 18px;
    border-radius:24px;
  }

  .requirement-item{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px;
  }

  .requirement-number{
    width:52px;
    height:52px;
    font-size:26px;
  }

  .requirement-item p{
    font-size:17px;
  }

  .requirements-intro{
    font-size:18px;
  }
}


/* v14: modal működés javítás */
.requirements-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:999999 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:22px !important;
}

.requirements-modal.open{
  display:flex !important;
}

.requirements-backdrop{
  position:absolute !important;
  inset:0 !important;
  background:rgba(6,14,28,.76) !important;
  backdrop-filter:blur(6px);
}

.requirements-dialog{
  position:relative !important;
  z-index:2 !important;
}

#openRequirementsModal{
  position:relative;
  z-index:30;
  pointer-events:auto;
}


/* v16: B kategória kattintható gomb + felugró ablak */
.b-category-button{
  width:100%;
  text-align:left;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, #ffffff, #fff7d1) !important;
  border:3px solid #ffd84d !important;
  transform:scale(1.02);
  transition:.2s ease;
}

.b-category-button:hover{
  transform:scale(1.05) translateY(-2px);
  box-shadow:0 24px 52px rgba(0,0,0,.24);
}

.b-category-button em{
  position:absolute;
  right:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  min-height:36px;
  padding:6px 10px;
  border-radius:999px;
  background:#ff3b30;
  color:#fff;
  font-style:normal;
  font-weight:900;
  font-size:16px;
  letter-spacing:.04em;
  box-shadow:0 8px 18px rgba(255,59,48,.32);
  animation:clickBadgePulse 1.4s ease-in-out infinite;
}

@keyframes clickBadgePulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.09)}
}

.b-category-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.b-category-modal.open{
  display:flex;
}

.b-category-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,14,28,.76);
  backdrop-filter:blur(6px);
}

.b-category-dialog{
  position:relative;
  z-index:2;
  width:min(880px, 100%);
  max-height:92vh;
  overflow:auto;
  background:#ffffff;
  color:var(--text);
  border-radius:32px;
  padding:36px;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  border:4px solid var(--primary);
}

.b-category-close{
  position:absolute;
  top:16px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:0;
  background:#111827;
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.b-category-kicker{
  margin:0 0 8px;
  color:var(--primary);
  font-size:15px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.b-category-dialog h2{
  margin:0 52px 16px 0;
  font-size:clamp(32px, 5vw, 52px);
  color:var(--text);
}

.b-category-intro{
  margin:0 0 22px;
  font-size:22px;
  color:var(--muted);
  font-weight:800;
}

.b-category-content{
  display:grid;
  gap:16px;
}

.b-category-content p{
  margin:0;
  padding:20px 22px;
  border-radius:22px;
  background:linear-gradient(135deg, #f3f8ff, #ffffff);
  border:1px solid var(--line);
  font-size:20px;
  color:var(--muted);
}

.b-category-content strong{
  color:#0d2c5f;
}

.b-category-note{
  background:linear-gradient(135deg, #fff6d8, #ffffff) !important;
  border-color:#ffd84d !important;
}

.b-category-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.b-category-actions .btn{
  flex:1 1 240px;
}

@media (max-width: 640px){
  .b-category-dialog{
    padding:26px 18px;
    border-radius:24px;
  }

  .b-category-content p{
    font-size:17px;
    padding:18px;
  }

  .b-category-intro{
    font-size:18px;
  }

  .b-category-button em{
    position:static;
    margin-top:10px;
    width:max-content;
  }
}


/* v17: Gyöngyös helyszín kattintható gomb + felugró ablak */
.location-button{
  width:100%;
  text-align:left;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, #ffffff, #eaf7ff) !important;
  border:3px solid #0d63f3 !important;
  transform:scale(1.02);
  transition:.2s ease;
}

.location-button:hover{
  transform:scale(1.05) translateY(-2px);
  box-shadow:0 24px 52px rgba(0,0,0,.24);
}

.location-button em{
  position:absolute;
  right:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  min-height:36px;
  padding:6px 10px;
  border-radius:999px;
  background:#0d63f3;
  color:#fff;
  font-style:normal;
  font-weight:900;
  font-size:16px;
  letter-spacing:.04em;
  box-shadow:0 8px 18px rgba(13,99,243,.32);
  animation:locationClickPulse 1.4s ease-in-out infinite;
}

@keyframes locationClickPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.09)}
}

.location-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.location-modal.open{
  display:flex;
}

.location-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,14,28,.76);
  backdrop-filter:blur(6px);
}

.location-dialog{
  position:relative;
  z-index:2;
  width:min(880px, 100%);
  max-height:92vh;
  overflow:auto;
  background:#ffffff;
  color:var(--text);
  border-radius:32px;
  padding:36px;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  border:4px solid var(--primary);
}

.location-close{
  position:absolute;
  top:16px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:0;
  background:#111827;
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.location-kicker{
  margin:0 0 8px;
  color:var(--primary);
  font-size:15px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.location-dialog h2{
  margin:0 52px 16px 0;
  font-size:clamp(32px, 5vw, 52px);
  color:var(--text);
}

.location-intro{
  margin:0 0 22px;
  font-size:22px;
  color:var(--muted);
  font-weight:800;
}

.location-intro strong{
  color:#0d2c5f;
}

.location-list{
  display:grid;
  gap:16px;
}

.location-item{
  display:grid;
  grid-template-columns:62px 1fr;
  gap:18px;
  align-items:start;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg, #f3f8ff, #ffffff);
  border:1px solid var(--line);
}

.location-icon{
  width:62px;
  height:62px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #0d63f3, #084bbd);
  color:#fff;
  font-family:"Poppins", sans-serif;
  font-size:30px;
  font-weight:900;
  border:3px solid #fff;
  box-shadow:0 10px 22px rgba(13,99,243,.22);
}

.location-item h3{
  margin:0 0 8px;
  font-size:25px;
  color:var(--text);
}

.location-item p{
  margin:0;
  font-size:19px;
  color:var(--muted);
}

.location-item strong{
  color:#0d2c5f;
}

.location-highlight{
  margin-top:18px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
  font-size:20px;
  color:var(--text);
}

.location-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.location-actions .btn{
  flex:1 1 240px;
}

@media (max-width: 640px){
  .location-dialog{
    padding:26px 18px;
    border-radius:24px;
  }

  .location-item{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px;
  }

  .location-icon{
    width:52px;
    height:52px;
    font-size:26px;
  }

  .location-item p,
  .location-highlight{
    font-size:17px;
  }

  .location-intro{
    font-size:18px;
  }

  .location-button em{
    position:static;
    margin-top:10px;
    width:max-content;
  }
}


/* v18: strukturált kezdő akciógombok és árak modal */
.action-cards{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:18px !important;
  margin-top:30px;
  align-items:stretch;
}

.action-cards .fact-card{
  min-height:132px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.pricing-button{
  width:100%;
  text-align:left;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg, #fff7d1, #ffffff) !important;
  border:3px solid #ff7a00 !important;
  transform:scale(1.02);
  transition:.2s ease;
}

.pricing-button:hover{
  transform:scale(1.05) translateY(-2px);
  box-shadow:0 24px 52px rgba(0,0,0,.24);
}

.pricing-button strong{
  padding-right:70px;
}

.pricing-button em{
  position:absolute;
  right:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  min-height:36px;
  padding:6px 10px;
  border-radius:999px;
  background:#ff7a00;
  color:#fff;
  font-style:normal;
  font-weight:900;
  font-size:16px;
  letter-spacing:.04em;
  box-shadow:0 8px 18px rgba(255,122,0,.32);
  animation:pricingClickPulse 1.4s ease-in-out infinite;
}

@keyframes pricingClickPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.09)}
}

.b-category-button,
.location-button,
.pricing-button{
  border-radius:22px !important;
}

.b-category-button strong,
.location-button strong,
.pricing-button strong{
  font-size:21px;
  line-height:1.15;
}

.b-category-button span,
.location-button span,
.pricing-button span{
  margin-top:6px;
  font-size:14px;
}

.pricing-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.pricing-modal.open{
  display:flex;
}

.pricing-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,14,28,.76);
  backdrop-filter:blur(6px);
}

.pricing-dialog{
  position:relative;
  z-index:2;
  width:min(920px, 100%);
  max-height:92vh;
  overflow:auto;
  background:#ffffff;
  color:var(--text);
  border-radius:32px;
  padding:36px;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  border:4px solid #ff7a00;
}

.pricing-close{
  position:absolute;
  top:16px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:0;
  background:#111827;
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.pricing-kicker{
  margin:0 0 8px;
  color:#ff7a00;
  font-size:15px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.pricing-dialog h2{
  margin:0 52px 16px 0;
  font-size:clamp(32px, 5vw, 52px);
  color:var(--text);
}

.pricing-intro{
  margin:0 0 22px;
  font-size:22px;
  color:var(--muted);
  font-weight:800;
}

.pricing-modal-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.pricing-modal-card{
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg, #f3f8ff, #ffffff);
  border:1px solid var(--line);
}

.pricing-modal-card.featured{
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ff7a00;
}

.pricing-modal-card h3{
  margin:0 0 12px;
  font-size:22px;
}

.pricing-modal-price{
  margin:0;
  font-family:"Poppins", sans-serif;
  font-size:30px;
  font-weight:900;
  color:var(--text);
}

.pricing-modal-card span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-weight:700;
}

.pricing-note{
  margin-top:18px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
  font-size:19px;
  color:var(--text);
}

.pricing-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.pricing-actions .btn{
  flex:1 1 240px;
}

@media (max-width: 980px){
  .action-cards{
    grid-template-columns:1fr !important;
  }

  .action-cards .fact-card{
    min-height:112px;
  }

  .pricing-modal-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .pricing-dialog{
    padding:26px 18px;
    border-radius:24px;
  }

  .pricing-intro,
  .pricing-note{
    font-size:17px;
  }

  .pricing-button em{
    position:static;
    margin-top:10px;
    width:max-content;
  }

  .pricing-button strong{
    padding-right:0;
  }
}


/* v19: emberibb, kevésbé AI-s megjelenés */
.start-button{
  background:linear-gradient(135deg, #ffb000, #ff7a00) !important;
  border:3px solid rgba(255,255,255,.92) !important;
  box-shadow:0 16px 36px rgba(0,0,0,.28) !important;
  animation:none !important;
  transform:none !important;
}

.start-button:hover{
  transform:translateY(-2px) !important;
}

.start-button span{
  font-size:clamp(22px, 2.5vw, 30px) !important;
}

.action-cards{
  gap:16px !important;
  margin-top:28px !important;
}

.action-cards .fact-card{
  min-height:118px !important;
  padding:18px 18px !important;
  border-radius:20px !important;
  box-shadow:0 14px 34px rgba(0,0,0,.18) !important;
}

.pricing-button,
.b-category-button,
.location-button{
  transform:none !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(255,255,255,.7) !important;
}

.pricing-button:hover,
.b-category-button:hover,
.location-button:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 20px 46px rgba(0,0,0,.24) !important;
}

.pricing-button em,
.b-category-button em,
.location-button em{
  animation:none !important;
  min-width:auto !important;
  min-height:auto !important;
  padding:7px 11px !important;
  font-size:13px !important;
  border-radius:999px !important;
  letter-spacing:0 !important;
}

.pricing-button em{
  background:#ff7a00 !important;
}

.b-category-button em{
  background:#0d63f3 !important;
}

.location-button em{
  background:#127a4a !important;
}

.b-category-button strong,
.location-button strong,
.pricing-button strong{
  font-size:19px !important;
  padding-right:72px;
}

.b-category-button span,
.location-button span,
.pricing-button span{
  font-size:14px !important;
  color:#667085 !important;
}

.personal-note{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 320px;
  gap:24px;
  align-items:center;
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow:0 18px 46px rgba(20,42,84,.10);
}

.personal-note h2{
  font-size:clamp(28px, 3vw, 38px);
  color:var(--text);
}

.personal-note p:last-child{
  color:var(--muted);
  font-size:18px;
  margin-bottom:0;
}

.personal-call{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:130px;
  padding:22px;
  border-radius:24px;
  background:#0f2037;
  color:#fff;
  box-shadow:0 14px 34px rgba(15,32,55,.24);
}

.personal-call span{
  font-size:14px;
  opacity:.78;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.personal-call strong{
  margin-top:6px;
  font-size:24px;
  line-height:1.12;
}

.personal-call em{
  margin-top:8px;
  font-style:normal;
  font-size:20px;
  font-weight:900;
  color:#ffd84d;
}

.hero{
  background:
    linear-gradient(90deg, rgba(8,18,34,.42) 0%, rgba(8,18,34,.18) 48%, rgba(255,255,255,.02) 100%),
    url("images/homepage-background.webp") center center / cover no-repeat !important;
}

.hero-copy h1{
  max-width:760px !important;
}

.hero-copy .lead{
  max-width:700px !important;
}

@media (max-width: 980px){
  .personal-note{
    grid-template-columns:1fr;
    padding:22px;
  }

  .personal-call{
    min-height:auto;
  }

  .b-category-button strong,
  .location-button strong,
  .pricing-button strong{
    padding-right:0;
  }
}


/* v21: kezdőlapi három információs gomb bal oldalra, egymás alá */
.action-cards{
  grid-template-columns:1fr !important;
  width:min(420px, 100%) !important;
  margin-top:26px !important;
  margin-left:0 !important;
  margin-right:auto !important;
  gap:12px !important;
}

.action-cards .fact-card{
  min-height:96px !important;
  width:100% !important;
  text-align:left !important;
}

.hero-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start !important;
}

@media (max-width: 980px){
  .action-cards{
    width:100% !important;
  }
}


/* v25: három kezdőlapi információs gomb kisebb méretben, egymás mellett */
.action-cards{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:12px !important;
  width:min(760px, 100%) !important;
  margin-top:24px !important;
  margin-left:0 !important;
  margin-right:auto !important;
  align-items:stretch !important;
}

.action-cards .fact-card{
  min-height:86px !important;
  padding:14px 14px !important;
  border-radius:16px !important;
  width:100% !important;
  text-align:left !important;
}

.pricing-button,
.b-category-button,
.location-button{
  transform:none !important;
}

.pricing-button:hover,
.b-category-button:hover,
.location-button:hover{
  transform:translateY(-2px) !important;
}

.b-category-button strong,
.location-button strong,
.pricing-button strong{
  font-size:16px !important;
  line-height:1.15 !important;
  padding-right:52px !important;
}

.b-category-button span,
.location-button span,
.pricing-button span{
  font-size:12px !important;
  line-height:1.25 !important;
  margin-top:4px !important;
}

.pricing-button em,
.b-category-button em,
.location-button em{
  right:8px !important;
  top:8px !important;
  min-width:auto !important;
  min-height:auto !important;
  padding:5px 8px !important;
  font-size:11px !important;
}

.hero-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start !important;
}

@media (max-width: 980px){
  .action-cards{
    grid-template-columns:1fr !important;
    width:100% !important;
  }

  .action-cards .fact-card{
    min-height:92px !important;
  }

  .b-category-button strong,
  .location-button strong,
  .pricing-button strong{
    font-size:18px !important;
    padding-right:70px !important;
  }

  .b-category-button span,
  .location-button span,
  .pricing-button span{
    font-size:14px !important;
  }
}


/* v26: felső menü tisztítása */
.main-nav{
  font-size:17px !important;
  gap:24px !important;
}

.main-nav a{
  font-weight:800 !important;
  letter-spacing:.01em;
}

@media (max-width: 1120px){
  .main-nav{
    font-size:16px !important;
    gap:18px !important;
  }
}

@media (max-width: 980px){
  .main-nav{
    font-size:18px !important;
    gap:14px !important;
  }
}


/* v28: Képzés menete felugró ablak */
.training-process-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.training-process-modal.open{
  display:flex;
}

.training-process-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,14,28,.76);
  backdrop-filter:blur(6px);
}

.training-process-dialog{
  position:relative;
  z-index:2;
  width:min(940px, 100%);
  max-height:92vh;
  overflow:auto;
  background:#ffffff;
  color:var(--text);
  border-radius:32px;
  padding:36px;
  box-shadow:0 30px 90px rgba(0,0,0,.38);
  border:4px solid var(--primary);
}

.training-process-close{
  position:absolute;
  top:16px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:0;
  background:#111827;
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.training-process-kicker{
  margin:0 0 8px;
  color:var(--primary);
  font-size:15px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.training-process-dialog h2{
  margin:0 52px 16px 0;
  font-size:clamp(32px, 5vw, 52px);
  color:var(--text);
}

.training-process-intro{
  margin:0 0 22px;
  font-size:22px;
  color:var(--muted);
  font-weight:800;
}

.training-process-list{
  display:grid;
  gap:14px;
}

.training-process-item{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  align-items:start;
  padding:20px;
  border-radius:24px;
  background:linear-gradient(135deg, #f3f8ff, #ffffff);
  border:1px solid var(--line);
}

.training-process-number{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, #0d63f3, #084bbd);
  color:#fff;
  font-family:"Poppins", sans-serif;
  font-size:28px;
  font-weight:900;
  border:3px solid #fff;
  box-shadow:0 10px 22px rgba(13,99,243,.22);
}

.training-process-item h3{
  margin:0 0 8px;
  font-size:23px;
  color:var(--text);
}

.training-process-item p{
  margin:0;
  font-size:18px;
  color:var(--muted);
}

.training-process-note{
  margin-top:18px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
  font-size:20px;
  color:var(--text);
}

.training-process-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.training-process-actions .btn{
  flex:1 1 260px;
}

@media (max-width: 640px){
  .training-process-dialog{
    padding:26px 18px;
    border-radius:24px;
  }

  .training-process-item{
    grid-template-columns:1fr;
    gap:12px;
    padding:18px;
  }

  .training-process-number{
    width:52px;
    height:52px;
    font-size:26px;
  }

  .training-process-item p,
  .training-process-note{
    font-size:17px;
  }

  .training-process-intro{
    font-size:18px;
  }
}


/* v35: elméleti e-learning csomagok megjelenítése az árak ablakban */
.theory-packages-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.theory-packages-card h3{
  margin-bottom:2px;
}

.theory-package{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#ffffff;
}

.theory-package.featured-package{
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
}

.theory-package strong{
  display:block;
  color:var(--text);
  font-size:18px;
  line-height:1.2;
  margin-bottom:5px;
}

.theory-package span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
  margin:0;
}

.theory-package p{
  margin:0;
  white-space:nowrap;
  font-family:"Poppins", sans-serif;
  font-size:23px;
  font-weight:900;
  color:var(--text);
}

@media (max-width: 780px){
  .theory-package{
    grid-template-columns:1fr;
  }

  .theory-package p{
    font-size:24px;
  }
}


/* v36: hatósági vizsgadíjak az egyéb díjak alatt */
.exam-fees-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.exam-fees-card h3{
  margin-bottom:2px;
}

.exam-fee-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#ffffff;
}

.exam-fee-item strong{
  display:block;
  color:var(--text);
  font-size:18px;
  line-height:1.2;
  margin-bottom:5px;
}

.exam-fee-item span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
  margin:0;
}

.exam-fee-item p{
  margin:0;
  white-space:nowrap;
  font-family:"Poppins", sans-serif;
  font-size:23px;
  font-weight:900;
  color:var(--text);
}

.exam-fee-note{
  padding:16px;
  border-radius:18px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
  color:var(--text);
  font-size:15px;
  line-height:1.45;
}

.exam-fee-note strong{
  color:#0d2c5f;
}

@media (max-width: 780px){
  .exam-fee-item{
    grid-template-columns:1fr;
  }

  .exam-fee-item p{
    font-size:24px;
  }
}


/* v37: gyakorlati képzés kötelező minimumok */
.practice-fees-card{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.practice-requirements{
  display:grid;
  gap:10px;
  margin-top:8px;
}

.practice-requirements div{
  padding:14px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid var(--line);
}

.practice-requirements strong{
  display:block;
  color:var(--text);
  font-size:16px;
  line-height:1.2;
  margin-bottom:5px;
}

.practice-requirements span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
  margin:0;
}


/* v38: elsősegélynyújtó vizsga megjegyzés */
.first-aid-note{
  background:linear-gradient(135deg, #eef6ff, #ffffff) !important;
  border-color:#0d63f3 !important;
}

.first-aid-note span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}


/* v39: közúti elsősegélynyújtó vizsgadíj kiemelése */
.first-aid-price{
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid var(--line);
}

.first-aid-price strong{
  display:block;
  color:var(--text);
  font-size:17px;
  line-height:1.25;
}

.first-aid-price span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:14px;
  line-height:1.4;
}


/* v40: az Áraink felugró ablak szélesebb és magasabb lett */
.pricing-modal .modal-content,
#pricingModal .modal-content,
.pricing-modal-content{
  width: min(96vw, 1320px) !important;
  max-width: 1320px !important;
  max-height: calc(100vh - 2cm) !important;
  margin: 1cm auto !important;
  overflow-y: auto !important;
}

#pricingModal .modal-body,
.pricing-modal .modal-body{
  max-height: calc(100vh - 4cm) !important;
  overflow-y: auto !important;
}

@media (max-width: 780px){
  .pricing-modal .modal-content,
  #pricingModal .modal-content,
  .pricing-modal-content{
    width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 20px) !important;
    margin: 10px auto !important;
  }
}


/* v41: KRÉTA kártya és felugró ablak */
.kreta-button{
  cursor:pointer;
}

.kreta-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.kreta-modal.is-open{
  display:flex;
}

.kreta-modal-content{
  position:relative;
  width:min(760px, 94vw);
  max-height:calc(100vh - 44px);
  overflow-y:auto;
  background:#ffffff;
  border-radius:28px;
  padding:34px;
  box-shadow:0 30px 90px rgba(13,44,95,.28);
  border:1px solid var(--line);
}

.kreta-modal-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin:22px 0 8px;
}

.kreta-modal-card{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:1px solid #ffd84d;
}

.kreta-modal-card strong{
  display:block;
  color:var(--text);
  font-size:17px;
  line-height:1.2;
  margin-bottom:8px;
}

.kreta-modal-card span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.4;
}

@media (max-width: 900px){
  .kreta-modal-grid{
    grid-template-columns:1fr;
  }

  .kreta-modal-content{
    padding:26px;
  }
}


/* v42: KRÉTA modal kiemelt díjinformáció */
.kreta-highlight-box{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin:22px 0 4px;
}

.kreta-highlight-box div{
  padding:20px;
  border-radius:22px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
  box-shadow:0 14px 34px rgba(13,44,95,.10);
}

.kreta-highlight-box strong{
  display:block;
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:22px;
  line-height:1.15;
  margin-bottom:8px;
}

.kreta-highlight-box span{
  display:block;
  color:var(--muted);
  font-size:15px;
  line-height:1.45;
}

.kreta-highlight-box b{
  color:var(--text);
  font-weight:900;
}

@media (max-width: 900px){
  .kreta-highlight-box{
    grid-template-columns:1fr;
  }
}


/* v43: felső menü nagyobb, jól látható gombokkal */
.main-nav{
  gap:14px !important;
  align-items:center !important;
}

.main-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:46px !important;
  padding:12px 20px !important;
  border:2px solid rgba(13,44,95,.24) !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#0d2c5f !important;
  font-size:1.5em !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:0 8px 18px rgba(13,44,95,.08) !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease !important;
}

.main-nav a:hover{
  transform:translateY(-1px) !important;
  border-color:#0d63f3 !important;
  background:#f4f8ff !important;
  box-shadow:0 12px 24px rgba(13,44,95,.14) !important;
}

.main-nav a#openKretaModalNav{
  border-color:#ffd84d !important;
  background:linear-gradient(135deg, #fff6d8, #ffffff) !important;
  color:#0d2c5f !important;
  font-weight:900 !important;
}

@media (max-width: 950px){
  .main-nav{
    gap:8px !important;
    flex-wrap:wrap !important;
  }

  .main-nav a{
    min-height:40px !important;
    padding:10px 14px !important;
    font-size:1.12em !important;
  }
}


/* v44: Nyitvatartás gomb és felugró ablak */
.opening-hours-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.opening-hours-modal.is-open{
  display:flex;
}

.opening-hours-modal-content{
  position:relative;
  width:min(680px, 94vw);
  max-height:calc(100vh - 44px);
  overflow-y:auto;
  background:#ffffff;
  border-radius:28px;
  padding:34px;
  box-shadow:0 30px 90px rgba(13,44,95,.28);
  border:1px solid var(--line);
}

.opening-hours-list{
  display:grid;
  gap:12px;
  margin:22px 0 10px;
}

.opening-hours-row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border:2px solid #ffd84d;
}

.opening-hours-row strong{
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:21px;
  line-height:1.2;
}

.opening-hours-row span{
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:24px;
  font-weight:900;
  white-space:nowrap;
}

.opening-hours-row.closed{
  background:#ffffff;
  border-color:var(--line);
}

.opening-hours-row.closed span{
  color:#b42318;
}

@media (max-width: 700px){
  .opening-hours-modal-content{
    padding:26px;
  }

  .opening-hours-row{
    grid-template-columns:1fr;
  }

  .opening-hours-row span{
    font-size:22px;
  }
}


/* v45: KRÉTA és Nyitvatartás felugró ablakok jól látható bezáró gombja */
.kreta-modal .modal-close,
.opening-hours-modal .modal-close{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  width:52px !important;
  height:52px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:3px solid #0d2c5f !important;
  background:#ffffff !important;
  color:#0d2c5f !important;
  font-size:34px !important;
  font-weight:900 !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 10px 28px rgba(13,44,95,.22) !important;
  z-index:5 !important;
}

.kreta-modal .modal-close:hover,
.opening-hours-modal .modal-close:hover{
  background:#0d2c5f !important;
  color:#ffffff !important;
  transform:scale(1.04) !important;
}

.kreta-modal .modal-close:focus-visible,
.opening-hours-modal .modal-close:focus-visible{
  outline:4px solid #ffd84d !important;
  outline-offset:3px !important;
}

.kreta-modal-content,
.opening-hours-modal-content{
  padding-top:46px !important;
}

@media (max-width: 700px){
  .kreta-modal .modal-close,
  .opening-hours-modal .modal-close{
    top:12px !important;
    right:12px !important;
    width:48px !important;
    height:48px !important;
    font-size:32px !important;
  }
}


/* v47: ferdén álló, kilógó KATT címke kizárólag a felső sárga telefonszámmezőkön */
.top-call-btn{
  position:relative !important;
  overflow:visible !important;
}

.top-call-btn::after{
  content:"KATT" !important;
  position:absolute !important;
  top:-14px !important;
  right:-16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:68px !important;
  height:34px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#0d2c5f !important;
  color:#ffffff !important;
  border:2px solid #ffffff !important;
  box-shadow:0 10px 22px rgba(13,44,95,.26) !important;
  font-family:"Poppins", sans-serif !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
  line-height:1 !important;
  transform:rotate(-14deg) !important;
  z-index:4 !important;
  pointer-events:none !important;
}

.top-call-btn:hover::after{
  transform:rotate(-14deg) scale(1.04) !important;
}

@media (max-width: 900px){
  .top-call-btn::after{
    top:-10px !important;
    right:-8px !important;
    min-width:60px !important;
    height:30px !important;
    font-size:12px !important;
    padding:0 10px !important;
  }
}


/* v48: KATT címke kifelé lógjon, ne takarjon semmit a sárga mezőből */
.top-contact-buttons{
  gap:24px !important;
}

.top-call-btn{
  position:relative !important;
  overflow:visible !important;
  padding-right:32px !important; /* helyet hagy a jobb szélen */
}

.top-call-btn::after{
  content:"KATT" !important;
  position:absolute !important;
  top:-12px !important;
  right:-26px !important; /* kifelé lóg, nem a mezőre ül rá */
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:66px !important;
  height:32px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#0d2c5f !important;
  color:#ffffff !important;
  border:2px solid #ffffff !important;
  box-shadow:0 10px 22px rgba(13,44,95,.24) !important;
  font-family:"Poppins", sans-serif !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
  line-height:1 !important;
  transform:rotate(-14deg) !important;
  transform-origin:center !important;
  z-index:4 !important;
  pointer-events:none !important;
}

.top-call-btn:hover::after{
  transform:rotate(-14deg) scale(1.04) !important;
}

@media (max-width: 900px){
  .top-contact-buttons{
    gap:14px !important;
  }

  .top-call-btn{
    padding-right:26px !important;
  }

  .top-call-btn::after{
    top:-9px !important;
    right:-18px !important;
    min-width:58px !important;
    height:28px !important;
    font-size:12px !important;
    padding:0 10px !important;
  }
}


/* v49: KATT felirat keret és háttér nélkül, a sárga mezőn kívül */
.top-call-btn{
  position:relative !important;
  overflow:visible !important;
  padding-right:18px !important;
}

.top-call-btn::after{
  content:"KATT" !important;
  position:absolute !important;
  top:-16px !important;
  right:-22px !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  color:#0d2c5f !important;
  font-family:"Poppins", sans-serif !important;
  font-size:18px !important;
  font-weight:900 !important;
  letter-spacing:.05em !important;
  line-height:1 !important;
  transform:rotate(-14deg) !important;
  z-index:4 !important;
  pointer-events:none !important;
  text-shadow:
    0 1px 0 #ffffff,
    0 -1px 0 #ffffff,
    1px 0 0 #ffffff,
    -1px 0 0 #ffffff,
    1px 1px 0 #ffffff,
    -1px -1px 0 #ffffff;
}

.top-call-btn:hover::after{
  transform:rotate(-14deg) scale(1.03) !important;
}

@media (max-width: 900px){
  .top-call-btn{
    padding-right:14px !important;
  }

  .top-call-btn::after{
    top:-12px !important;
    right:-14px !important;
    font-size:15px !important;
  }
}


/* v50: cookie / mérési tájékoztató ablak */
.cookie-info-window{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  width:min(980px, calc(100vw - 36px));
  z-index:1200;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  padding:20px 22px;
  border-radius:24px;
  background:#ffffff;
  border:3px solid #0d2c5f;
  box-shadow:0 24px 70px rgba(13,44,95,.28);
}

.cookie-info-window.is-hidden{
  display:none;
}

.cookie-info-text strong{
  display:block;
  font-family:"Poppins", sans-serif;
  font-size:21px;
  line-height:1.2;
  color:#0d2c5f;
  margin-bottom:6px;
}

.cookie-info-text p{
  margin:0;
  color:var(--text);
  font-size:15px;
  line-height:1.45;
}

.cookie-info-actions{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
}

.cookie-info-btn{
  appearance:none;
  border:none;
  border-radius:999px;
  padding:12px 18px;
  font-family:"Poppins", sans-serif;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

.cookie-info-btn.primary{
  background:#0d2c5f;
  color:#ffffff;
}

.cookie-info-btn.secondary{
  background:#ffffff;
  color:#0d2c5f;
  border:2px solid rgba(13,44,95,.28);
}

.cookie-info-btn:hover{
  transform:translateY(-1px);
}

@media (max-width: 780px){
  .cookie-info-window{
    grid-template-columns:1fr;
    bottom:12px;
    width:calc(100vw - 24px);
    padding:18px;
  }

  .cookie-info-actions{
    justify-content:stretch;
  }

  .cookie-info-btn{
    flex:1;
  }
}


/* v51: Adatkezelési tájékoztató felugró ablak */
.privacy-modal{
  position:fixed;
  inset:0;
  z-index:1300;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.privacy-modal.is-open{
  display:flex;
}

.privacy-modal-content{
  position:relative;
  width:min(1180px, 96vw);
  max-height:calc(100vh - 36px);
  overflow:hidden;
  background:#ffffff;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:0 30px 90px rgba(13,44,95,.30);
  padding:0 !important;
}

.privacy-modal-header{
  position:sticky;
  top:0;
  z-index:2;
  padding:28px 34px 18px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border-bottom:1px solid var(--line);
}

.privacy-modal-header h2{
  margin:4px 70px 8px 0;
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:32px;
  line-height:1.1;
}

.privacy-modal-header p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}

.privacy-modal-body{
  max-height:calc(100vh - 170px);
  overflow-y:auto;
  padding:28px 34px 36px;
  color:var(--text);
}

.privacy-modal-body h2{
  margin:0 0 18px;
  color:#0d2c5f;
  font-family:"Poppins", sans-serif;
  font-size:30px;
  line-height:1.15;
}

.privacy-modal-body h3{
  margin:28px 0 12px;
  color:#0d2c5f;
  font-family:"Poppins", sans-serif;
  font-size:22px;
  line-height:1.25;
  padding-top:4px;
}

.privacy-modal-body p{
  margin:0 0 12px;
  line-height:1.62;
  font-size:15px;
}

.privacy-modal-body ul{
  margin:0 0 14px 22px;
  padding:0;
}

.privacy-modal-body li{
  margin:6px 0;
  line-height:1.55;
  font-size:15px;
}

.privacy-table-wrap{
  overflow:auto;
  margin:18px 0;
  border:1px solid var(--line);
  border-radius:18px;
}

.privacy-table-wrap table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
  background:#fff;
}

.privacy-table-wrap th,
.privacy-table-wrap td{
  border-bottom:1px solid var(--line);
  padding:12px 14px;
  text-align:left;
  vertical-align:top;
  font-size:14px;
  line-height:1.45;
}

.privacy-table-wrap th{
  background:#f4f8ff;
  color:#0d2c5f;
  font-weight:900;
}

.privacy-modal .privacy-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:54px !important;
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:3px solid #0d2c5f !important;
  background:#ffffff !important;
  color:#0d2c5f !important;
  font-size:36px !important;
  font-weight:900 !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 10px 28px rgba(13,44,95,.22) !important;
  z-index:5 !important;
}

.privacy-modal .privacy-modal-close:hover{
  background:#0d2c5f !important;
  color:#ffffff !important;
}

.footer-privacy-btn{
  appearance:none;
  border:none;
  background:transparent;
  color:inherit;
  text-decoration:underline;
  cursor:pointer;
  font:inherit;
}

@media (max-width: 780px){
  .privacy-modal{
    padding:10px;
  }

  .privacy-modal-content{
    width:calc(100vw - 20px);
    max-height:calc(100vh - 20px);
    border-radius:22px;
  }

  .privacy-modal-header{
    padding:24px 22px 16px;
  }

  .privacy-modal-header h2{
    font-size:24px;
    margin-right:58px;
  }

  .privacy-modal-body{
    max-height:calc(100vh - 150px);
    padding:22px;
  }

  .privacy-modal-body h2{
    font-size:24px;
  }

  .privacy-modal-body h3{
    font-size:19px;
  }

  .privacy-modal .privacy-modal-close{
    top:12px !important;
    right:12px !important;
    width:46px !important;
    height:46px !important;
    font-size:32px !important;
  }
}


/* v52: egyértelmű süti elfogadás / megtagadás ablak */
.cookie-info-window{
  border:3px solid #0d2c5f !important;
  box-shadow:0 24px 80px rgba(13,44,95,.32) !important;
}

.cookie-info-text strong{
  font-size:23px !important;
}

.cookie-info-btn.primary{
  background:#0d2c5f !important;
  color:#ffffff !important;
  border:2px solid #0d2c5f !important;
}

.cookie-info-btn.secondary{
  background:#ffffff !important;
  color:#0d2c5f !important;
  border:2px solid #0d2c5f !important;
}

.cookie-info-btn.primary,
.cookie-info-btn.secondary{
  min-width:130px !important;
}


/* v53: süti ablak biztos megjelenítése első betöltéskor */
.cookie-info-window{
  display:grid !important;
  opacity:1 !important;
  visibility:visible !important;
  z-index:9999 !important;
}

.cookie-info-window.is-hidden{
  display:none !important;
}


/* v54: főoldali információs kártyák egységesítése */
.action-cards{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(280px, 1fr)) !important;
  gap:16px !important;
  width:min(860px, 100%) !important;
  margin-top:28px !important;
  align-items:stretch !important;
}

.action-cards .fact-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  align-items:flex-start !important;
  min-height:138px !important;
  padding:20px 20px 18px !important;
  border-radius:22px !important;
  border:1px solid rgba(255,255,255,.72) !important;
  background:linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(245,248,252,.96) 100%) !important;
  box-shadow:0 14px 34px rgba(7,16,29,.18) !important;
  text-align:left !important;
  overflow:hidden !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
  backdrop-filter:blur(4px) !important;
}

.action-cards .fact-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg, #0d63f3, #5d9bff);
  opacity:.88;
}

.action-cards .fact-card:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 20px 42px rgba(7,16,29,.24) !important;
  border-color:rgba(13,99,243,.25) !important;
}

.action-cards .fact-card strong{
  display:block !important;
  width:100% !important;
  padding-right:92px !important;
  margin:0 0 8px 0 !important;
  color:#16243a !important;
  font-family:"Poppins", sans-serif !important;
  font-size:clamp(18px, 2vw, 25px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.01em !important;
}

.action-cards .fact-card span{
  display:block !important;
  max-width:92% !important;
  color:#5f6f84 !important;
  font-size:16px !important;
  line-height:1.28 !important;
  margin:0 !important;
  font-weight:700 !important;
}

.action-cards .fact-card em{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  min-width:unset !important;
  min-height:unset !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:#0d63f3 !important;
  color:#ffffff !important;
  font-style:normal !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  line-height:1 !important;
  box-shadow:0 8px 18px rgba(13,99,243,.26) !important;
}

.pricing-button,
.b-category-button,
.location-button,
.kreta-button{
  cursor:pointer !important;
  transform:none !important;
}

.pricing-button em,
.b-category-button em,
.location-button em,
.kreta-button em{
  background:#0d63f3 !important;
}

.kreta-button strong,
.kreta-button span{
  color:inherit !important;
}

@media (max-width: 980px){
  .action-cards{
    grid-template-columns:1fr !important;
    width:100% !important;
  }

  .action-cards .fact-card{
    min-height:124px !important;
  }

  .action-cards .fact-card strong{
    padding-right:88px !important;
    font-size:21px !important;
  }

  .action-cards .fact-card span{
    font-size:15px !important;
    max-width:100% !important;
  }
}


/* v56: bal alsó cégadatok a láblécben */
.site-footer{
  padding:28px 0 !important;
}

.footer-inner{
  align-items:flex-start !important;
}

.footer-company-data{
  text-align:left;
  color:rgba(255,255,255,.86);
  font-size:14px;
  line-height:1.45;
}

.footer-company-data p{
  margin:0 0 4px;
}

.footer-company-data a{
  color:#ffffff;
  font-weight:800;
}

.footer-company-data a:hover{
  color:#ffd84d;
}

.footer-right{
  margin-left:auto;
  text-align:right;
  color:rgba(255,255,255,.72);
}

.footer-right p{
  margin:0 0 8px;
}

@media (max-width: 760px){
  .footer-inner{
    flex-direction:column;
    gap:18px;
  }

  .footer-right{
    margin-left:0;
    text-align:left;
  }
}


/* v57: Vállalási feltételek felugró ablak */
.terms-modal{
  position:fixed;
  inset:0;
  z-index:1300;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.terms-modal.is-open{
  display:flex;
}

.terms-modal-content{
  position:relative;
  width:min(1180px, 96vw);
  max-height:calc(100vh - 36px);
  overflow:hidden;
  background:#ffffff;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:0 30px 90px rgba(13,44,95,.30);
  padding:0 !important;
}

.terms-modal-header{
  position:sticky;
  top:0;
  z-index:2;
  padding:28px 34px 18px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border-bottom:1px solid var(--line);
}

.terms-modal-header h2{
  margin:4px 70px 8px 0;
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:32px;
  line-height:1.1;
}

.terms-modal-header p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}

.terms-modal-body{
  max-height:calc(100vh - 170px);
  overflow-y:auto;
  padding:28px 34px 36px;
  color:var(--text);
}

.terms-modal-body h2{
  margin:0 0 18px;
  color:#0d2c5f;
  font-family:"Poppins", sans-serif;
  font-size:30px;
  line-height:1.15;
}

.terms-modal-body h3{
  margin:28px 0 12px;
  color:#0d2c5f;
  font-family:"Poppins", sans-serif;
  font-size:22px;
  line-height:1.25;
  padding-top:4px;
}

.terms-modal-body p{
  margin:0 0 12px;
  line-height:1.62;
  font-size:15px;
}

.terms-modal-body ul{
  margin:0 0 14px 22px;
  padding:0;
}

.terms-modal-body li{
  margin:6px 0;
  line-height:1.55;
  font-size:15px;
}

.terms-modal .terms-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:54px !important;
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:3px solid #0d2c5f !important;
  background:#ffffff !important;
  color:#0d2c5f !important;
  font-size:36px !important;
  font-weight:900 !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 10px 28px rgba(13,44,95,.22) !important;
  z-index:5 !important;
}

.terms-modal .terms-modal-close:hover{
  background:#0d2c5f !important;
  color:#ffffff !important;
}

@media (max-width: 780px){
  .terms-modal{
    padding:10px;
  }

  .terms-modal-content{
    width:calc(100vw - 20px);
    max-height:calc(100vh - 20px);
    border-radius:22px;
  }

  .terms-modal-header{
    padding:24px 22px 16px;
  }

  .terms-modal-header h2{
    font-size:24px;
    margin-right:58px;
  }

  .terms-modal-body{
    max-height:calc(100vh - 150px);
    padding:22px;
  }

  .terms-modal-body h2{
    font-size:24px;
  }

  .terms-modal-body h3{
    font-size:19px;
  }

  .terms-modal .terms-modal-close{
    top:12px !important;
    right:12px !important;
    width:46px !important;
    height:46px !important;
    font-size:32px !important;
  }
}


/* v59: külön szerkeszthető fogyasztóvédelmi mutatószámok modal */
.metrics-modal{
  position:fixed;
  inset:0;
  z-index:1300;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.metrics-modal.is-open{
  display:flex;
}

.metrics-modal-content{
  position:relative;
  width:min(1040px, 96vw);
  max-height:calc(100vh - 36px);
  overflow:hidden;
  background:#ffffff;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:0 30px 90px rgba(13,44,95,.30);
  padding:0 !important;
}

.metrics-modal-header{
  position:sticky;
  top:0;
  z-index:2;
  padding:28px 34px 18px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border-bottom:1px solid var(--line);
}

.metrics-modal-header h2{
  margin:4px 70px 8px 0;
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:32px;
  line-height:1.1;
}

.metrics-modal-header p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}

.metrics-frame{
  display:block;
  width:100%;
  height:min(620px, calc(100vh - 180px));
  border:0;
  background:#ffffff;
}

.metrics-modal .metrics-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:54px !important;
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:3px solid #0d2c5f !important;
  background:#ffffff !important;
  color:#0d2c5f !important;
  font-size:36px !important;
  font-weight:900 !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 10px 28px rgba(13,44,95,.22) !important;
  z-index:5 !important;
}

.metrics-modal .metrics-modal-close:hover{
  background:#0d2c5f !important;
  color:#ffffff !important;
}

@media (max-width: 780px){
  .metrics-modal{
    padding:10px;
  }

  .metrics-modal-content{
    width:calc(100vw - 20px);
    max-height:calc(100vh - 20px);
    border-radius:22px;
  }

  .metrics-modal-header{
    padding:24px 22px 16px;
  }

  .metrics-modal-header h2{
    font-size:24px;
    margin-right:58px;
  }

  .metrics-frame{
    height:calc(100vh - 150px);
  }

  .metrics-modal .metrics-modal-close{
    top:12px !important;
    right:12px !important;
    width:46px !important;
    height:46px !important;
    font-size:32px !important;
  }
}


/* v61: Impresszum modal és süti beállítások gomb */
.impressum-modal{
  position:fixed;
  inset:0;
  z-index:1300;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.impressum-modal.is-open{
  display:flex;
}

.impressum-modal-content{
  position:relative;
  width:min(900px, 96vw);
  max-height:calc(100vh - 36px);
  overflow:hidden;
  background:#ffffff;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:0 30px 90px rgba(13,44,95,.30);
  padding:0 !important;
}

.impressum-modal-header{
  position:sticky;
  top:0;
  z-index:2;
  padding:28px 34px 18px;
  background:linear-gradient(135deg, #fff6d8, #ffffff);
  border-bottom:1px solid var(--line);
}

.impressum-modal-header h2{
  margin:4px 70px 8px 0;
  color:var(--text);
  font-family:"Poppins", sans-serif;
  font-size:32px;
  line-height:1.1;
}

.impressum-modal-header p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
}

.impressum-modal-body{
  max-height:calc(100vh - 170px);
  overflow-y:auto;
  padding:28px 34px 36px;
  color:var(--text);
}

.impressum-grid{
  display:grid;
  gap:10px;
}

.impressum-row{
  display:grid;
  grid-template-columns:minmax(220px, .8fr) 1.2fr;
  gap:18px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}

.impressum-row strong{
  color:#0d2c5f;
}

.impressum-row span{
  color:#25344a;
}

.impressum-row a{
  color:#0d63f3;
  font-weight:800;
}

.impressum-modal .impressum-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:54px !important;
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  border:3px solid #0d2c5f !important;
  background:#ffffff !important;
  color:#0d2c5f !important;
  font-size:36px !important;
  font-weight:900 !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 10px 28px rgba(13,44,95,.22) !important;
  z-index:5 !important;
}

.impressum-modal .impressum-modal-close:hover{
  background:#0d2c5f !important;
  color:#ffffff !important;
}

#openCookieSettings{
  cursor:pointer;
}

@media (max-width: 780px){
  .impressum-modal{
    padding:10px;
  }

  .impressum-modal-content{
    width:calc(100vw - 20px);
    max-height:calc(100vh - 20px);
    border-radius:22px;
  }

  .impressum-modal-header{
    padding:24px 22px 16px;
  }

  .impressum-modal-header h2{
    font-size:24px;
    margin-right:58px;
  }

  .impressum-modal-body{
    max-height:calc(100vh - 150px);
    padding:22px;
  }

  .impressum-row{
    grid-template-columns:1fr;
    gap:4px;
  }

  .impressum-modal .impressum-modal-close{
    top:12px !important;
    right:12px !important;
    width:46px !important;
    height:46px !important;
    font-size:32px !important;
  }
}


/* v62: süti ablak eltüntetésének javítása */
.cookie-info-window.is-hidden,
#cookieInfoWindow.is-hidden{
  display:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

.cookie-info-window:not(.is-hidden),
#cookieInfoWindow:not(.is-hidden){
  display:grid !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}


/* v63: használhatósági és vizuális finomítások */
:root{
  --muted:#4f6278;
}

.main-nav{
  gap:10px !important;
}

.main-nav a{
  font-size:16px !important;
  letter-spacing:.01em !important;
  padding:12px 15px !important;
  min-height:46px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.hero-copy .lead{
  font-size:21px !important;
  line-height:1.55 !important;
}

.start-button{
  background:linear-gradient(135deg, #0d63f3, #084bbd) !important;
  border:3px solid rgba(255,255,255,.92) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.32),
    0 0 0 5px rgba(13,99,243,.18) !important;
  animation:none !important;
}

.start-button:hover{
  background:linear-gradient(135deg, #084bbd, #063a96) !important;
  transform:translateY(-2px) scale(1.02) !important;
}

.start-button span{
  font-size:clamp(23px, 2.6vw, 31px) !important;
}

.start-button small{
  font-size:15px !important;
  font-weight:800 !important;
}

.action-cards{
  width:min(900px, 100%) !important;
}

.action-cards .fact-card{
  min-height:142px !important;
  border:1px solid rgba(255,255,255,.82) !important;
}

.action-cards .fact-card strong{
  font-size:clamp(19px, 1.9vw, 24px) !important;
  line-height:1.12 !important;
  padding-right:96px !important;
}

.action-cards .fact-card span{
  color:#4f6278 !important;
  font-size:16px !important;
  font-weight:800 !important;
}

.action-cards .fact-card em{
  background:#103b6f !important;
  box-shadow:0 8px 18px rgba(16,59,111,.24) !important;
}

.contact-copy p,
.form-note,
.map-card-footer p,
.privacy-modal-body p,
.terms-modal-body p,
.impressum-row span,
.metrics-modal-header p{
  color:#42556c !important;
}

.footer-right{
  min-width:min(620px, 100%);
}

.footer-link-groups{
  display:grid;
  gap:8px;
  justify-items:end;
}

.footer-links{
  gap:10px !important;
}

.footer-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.82);
  font-size:13px;
  font-weight:800;
}

.footer-links a:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.footer-links-main a{
  color:#ffffff;
}

.footer-links-legal a{
  color:rgba(255,255,255,.74);
}

.cookie-info-text p{
  color:#42556c !important;
  font-size:15px !important;
}

.cookie-info-btn{
  font-size:15px !important;
  font-weight:900 !important;
}

@media (max-width: 1180px){
  .main-nav a{
    font-size:15px !important;
    padding:10px 12px !important;
  }
}

@media (max-width: 980px){
  .main-nav{
    gap:8px !important;
  }

  .main-nav a{
    width:100%;
    justify-content:flex-start !important;
    font-size:17px !important;
  }

  .footer-link-groups{
    justify-items:start;
  }

  .footer-links a{
    font-size:13px;
  }
}

@media (max-width: 760px){
  .hero-copy .lead{
    font-size:18px !important;
  }

  .action-cards .fact-card{
    min-height:126px !important;
  }

  .action-cards .fact-card strong{
    padding-right:84px !important;
    font-size:20px !important;
  }

  .footer-link-groups,
  .footer-links{
    width:100%;
  }

  .footer-links{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
  }
}


/* v64: oktatók és autók szekció */
.instructors-section{
  position:relative;
  padding:72px 0 36px;
  background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(246,249,253,.92));
}

.instructors-shell{
  position:relative;
  z-index:2;
}

.section-heading{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.section-eyebrow{
  margin:0 0 10px;
  color:#0d63f3;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:13px;
}

.section-heading h2{
  margin:0 0 14px;
  color:#14233b;
  font-family:"Poppins", sans-serif;
  font-size:clamp(30px, 3.2vw, 46px);
  line-height:1.06;
}

.section-heading p{
  margin:0;
  color:#4a5d75;
  font-size:18px;
  line-height:1.65;
}

.instructors-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
}

.instructor-card{
  display:grid;
  grid-template-columns:minmax(220px, 260px) 1fr;
  align-items:stretch;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(13,44,95,.10);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(15, 36, 74, .10);
}

.instructor-card.featured-instructor{
  border-color:rgba(13,99,243,.22);
  box-shadow:0 22px 54px rgba(13,99,243,.12);
}

.instructor-image-wrap{
  position:relative;
  min-height:100%;
  background:#edf2f8;
}

.instructor-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.instructor-body{
  padding:26px 24px 24px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.instructor-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.instructor-role-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:#0d63f3;
  color:#ffffff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.instructor-role-badge.light{
  background:#eef4ff;
  color:#0d4fb8;
  border:1px solid rgba(13,99,243,.18);
}

.instructor-card h3{
  margin:0;
  color:#14233b;
  font-family:"Poppins", sans-serif;
  font-size:30px;
  line-height:1.08;
}

.instructor-car{
  margin:0;
  color:#0d63f3;
  font-size:18px;
  font-weight:900;
}

.instructor-text{
  margin:0;
  color:#4a5d75;
  font-size:16px;
  line-height:1.65;
}

@media (max-width: 1180px){
  .instructors-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .instructors-section{
    padding:56px 0 20px;
  }

  .section-heading{
    text-align:left;
    margin-bottom:24px;
  }

  .section-heading p{
    font-size:16px;
  }

  .instructor-card{
    grid-template-columns:1fr;
  }

  .instructor-image{
    height:240px;
  }

  .instructor-card h3{
    font-size:24px;
  }

  .instructor-car{
    font-size:16px;
  }
}

/* v66: saját YouTube videók beágyazott szekció */
.video-section{
  background:
    linear-gradient(135deg, rgba(7,16,29,.96), rgba(13,99,243,.9)),
    url("images/homepage-background.webp") center center / cover no-repeat;
  color:#fff;
  overflow:hidden;
}

.video-section .eyebrow{
  color:var(--accent);
}

.video-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:34px;
}

.video-section-head h2{
  max-width:780px;
  color:#fff;
}

.video-section-head p{
  max-width:740px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:18px;
}

.video-booking-link{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:12px 22px;
  border-radius:999px;
  background:var(--accent);
  color:#132238;
  font-weight:900;
  box-shadow:0 16px 40px rgba(0,0,0,.24);
  transition:transform .18s ease, box-shadow .18s ease;
}

.video-booking-link:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 48px rgba(0,0,0,.32);
}

.video-showcase{
  display:grid;
  gap:22px;
}

.featured-video{
  display:grid;
  grid-template-columns:1.45fr .75fr;
  gap:22px;
  align-items:stretch;
  padding:18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:rgba(255,255,255,.1);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.video-frame,
.video-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:#050b14;
  aspect-ratio:16 / 9;
}

.video-frame iframe,
.video-card iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.featured-video-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:12px 12px 12px 2px;
}

.featured-video-copy span{
  width:max-content;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,216,77,.16);
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.featured-video-copy h3{
  color:#fff;
  font-size:30px;
}

.featured-video-copy p{
  margin:0;
  color:rgba(255,255,255,.78);
}

.video-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}

.video-card{
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}

@media (max-width: 1320px){
  .header-logo-img{
    width:220px;
    max-width:30vw;
  }

  .main-nav{
    gap:12px;
    font-size:13px;
  }

  .nav-booking-link{
    padding:7px 10px;
  }
}

@media (max-width: 980px){
  .video-section-head,
  .featured-video{
    grid-template-columns:1fr;
  }

  .video-section-head{
    display:grid;
    align-items:start;
  }

  .video-booking-link{
    width:100%;
  }

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

@media (max-width: 640px){
  .featured-video{
    padding:12px;
  }

  .featured-video-copy{
    padding:4px;
  }

  .featured-video-copy h3{
    font-size:24px;
  }

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

/* v65: jól látható időpontfoglalás jelentkezéshez */
.nav-booking-link{
  color:var(--primary) !important;
  background:rgba(13,99,243,.1);
  border:1px solid rgba(13,99,243,.18);
  border-radius:999px;
  padding:8px 14px;
}

.booking-hero-button{
  min-height:72px;
  width:min(100%, 520px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:2px;
  padding:16px 22px;
  border:2px solid rgba(255,216,77,.95);
  border-radius:18px;
  background:linear-gradient(135deg, #ffd84d, #ffe992);
  color:#132238;
  box-shadow:0 18px 42px rgba(0,0,0,.24);
  font-weight:900;
  transition:transform .18s ease, box-shadow .18s ease;
}

.booking-hero-button span{
  font-family:"Poppins", sans-serif;
  font-size:20px;
  line-height:1.2;
}

.booking-hero-button small{
  color:#3d4c5f;
  font-size:13px;
  font-weight:800;
}

.booking-hero-button:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 52px rgba(0,0,0,.3);
}

.booking-section{
  position:relative;
  background:
    linear-gradient(135deg, rgba(13,99,243,.94), rgba(9,32,63,.98)),
    url("images/homepage-background.webp") center center / cover no-repeat;
  color:#fff;
}

.booking-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:start;
}

.booking-copy h2{
  color:#fff;
}

.booking-copy p{
  max-width:620px;
  color:rgba(255,255,255,.84);
  font-size:18px;
}

.booking-highlights{
  display:grid;
  gap:12px;
  margin-top:28px;
}

.booking-highlights div{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.1);
}

.booking-highlights strong{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--accent);
  color:#132238;
  font-family:"Poppins", sans-serif;
}

.booking-highlights span{
  color:rgba(255,255,255,.86);
  font-weight:800;
}

.booking-form{
  border:3px solid var(--accent);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.booking-form h3{
  color:var(--primary);
}

.booking-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.booking-time-note{
  margin:10px 0 14px;
  padding:12px 14px;
  border-radius:14px;
  background:#eef6ff;
  color:#405269;
  font-size:14px;
  font-weight:800;
  line-height:1.45;
}

.booking-documents{
  margin:16px 0 18px;
  border:1px solid #d7e5f5;
  border-radius:18px;
  background:#f8fbff;
  overflow:hidden;
}

.booking-documents summary{
  cursor:pointer;
  list-style:none;
  padding:16px 18px;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.booking-documents summary::-webkit-details-marker{
  display:none;
}

.booking-documents summary span{
  color:#132238;
  font-family:"Poppins", sans-serif;
  font-size:17px;
  font-weight:800;
}

.booking-documents summary small{
  color:#65758b;
  font-size:13px;
  font-weight:800;
}

.booking-documents-body{
  border-top:1px solid #d7e5f5;
  padding:16px 18px 18px;
}

.booking-documents-body p{
  margin:0 0 14px;
  color:#52657d;
  font-size:14px;
}

.document-upload-list{
  display:grid;
  gap:10px;
}

.document-upload-item{
  display:grid !important;
  grid-template-columns:auto 1fr;
  gap:8px 10px;
  align-items:center;
  margin:0 !important;
  padding:12px;
  border:1px solid #e0e9f4;
  border-radius:14px;
  background:#fff;
}

.document-upload-item > span{
  color:#132238;
  font-weight:900;
}

.document-upload-item > small{
  grid-column:2;
  margin-top:-4px;
  color:#65758b;
  font-size:12px;
  font-weight:700;
}

.document-upload-item input[type="checkbox"]{
  width:18px;
  height:18px;
  margin:0;
  accent-color:var(--primary);
}

.document-upload-item input[type="file"]{
  grid-column:1 / -1;
  padding:10px;
  border-radius:12px;
  background:#f7faff;
  font-size:13px;
}

.document-upload-note{
  margin:14px 0 0 !important;
  padding:10px 12px;
  border-radius:12px;
  background:#fff7d7;
  color:#604b00 !important;
  font-weight:800;
}

.contact-form select{
  width:100%;
  padding:14px 15px;
  border-radius:14px;
  border:1px solid var(--line);
  font:inherit;
  background:#fbfdff;
  color:var(--text);
}

.booking-submit{
  margin-top:4px;
  background:#0b7a2a;
}

.booking-submit:hover{
  background:#075d20;
}

.booking-honeypot{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.booking-status.success{
  color:#0b6b2a;
  font-weight:900;
}

.booking-status.error{
  color:#b42318;
  font-weight:900;
}

@media (max-width: 980px){
  .booking-layout{
    grid-template-columns:1fr;
  }

  .nav-booking-link{
    padding:0;
    background:transparent;
    border:0;
  }
}

@media (max-width: 640px){
  .booking-hero-button{
    width:100%;
  }

  .booking-fields{
    grid-template-columns:1fr;
  }
}

@media (min-width: 981px) and (max-width: 1320px){
  .header-logo-img{
    width:190px !important;
    max-width:24vw !important;
  }

  .main-nav{
    gap:9px !important;
    font-size:13px !important;
  }

  .main-nav a{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .main-nav .nav-booking-link{
    padding:6px 8px !important;
  }
}

/* v67: időpontfoglalás utáni kötelező dokumentumlista */
.booking-docs-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.booking-docs-modal.is-open{
  display:flex;
}

.booking-docs-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,11,20,.72);
  backdrop-filter:blur(8px);
}

.booking-docs-dialog{
  position:relative;
  width:min(940px, 100%);
  max-height:calc(100vh - 48px);
  overflow:auto;
  padding:34px;
  border-radius:26px;
  background:#fff;
  color:#132238;
  box-shadow:0 34px 120px rgba(0,0,0,.38);
}

.booking-docs-close{
  position:absolute;
  top:16px;
  right:16px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#edf4ff;
  color:#0d63f3;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  font-weight:800;
}

.booking-docs-kicker{
  margin:0 0 10px;
  color:#0d63f3;
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.booking-docs-dialog h2{
  max-width:780px;
  margin-bottom:14px;
  color:#132238;
}

.booking-docs-lead{
  max-width:800px;
  margin:0 0 24px;
  color:#52657d;
  font-size:18px;
}

.booking-docs-list{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
}

.booking-docs-item{
  padding:16px;
  border:1px solid #dce8f5;
  border-radius:18px;
  background:#f8fbff;
}

.booking-docs-item strong{
  display:block;
  margin-bottom:6px;
  color:#132238;
  font-family:"Poppins", sans-serif;
  font-size:18px;
}

.booking-docs-item span{
  display:block;
  color:#52657d;
  font-size:15px;
}

.booking-docs-warning{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:18px;
  padding:16px;
  border-radius:18px;
  background:#fff4c7;
  color:#4b3900;
  font-weight:800;
}

.booking-docs-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

@media (max-width: 760px){
  .booking-docs-modal{
    padding:12px;
  }

  .booking-docs-dialog{
    padding:24px 18px;
    border-radius:20px;
  }

  .booking-docs-list{
    grid-template-columns:1fr;
  }

  .booking-docs-actions .btn{
    width:100%;
  }
}

/* v-booking-system: valódi időpontfoglaló státuszüzenetek */
.booking-status{
  min-height:22px;
  margin:8px 0 14px;
  font-size:14px;
  font-weight:900;
  line-height:1.45;
}

.booking-status.info{color:#0d63f3;}
.booking-status.success{color:#0b7a2a;}
.booking-status.warning{color:#8a5a00;}
.booking-status.error{color:#b42318;}

.booking-submit:disabled{
  opacity:.65;
  cursor:not-allowed;
  transform:none !important;
}


/* v70: Vállalási feltételek HTML dokumentum nézet */
.terms-document-html{
  max-width:980px;
  margin:0 auto;
}
.terms-document-html .terms-kifuggesztve{
  color:#b42318;
  font-weight:900;
  font-size:18px;
  margin-bottom:18px;
}
.terms-info-grid{
  display:grid;
  gap:0;
  margin:18px 0 26px;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.terms-info-row{
  display:grid;
  grid-template-columns:minmax(220px, .42fr) 1fr;
  gap:18px;
  padding:11px 14px;
  border-bottom:1px solid var(--line);
  font-size:15px;
}
.terms-info-row:last-child{border-bottom:0;}
.terms-info-row strong{color:#0d2c5f;}
.terms-info-row span{color:var(--text);}
.terms-info-row-full{grid-template-columns:1fr;}
.terms-modal-body ol{
  margin:0 0 14px 24px;
  padding:0;
}
.terms-modal-body ol li{
  margin:6px 0;
  line-height:1.55;
  font-size:15px;
}
.terms-signature{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--line);
}
@media (max-width:640px){
  .terms-info-row{
    grid-template-columns:1fr;
    gap:2px;
  }
}

/* v2026-07-03: új főoldali háttérkép és hero elrendezés a középső logó szabadon hagyására */
.hero{
  min-height:min(920px, calc(100vh - 78px));
  padding:104px 0 56px !important;
  background:
    linear-gradient(180deg, rgba(247,249,252,.24) 0%, rgba(247,249,252,.08) 22%, rgba(255,255,255,.16) 100%),
    linear-gradient(90deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.16) 22%, rgba(255,255,255,0) 42%, rgba(255,255,255,.10) 72%, rgba(255,255,255,.32) 100%),
    url("images/homepage-background.webp") center 38% / cover no-repeat !important;
}

.hero-grid{
  display:flex !important;
  align-items:flex-end !important;
  min-height:clamp(620px, 74vh, 800px);
  position:relative;
}

.hero-copy{
  position:relative;
  z-index:3;
  max-width:520px !important;
  margin:0 !important;
  padding:28px !important;
  border-radius:28px !important;
  background:rgba(255,255,255,.80) !important;
  border:1px solid rgba(255,255,255,.65) !important;
  box-shadow:0 24px 56px rgba(18, 36, 71, .14) !important;
  backdrop-filter:blur(8px);
}

.hero .eyebrow{
  color:#0b3f95 !important;
  letter-spacing:.08em;
}

.hero-copy h1{
  max-width:none !important;
  color:#0f172a !important;
  font-size:clamp(34px, 4vw, 54px) !important;
  line-height:1.02 !important;
  text-shadow:none !important;
  margin-bottom:18px !important;
}

.hero-copy .lead,
.hero .lead{
  max-width:none !important;
  color:#334155 !important;
  font-size:18px !important;
  line-height:1.58 !important;
  text-shadow:none !important;
}

.hero-actions-main{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:14px !important;
  width:100% !important;
  margin-bottom:18px !important;
}

.booking-hero-button,
.start-button{
  width:100% !important;
}

.action-cards{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  width:min(980px, 100%) !important;
  gap:12px !important;
  margin-top:20px !important;
}

.action-cards .fact-card{
  min-height:88px !important;
  padding:14px 14px !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(203,213,225,.95) !important;
  box-shadow:0 14px 28px rgba(15, 23, 42, .08) !important;
  backdrop-filter:blur(8px);
}

.hero-visual,
.top-map-card,
.floating-note{
  display:none !important;
}

.top-contact-buttons{
  position:absolute !important;
  top:18px !important;
  left:0 !important;
  z-index:4 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  max-width:560px !important;
}

.top-call-btn{
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(203,213,225,.95) !important;
  box-shadow:0 12px 26px rgba(15,23,42,.08) !important;
  color:#0f172a !important;
}

.top-call-btn span{
  color:#475569 !important;
}

.top-call-btn strong{
  color:#0b3f95 !important;
}

.hero-map-corner{
  position:absolute !important;
  top:8px !important;
  right:0 !important;
  z-index:4 !important;
  width:min(320px, 31vw) !important;
  height:190px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(203,213,225,.95) !important;
  box-shadow:0 14px 30px rgba(15,23,42,.10) !important;
}

.hero-map-link{
  background:rgba(255,255,255,.96) !important;
  color:#0b3f95 !important;
}

@media (max-width: 1200px){
  .action-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    width:min(760px, 100%) !important;
  }

  .hero-map-corner{
    width:min(290px, 34vw) !important;
  }
}

@media (max-width: 980px){
  .hero{
    min-height:auto !important;
    padding:88px 0 34px !important;
    background-position:center top !important;
    background-size:cover !important;
  }

  .hero-grid{
    display:block !important;
    min-height:auto !important;
    padding-top:220px !important;
  }

  .top-contact-buttons{
    position:static !important;
    max-width:none !important;
    margin:0 0 16px 0 !important;
    gap:10px !important;
  }

  .top-call-btn{
    flex:1 1 100% !important;
  }

  .hero-map-corner{
    position:static !important;
    width:100% !important;
    max-width:none !important;
    height:220px !important;
    margin:18px 0 0 0 !important;
  }

  .hero-copy{
    max-width:none !important;
    padding:22px !important;
    background:rgba(255,255,255,.88) !important;
  }

  .hero-copy h1{
    font-size:clamp(30px, 8vw, 42px) !important;
  }

  .hero-copy .lead,
  .hero .lead{
    font-size:16px !important;
  }

  .action-cards{
    grid-template-columns:1fr !important;
    width:100% !important;
  }
}

@media (max-width: 640px){
  .hero{
    padding-top:76px !important;
  }

  .hero-grid{
    padding-top:180px !important;
  }

  .hero-copy{
    padding:20px !important;
    border-radius:22px !important;
  }

  .hero-map-corner{
    height:200px !important;
  }
}


/* v2026-07-03b: teljes hero újrarendezés – tiszta háttér, olvasható gombok, asztali/mobil stabilitás */
.hero.hero-redesign{
  position:relative !important;
  overflow:visible !important;
  min-height:0 !important;
  padding:0 0 58px !important;
  background:#f5f8fc !important;
}

.hero-redesign .hero-clean-visual{
  width:100%;
  min-height:clamp(430px, 46vw, 650px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.00) 64%, rgba(245,248,252,1) 100%),
    url("images/homepage-background.webp") center center / cover no-repeat;
  border-bottom:1px solid rgba(203,213,225,.65);
}

.hero-redesign .hero-content-strip{
  position:relative;
  z-index:3;
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) 360px !important;
  gap:26px !important;
  align-items:start !important;
  margin-top:-78px !important;
}

.hero-redesign .hero-copy{
  display:block !important;
  max-width:none !important;
  width:100% !important;
  margin:0 !important;
  padding:30px !important;
  border-radius:30px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(203,213,225,.95) !important;
  box-shadow:0 24px 60px rgba(15,23,42,.12) !important;
  backdrop-filter:blur(10px);
}

.hero-redesign .eyebrow{
  margin:0 0 10px !important;
  color:#0d63f3 !important;
  text-shadow:none !important;
}

.hero-redesign .hero-copy h1{
  max-width:880px !important;
  margin:0 0 16px !important;
  color:#0f172a !important;
  text-shadow:none !important;
  font-size:clamp(34px, 4.4vw, 56px) !important;
  line-height:1.05 !important;
}

.hero-redesign .hero-copy .lead,
.hero-redesign .lead{
  max-width:820px !important;
  margin:0 0 24px !important;
  color:#334155 !important;
  text-shadow:none !important;
  font-size:18px !important;
  line-height:1.6 !important;
}

.hero-redesign .hero-actions-main{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:14px !important;
  width:100% !important;
  margin:0 0 20px !important;
}

.hero-redesign .booking-hero-button,
.hero-redesign .start-button{
  width:100% !important;
  min-height:92px !important;
  border-radius:22px !important;
  padding:18px 20px !important;
  transform:none !important;
  animation:none !important;
  box-shadow:0 14px 30px rgba(15,23,42,.12) !important;
  text-align:left !important;
  text-decoration:none !important;
}

.hero-redesign .booking-hero-button{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  background:linear-gradient(135deg, #fff7cc, #ffd84d) !important;
  color:#10213b !important;
  border:1px solid rgba(180,128,0,.26) !important;
}

.hero-redesign .start-button{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  background:linear-gradient(135deg, #0d63f3, #084bbd) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.34) !important;
  cursor:pointer !important;
}

.hero-redesign .booking-hero-button span,
.hero-redesign .start-button span{
  display:block !important;
  font-family:"Poppins", sans-serif !important;
  font-size:clamp(20px, 2.1vw, 28px) !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  color:inherit !important;
}

.hero-redesign .booking-hero-button small,
.hero-redesign .start-button small{
  display:block !important;
  margin-top:8px !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
  color:inherit !important;
  opacity:.9 !important;
}

.hero-redesign .action-cards{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:12px !important;
  width:100% !important;
  margin:0 !important;
}

.hero-redesign .action-cards .fact-card{
  position:relative !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  min-height:122px !important;
  padding:18px !important;
  border-radius:22px !important;
  background:#ffffff !important;
  border:1px solid #d9e3f0 !important;
  box-shadow:0 12px 26px rgba(15,23,42,.08) !important;
  color:#132238 !important;
  text-align:left !important;
  cursor:pointer !important;
  transform:none !important;
  animation:none !important;
}

.hero-redesign .action-cards .fact-card strong{
  padding-right:0 !important;
  color:#10213b !important;
  font-size:clamp(18px, 1.45vw, 22px) !important;
  line-height:1.08 !important;
}

.hero-redesign .action-cards .fact-card span{
  margin-top:8px !important;
  color:#52657d !important;
  font-size:14px !important;
  line-height:1.32 !important;
}

.hero-redesign .action-cards .fact-card em{
  position:static !important;
  align-self:flex-start !important;
  display:inline-flex !important;
  margin-top:14px !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:#0d63f3 !important;
  color:#ffffff !important;
  font-style:normal !important;
  font-weight:900 !important;
  font-size:13px !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
  animation:none !important;
}

.hero-redesign .hero-side-panel{
  display:grid !important;
  gap:14px !important;
}

.hero-redesign .side-contact-buttons{
  display:grid !important;
  gap:12px !important;
}

.hero-redesign .top-call-btn{
  position:static !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-height:80px !important;
  padding:16px 18px !important;
  border-radius:22px !important;
  background:#ffffff !important;
  border:1px solid #d9e3f0 !important;
  color:#10213b !important;
  box-shadow:0 12px 26px rgba(15,23,42,.08) !important;
  white-space:normal !important;
  text-align:left !important;
}

.hero-redesign .top-call-btn span{
  margin-bottom:5px !important;
  color:#52657d !important;
  font-size:12px !important;
  line-height:1.2 !important;
}

.hero-redesign .top-call-btn strong{
  color:#0d63f3 !important;
  font-size:23px !important;
  line-height:1.12 !important;
}

.hero-redesign .hero-map-card{
  position:relative !important;
  width:100% !important;
  height:238px !important;
  overflow:hidden !important;
  border-radius:24px !important;
  border:1px solid #d9e3f0 !important;
  background:#fff !important;
  box-shadow:0 12px 26px rgba(15,23,42,.08) !important;
}

.hero-redesign .hero-map-card iframe{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

.hero-redesign .hero-map-link{
  position:absolute !important;
  left:12px !important;
  right:12px !important;
  bottom:10px !important;
  display:block !important;
  padding:8px 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.96) !important;
  color:#0d63f3 !important;
  font-size:13px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  text-align:center !important;
  box-shadow:0 8px 18px rgba(15,23,42,.14) !important;
}

.hero-redesign .hero-visual,
.hero-redesign .top-map-card,
.hero-redesign .floating-note,
.hero-redesign > .top-contact-buttons,
.hero-redesign > .hero-map-corner{
  display:none !important;
}

@media (max-width: 1180px){
  .hero-redesign .hero-content-strip{
    grid-template-columns:1fr !important;
    margin-top:-62px !important;
  }

  .hero-redesign .hero-side-panel{
    grid-template-columns:1fr 1fr 1fr !important;
    align-items:stretch !important;
  }

  .hero-redesign .side-contact-buttons{
    display:contents !important;
  }

  .hero-redesign .hero-map-card{
    height:180px !important;
  }

  .hero-redesign .action-cards{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px){
  .hero.hero-redesign{
    padding-bottom:38px !important;
  }

  .hero-redesign .hero-clean-visual{
    min-height:300px !important;
    background-position:center top !important;
  }

  .hero-redesign .hero-content-strip{
    display:grid !important;
    gap:16px !important;
    margin-top:-36px !important;
  }

  .hero-redesign .hero-copy{
    padding:20px !important;
    border-radius:24px !important;
  }

  .hero-redesign .hero-copy h1{
    font-size:32px !important;
  }

  .hero-redesign .hero-copy .lead,
  .hero-redesign .lead{
    font-size:16px !important;
  }

  .hero-redesign .hero-actions-main,
  .hero-redesign .action-cards,
  .hero-redesign .hero-side-panel{
    grid-template-columns:1fr !important;
  }

  .hero-redesign .booking-hero-button,
  .hero-redesign .start-button{
    min-height:84px !important;
    text-align:left !important;
  }

  .hero-redesign .action-cards .fact-card{
    min-height:108px !important;
  }

  .hero-redesign .hero-map-card{
    height:220px !important;
  }
}

@media (max-width: 430px){
  .hero-redesign .hero-clean-visual{
    min-height:240px !important;
  }

  .hero-redesign .hero-copy h1{
    font-size:28px !important;
  }
}


/* v83: fejléc- és gomboptimalizálás keskeny képernyőkre */
.main-nav a,
.hero-redesign .booking-hero-button,
.hero-redesign .start-button,
.hero-redesign .action-cards .fact-card,
.hero-redesign .top-call-btn{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
  overflow-wrap:anywhere;
}

@media (max-width: 1120px){
  .header-inner{
    min-height:72px;
  }

  .header-logo-img{
    width:200px !important;
    max-width:calc(100vw - 86px) !important;
  }

  .menu-toggle{
    display:flex;
    flex:0 0 46px;
    width:46px;
    height:46px;
    align-items:center;
    justify-content:center;
    padding:0;
    line-height:1;
  }

  .main-nav{
    position:absolute;
    left:0;
    right:0;
    top:72px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px !important;
    max-height:calc(100vh - 72px);
    padding:14px max(18px, calc((100vw - 1160px) / 2)) 20px;
    overflow-y:auto;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:0 16px 30px rgba(15,23,42,.12);
  }

  .main-nav.open{
    display:flex;
  }

  .main-nav a,
  .main-nav .nav-booking-link{
    width:100%;
    padding:11px 12px !important;
    border-radius:12px;
    text-align:left;
  }
}

@media (max-width: 430px){
  .hero-redesign .booking-hero-button,
  .hero-redesign .start-button{
    min-height:0 !important;
    padding:16px !important;
  }

  .hero-redesign .booking-hero-button span,
  .hero-redesign .start-button span{
    font-size:19px !important;
  }
}

/* v2026-07-03: YouTube adatvédelmi placeholder – az iframe csak kattintás + süti elfogadás után töltődik be */
.video-frame,
.video-card{
  position:relative;
}

.youtube-deferred{
  width:100%;
  min-height:100%;
  aspect-ratio:16 / 9;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:9px;
  padding:22px;
  border:0;
  border-radius:inherit;
  cursor:pointer;
  text-align:left;
  color:#ffffff;
  background:
    linear-gradient(135deg, rgba(13,99,243,.94), rgba(8,75,189,.94)),
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.22), transparent 32%);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
}

.video-card .youtube-deferred{
  border-radius:18px;
  min-height:180px;
}

.featured-video .youtube-deferred{
  min-height:320px;
}

.youtube-deferred-label{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.youtube-deferred strong{
  display:block;
  font-family:"Poppins", sans-serif;
  font-size:clamp(20px, 2.3vw, 32px);
  line-height:1.08;
}

.video-card .youtube-deferred strong{
  font-size:18px;
}

.youtube-deferred small{
  display:block;
  max-width:520px;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}

.youtube-deferred em{
  display:inline-flex;
  margin-top:4px;
  padding:10px 14px;
  border-radius:999px;
  background:#ffd84d;
  color:#10213b;
  font-style:normal;
  font-size:14px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(0,0,0,.16);
}

.youtube-deferred:hover{
  transform:translateY(-1px);
}

.youtube-deferred.needs-consent{
  background:
    linear-gradient(135deg, rgba(15,32,55,.96), rgba(13,99,243,.92)),
    radial-gradient(circle at 84% 18%, rgba(255,216,77,.22), transparent 32%);
}

.video-frame iframe,
.video-card iframe{
  width:100%;
  aspect-ratio:16 / 9;
  border:0;
  border-radius:inherit;
  display:block;
}

.cookie-info-window[aria-hidden="true"],
.cookie-info-window.is-hidden{
  display:none !important;
}

@media (max-width: 760px){
  .featured-video .youtube-deferred{
    min-height:230px;
  }

  .youtube-deferred{
    padding:18px;
  }
}

/* v71: stabil asztali es mobil elrendezes Rackhost statikus tarhelyhez */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

.site-header .header-inner{
  width:min(1480px, calc(100% - 28px));
}

@media (min-width:1241px){
  .site-header .header-logo-img{
    width:210px !important;
    max-width:18vw !important;
  }

  .site-header .main-nav{
    min-width:0;
    gap:6px !important;
    font-size:13px !important;
  }

  .site-header .main-nav a{
    flex:0 0 auto;
    padding:9px 10px !important;
    white-space:nowrap;
  }

  .site-header .main-nav .nav-booking-link{
    padding:9px 11px !important;
  }
}

@media (max-width:1240px){
  .site-header .header-inner{
    min-height:74px;
  }

  .site-header .header-logo-img{
    width:210px !important;
    max-width:58vw !important;
  }

  .site-header .menu-toggle{
    display:block;
    width:46px;
    height:46px;
    padding:0;
    border-radius:12px;
    color:#10213b;
    line-height:1;
  }

  .site-header .main-nav{
    position:absolute;
    left:0;
    right:0;
    top:74px;
    display:none;
    max-height:calc(100vh - 74px);
    overflow-y:auto;
    padding:14px max(18px, calc((100% - 1160px) / 2)) 22px;
    background:rgba(255,255,255,.98);
    border-bottom:1px solid var(--line);
    box-shadow:0 18px 34px rgba(15,23,42,.12);
    flex-direction:column;
    align-items:stretch;
    gap:4px !important;
  }

  .site-header .main-nav.open{
    display:flex;
  }

  .site-header .main-nav a,
  .site-header .main-nav .nav-booking-link{
    width:100%;
    min-height:44px;
    justify-content:flex-start !important;
    padding:10px 12px !important;
    border-radius:10px;
    font-size:16px !important;
  }
}

@media (max-width:760px){
  .section{
    padding:54px 0;
  }

  .hero.hero-redesign{
    padding-bottom:30px !important;
  }

  .hero-redesign .hero-clean-visual{
    min-height:clamp(210px, 58vw, 260px) !important;
    background-position:center top !important;
  }

  .hero-redesign .hero-content-strip{
    gap:14px !important;
    margin-top:-20px !important;
  }

  .hero-redesign .hero-copy{
    padding:20px !important;
    border-radius:22px !important;
  }

  .hero-redesign .hero-copy h1{
    font-size:clamp(27px, 8vw, 34px) !important;
    line-height:1.08 !important;
  }

  .hero-redesign .hero-copy .lead{
    margin-bottom:18px !important;
    font-size:16px !important;
    line-height:1.5 !important;
  }

  .hero-redesign .booking-hero-button,
  .hero-redesign .start-button{
    min-height:76px !important;
    padding:15px 16px !important;
    border-radius:18px !important;
  }

  .hero-redesign .booking-hero-button span,
  .hero-redesign .start-button span{
    font-size:19px !important;
  }

  .hero-redesign .action-cards{
    gap:10px !important;
  }

  .hero-redesign .action-cards .fact-card{
    min-height:0 !important;
    padding:15px 16px !important;
    border-radius:18px !important;
  }

  .hero-redesign .action-cards .fact-card strong{
    padding-right:0 !important;
    font-size:18px !important;
  }

  .hero-redesign .action-cards .fact-card em{
    margin-top:10px !important;
  }

  .hero-redesign .top-call-btn{
    min-height:70px !important;
    padding:14px 16px !important;
    border-radius:18px !important;
  }

  .hero-redesign .hero-map-card{
    height:190px !important;
    border-radius:18px !important;
  }

  .instructor-image{
    height:210px;
  }

  .cookie-banner,
  .cookie-info-window{
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    width:auto !important;
    transform:none !important;
    max-height:calc(100vh - 20px);
    overflow:auto;
    padding:16px !important;
    border-radius:20px !important;
  }

  .cookie-banner h2,
  .cookie-banner h3,
  .cookie-info-text strong{
    display:block;
    margin-bottom:6px !important;
    font-size:20px !important;
  }

  .cookie-banner p,
  .cookie-info-text p{
    margin:0 !important;
    font-size:14px !important;
    line-height:1.4 !important;
  }

  .cookie-banner-actions,
  .cookie-info-actions{
    gap:8px !important;
    margin-top:12px !important;
  }

  .cookie-banner button,
  .cookie-info-actions button{
    min-height:44px !important;
    padding:9px 14px !important;
  }
}

@media (max-width:430px){
  .site-header .header-logo-img{
    width:145px !important;
  }

  .hero-redesign .hero-clean-visual{
    min-height:210px !important;
  }

  .hero-redesign .hero-copy{
    padding:18px !important;
  }

  .hero-redesign .hero-copy h1{
    font-size:27px !important;
  }

  .hero-redesign .hero-side-panel{
    gap:10px !important;
  }
}

/* v74: egységes oktatóautó-fotók széles, teljes autót mutató képkivágással */
.instructor-card{
  grid-template-columns:1fr;
}

.instructor-image-wrap{
  min-height:0;
  aspect-ratio:4 / 3;
}

.instructor-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

@media (max-width:760px){
  .instructor-image-wrap{
    aspect-ratio:4 / 3;
  }

  .instructor-image{
    height:100%;
  }
}

/* v84: a főoldal felső gombjai stabilan két, egymás alatti sorban */
.hero-redesign .hero-actions-main{
  grid-template-columns:minmax(0, 1fr) !important;
}

.hero-redesign .booking-hero-button,
.hero-redesign .start-button{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

.hero-redesign .side-contact-buttons{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) !important;
  gap:12px !important;
  min-width:0 !important;
  width:100% !important;
}

.hero-redesign .top-call-btn{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

@media (max-width:1180px){
  .hero-redesign .hero-side-panel{
    grid-template-columns:minmax(0, 1fr) minmax(0, 1fr) !important;
  }

  .hero-redesign .side-contact-buttons{
    display:grid !important;
  }
}

@media (max-width:760px){
  .hero-redesign .hero-side-panel{
    grid-template-columns:minmax(0, 1fr) !important;
  }
}

/* v85: a teljes asztali navigáció két sorban, 5-5 menüponttal */
@media (min-width:1241px){
  .site-header .header-inner{
    display:grid !important;
    grid-template-columns:auto minmax(0, 1fr) !important;
    align-items:center !important;
    gap:20px !important;
    width:calc(100% - 28px) !important;
    max-width:1480px !important;
    min-height:112px !important;
  }

  .site-header .logo{
    min-width:0 !important;
  }

  .site-header .header-logo-img{
    width:250px !important;
    max-width:100% !important;
  }

  .site-header .main-nav{
    position:static !important;
    display:grid !important;
    grid-template-columns:repeat(5, max-content) !important;
    grid-template-rows:repeat(2, auto) !important;
    justify-content:end !important;
    align-items:center !important;
    column-gap:8px !important;
    row-gap:8px !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  .site-header .main-nav a,
  .site-header .main-nav .nav-booking-link{
    width:auto !important;
    max-width:100% !important;
    min-height:40px !important;
    padding:7px 10px !important;
    box-sizing:border-box !important;
    white-space:nowrap !important;
    font-size:13px !important;
  }
}

@media (min-width:1241px) and (max-width:1380px){
  .site-header .header-inner{
    gap:12px !important;
  }

  .site-header .header-logo-img{
    width:205px !important;
  }

  .site-header .main-nav{
    column-gap:5px !important;
  }

  .site-header .main-nav a,
  .site-header .main-nav .nav-booking-link{
    padding:7px 8px !important;
    font-size:12px !important;
  }
}

/* v88: időpontfoglalási gomb a Jelentkezés, KRÉTA és Árak ablakokban */
.requirements-actions .btn-booking-modal,
.pricing-actions .btn-booking-modal,
.modal-actions .btn-booking-modal{
  flex:1 1 240px;
  border:2px solid #f2bf20;
  background:linear-gradient(135deg, #fff4bf, #ffd84d);
  color:#10213b;
  font-weight:900;
  box-shadow:0 8px 18px rgba(181,132,0,.18);
}

.requirements-actions .btn-booking-modal:hover,
.pricing-actions .btn-booking-modal:hover,
.modal-actions .btn-booking-modal:hover{
  border-color:#d9a500;
  background:linear-gradient(135deg, #ffe990, #ffc928);
  color:#10213b;
}

/* v90: jól olvasható, nagy kontrasztú Kapcsolat szakasz */
.contact-section .contact-copy .eyebrow{
  color:#ffd84d !important;
  font-weight:900 !important;
  opacity:1 !important;
}

.contact-section .contact-copy h2{
  color:#ffffff !important;
  text-shadow:0 2px 14px rgba(0,0,0,.18);
}

.contact-section .contact-copy > p:not(.eyebrow){
  color:#e8eef7 !important;
  font-size:18px !important;
  line-height:1.65 !important;
  font-weight:600 !important;
}

.contact-section .contact-panel{
  background:#1d304c !important;
  border:2px solid rgba(255,255,255,.28) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.22) !important;
}

.contact-section .contact-panel p{
  color:#f4f7fb !important;
  font-size:17px !important;
  line-height:1.5 !important;
}

.contact-section .contact-panel strong{
  color:#ffd84d !important;
  font-weight:900 !important;
}

.contact-section .contact-panel a{
  color:#ffffff !important;
  font-weight:900 !important;
  text-decoration:underline;
  text-decoration-color:#ffd84d;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

/* v93: a Vállalási feltételek felugró ablakban a 2026. július 13-i PDF jelenik meg */
.terms-modal .terms-modal-body{
  max-height:calc(100vh - 155px) !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#e9eef6;
}

.terms-pdf-viewer{
  display:flex;
  flex-direction:column;
  height:calc(100vh - 155px);
  min-height:480px;
}

.terms-pdf-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:12px 18px;
  background:#ffffff;
  border-bottom:1px solid var(--line);
}

.terms-pdf-actions .btn{
  min-height:44px;
  padding:9px 18px;
}

.terms-pdf-frame{
  display:block;
  width:100%;
  flex:1 1 auto;
  min-height:0;
  border:0;
  background:#ffffff;
}

.terms-pdf-fallback{
  margin:0 !important;
  padding:8px 18px;
  background:#ffffff;
  color:#42556c !important;
  font-size:13px !important;
  text-align:center;
}

@media (max-width:780px){
  .terms-modal .terms-modal-body,
  .terms-pdf-viewer{
    height:calc(100vh - 135px);
    max-height:calc(100vh - 135px) !important;
    min-height:360px;
  }

  .terms-pdf-actions{
    padding:10px;
  }

  .terms-pdf-actions .btn{
    flex:1 1 180px;
    font-size:14px;
  }
}


/* v86: középre rendezett, hangsúlyosabb asztali menügombok */
@media (min-width:1241px){
  .site-header .main-nav{
    justify-content:center !important;
    justify-self:stretch !important;
  }

  .site-header .main-nav a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:44px !important;
    padding:8px 13px !important;
    border:2px solid #c4cfde !important;
    border-radius:999px !important;
    background:linear-gradient(180deg, #ffffff, #f5f8fc) !important;
    color:#10213b !important;
    font-weight:900 !important;
    box-shadow:0 5px 13px rgba(15, 35, 65, .10) !important;
    transition:background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease !important;
  }

  .site-header .main-nav a:hover,
  .site-header .main-nav a:focus-visible{
    border-color:#0d63f3 !important;
    background:#0d63f3 !important;
    color:#ffffff !important;
    box-shadow:0 8px 18px rgba(13, 99, 243, .24) !important;
    transform:translateY(-1px) !important;
  }

  .site-header .main-nav .nav-booking-link{
    border-color:#0d63f3 !important;
    background:linear-gradient(135deg, #0d63f3, #084bbd) !important;
    color:#ffffff !important;
  }

  .site-header .main-nav #openKretaModalNav{
    border-color:#f2bf20 !important;
    background:linear-gradient(180deg, #fffdf4, #fff4bf) !important;
    color:#10213b !important;
  }
}

@media (min-width:1241px) and (max-width:1380px){
  .site-header .main-nav a,
  .site-header .main-nav .nav-booking-link{
    padding:7px 10px !important;
  }
}

/* v87: minden asztali menügomb egységes KRÉTA-stílusban */
@media (min-width:1241px){
  .site-header .main-nav{
    grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
    width:100% !important;
    max-width:1120px !important;
    justify-self:center !important;
    column-gap:12px !important;
    row-gap:10px !important;
  }

  .site-header .main-nav a,
  .site-header .main-nav .nav-booking-link,
  .site-header .main-nav #openKretaModalNav{
    width:100% !important;
    min-width:0 !important;
    min-height:50px !important;
    padding:10px 14px !important;
    border:2px solid #f2bf20 !important;
    border-radius:999px !important;
    background:linear-gradient(180deg, #fffdf4, #fff4bf) !important;
    color:#10213b !important;
    font-size:15px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
    text-align:center !important;
    box-shadow:0 6px 15px rgba(181, 132, 0, .16) !important;
  }

  .site-header .main-nav a:hover,
  .site-header .main-nav a:focus-visible,
  .site-header .main-nav .nav-booking-link:hover,
  .site-header .main-nav .nav-booking-link:focus-visible,
  .site-header .main-nav #openKretaModalNav:hover,
  .site-header .main-nav #openKretaModalNav:focus-visible{
    border-color:#d9a500 !important;
    background:linear-gradient(180deg, #ffe990, #ffd84d) !important;
    color:#10213b !important;
    box-shadow:0 9px 20px rgba(181, 132, 0, .25) !important;
  }
}

@media (min-width:1241px) and (max-width:1380px){
  .site-header .main-nav{
    column-gap:7px !important;
  }

  .site-header .main-nav a,
  .site-header .main-nav .nav-booking-link,
  .site-header .main-nav #openKretaModalNav{
    min-height:48px !important;
    padding:9px 8px !important;
    font-size:14px !important;
  }
}
