
:root{
  --primary:#8fd0ff;
  --primary-2:#cfeeff;
  --primary-3:#eaf7ff;
  --dark:#103b5a;
  --text:#26465b;
  --white:#ffffff;
  --shadow:0 12px 30px rgba(16,59,90,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
a{color:var(--dark);text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.topbar{
  background:linear-gradient(90deg,var(--primary-2),#fff);
  border-bottom:1px solid rgba(16,59,90,.08);
  font-size:.95rem;
}
.topbar-inner{
  display:flex;justify-content:space-between;align-items:center;gap:18px;padding:10px 0;flex-wrap:wrap;
}
.socials{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.socials a{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  color:#fff;font-weight:700;box-shadow:var(--shadow);transition:.2s transform;
}
.socials a:hover{transform:translateY(-2px)}
.facebook{background:#1877f2}
.tiktok{background:#111}
.youtube{background:#ff0000}
.instagram{background:linear-gradient(45deg,#f09433,#dc2743,#cc2366,#bc1888)}
.linkedin{background:#0a66c2}

header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(16,59,90,.08)
}
.nav{
  display:flex;justify-content:space-between;align-items:center;padding:16px 0;gap:20px
}
.brand{
  display:flex;align-items:center;gap:12px;font-weight:800;color:var(--dark);font-size:1.25rem
}
.logo{
  width:46px;height:46px;border-radius:16px;background:linear-gradient(145deg,var(--primary),#fff);
  display:grid;place-items:center;color:var(--dark);font-weight:900;box-shadow:var(--shadow)
}
.nav-links{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.nav-links a{font-weight:700}
.btn,.btn-secondary{
  display:inline-block;padding:14px 20px;border-radius:999px;font-weight:800
}
.btn{background:var(--dark);color:#fff}
.btn-secondary{background:var(--primary-3);border:1px solid rgba(16,59,90,.1)}
.hero{
  padding:72px 0 46px;
  background:radial-gradient(circle at right top,var(--primary-2),transparent 40%),linear-gradient(180deg,#fff,var(--primary-3));
}
.hero-grid,.grid-2{
  display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center
}
.hero h1{font-size:clamp(2rem,4vw,4rem);line-height:1.08;color:var(--dark);margin:.15em 0}
.badge{
  display:inline-block;padding:8px 14px;border-radius:999px;background:var(--primary-2);font-weight:800;color:var(--dark)
}
.hero-card,.card{
  background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;border:1px solid rgba(16,59,90,.08)
}
.hero-card ul,.checklist{padding-left:18px}
.section{padding:62px 0}
.section h2{font-size:clamp(1.6rem,3vw,2.6rem);color:var(--dark);margin:0 0 14px}
.lead{font-size:1.08rem;max-width:860px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card h3{margin-top:0;color:var(--dark)}
.image-panel{
  border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(16,59,90,.08);background:#fff
}
.image-panel img{width:100%;height:100%;object-fit:cover}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.kpi{padding:20px;border-radius:20px;background:var(--primary-3);text-align:center}
.kpi strong{display:block;font-size:1.6rem;color:var(--dark)}
.notice{
  padding:18px 20px;border-left:5px solid var(--dark);background:var(--primary-3);border-radius:16px
}
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.price-item{padding:22px;border:1px solid rgba(16,59,90,.08);border-radius:20px;box-shadow:var(--shadow);background:#fff}
.price{font-size:1.4rem;font-weight:900;color:var(--dark)}
.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.area-grid a{padding:14px 16px;background:var(--primary-3);border-radius:16px;font-weight:700}
.faq details{
  background:#fff;border:1px solid rgba(16,59,90,.08);border-radius:18px;padding:16px 18px;box-shadow:var(--shadow)
}
.faq{display:grid;gap:14px}
.faq summary{font-weight:800;color:var(--dark);cursor:pointer}
.contact-strip{
  background:linear-gradient(90deg,var(--dark),#1d6b9c);color:#fff;padding:24px;border-radius:26px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center
}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
input,textarea,select{
  width:100%;padding:14px 16px;border-radius:14px;border:1px solid rgba(16,59,90,.18);font:inherit
}
textarea{min-height:130px;resize:vertical}
footer{
  background:#0c2b42;color:#e8f5ff;margin-top:40px
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:26px;padding:40px 0}
footer a{color:#e8f5ff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;color:#c7e9ff}
.breadcrumbs{font-size:.95rem;margin-bottom:16px;color:#55748b}
.service-feature{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service-card{background:#fff;border:1px solid rgba(16,59,90,.08);border-radius:22px;padding:22px;box-shadow:var(--shadow)}
.mobile-call{
  display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:80;
}
.mobile-call a{
  display:block;text-align:center;background:#0a66c2;color:#fff;padding:16px;border-radius:999px;
  font-size:1.1rem;font-weight:900;box-shadow:var(--shadow)
}
@media (max-width: 980px){
  .hero-grid,.grid-2,.footer-grid,.price-grid,.service-feature,.cards,.area-grid,.kpi-grid{grid-template-columns:1fr 1fr}
  .nav{align-items:flex-start;flex-direction:column}
  .nav-links{gap:12px}
}
@media (max-width: 720px){
  .hero-grid,.grid-2,.footer-grid,.price-grid,.service-feature,.cards,.area-grid,.kpi-grid,.form-grid{grid-template-columns:1fr}
  .topbar-inner{justify-content:center;text-align:center}
  .hero{padding-top:48px}
  .mobile-call{display:block}
  body{padding-bottom:86px}
}


.menu-toggle{display:none;background:#fff;border:1px solid rgba(16,59,90,.12);border-radius:14px;padding:10px 9px;cursor:pointer;box-shadow:var(--shadow)}
.menu-toggle span{display:block;width:24px;height:3px;background:var(--dark);border-radius:99px;margin:4px 0;transition:.25s}
.desktop-cta{display:inline-block}
.nav-cta{display:none}
.nav-links a.active{color:#0a66c2}
@media (max-width: 980px){
  .nav{align-items:center;flex-direction:row;justify-content:space-between;position:relative}
  .menu-toggle{display:block}
  .desktop-cta{display:none}
  .nav-links{
    display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:1px solid rgba(16,59,90,.08);
    border-radius:22px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start;gap:14px;z-index:60
  }
  .nav-links.open{display:flex}
  .nav-cta{display:inline-block;width:100%;text-align:center;margin-top:4px}
  .menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.open span:nth-child(2){opacity:0}
  .menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #123e66;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    z-index: 999;
  }

  .nav-links.active {
    display: flex;
  }

  .container.nav {
    position: relative;
  }

  .desktop-cta {
    display: none;
  }

  .nav-cta {
    width: 100%;
    text-align: center;
  }
}
.kpi-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.kpi {
  flex: 1 1 200px;
  max-width: 250px;
}
.topbar{
  background:#e6f4ff;
  font-size:14px;
}

.topbar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 0;
  flex-wrap:wrap;
}

.top-right{
  display:flex;
  align-items:center;
  gap:12px;
}

.top-phone{
  font-weight:600;
  text-decoration:none;
  color:#103b5a;
}

.social{
  display:flex;
  gap:8px;
}

.social a{
  width:32px;
  height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.social a:nth-child(1){background:#1877f2;}
.social a:nth-child(2){background:#ff0000;}
.social a:nth-child(3){background:#000;}

.nav{
  background:#fff;
  border-bottom:1px solid #eee;
}

.nav-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:700;
  color:#103b5a;
}

.logo{
  background:#cfe9ff;
  padding:8px 10px;
  border-radius:10px;
}

.nav-links{
  display:flex;
  gap:18px;
}

.nav-links a{
  text-decoration:none;
  color:#103b5a;
}

.menu-toggle{
  display:none;
  font-size:22px;
  background:none;
  border:none;
}

/* MOBIL */
@media(max-width:768px){
  .nav-links{
    display:none;
    flex-direction:column;
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:#fff;
    padding:15px;
  }

  body.menu-open .nav-links{
    display:flex;
  }

  .menu-toggle{
    display:block;
  }
}
.header{
  position:sticky;
  top:0;
  background:#fff;
  z-index:999;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#103b5a;
  font-weight:700;
}

.logo{
  background:#cfe9ff;
  padding:8px 10px;
  border-radius:10px;
}

.header-right{
  display:flex;
  align-items:center;
  gap:8px;
}

/* IKON GOMBOK */
.icon-btn{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:16px;
}

/* SZÍNEK */
.phone{background:#25d366;color:#fff;}
.fb{background:#1877f2;}
.yt{background:#ff0000;}
.tt{background:#000;}

/* SOCIAL ICON SVG (ha később akarsz) */
.fb::after{content:"f";color:#fff;font-weight:700;}
.yt::after{content:"▶";color:#fff;font-size:12px;}
.tt::after{content:"t";color:#fff;}

/* MENU */
.menu-toggle{
  background:none;
  border:none;
  font-size:22px;
  margin-left:5px;
}

/* MOBIL MENÜ */
.mobile-nav{
  display:none;
  flex-direction:column;
  background:#fff;
  border-top:1px solid #eee;
}

.mobile-nav a{
  padding:14px;
  border-bottom:1px solid #eee;
  text-decoration:none;
  color:#103b5a;
}

body.menu-open .mobile-nav{
  display:flex;
}
.header{
  position:sticky;
  top:0;
  background:#fff;
  z-index:999;
  border-bottom:1px solid #eee;
}

.header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#103b5a;
  font-weight:700;
}

.logo{
  background:#cfe9ff;
  padding:8px 10px;
  border-radius:10px;
}

/* NAV */
.nav{
  display:flex;
  gap:20px;
}

.nav a{
  text-decoration:none;
  color:#103b5a;
  font-weight:500;
}

/* RIGHT */
.right{
  display:flex;
  align-items:center;
  gap:8px;
}

/* ICONOK */
.icon, .phone-btn{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.icon svg, .phone-btn svg{
  width:18px;
  height:18px;
}

.phone-btn{background:#25d366;}
.fb{background:#1877f2;}
.yt{background:#ff0000;}
.tt{background:#000;}

.menu-toggle{
  display:none;
  font-size:22px;
  background:none;
  border:none;
}

/* MOBIL */
.mobile-menu{
  display:none;
  flex-direction:column;
  background:#fff;
}

.mobile-menu a{
  padding:15px;
  border-top:1px solid #eee;
  text-decoration:none;
  color:#103b5a;
}

@media(max-width:900px){

  .nav{
    display:none;
  }

  .menu-toggle{
    display:block;
  }

  body.menu-open .mobile-menu{
    display:flex;
  }
}
.site-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15,59,90,.08);
}

.header-row{
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #103b5a;
  font-weight: 800;
  flex-shrink: 0;
}

.site-brand__logo{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(180deg, #dff3ff 0%, #cde9ff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.site-brand__text{
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.02em;
}

.desktop-nav{
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.desktop-nav a{
  text-decoration: none;
  color: #163d56;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s ease;
}

.desktop-nav a:hover{
  color: #0f66c3;
}

.header-actions{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-phone{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  text-decoration: none;
  background: #f4fbff;
  border: 1px solid #d7ebf7;
  color: #103b5a;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(16,59,90,.05);
}

.header-phone__icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f66c3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-phone__icon svg{
  width: 14px;
  height: 14px;
}

.header-social{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-social a,
.mobile-social a{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
}

.header-social a:hover,
.mobile-social a:hover{
  transform: translateY(-2px);
  opacity: .95;
}

.header-social a:nth-child(1),
.mobile-social a:nth-child(1){
  background: linear-gradient(180deg, #2d88ff 0%, #1877f2 100%);
}

.header-social a:nth-child(2),
.mobile-social a:nth-child(2){
  background: linear-gradient(180deg, #ff3b30 0%, #ff0000 100%);
}

.header-social a:nth-child(3),
.mobile-social a:nth-child(3){
  background: linear-gradient(180deg, #252525 0%, #000 100%);
}

.header-social svg,
.mobile-social svg{
  width: 20px;
  height: 20px;
}

.menu-toggle{
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #d7e7ef;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(16,59,90,.06);
}

.menu-toggle span{
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #103b5a;
  border-radius: 2px;
}

.menu-toggle span:nth-child(1){ top: 15px; }
.menu-toggle span:nth-child(2){ top: 22px; }
.menu-toggle span:nth-child(3){ top: 29px; }

.mobile-menu{
  display: none;
}

@media (max-width: 1180px){
  .site-brand__text{
    font-size: 25px;
  }

  .desktop-nav{
    gap: 18px;
  }

  .desktop-nav a{
    font-size: 15px;
  }

  .header-phone{
    padding: 0 14px 0 10px;
  }
}

@media (max-width: 980px){
  .desktop-nav,
  .header-phone,
  .header-social{
    display: none;
  }

  .menu-toggle{
    display: inline-block;
  }

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

  .site-brand__text{
    font-size: 24px;
  }

  .mobile-menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: #fff;
    border-top: 1px solid rgba(15,59,90,.06);
  }

  .mobile-menu.is-open{
    max-height: 700px;
  }

  .mobile-menu__nav{
    display: flex;
    flex-direction: column;
    padding: 8px 0 0;
  }

  .mobile-menu__nav a{
    text-decoration: none;
    color: #163d56;
    font-weight: 600;
    padding: 14px 0;
    border-bottom: 1px solid #eef4f7;
  }

  .mobile-menu__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 0 18px;
    flex-wrap: wrap;
  }

  .mobile-phone{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0f66c3;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15,102,195,.18);
  }

  .mobile-social{
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 640px){
  .header-row{
    min-height: 68px;
  }

  .site-brand{
    gap: 10px;
  }

  .site-brand__logo{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 16px;
  }

  .site-brand__text{
    font-size: 19px;
  }

  .menu-toggle{
    width: 42px;
    height: 42px;
  }

  .menu-toggle span:nth-child(1){ top: 13px; }
  .menu-toggle span:nth-child(2){ top: 20px; }
  .menu-toggle span:nth-child(3){ top: 27px; }

  .mobile-menu__bottom{
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-phone{
    width: 100%;
  }

  .mobile-social{
    justify-content: center;
  }
}
/* ===== DSZ HEADER ===== */
.dsz-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16,59,90,.08);
}

.dsz-topbar{
  background: #eaf7ff;
  border-bottom: 1px solid rgba(16,59,90,.06);
}

.dsz-topbar__inner{
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsz-topbar__text{
  margin: 0;
  color: #234762;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.dsz-header__inner{
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.dsz-brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #103b5a;
  font-weight: 800;
  flex-shrink: 0;
}

.dsz-brand__logo{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(180deg, #dff3ff 0%, #cde9ff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.dsz-brand__text{
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.02em;
}

.dsz-nav{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.dsz-nav a{
  text-decoration: none;
  color: #163d56;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s ease;
}

.dsz-nav a:hover{
  color: #0f66c3;
}

.dsz-actions{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.dsz-phone{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  text-decoration: none;
  background: #f4fbff;
  border: 1px solid #d7ebf7;
  color: #103b5a;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(16,59,90,.05);
}

.dsz-phone__icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f66c3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dsz-phone__icon svg{
  width: 14px !important;
  height: 14px !important;
  display: block;
}

.dsz-social{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dsz-social a{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
  overflow: hidden;
}

.dsz-social a:hover{
  transform: translateY(-2px);
  opacity: .95;
}

.dsz-social a:nth-child(1){
  background: linear-gradient(180deg, #2d88ff 0%, #1877f2 100%);
}

.dsz-social a:nth-child(2){
  background: linear-gradient(180deg, #ff3b30 0%, #ff0000 100%);
}

.dsz-social a:nth-child(3){
  background: linear-gradient(180deg, #252525 0%, #000 100%);
}

.dsz-social a svg{
  width: 20px !important;
  height: 20px !important;
  max-width: 20px;
  max-height: 20px;
  display: block;
  flex: 0 0 20px;
}

.dsz-menu-toggle{
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #d7e7ef;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(16,59,90,.06);
}

.dsz-menu-toggle span{
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #103b5a;
  border-radius: 2px;
}

.dsz-menu-toggle span:nth-child(1){ top: 15px; }
.dsz-menu-toggle span:nth-child(2){ top: 22px; }
.dsz-menu-toggle span:nth-child(3){ top: 29px; }

.dsz-mobile-menu{
  display: none;
}

@media (max-width: 1180px){
  .dsz-brand__text{
    font-size: 23px;
  }

  .dsz-nav{
    gap: 18px;
  }

  .dsz-nav a{
    font-size: 15px;
  }
}

@media (max-width: 980px){
  .dsz-nav--desktop,
  .dsz-phone,
  .dsz-social{
    display: none;
  }

  .dsz-menu-toggle{
    display: inline-block;
  }

  .dsz-header__inner{
    min-height: 72px;
  }

  .dsz-brand__text{
    font-size: 20px;
  }

  .dsz-mobile-menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: #fff;
    border-top: 1px solid rgba(15,59,90,.06);
  }

  .dsz-mobile-menu.is-open{
    max-height: 520px;
  }

  .dsz-mobile-menu__nav{
    display: flex;
    flex-direction: column;
    padding: 8px 0 12px;
  }

  .dsz-mobile-menu__nav a{
    text-decoration: none;
    color: #163d56;
    font-weight: 600;
    padding: 14px 0;
    border-bottom: 1px solid #eef4f7;
  }
}

@media (max-width: 640px){
  .dsz-topbar__text{
    font-size: 13px;
    padding: 0 4px;
  }

  .dsz-header__inner{
    min-height: 68px;
  }

  .dsz-brand__logo{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 16px;
  }

  .dsz-brand__text{
    font-size: 18px;
  }

  .dsz-menu-toggle{
    width: 42px;
    height: 42px;
  }

  .dsz-menu-toggle span:nth-child(1){ top: 13px; }
  .dsz-menu-toggle span:nth-child(2){ top: 20px; }
  .dsz-menu-toggle span:nth-child(3){ top: 27px; }
}
.dsz-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16,59,90,.08);
}

.dsz-topbar{
  background: #eaf7ff;
  border-bottom: 1px solid rgba(16,59,90,.06);
}

.dsz-topbar__inner{
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsz-topbar__text{
  margin: 0;
  color: #234762;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.dsz-header__inner{
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.dsz-brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #103b5a;
  font-weight: 800;
  flex-shrink: 0;
}

.dsz-brand__logo{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(180deg, #dff3ff 0%, #cde9ff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.dsz-brand__text{
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.02em;
}

.dsz-nav{
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.dsz-nav a{
  text-decoration: none;
  color: #163d56;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s ease;
}

.dsz-nav a:hover{
  color: #0f66c3;
}

.dsz-actions{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.dsz-phone{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px 0 12px;
  border-radius: 999px;
  text-decoration: none;
  background: #f4fbff;
  border: 1px solid #d7ebf7;
  color: #103b5a;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(16,59,90,.05);
}

.dsz-phone__icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f66c3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dsz-phone__icon svg{
  width: 14px !important;
  height: 14px !important;
  display: block;
}

.dsz-social{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dsz-social a,
.dsz-mobile-social a{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
  transition: transform .18s ease, opacity .18s ease;
}

.dsz-social a:hover,
.dsz-mobile-social a:hover{
  transform: translateY(-2px);
  opacity: .95;
}

.dsz-social a:nth-child(1),
.dsz-mobile-social a:nth-child(1){
  background: linear-gradient(180deg, #2d88ff 0%, #1877f2 100%);
}

.dsz-social a:nth-child(2),
.dsz-mobile-social a:nth-child(2){
  background: linear-gradient(180deg, #ff3b30 0%, #ff0000 100%);
}

.dsz-social a:nth-child(3),
.dsz-mobile-social a:nth-child(3){
  background: linear-gradient(180deg, #252525 0%, #000 100%);
}

.dsz-social svg,
.dsz-mobile-social svg{
  width: 20px !important;
  height: 20px !important;
  display: block;
}

.dsz-menu-toggle{
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #d7e7ef;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(16,59,90,.06);
}

.dsz-menu-toggle span{
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #103b5a;
  border-radius: 2px;
}

.dsz-menu-toggle span:nth-child(1){ top: 15px; }
.dsz-menu-toggle span:nth-child(2){ top: 22px; }
.dsz-menu-toggle span:nth-child(3){ top: 29px; }

.dsz-mobile-menu{
  display: none;
}

@media (max-width: 1180px){
  .dsz-brand__text{
    font-size: 23px;
  }

  .dsz-nav{
    gap: 18px;
  }

  .dsz-nav a{
    font-size: 15px;
  }
}

@media (max-width: 980px){
  .dsz-nav--desktop,
  .dsz-phone,
  .dsz-social{
    display: none;
  }

  .dsz-menu-toggle{
    display: inline-block;
  }

  .dsz-header__inner{
    min-height: 72px;
  }

  .dsz-brand__text{
    font-size: 20px;
  }

  .dsz-mobile-menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: #fff;
    border-top: 1px solid rgba(15,59,90,.06);
  }

  .dsz-mobile-menu.is-open{
    max-height: 560px;
  }

  .dsz-mobile-menu__nav{
    display: flex;
    flex-direction: column;
    padding: 8px 0 12px;
  }

  .dsz-mobile-menu__nav a{
    text-decoration: none;
    color: #163d56;
    font-weight: 600;
    padding: 14px 0;
    border-bottom: 1px solid #eef4f7;
    text-align: center;
  }

  .dsz-mobile-menu__bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 16px 0 18px;
  }

  .dsz-mobile-phone{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0f66c3;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15,102,195,.18);
  }

  .dsz-mobile-social{
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 640px){
  .dsz-topbar__text{
    font-size: 13px;
    padding: 0 4px;
  }

  .dsz-header__inner{
    min-height: 68px;
  }

  .dsz-brand__logo{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 16px;
  }

  .dsz-brand__text{
    font-size: 18px;
  }

  .dsz-menu-toggle{
    width: 42px;
    height: 42px;
  }

  .dsz-menu-toggle span:nth-child(1){ top: 13px; }
  .dsz-menu-toggle span:nth-child(2){ top: 20px; }
  .dsz-menu-toggle span:nth-child(3){ top: 27px; }
}
.dsz-header{
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(16,59,90,.08);
}

.dsz-topbar{
  background: #eaf7ff;
  border-bottom: 1px solid rgba(16,59,90,.06);
}

.dsz-topbar__inner{
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsz-topbar__text{
  margin: 0;
  color: #234762;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.dsz-social-mobile{
  display: none;
}

.dsz-header__inner{
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dsz-brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #103b5a;
  font-weight: 800;
  flex-shrink: 0;
}

.dsz-brand__logo{
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(180deg, #dff3ff 0%, #cde9ff 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.dsz-brand__text{
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.02em;
}

.dsz-nav{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  min-width: 0;
}

.dsz-nav a{
  text-decoration: none;
  color: #163d56;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: color .2s ease;
}

.dsz-nav a:hover{
  color: #0f66c3;
}

.dsz-actions{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.dsz-phone{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 14px 0 10px;
  border-radius: 999px;
  text-decoration: none;
  background: #f4fbff;
  border: 1px solid #d7ebf7;
  color: #103b5a;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(16,59,90,.05);
  white-space: nowrap;
}

.dsz-phone__icon{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0f66c3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dsz-phone__icon svg{
  width: 14px !important;
  height: 14px !important;
  display: block;
}

.dsz-social{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dsz-social a,
.dsz-social-mobile a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0,0,0,.10);
  transition: transform .18s ease, opacity .18s ease;
}

.dsz-social a:hover,
.dsz-social-mobile a:hover{
  transform: translateY(-2px);
  opacity: .95;
}

.dsz-social a:nth-child(1),
.dsz-social-mobile a:nth-child(1){
  background: linear-gradient(180deg, #2d88ff 0%, #1877f2 100%);
}

.dsz-social a:nth-child(2),
.dsz-social-mobile a:nth-child(2){
  background: linear-gradient(180deg, #ff3b30 0%, #ff0000 100%);
}

.dsz-social a:nth-child(3),
.dsz-social-mobile a:nth-child(3){
  background: linear-gradient(180deg, #252525 0%, #000 100%);
}

.dsz-social svg,
.dsz-social-mobile svg{
  width: 20px !important;
  height: 20px !important;
  display: block;
}

.dsz-menu-toggle{
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #d7e7ef;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 12px rgba(16,59,90,.06);
}

.dsz-menu-toggle span{
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #103b5a;
  border-radius: 2px;
}

.dsz-menu-toggle span:nth-child(1){ top: 14px; }
.dsz-menu-toggle span:nth-child(2){ top: 21px; }
.dsz-menu-toggle span:nth-child(3){ top: 28px; }

.dsz-mobile-menu{
  display: none;
}

@media (max-width: 1180px){
  .dsz-brand__text{ font-size: 22px; }
  .dsz-nav{ gap: 12px; }
  .dsz-nav a{ font-size: 13px; }
  .dsz-phone{ font-size: 13px; }
  .dsz-social a{ width: 36px; height: 36px; }
}

@media (max-width: 980px){
  .dsz-nav--desktop,
  .dsz-phone,
  .dsz-social{
    display: none;
  }

  .dsz-menu-toggle{
    display: inline-block;
  }

  .dsz-header__inner{
    min-height: 70px;
  }

  .dsz-brand__text{
    font-size: 19px;
  }

  .dsz-social-mobile{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 8px 0 12px;
  }

  .dsz-mobile-menu{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: #fff;
    border-top: 1px solid rgba(15,59,90,.06);
  }

  .dsz-mobile-menu.is-open{
    max-height: 520px;
  }

  .dsz-mobile-menu__nav{
    display: flex;
    flex-direction: column;
    padding: 8px 0 12px;
  }

  .dsz-mobile-menu__nav a{
    text-decoration: none;
    color: #163d56;
    font-weight: 600;
    padding: 14px 0;
    border-bottom: 1px solid #eef4f7;
    text-align: center;
  }
}

@media (max-width: 640px){
  .dsz-topbar__text{
    font-size: 13px;
    padding: 0 6px;
  }

  .dsz-brand__logo{
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .dsz-brand__text{
    font-size: 18px;
  }

  .dsz-social-mobile a{
    width: 38px;
    height: 38px;
  }

  .dsz-menu-toggle{
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 980px){

  .dszh-header{
    position: relative !important;
    top: auto !important;
  }

  .dszh-topbar{
    padding: 0;
  }

  .dszh-topbar-inner{
    min-height: auto;
    padding: 10px 0 6px;
  }

  .dszh-topbar-text{
    font-size: 13px;
    line-height: 1.35;
    padding: 0 10px;
  }

  .dszh-mobile-social{
    padding: 6px 0 10px;
  }

  .dszh-header__inner{
    min-height: 64px;
    padding: 8px 0;
  }

  .dszh-brand__logo{
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .dszh-brand__text{
    font-size: 17px;
  }

  .dszh-toggle{
    width: 40px;
    height: 40px;
  }

  .dszh-toggle span:nth-child(1){ top: 12px; }
  .dszh-toggle span:nth-child(2){ top: 19px; }
  .dszh-toggle span:nth-child(3){ top: 26px; }
}
.dszh-header{
  transition: transform 0.3s ease;
}

.dszh-header.hide-header{
  transform: translateY(-100%);
}
.footer-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap:30px;
  padding:40px 0;
}

.footer-grid h3{
  margin-bottom:10px;
}

.footer-bottom{
  border-top:1px solid #ddd;
  padding:15px 0;
  text-align:center;
  font-size:14px;
}

/* SOCIAL */
.socials{
  display:flex;
  gap:10px;
  margin-top:10px;
}

.socials a{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  transition:0.2s;
}

.socials a:hover{
  transform:scale(1.1);
}

.facebook{ background:#1877f2; }
.tiktok{ background:#000; }
.youtube{ background:#ff0000; }
.instagram{ background:#e1306c; }
.linkedin{ background:#0077b5; }

/* MOBIL HÍVÁS */
.mobile-call{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:#1e73be;
  text-align:center;
  padding:12px;
  z-index:999;
}

.mobile-call a{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
.district-links-section{
  margin-top:40px;
  padding:32px 24px;
  background:#f7fbfe;
  border:1px solid #e3eef5;
  border-radius:24px;
}

.district-links-head{
  margin-bottom:20px;
  text-align:center;
}

.district-links-head h2{
  margin:0 0 8px;
  font-size:32px;
  line-height:1.15;
  color:#103b5a;
}

.district-links-head p{
  margin:0;
  color:#4c6a80;
  font-size:16px;
}

.district-links-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.district-link-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:12px 14px;
  text-align:center;
  text-decoration:none;
  color:#103b5a;
  background:#ffffff;
  border:1px solid #dbe8f1;
  border-radius:16px;
  font-weight:700;
  line-height:1.35;
  box-shadow:0 8px 18px rgba(16,59,90,.05);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.district-link-card:hover{
  transform:translateY(-2px);
  background:#0f66c3;
  color:#fff;
  box-shadow:0 12px 24px rgba(15,102,195,.18);
}

@media (max-width: 900px){
  .district-links-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .district-links-head h2{
    font-size:26px;
  }
}

@media (max-width: 640px){
  .district-links-section{
    padding:22px 16px;
    border-radius:18px;
  }

  .district-links-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .district-link-card{
    min-height:52px;
    font-size:15px;
    border-radius:14px;
  }

  .district-links-head h2{
    font-size:22px;
  }

  .district-links-head p{
    font-size:15px;
  }
}
.district-links-section{
  margin:40px 0;
  padding:24px 18px;
  background:#f7fbfe;
  border:1px solid #e3eef5;
  border-radius:22px;
}

.district-links-head{
  text-align:center;
  margin-bottom:18px;
}

.district-links-head h2{
  margin:0 0 8px;
  color:#103b5a;
  font-size:28px;
  line-height:1.2;
}

.district-links-head p{
  margin:0;
  color:#4c6a80;
  font-size:16px;
}

.district-links-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.district-link-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:12px 14px;
  text-align:center;
  text-decoration:none;
  color:#103b5a;
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:16px;
  font-weight:700;
  line-height:1.35;
  box-shadow:0 8px 18px rgba(16,59,90,.05);
  transition:all .18s ease;
}

.district-link-card:hover{
  transform:translateY(-2px);
  background:#0f66c3;
  color:#fff;
  box-shadow:0 12px 24px rgba(15,102,195,.18);
}

@media (max-width: 900px){
  .district-links-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .district-links-section{
    padding:18px 14px;
    border-radius:18px;
  }

  .district-links-head h2{
    font-size:22px;
  }

  .district-links-head p{
    font-size:15px;
  }

  .district-links-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .district-link-card{
    min-height:52px;
    font-size:15px;
    border-radius:14px;
  }
}

/* hogy a sticky mobil hívás gomb ne takarja ki az alját */
body{
  padding-bottom:90px;
}
.dszh-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:1px solid #d7e7ef;
  background:#ffffff;
  border-radius:14px;
  box-shadow:0 4px 12px rgba(16,59,90,.08);
  color:#103b5a;
  font-size:24px;
  font-weight:700;
  cursor:pointer;
}
.mobile-call{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9998;
  background:rgba(30,115,190,.96);
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow:0 -6px 20px rgba(0,0,0,.12);
}

.mobile-call a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  border-radius:999px;
  background:#1669c9;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:16px;
  letter-spacing:-0.01em;
}
body{
  padding-bottom:90px;
}
body{
  padding-bottom:78px;
}
.mobile-call{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9998;
  background:transparent; /* EZ SZEDI LE A KÉK KERETET */
  padding:8px;
}
.mobile-call{
  position:fixed;
  bottom:10px;
  left:10px;
  right:10px;
  z-index:9998;
  background:transparent;
  padding:0; /* FONTOS */
}
.mobile-call{
  position:fixed;
  left:12px;
  right:12px;
  bottom:10px;
  z-index:9998;
  background:transparent;
  padding:0;
  border:none;
}

.mobile-call a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  min-height:54px;
  padding:14px 18px;
  border-radius:999px;
  background:#1e73be;
  color:#fff;
  font-weight:800;
  font-size:17px;
  line-height:1;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  border:none;
}

@media (min-width: 901px){
  .mobile-call{
    display:none;
  }
}

@media (max-width: 480px){
  .mobile-call{
    left:10px;
    right:10px;
    bottom:8px;
  }

  .mobile-call a{
    min-height:50px;
    font-size:16px;
    padding:12px 16px;
  }
}

body{
  padding-bottom:84px;
}
.mobile-call{
  position:fixed;
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  width:calc(100% - 20px);
  max-width:500px;
  z-index:9999;
}

.mobile-call a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:52px;
  border-radius:999px;
  background:#1e73be;
  color:#fff;
  font-weight:800;
  font-size:16px;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}
body{
  padding-bottom:70px;
}