
/* SOURCE: legal-pages-20260715.css */

/* DoorWorks legal pages */
.legal-page { padding: 72px 0 90px; background: #fff; }
.legal-wrap { max-width: 980px; margin: 0 auto; }
.legal-intro { font-size: 1.05rem; color: #4d5966; margin: 0 0 34px; }
.legal-card { background: #fff; border: 1px solid rgba(15,31,47,.12); border-radius: 18px; padding: clamp(22px,4vw,44px); box-shadow: 0 18px 50px rgba(15,31,47,.07); }
.legal-card h2 { margin: 34px 0 14px; font-size: clamp(1.35rem,2.4vw,1.85rem); color: #101923; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #33404d; line-height: 1.75; }
.legal-card ul { margin: 10px 0 20px; padding-left: 1.3rem; }
.legal-card a { color: #176b3a; font-weight: 700; }
.legal-meta { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; padding: 8px 12px; border-radius: 999px; background: #eef7f1; color: #176b3a; font-weight: 700; font-size: .9rem; }
.legal-data { display: grid; grid-template-columns: minmax(160px, 250px) 1fr; gap: 8px 18px; margin: 0; }
.legal-data dt { font-weight: 800; color: #101923; }
.legal-data dd { margin: 0; color: #33404d; overflow-wrap: anywhere; }
.footer-legal-links { display:flex; flex-wrap:wrap; gap:10px 18px; align-items:center; }
.footer-legal-links a { color: inherit; text-decoration: none; }
.footer-legal-links a:hover { text-decoration: underline; }
@media (max-width: 680px) {
  .legal-page { padding: 44px 0 64px; }
  .legal-data { grid-template-columns: 1fr; gap: 2px; }
  .legal-data dd { margin-bottom: 12px; }
  .footer-legal-links { width:100%; gap:8px 14px; }
}

html body /* SOURCE: doorworks-header.css */
/* DoorWorks shared header component
   Single source of truth for Hungarian and English visitor pages.
   Header only: page content, html body hero, html body cards and footer are intentionally untouched. */

.site-header,
html body.dw-index-header .site-header,
html body.subpage-theme .site-header{
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 1000 !important;
  width: 100%;
  background: #cbd0d1;
  border-bottom: 1px solid rgba(16, 21, 29, .10);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-family: Manrope, Arial, sans-serif;
  color: #10151d;
}

.site-header *,
.site-header *::before,
.site-header *::after { box-sizing: border-box; }
html body .site-header a{ color: inherit; text-decoration: none; }
html body .site-header button{ font: inherit; }

html body .site-header .header-shell{
  width: min(1760px, calc(100% - 32px));
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 22px;
  position: relative;
}

html body .site-header .brand{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  line-height: 1;
}

html body /* One logo implementation on every page: lime DW badge. */
.site-header .brand-mark{
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #c8ff3d;
  box-shadow: none;
  transform: none;
  overflow: hidden;
}
.site-header .brand-mark > span { display: none; }
html body .site-header .brand-mark::after{ content: none; display: none; }
html body .site-header .brand-mark::before{
  content: "DW";
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  color: #10151d;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
  transform: none;
}
html body .site-header .brand-copy{
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
html body .site-header .brand-copy strong{
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.04em;
}
html body .site-header .brand-copy small{
  display: block;
  margin-top: 5px;
  color: #65707e;
  font-family: Manrope, Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .16em;
  text-transform: uppercase;
}

html body .site-header .main-nav{
  min-width: 0;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
}
html body .site-header .main-nav > a,
html body .site-header .nav-group-toggle{
  position: relative;
  padding: 29px 8px;
  border: 0;
  background: transparent;
  color: #10151d;
  cursor: pointer;
  white-space: nowrap;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
}
html body .site-header .nav-group{ position: relative; min-width: 0; }
html body .site-header .nav-group-toggle span{ margin-left: 4px; }

html body .site-header .header-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: max-content;
  white-space: nowrap;
}
html body .site-header .language-switch{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 38, 48, .18);
  border-radius: 999px;
  background: transparent;
  color: #10151d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
}
html body .site-header .header-call{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 144px;
  margin: 0;
  white-space: nowrap;
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.15;
}
html body .site-header .header-call span{
  display: block;
  color: #65707e;
  font-family: Manrope, Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .15em;
  text-transform: uppercase;
}
html body .site-header .header-call strong{
  display: block;
  color: #10151d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: normal;
}

html body .site-header .menu-toggle{
  display: none !important;
  border: 0;
  background: transparent;
  padding: 8px;
}
html body .site-header .menu-toggle > span:not(.sr-only){
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: #10151d;
}

html body /* Desktop dropdowns are owned by this component, html body not by page templates. */
.site-header .nav-dropdown{
  position: absolute !important;
  top: 64px !important;
  left: -24px !important;
  z-index: 1010 !important;
  min-width: 250px;
  max-width: min(92vw, 760px);
  padding: 12px;
  margin: 0;
  background: #ffffff;
  color: #10151d;
  border: 1px solid rgba(16, 21, 29, .12);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(17, 28, 47, .16);
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.site-header .nav-group:hover > .nav-dropdown,
.site-header .nav-group:focus-within > .nav-dropdown,
.site-header .nav-group.is-open > .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
html body .site-header .nav-dropdown a{
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: #10151d;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  white-space: normal;
}
.site-header .nav-dropdown a:hover,
.site-header .nav-dropdown a:focus-visible { background: #f4f6f7; }
html body .site-header .nav-dropdown-heading{
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(16, 21, 29, .10);
  font-weight: 800;
}

html body /* Switch to the existing mobile menu before the long bilingual navigation can collide. */
@media (min-width: 981px) and (max-width: 1500px){
  .site-header .header-shell {
    width: min(1400px, calc(100% - 28px));
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 14px;
  }
  .site-header .brand { grid-column: 1; grid-row: 1; }
  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
    gap: 14px;
  }
  .site-header .menu-toggle {
    display: block !important;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 3;
  }
  html body .site-header .main-nav {
    position: absolute;
    top: 82px;
    left: 14px;
    right: 14px;
    display: none !important;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid rgba(16, 21, 29, .12);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 24px 60px rgba(17, 28, 47, .16);
  }
  .site-header .main-nav.is-open { display: flex !important; }
  html body .site-header .main-nav > a,
  html body .site-header .nav-group-toggle {
    display: block;
    width: 100%;
    padding: 13px 12px;
    text-align: left;
    font-size: 14px;
  }
  html body .site-header .main-nav > a::after,
  html body .site-header .nav-group-toggle::after { display: none; }
  html body .site-header .nav-group > .nav-dropdown {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    max-height: none;
    margin-top: 4px;
    padding: 10px;
    overflow: visible;
    transform: none;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    display: none !important;
  }
  .site-header .nav-group.is-open > .nav-dropdown { display: block !important; }
}

@media (max-width: 980px) {
  html body .site-header .header-shell{
    width: calc(100% - 22px);
    height: 72px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
  }
  html body .site-header .brand{ grid-column: 1; grid-row: 1; }
  html body .site-header .header-actions{
    grid-column: 2;
    grid-row: 1;
    gap: 8px;
  }
  html body .site-header .menu-toggle{
    display: block !important;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    z-index: 3;
  }
  html body .site-header .main-nav{
    position: absolute;
    top: 72px;
    left: 11px;
    right: 11px;
    display: none !important;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid rgba(16, 21, 29, .12);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 24px 60px rgba(17, 28, 47, .16);
  }
  .site-header .main-nav.is-open { display: flex !important; }
  html body .site-header .main-nav > a,
  html body .site-header .nav-group-toggle{
    display: block;
    width: 100%;
    padding: 13px 12px;
    text-align: left;
    font-size: 14px;
  }
  .site-header .main-nav > a::after,
  .site-header .nav-group-toggle::after { display: none; }
  html body .site-header .nav-group > .nav-dropdown{
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    max-height: none;
    margin-top: 4px;
    padding: 10px;
    overflow: visible;
    transform: none;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    display: none !important;
  }
  .site-header .nav-group.is-open > .nav-dropdown { display: block !important; }
  .site-header .header-call { display: none; }
  html body .site-header .language-switch{
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  .site-header .brand-copy small { display: none; }
}

html body /* === 2026-07 header regression repair ===
   Keep the unified typography, html body restore the intended DW logo, html body and hand
   dropdown presentation back to the established services-menu rules. */
.site-header .brand-mark{
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #c8ff3d;
  box-shadow: none;
  overflow: hidden;
}
.site-header .brand-mark > span { display: none; }
html body .site-header .brand-mark::before{
  content: "DW";
  display: block;
  color: #10151d;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.05em;
}
html body .site-header .brand-mark::after{ content: none; display: none; }

html body /* Wide desktop: restore the original dropdown behaviour and appearance. */
@media (min-width:1281px){
  .site-header .header-shell {
    grid-template-columns: auto minmax(0,1fr) auto;
  }
  html body .site-header .menu-toggle { display: none; }
  html body .site-header .main-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    max-height: none;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .site-header .header-actions {
    grid-column: 3;
    grid-row: 1;
  }
  html body .site-header .main-nav > a,
  html body .site-header .nav-group-toggle {
    display: inline-flex;
    width: auto;
    padding: 29px 8px;
    text-align: center;
  }
  html body .site-header .nav-group > .nav-dropdown {
    position: absolute;
    top: 64px;
    left: 50%;
    right: auto;
    width: auto;
    margin: 0;
    padding: 18px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #dce2e7;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(17,28,47,.16);
    opacity: 0 !important;
    visibility: hidden !important;
    display: block !important;
    transform: translate(-50%,8px) !important;
    transition: opacity .25s,visibility .25s,transform .25s;
    z-index: 1300;
  }
  html body .site-header .nav-dropdown-zarcsere {
    width: min(720px,calc(100vw - 32px));
    max-height: calc(100vh - 104px);
  }
  html body .site-header .nav-dropdown-zarnyitas {
    width: min(650px,calc(100vw - 32px));
    max-height: calc(100vh - 104px);
  }
  html body .site-header .nav-dropdown-zarjavitas {
    width: min(390px,calc(100vw - 32px));
    max-height: calc(100vh - 104px);
  }
  .site-header .nav-group:hover > .nav-dropdown,
  .site-header .nav-group.is-open > .nav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%,0) !important;
  }
}

html body /* 2026-07-16 menu readability and accessible-label correction */
.site-header .sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1281px) {
  html body .site-header .nav-zarcsere-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 10px 24px;
  }
  html body .site-header .nav-zarnyitas-grid,
  html body .site-header .nav-zarszerviz-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 6px 18px;
  }
  html body .site-header .nav-zarjavitas-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  html body .site-header .nav-brands-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 6px 14px;
  }
  html body .site-header .nav-zarcsere-column{
    min-width: 0;
  }
  html body .site-header .nav-dropdown a{
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  html body .site-header .nav-submenu-label{
    display: block;
    margin: 2px 12px 6px;
    color: #65707e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

@media (max-width: 1280px) {
  .site-header .nav-zarcsere-grid,
  .site-header .nav-zarnyitas-grid,
  .site-header .nav-zarjavitas-grid,
  .site-header .nav-zarszerviz-grid,
  .site-header .nav-brands-grid {
    display: block;
  }
  html body .site-header .nav-dropdown a{
    white-space: normal;
  }
}

/* Fixed-header content offset.
   Inner pages start immediately after the fixed header in the HTML, so reserve
   the exact header height on both Hungarian and English subpages. */
html { scroll-padding-top: 90px; }
html body.subpage-theme{
  padding-top: 82px;
}
body.subpage-theme > .site-header {
  top: 0;
}
html body.subpage-theme > .site-header + *{
  margin-top: 0;
}

@media (max-width: 980px) {
  html { scroll-padding-top: 80px; }
  html body.subpage-theme{
    padding-top: 72px;
  }
}

html body /* 2026-07-17: dropdown background matches the main header on desktop and mobile. */
html body .site-header .nav-group > .nav-dropdown,
html body.dw-index-header .site-header .nav-group > .nav-dropdown,
html body.subpage-theme .site-header .nav-group > .nav-dropdown {
  background-color: #cbd0d1;
  background-image: none;
  color: #10151d;
  border-color: rgba(16, 21, 29, .14);
}
html body .site-header .nav-group > .nav-dropdown a,
html body .site-header .nav-group > .nav-dropdown .nav-dropdown-heading,
html body .site-header .nav-group > .nav-dropdown .nav-submenu-label {
  color: #10151d;
}
html body .site-header .nav-group > .nav-dropdown a:hover,
html body .site-header .nav-group > .nav-dropdown a:focus-visible {
  background: #c8ff3d;
  color: #10151d;
}
@media (max-width: 1280px) {
  html body .site-header .nav-group > .nav-dropdown,
  html body.dw-index-header .site-header .nav-group > .nav-dropdown,
  html body.subpage-theme .site-header .nav-group > .nav-dropdown {
    background-color: #cbd0d1;
    background-image: none;
    border: 1px solid rgba(16, 21, 29, .12);
  }
}

html body /* SOURCE: mobile-site-fixes.css */
/* DoorWorks mobile stability and floating call button */
@media (max-width: 980px){
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body {
    position: relative;
    touch-action: pan-y pinch-zoom;
  }

  body > header,
  body > main,
  body > footer,
  .site-header,
  .header-shell,
  .main-nav,
  .nav-dropdown,
  section,
  .section-shell,
  .container,
  .container-fluid,
  .hero-shell {
    max-width: 100%;
    min-width: 0;
  }

  img,
  picture,
  video,
  iframe,
  svg,
  canvas {
    max-width: 100%;
  }

  .mobile-floating-call {
    position: fixed;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    z-index: 9998;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b7ff36;
    color: #101820;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(16,24,32,.30);
    border: 2px solid rgba(255,255,255,.88);
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-floating-call:active {
    transform: scale(.95);
  }

  .mobile-floating-call__icon {
    display: grid;
    place-items: center;
  }

  .mobile-floating-call__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-floating-call .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
}

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

/* SOURCE: doorworks-footer.css */
/* DoorWorks unified footer — shared by Hungarian and English pages */
.dw-site-footer{background:#151d24;color:#dce2e5;margin:0;font-family:Manrope,Arial,sans-serif}
.dw-site-footer *{box-sizing:border-box}
.dw-footer-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:44px 0 22px}
.dw-footer-main{display:grid;grid-template-columns:1.15fr 1.35fr .8fr;gap:44px;align-items:start}
.dw-site-footer a{color:#eef2f4;text-decoration:none}
.dw-site-footer a:hover,.dw-site-footer a:focus-visible{color:#c8ff3d}
.dw-footer-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:14px}
.dw-footer-logo-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#c8ff3d;color:#111821;font:800 14px/1 Manrope,Arial,sans-serif;letter-spacing:-.04em}
.dw-footer-logo strong,.dw-footer-logo small{display:block}.dw-footer-logo strong{font:800 19px/1.05 Space Grotesk,Manrope,sans-serif}.dw-footer-logo small{margin-top:4px;color:#aeb8bd;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.dw-footer-description{max-width:360px;margin:0;color:#aeb8bd;font-size:14px;line-height:1.65}
.dw-footer-nav>strong,.dw-footer-contact>strong{display:block;margin:2px 0 14px;color:#fff;font-size:13px;letter-spacing:.09em;text-transform:uppercase}
.dw-footer-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px}
.dw-footer-link-grid a{font-size:14px;line-height:1.35}
.dw-footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dw-footer-contact a,.dw-footer-contact span{font-size:14px}.dw-footer-contact span{color:#aeb8bd}html body .dw-footer-phone{color:#c8ff3d;font-weight:800;font-size:17px}
.dw-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#8f9ba1;font-size:12px}
.dw-footer-bottom nav{display:flex;gap:18px}.dw-footer-bottom a{color:#aeb8bd}
@media(max-width:820px){.dw-footer-shell{width:min(100% - 28px,680px);padding:28px 0 16px}.dw-footer-main{grid-template-columns:1fr 1fr;gap:24px 28px}.dw-footer-brand{grid-column:1/-1}.dw-footer-description{display:none}.dw-footer-link-grid{gap:8px 16px}.dw-footer-bottom{margin-top:24px;flex-wrap:wrap;justify-content:flex-start}.dw-footer-bottom>a{margin-left:auto}}
@media(max-width:560px){.dw-footer-shell{width:calc(100% - 24px);padding:22px 0 14px}.dw-footer-main{display:block}.dw-footer-logo{margin-bottom:16px}.dw-footer-nav{margin-top:4px}.dw-footer-nav>strong{display:none}.dw-footer-link-grid{display:flex;flex-wrap:wrap;gap:7px 8px}.dw-footer-link-grid a{padding:7px 9px;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:12px;line-height:1.1}.dw-footer-contact{margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:6px 14px;align-items:center}.dw-footer-contact>strong{display:none}.dw-footer-contact .dw-footer-phone{grid-column:1/-1;font-size:16px}.dw-footer-contact span{font-size:12px}.dw-footer-bottom{display:grid;grid-template-columns:1fr auto;gap:8px 12px;margin-top:18px;padding-top:13px;font-size:11px}.dw-footer-bottom nav{gap:12px}.dw-footer-bottom>a{display:none}}

/* SOURCE: cta-circle-decor-v5.css */
/* DoorWorks concentric circle decoration V5
   Uses the exact same ring geometry as the homepage dark cards. */
:root{
  --dw-home-card-navy:#111c2f;
  --dw-home-ring:rgba(255,255,255,.055);
  --dw-home-ring-line:rgba(255,255,255,.08);
  --dw-cta-ring:rgba(17,28,47,.055);
  --dw-cta-ring-line:rgba(17,28,47,.12);
}

/* Remove all earlier key / lock decoration. */
.key-lock-decor,
.contact-key-lock,
.key-lock-visual,
img[src*="key-icon"],
img[src*="lock-icon"],
[style*="key-icon.svg"],
[style*="lock-icon.svg"]{
  display:none;
  background-image:none;
}

/* Remove the older background-gradient version so only one motif is visible. */
.contact-section,
body.subpage-theme section#kapcsolat,
body.subpage-theme section#contact,
.section.cta > .container{
  background-image:none;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

html body .contact-section,
html body.subpage-theme section#kapcsolat,
html body.subpage-theme section#contact{
  background-color:#111925;
}

html body /* Exact homepage ring geometry on all dark contact / quote sections. */
.contact-section::before,
html body.subpage-theme section#kapcsolat::before,
html body.subpage-theme section#contact::before{
  content:"";
  display:block;
  position:absolute;
  left:-230px;
  bottom:-275px;
  width:520px;
  height:520px;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  opacity:1;
  background:
    radial-gradient(circle,
      transparent 0 34%,
      var(--dw-home-ring-line) 34.2% 34.6%,
      var(--dw-home-ring) 34.8% 49%,
      transparent 49.2% 63%,
      var(--dw-home-ring) 63.2% 76%,
      transparent 76.2% 100%);
}

.contact-section > *,
body.subpage-theme section#kapcsolat > *,
body.subpage-theme section#contact > *{
  position:relative;
  z-index:2;
}

html body /* Same ring geometry, html body with dark ink rings, html body on neon-green CTA cards. */
.section.cta > .container{
  background-color:var(--dw-green,#c8ff3d);
}

html body .section.cta > .container::before{
  content:"";
  display:block;
  position:absolute;
  left:-230px;
  bottom:-275px;
  width:520px;
  height:520px;
  border-radius:50%;
  pointer-events:none;
  z-index:0;
  opacity:1;
  background:
    radial-gradient(circle,
      transparent 0 34%,
      var(--dw-cta-ring-line) 34.2% 34.6%,
      var(--dw-cta-ring) 34.8% 49%,
      transparent 49.2% 63%,
      var(--dw-cta-ring) 63.2% 76%,
      transparent 76.2% 100%);
}

.section.cta > .container > *{
  position:relative;
  z-index:2;
}

@media (max-width:767.98px){
  html body .contact-section::before,
  html body.subpage-theme section#kapcsolat::before,
  html body.subpage-theme section#contact::before,
  html body .section.cta > .container::before{
    width:390px;
    height:390px;
    left:-190px;
    bottom:-215px;
  }
}

/* ROUND58 TARGETED REGRESSION FIXES */
/* Mobile header: the compact navigation owns column 3; the desktop call block must not compete with the menu button. */
@media (max-width: 980px) {
  html body .site-header .header-call {
    display: none !important;
  }

  /* Restore mobile dropdown geometry against the desktop state declarations above. */
  html body .site-header .nav-group > .nav-dropdown {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 4px 0 0 !important;
    transform: none !important;
    box-sizing: border-box;
  }

}

/* Inner-page neon CTA keeps the approved left-aligned editorial layout. */
html body.subpage-theme .section.cta > .container {
  text-align: left !important;
}
