﻿
.icon-svg {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: max(5.5rem, calc(env(safe-area-inset-top, 0px) + 4.5rem));
  overflow-x: hidden;
  max-width: 100%;
}
@supports (overflow: clip) {
  html {
    overflow-x: clip;
  }
}
@media (min-width: 48rem) {
  html {
    scroll-padding-top: 6rem;
  }
}
body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}
@supports (overflow: clip) {
  body {
    overflow-x: clip;
  }
}
body > main {
  max-width: 100%;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  body > main {
    overflow-x: clip;
  }
}
@media (max-width: 47.99rem) {
  .contact-glow {
    display: none !important;
  }
}
.font-display {
  font-family: "Manrope", var(--font-sans, ui-sans-serif, system-ui, sans-serif);
}
.dw-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: none;
  padding: 12px 26px;
  min-width: 140px;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}
.dw-btn .dw-btn-label {
  position: relative;
  z-index: 1;
  transition: transform 0.35s ease;
}
.dw-btn:hover .dw-btn-label { transform: scale(0.96); }

.dw-btn-solid {
  background: #fff;
  border: 1.5px solid #fff;
  color: #050505;
}
.dw-btn-solid .dw-btn-label { color: #050505; }
.dw-btn-solid:hover { background: transparent; color: #fff; }
.dw-btn-solid:hover .dw-btn-label { color: #fff; }

.dw-btn-outline {
  background: transparent;
  border: 1.5px solid #fff;
  color: #fff;
}
.dw-btn-outline .dw-btn-label { color: #fff; }
.dw-btn-outline:hover { background: #fff; color: #050505; }
.dw-btn-outline:hover .dw-btn-label { color: #050505; }
.dw-btn-outline-thin { border-width: 1px; }

.dw-btn-dark {
  background: #0a0a0a;
  border: 1.5px solid #0a0a0a;
  color: #fff;
}
.dw-btn-dark .dw-btn-label { color: #fff; }
.dw-btn-dark:hover { background: #fff; color: #0a0a0a; }
.dw-btn-dark:hover .dw-btn-label { color: #0a0a0a; }

.dw-btn-full { width: 100%; justify-content: center; }

.text-foreground { color: #ffffff; }
.bg-foreground { background-color: #ffffff; }
.text-background { color: #050505; }
.skip-link {
  position: absolute; left: -9999px; top: 0.75rem; z-index: 10000;
  padding: 0.5rem 1rem; border-radius: 9999px; background: #fff;
  color: #050505; font-weight: 600; font-size: 0.875rem; text-decoration: none;
}
.skip-link:focus { left: 0.75rem; outline: 2px solid #4a6b8c; outline-offset: 2px; }
.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;
}

#site-nav {
  position: fixed; top: 0.75rem; left: 0; right: 0; z-index: 50;
  will-change: transform, opacity;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media (min-width: 768px) { #site-nav { top: 1.75rem; } }

#nav-inner {
  margin: 0 auto; width: 92%; max-width: 1440px;
  display: flex; justify-content: center;
}
@media (min-width: 768px) { #nav-inner { width: 72%; } }

#nav-capsule {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  border-radius: 9999px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.4);
  padding: .625rem 1rem;
  transition: background .3s, border-color .3s;
  position: relative;
}
@media (min-width: 768px) { #nav-capsule { padding: .75rem 1.5rem; } }
#nav-capsule.scrolled {
  background: rgba(5,5,5,.88) !important;
  border-color: rgba(255,255,255,.14) !important;
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
}

#nav-logo {
  display: flex; align-items: center; gap: .5rem;
  text-decoration: none; flex-shrink: 0; position: relative; z-index: 2;
}
#nav-logo img { height: 2.45rem; width: auto; object-fit: contain; filter: grayscale(1); }
@media (min-width: 768px) { #nav-logo img { height: 2.975rem; } }
#nav-logo span {
  font-family: 'Manrope', sans-serif; font-weight: 700;
  font-size: 1rem; letter-spacing: -.03em; color: #fff; white-space: nowrap;
}
@media (min-width: 768px) { #nav-logo span { font-size: 1.125rem; } }

#nav-links {
  display: none; position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%); align-items: center; z-index: 2;
}
@media (min-width: 768px) { #nav-links { display: flex; align-items: center; gap: 0.25rem; flex-wrap: nowrap; } }
#nav-links a {
  padding: .5rem 1rem; font-size: .9375rem; font-weight: 600;
  color: #fff; text-decoration: none; transition: color .2s, opacity .2s; white-space: nowrap;
}
#nav-links a:hover { color: #fff; opacity: 0.85; }
#nav-links a:focus-visible,
#drawer-links a:focus-visible,
#nav-logo:focus-visible,
#drawer-logo:focus-visible,
.nav-serial-cta:focus-visible,
#hero-serial-cta:focus-visible,
#drawer-serial-btn:focus-visible,
#nav-hamburger:focus-visible,
#drawer-close:focus-visible {
  outline: 2px solid #c0c0c0;
  outline-offset: 3px;
}
#kapcsolat input:focus-visible,
#kapcsolat textarea:focus-visible,
#serial-input:focus-visible,
#btn-serial-close:focus-visible {
  outline: 2px solid #c0c0c0;
  outline-offset: 2px;
}

#nav-right { display: flex; align-items: center; gap: .625rem; flex-shrink: 0; position: relative; z-index: 2; }
#nav-right .nav-serial-cta {
  display: none;
}
@media (min-width: 768px) {
  #nav-right .nav-serial-cta {
    display: inline-flex;
  }
}

/* FEJLESZTOI MEGJEGYZES: Sorszám gomb (navbar trigger) stílus. A #nav-serial-btn nyitja a PHP lekérdező overlayt. */
#nav-right #nav-serial-btn.nav-serial-cta {
  background: #fff;
  border: 1.5px solid #fff;
  color: #050505;
}
#nav-right #nav-serial-btn.nav-serial-cta .dw-btn-label {
  color: #050505;
}
@media (hover: hover) {
  #nav-right #nav-serial-btn.nav-serial-cta:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  #nav-right #nav-serial-btn.nav-serial-cta:hover .dw-btn-label {
    color: #fff;
  }
}
#nav-hamburger {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .625rem; border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05);
  color: #fff; cursor: pointer; transition: background .2s;
}
@media (min-width: 768px) { #nav-hamburger { display: none; } }
#nav-hamburger:hover { background: rgba(255,255,255,.12); }

#mobile-drawer {
  position: fixed;
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 70;
  background: #050505;
  display: flex;
  flex-direction: column;
  padding: max(2rem, env(safe-area-inset-top, 0px)) max(1.5rem, env(safe-area-inset-right, 0px)) max(2rem, env(safe-area-inset-bottom, 0px)) max(1.5rem, env(safe-area-inset-left, 0px));
  transform: translateX(100%);
  transition: transform .55s cubic-bezier(0.16,1,0.3,1);
  pointer-events: none;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  #mobile-drawer {
    padding: max(3rem, env(safe-area-inset-top, 0px)) max(3rem, env(safe-area-inset-right, 0px)) max(3rem, env(safe-area-inset-bottom, 0px)) max(3rem, env(safe-area-inset-left, 0px));
  }
}
#mobile-drawer.is-open { transform: translateX(0); pointer-events: auto; }

#drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 3rem; }
#drawer-logo { display: flex; align-items: center; gap: .5rem; text-decoration: none; }
#drawer-logo img { height: 1.5rem; width: auto; object-fit: contain; filter: grayscale(1); }
#drawer-logo span { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: -.03em; color: #fff; }
#drawer-close {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .75rem; border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.05);
  color: #fff; cursor: pointer; transition: background .2s;
}
#drawer-close:hover { background: rgba(255,255,255,.12); }
#drawer-links { display: flex; flex-direction: column; }
#drawer-links a {
  font-family: 'Manrope', sans-serif; font-size: 1.75rem; font-weight: 700;
  letter-spacing: -.04em; text-transform: uppercase;
  color: #fff; text-decoration: none; padding: .4rem 0;
  transition: color .15s; line-height: 1.1;
}
@media (min-width: 640px) { #drawer-links a { font-size: 2.25rem; } }
#drawer-links a:hover { color: #4a6b8c; }
#drawer-divider { height: 1px; background: rgba(255,255,255,.08); margin: 2rem 0; }
#drawer-actions { display: flex; flex-direction: column; gap: .75rem; margin-top: auto; }
.d-btn-serial { padding: 14px 26px; }
.d-btn-kapcsolat { padding: 14px 26px; }
#top.hero-root {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
@media (min-width: 48rem) {
  #top.hero-root {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }
}
#top.hero-root .hero-video-shell {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}
#top .hero-overlay-fade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 5, 0.1),
    rgba(5, 5, 5, 0.5),
    #050505
  );
  pointer-events: none;
}
#hero-scrub {
  position: relative;
  width: 100%;
  min-height: 190vh;
}
#hero-pin {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0a0a;
}
.hero-vid-stack {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#top .hero-vid-car-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transform: scale(1.06);
  transform-origin: center center;
  will-change: transform, opacity;
}
#top .hero-vid-car {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100% !important;
  min-height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.hero-vid-car-dim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
  opacity: 0.54;
  pointer-events: none;
}
.hero-rim-spin-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.hero-rim-clip {
  width: min(28vmin, 200px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
#top .hero-vid-rim {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  height: 110%;
  max-width: none;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  filter: brightness(0.8);
}
.hero-intro-layer {
  position: relative;
  will-change: transform, opacity;
}
.hero-headline-wrap {
  overflow: visible;
  padding-bottom: 0.12em;
}
.hero-rim-headline-layer {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  pointer-events: none;
  will-change: transform, opacity;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 48rem) {
  .hero-rim-headline-layer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#top .hero-blur-orb {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 40rem;
  height: 40rem;
  background-color: rgba(74, 107, 140, 0.2);
  filter: blur(120px);
  border-radius: 9999px;
  pointer-events: none;
}
#top .hero-headline {
  line-height: 1.08;
  font-size: calc(3rem - 6px);
  padding-bottom: 0.06em;
}
@media (min-width: 640px) {
  #top .hero-headline {
    font-size: calc(3.75rem - 6px);
  }
}
@media (min-width: 768px) {
  #top .hero-headline {
    font-size: calc(4.5rem - 6px);
  }
}
@media (min-width: 1024px) {
  #top .hero-headline {
    font-size: calc(7rem - 6px);
    line-height: 1.06;
    padding-bottom: 0.08em;
  }
}
#top .hero-headline .hero-h1-line2 {
  color: #bb8642;
}
#top .hero-headline-sub {
  margin-top: calc(0.875rem + 2px);
  font-weight: 600;
}
@media (min-width: 48rem) {
  #top .hero-headline-sub {
    margin-top: calc(1rem + 2px);
  }
}
#top #hero-serial-cta {
  display: none;
}
@media (max-width: 47.99rem) {
  #top #hero-serial-cta {
    display: inline-flex;
  }
  #top #hero-kapcsolat-cta {
    display: none !important;
  }
}
.pt-28 {
  padding-top: 7rem;
}
@media (min-width: 48rem) {
  .md\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 64rem) {
  .lg\:text-hero-7rem {
    font-size: 7rem;
    line-height: 1.06;
  }
}
.bg-background {
  background-color: #050505;
}
.bg-background\/80 {
  background-color: rgba(5, 5, 5, 0.8);
}
.text-muted {
  color: #a1a1aa;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.service-card-frame {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.service-card-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 4;
  box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .service-card-frame::after {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }
}
#miert-dewheels .service-card-frame {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 768px) {
  #miert-dewheels .service-card-frame {
    border-radius: 4rem;
  }
}
@media (hover: hover) {
  #miert-dewheels .service-card-frame:hover {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 36px rgba(0, 0, 0, 0.42);
  }
}
#miert-dewheels .service-card-frame .miert-dewheels-bg-img {
  transform: scale(1);
  transform-origin: center center;
}
@media (hover: hover) {
  #miert-dewheels .service-card-frame.group:hover .miert-dewheels-bg-img {
    transform: scale(1.06);
  }
}
#miert-dewheels .dw-miert-badge-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #a1a1aa;
}
#miert-dewheels a.dw-btn.dw-btn-outline.dw-btn-outline-thin {
  border-width: 0.5px;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  #miert-dewheels a.dw-btn.dw-btn-outline.dw-btn-outline-thin {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.12);
  }
}
#miert-dewheels .service-card-frame > div.absolute.inset-0.z-0 {
  border-radius: inherit;
  overflow: hidden;
}
#miert-dewheels .service-card-frame > div.absolute.inset-0.z-0 > div.absolute.inset-0:not(.z-0) {
  border-radius: inherit;
}
#miert-dewheels .service-card-frame > div.relative.z-10 {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 40rem) {
  #miert-dewheels .service-card-frame > div.relative.z-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 48rem) {
  #miert-dewheels .service-card-frame > div.relative.z-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 64rem) {
  #miert-dewheels .service-card-frame > div.relative.z-10 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
#miert-dewheels .teruletek-hpad {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 40rem) {
  #miert-dewheels .teruletek-hpad {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 48rem) {
  #miert-dewheels .teruletek-hpad {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 64rem) {
  #miert-dewheels .teruletek-hpad {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
#miert-dewheels .teruletek-intro-head {
  padding-top: 1.5rem;
}
@media (min-width: 48rem) {
  #miert-dewheels .teruletek-intro-head {
    padding-top: 2rem;
  }
}
#miert-dewheels .teruletek-card-cta {
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  #miert-dewheels .teruletek-card-cta {
    margin-top: 2.5rem;
  }
}
#miert-dewheels .teruletek-card-righttext {
  text-align: right;
}
#miert-dewheels .teruletek-card-righttext h3,
#miert-dewheels .teruletek-card-righttext p {
  text-align: right;
}
#miert-dewheels.bg-background {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  #miert-dewheels.bg-background {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
#referenciak .dewheels-brand-boabo {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  background: #fff;
  color: #111;
}
#referenciak .dewheels-brand-boabo .dw-boabo-inner {
  box-sizing: border-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 3rem 1rem;
}
@media (min-width: 40rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-inner {
    padding: 4rem 2rem;
  }
}
@media (min-width: 64rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-inner {
    padding: 6rem 4rem;
  }
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
@media (min-width: 40rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-badge-wrap {
    margin-bottom: 3rem;
  }
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-inner {
  position: relative;
  display: flex;
  align-items: center;
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  border-radius: 9999px;
  background: #141414;
  color: #fff;
  z-index: 10;
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-spin {
  position: absolute;
  inset: 0;
  animation: dw-boabo-spin 10s linear infinite;
}
@keyframes dw-boabo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-spin svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-spin text {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  fill: #fff;
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-logo {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-logo img {
  height: 2.45rem;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left;
  filter: grayscale(1);
}
@media (min-width: 48rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-badge-logo img {
    height: 2.975rem;
  }
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-profile {
  width: 106px;
  height: 106px;
  border-radius: 9999px;
  overflow: hidden;
  border: 4px solid #fff;
  margin-left: -1.25rem;
  z-index: 20;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
#referenciak .dewheels-brand-boabo .dw-boabo-badge-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#referenciak .dewheels-brand-boabo .dw-boabo-gallery-shell {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  box-sizing: border-box;
}
@media (min-width: 40rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery-shell {
    margin-bottom: 6rem;
  }
}
#referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  z-index: 10;
  appearance: none;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #151515;
  color: inherit;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}
#referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 2px;
}
#referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow--prev {
  left: -0.5rem;
}
#referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow--next {
  right: -0.5rem;
}
#referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow svg {
  width: 17px;
  height: 17px;
  color: #fff;
  stroke: currentColor;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.35s ease;
}
@media (hover: hover) {
  #referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow:hover {
    transform: translateY(-50%) scale(calc(37 / 36));
    border-color: rgba(255, 255, 255, 0.28);
    background: #151515;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  }
  #referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow:hover svg {
    transform: none;
    color: #fff;
  }
}
#referenciak .dewheels-brand-boabo .dw-boabo-gallery {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.25rem;
  margin-bottom: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 40rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery {
    gap: 0.75rem;
  }
}
#referenciak .dewheels-brand-boabo .dw-boabo-gallery-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #e5e7eb;
  content-visibility: auto;
  contain-intrinsic-size: 280px 210px;
}
@media (min-width: 40rem) {
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery-card {
    border-radius: 1rem;
  }
}
#referenciak .dewheels-brand-boabo .dw-boabo-gallery-card .dw-boabo-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}
#referenciak .dewheels-brand-boabo .dw-boabo-gallery-overlay {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#referenciak .dewheels-brand-boabo .dw-boabo-gallery-overlay-icon {
  width: 3rem;
  height: 3rem;
  color: #fff;
  stroke: currentColor;
  transform: scale(0.5);
}
@media (hover: hover) {
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery-card:hover .dw-boabo-gallery-img {
    filter: blur(6px);
    transform: none;
  }
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery-card:hover .dw-boabo-gallery-overlay {
    opacity: 1;
  }
}
#ref-lightbox {
  display: none;
  box-sizing: border-box;
}
#ref-lightbox.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  z-index: 130;
  flex-direction: column;
  background: rgba(5, 5, 5, 0.96);
  padding: max(0.5rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px))
    max(0.75rem, env(safe-area-inset-bottom, 0px)) max(0.75rem, env(safe-area-inset-left, 0px));
}
#ref-lightbox-close {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 0.35rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#ref-lightbox-close:hover,
#ref-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  outline: none;
}
#ref-lightbox-close svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}
#ref-lightbox-stage {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
}
#ref-lightbox .ref-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  background: rgba(20, 20, 20, 0.75);
  color: #fff;
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
#ref-lightbox .ref-lightbox-nav:hover,
#ref-lightbox .ref-lightbox-nav:focus-visible {
  background: rgba(40, 40, 40, 0.9);
  border-color: rgba(255, 255, 255, 0.35);
  outline: none;
}
#ref-lightbox .ref-lightbox-nav svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
}
#ref-lightbox-prev {
  left: max(0.35rem, env(safe-area-inset-left, 0px));
}
#ref-lightbox-next {
  right: max(0.35rem, env(safe-area-inset-right, 0px));
}
#ref-lightbox-track {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  scrollbar-width: none;
}
#ref-lightbox-track::-webkit-scrollbar {
  display: none;
}
#ref-lightbox .ref-lightbox-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
}
#ref-lightbox .ref-lightbox-slide img {
  max-width: 100%;
  max-height: min(88vh, 100%);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0.5rem;
}
#referenciak .dewheels-brand-boabo:has(#referenciak-stats) .dw-boabo-gallery-shell {
  margin-bottom: 0;
}
@media (min-width: 40rem) {
  #referenciak .dewheels-brand-boabo:has(#referenciak-stats) .dw-boabo-gallery-shell {
    margin-bottom: 0;
  }
}
#referenciak #referenciak-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-items: center;
}
@media (min-width: 40rem) {
  #referenciak #referenciak-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    justify-items: center;
  }
}
@media (min-width: 64rem) {
  #referenciak #referenciak-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    text-align: center;
    justify-items: center;
  }
}
#referenciak #referenciak-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#referenciak #referenciak-stats .dw-boabo-stat-num {
  font-size: 64px;
  line-height: 1;
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-weight: 700;
  letter-spacing: var(--tracking-tighter, -0.05em);
  color: #111111;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  #referenciak #referenciak-stats .dw-boabo-stat-num {
    font-size: 80px;
  }
}
@media (min-width: 64rem) {
  #referenciak #referenciak-stats .dw-boabo-stat-num {
    font-size: 96px;
  }
}
#referenciak #referenciak-stats h3.dw-boabo-stat-heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 0.75rem;
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
}
#referenciak #referenciak-stats p {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #6b7280;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
}

/* FEJLESZTOI MEGJEGYZES: A #serial-overlay és .serial-* szabályok a sorszám lekérdező UI-t kezelik. PHP válaszmegjelenítésnél ezeket a konténereket használd. */
#serial-overlay {
  isolation: isolate;
  padding: max(1.5rem, env(safe-area-inset-top, 0px)) max(1.5rem, env(safe-area-inset-right, 0px)) max(1.5rem, env(safe-area-inset-bottom, 0px)) max(1.5rem, env(safe-area-inset-left, 0px));
}
#serial-overlay .serial-overlay-bg img {
  opacity: 0.28;
}
@media (min-width: 48rem) {
  #serial-overlay {
    padding: 2rem;
  }
}
@media (max-width: 47.99rem) {
  
  #serial-overlay.flex {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    padding: max(2rem, env(safe-area-inset-top, 0px)) max(1.5rem, env(safe-area-inset-right, 0px)) max(2rem, env(safe-area-inset-bottom, 0px)) max(1.5rem, env(safe-area-inset-left, 0px));
    box-sizing: border-box;
    background: #050505;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    isolation: isolate;
  }
  @media (min-width: 40rem) {
    #serial-overlay.flex {
      padding: max(3rem, env(safe-area-inset-top, 0px)) max(3rem, env(safe-area-inset-right, 0px)) max(3rem, env(safe-area-inset-bottom, 0px)) max(3rem, env(safe-area-inset-left, 0px));
    }
  }
  #serial-overlay.flex::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    z-index: 0;
    background: url('../assets/images/dewheels-budapest-felni-kozelkep.webp') center center / cover no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
  #serial-overlay.is-open.flex::before {
    opacity: 0.55;
  }
  #serial-overlay.is-open.flex {
    transform: translateX(0);
  }
  #serial-overlay .serial-overlay-bg {
    z-index: 1;
  }
  #serial-overlay .serial-mobile-dim {
    display: none !important;
  }
  #serial-overlay .serial-slide-panel {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none !important;
    transition: none;
    overflow: visible;
  }
}
@media (min-width: 48rem) {
  #serial-overlay.flex::before {
    content: none;
    display: none;
  }
  #serial-overlay .serial-mobile-dim {
    display: none !important;
  }
  #serial-overlay .serial-slide-panel {
    position: relative;
    z-index: 1;
    transform: none !important;
    transition: none;
    width: 100%;
    height: auto;
    max-width: 42rem;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    overflow: visible;
  }
}

@keyframes spin-slow { from { transform: rotate(0deg);} to { transform: rotate(360deg);} }
.animate-spin-slow { animation: spin-slow 20s linear infinite; }
.animate-spin-slower { animation: spin-slow 30s linear infinite; }

.btn-fill-light,
.btn-fill-outline {
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .btn-fill-light:hover,
  .btn-fill-light:focus-visible {
    background-color: #f4f4f5 !important;
    transform: scale(1.05);
  }
  .btn-fill-outline:hover,
  .btn-fill-outline:focus-visible {
    background-color: rgba(255, 255, 255, 0.1) !important;
    transform: scale(1.05);
  }
}
.btn-fill-label {
  position: relative;
  z-index: 1;
}
#szolgaltatások .services-section-title {
  text-transform: none;
}
#rolunk .section-eyebrow,
#szolgaltatások .section-eyebrow,
#miert-dewheels .section-eyebrow,
#kapcsolat .section-eyebrow,
#hogyan-mukodunk .section-eyebrow {
  color: #bb8642 !important;
}
#szolgaltatások .dw-svc-portfolio-card,
#feat-mobile .dw-svc-portfolio-card {
  background-color: #151515;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
#szolgaltatások .dw-svc-portfolio-card.group.flex.flex-col,
#feat-mobile .dw-svc-portfolio-card.group.flex.flex-col {
  gap: 0.25rem;
}
#szolgaltatások .dw-svc-portfolio-card h3,
#feat-mobile .dw-svc-portfolio-card h3 {
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
}
@media (min-width: 640px) {
  #szolgaltatások .dw-svc-portfolio-card h3,
  #feat-mobile .dw-svc-portfolio-card h3 {
    font-size: 20px;
  }
}
#szolgaltatások .dw-svc-portfolio-card .dw-svc-portfolio-cat,
#feat-mobile .dw-svc-portfolio-card .dw-svc-portfolio-cat {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: calc(0.8125rem - 2px);
  line-height: 1.55;
  margin-top: -0.125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 48rem) {
  #szolgaltatások .dw-svc-portfolio-card .dw-svc-portfolio-cat,
  #feat-mobile .dw-svc-portfolio-card .dw-svc-portfolio-cat {
    font-size: calc(0.875rem - 2px);
  }
}
#szolgaltatások .dw-svc-festek-cat .dw-svc-festek-cat-desktop,
#feat-mobile .dw-svc-festek-cat .dw-svc-festek-cat-desktop {
  display: none;
}
#szolgaltatások .dw-svc-festek-cat .dw-svc-festek-cat-mobile,
#feat-mobile .dw-svc-festek-cat .dw-svc-festek-cat-mobile {
  display: block;
}
@media (min-width: 64rem) {
  #szolgaltatások .dw-svc-portfolio-card .dw-svc-festek-cat {
    max-width: min(100%, 24rem);
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
  }
  #szolgaltatások .dw-svc-festek-cat .dw-svc-festek-cat-mobile,
  #feat-mobile .dw-svc-festek-cat .dw-svc-festek-cat-mobile {
    display: none;
  }
  #szolgaltatások .dw-svc-festek-cat .dw-svc-festek-cat-desktop,
  #feat-mobile .dw-svc-festek-cat .dw-svc-festek-cat-desktop {
    display: block;
  }
}
.dw-amint-utolso-copy-desktop {
  display: none;
}
@media (min-width: 64rem) {
  .dw-amint-utolso-copy-mobile {
    display: none;
  }
  .dw-amint-utolso-copy-desktop {
    display: block;
  }
}
#szolgaltatások .dw-svc-portfolio-arrow,
#feat-mobile .dw-svc-portfolio-arrow {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}
#szolgaltatások .dw-svc-portfolio-arrow svg,
#feat-mobile .dw-svc-portfolio-arrow svg {
  width: 14px;
  height: 14px;
  color: #bb8642;
  stroke: currentColor;
  transition: color 0.35s ease;
}
@media (hover: hover) {
  #szolgaltatások .dw-svc-portfolio-card:hover,
  #feat-mobile .dw-svc-portfolio-card:hover {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 14px 36px rgba(0, 0, 0, 0.42);
  }
  #szolgaltatások .dw-svc-portfolio-card:hover .dw-svc-portfolio-arrow,
  #feat-mobile .dw-svc-portfolio-card:hover .dw-svc-portfolio-arrow {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  #szolgaltatások .dw-svc-portfolio-card:hover .dw-svc-portfolio-arrow svg,
  #feat-mobile .dw-svc-portfolio-card:hover .dw-svc-portfolio-arrow svg {
    color: #d9a56a;
  }
}
@media (min-width: 64rem) {
  #szolgaltatások .dw-svc-desktop-grid .dw-svc-portfolio-card {
    min-height: 9.5rem;
  }
  #szolgaltatások .dw-svc-desktop-grid .dw-svc-portfolio-card > div:nth-child(2) {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
  }
}
#feat-mobile .dw-svc-portfolio-card {
  min-height: 9.5rem;
}
#feat-mobile .dw-svc-portfolio-card > div:nth-child(2) {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}
#szolgaltatások .dw-svc-popover.dw-svc-popover--modal:popover-open,
#feat-mobile .dw-svc-popover.dw-svc-popover--modal:popover-open {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: min(22rem, calc(100vw - 2rem));
  max-height: min(85vh, 28rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.375rem 1.375rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(34, 34, 34, 0.98) 0%, #121212 55%, #0d0d0d 100%);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 28px 90px rgba(0, 0, 0, 0.65), 0 12px 40px rgba(0, 0, 0, 0.45);
  z-index: 200;
  box-sizing: border-box;
}
#szolgaltatások .dw-svc-popover.dw-svc-popover--modal.dw-svc-popover--gumi-arak:popover-open,
#feat-mobile .dw-svc-popover.dw-svc-popover--modal.dw-svc-popover--gumi-arak:popover-open {
  width: min(26rem, calc(100vw - 2rem));
  min-height: 16.15rem;
  padding: 2.75rem 2.75rem 1.25rem 1.375rem;
}
#szolgaltatások .dw-svc-popover--gumi-arak .dw-svc-popover-close,
#feat-mobile .dw-svc-popover--gumi-arak .dw-svc-popover-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
#szolgaltatások .dw-svc-popover--gumi-arak .dw-svc-popover-close:hover,
#feat-mobile .dw-svc-popover--gumi-arak .dw-svc-popover-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
#szolgaltatások .dw-svc-popover.dw-svc-popover--modal::backdrop,
#feat-mobile .dw-svc-popover.dw-svc-popover--modal::backdrop {
  background: rgba(5, 5, 5, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#szolgaltatások .dw-svc-popover--modal .dw-svc-popover-kicker,
#feat-mobile .dw-svc-popover--modal .dw-svc-popover-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.3;
}
#szolgaltatások .dw-svc-popover--gumi-arak .dw-svc-popover-gumi-title,
#feat-mobile .dw-svc-popover--gumi-arak .dw-svc-popover-gumi-title {
  margin: 0 0 0.625rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #bb8642;
}
#szolgaltatások .dw-svc-popover--gumi-arak .dw-svc-popover-sub,
#feat-mobile .dw-svc-popover--gumi-arak .dw-svc-popover-sub {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
#szolgaltatások .dw-svc-popover--gumi-arak .dw-svc-popover-kicker--arak,
#feat-mobile .dw-svc-popover--gumi-arak .dw-svc-popover-kicker--arak {
  margin: 1rem 0 0.5rem;
}
#szolgaltatások .dw-svc-popover--modal .dw-svc-popover-list,
#feat-mobile .dw-svc-popover--modal .dw-svc-popover-list {
  margin-top: 0.125rem;
}
#szolgaltatások .dw-svc-popover .dw-svc-popover-list,
#feat-mobile .dw-svc-popover .dw-svc-popover-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#szolgaltatások .dw-svc-popover .dw-svc-popover-list li,
#feat-mobile .dw-svc-popover .dw-svc-popover-list li {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.45;
}
#szolgaltatások button.dw-svc-arak-btn,
#feat-mobile button.dw-svc-arak-btn {
  font-family: inherit;
  font-size: calc(0.875rem - 2px);
  font-weight: 600;
  line-height: 1.35;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(187, 134, 66, 0.55);
  color: #bb8642;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
#szolgaltatások button.dw-svc-arak-btn:hover,
#feat-mobile button.dw-svc-arak-btn:hover {
  color: #d4a574;
  text-decoration-color: rgba(212, 165, 116, 0.9);
}
#szolgaltatások .dw-svc-portfolio-card .dw-svc-price-wrap,
#feat-mobile .dw-svc-portfolio-card .dw-svc-price-wrap {
  margin-top: 0.75rem;
}
#szolgaltatások .dw-svc-portfolio-card .dw-svc-custom-price,
#feat-mobile .dw-svc-portfolio-card .dw-svc-custom-price {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-size: calc(0.875rem - 2px);
  font-weight: 600;
  line-height: 1.35;
  color: #bb8642;
}

#szolgaltatások .dw-svc-motion-wrap {
  width: 157.32%;
  margin-left: -28.66%;
  margin-right: -28.66%;
  box-sizing: border-box;
}

@media (max-width: 63.99rem) {
  #feat-mobile .dw-svc-portfolio-card h3,
  #szolgaltatások .dw-svc-portfolio-card h3 {
    text-transform: uppercase;
  }
  #feat-mobile .dw-svc-portfolio-card .dw-svc-portfolio-cat,
  #szolgaltatások .dw-svc-portfolio-card .dw-svc-portfolio-cat {
    font-size: calc(0.8125rem - 2px + 2px);
  }
  #feat-mobile .dw-svc-portfolio-card .dw-svc-custom-price,
  #szolgaltatások .dw-svc-portfolio-card .dw-svc-custom-price {
    font-size: calc(0.875rem - 2px + 1px);
  }
}
@media (max-width: 63.99rem) and (min-width: 48rem) {
  #feat-mobile .dw-svc-portfolio-card .dw-svc-portfolio-cat,
  #szolgaltatások .dw-svc-portfolio-card .dw-svc-portfolio-cat {
    font-size: calc(0.875rem - 2px + 2px);
  }
}
#szolgaltatások {
  isolation: isolate;
  background-color: #030303;
  background-color: color-mix(in srgb, var(--color-bg-dark, #050505) 60%, black);
}
#szolgaltatások::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../assets/images/dewheels-hatter-fust-textura.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.22;
  filter: brightness(0.7);
  pointer-events: none;
}
#szolgaltatások > .relative {
  position: relative;
  z-index: 1;
}
#feat-mobile h3 {
  text-transform: none;
  letter-spacing: 0.03em;
}
.dw-btn-rolunk-size {
  box-sizing: border-box;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  border-radius: 9999px;
}
button.btn-primary.dw-btn-rolunk-size {
  min-height: 0 !important;
  padding: 0.75rem 2rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.btn-fill-light {
  touch-action: manipulation;
  border-radius: 9999px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid transparent;
}
.btn-fill-outline {
  touch-action: manipulation;
  border-radius: 9999px;
  background-color: transparent !important;
  color: #fff !important;
}
footer .footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}
footer .footer-social-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #fff;
  stroke: currentColor;
  transition: color 0.35s ease;
}
@media (hover: hover) {
  footer .footer-social-link:hover,
  footer .footer-social-link:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  footer .footer-social-link:hover svg,
  footer .footer-social-link:focus-visible svg {
    color: #fff;
  }
}

@media (max-width: 47.99rem) {
  #top .hero-headline {
    font-size: calc(3rem - 6px + 3px);
    text-wrap: unset;
    word-break: normal;
    overflow-wrap: normal;
  }
  #top .hero-headline .hero-h1-line1 {
    display: block;
    white-space: nowrap;
  }
  #top .hero-headline .hero-h1-line2 {
    display: block;
  }
  .hero-intro-layer .hero-headline br {
    display: none;
  }
  #top .hero-headline-sub {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: calc(1rem - 1px);
  }
  .hero-intro-layer {
    padding-top: 2.25rem;
  }
  .hero-rim-headline-layer .max-w-5xl {
    margin-top: 1.75rem;
  }

  #mobile-drawer {
    isolation: isolate;
  }
  #mobile-drawer::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    z-index: 0;
    background: url('../assets/images/dewheels-budapest-felni-kozelkep.webp') center center / cover no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
  #mobile-drawer.is-open::before {
    opacity: 0.55;
  }
  #mobile-drawer > * {
    position: relative;
    z-index: 1;
  }
  #mobile-drawer.is-open #drawer-logo img {
    display: none;
  }
  #drawer-links a {
    text-transform: none;
  }

  #feat-mobile {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #feat-mobile .feat-mobile-card-inner {
    transition: opacity 0.28s ease;
    will-change: opacity;
  }
  #feat-mobile .feat-mobile-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  #feat-mobile .feat-mobile-card-title-row h3 {
    line-height: 1.1;
  }
  #feat-mobile .dw-svc-portfolio-card.group.flex.flex-col {
    gap: 1rem;
  }
  #feat-mobile .dw-svc-portfolio-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
  #feat-mobile .dw-svc-portfolio-arrow svg {
    width: 12px;
    height: 12px;
  }

  #referenciak .dewheels-brand-boabo .dw-boabo-inner {
    overflow-x: visible;
  }
  #referenciak .dw-boabo-gallery-shell .dw-svc-portfolio-arrow {
    display: none !important;
  }
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery-shell {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.375rem;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.35rem;
    touch-action: auto;
    scroll-snap-type: none;
  }
  #referenciak .dewheels-brand-boabo .dw-boabo-gallery-card {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  #rolunk a.dw-rolunk-kapcsolat-cta.dw-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  
  #miert-dewheels .service-card-frame {
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
  #miert-dewheels .service-card-frame::after {
    box-shadow: none;
  }
  @media (hover: hover) {
    #miert-dewheels .service-card-frame:hover {
      border-color: transparent;
      box-shadow: none;
    }
  }

  #miert-dewheels .dw-miert-capsule {
    padding: calc(0.5rem - 2px) calc(1rem - 2px);
    gap: calc(0.5rem - 2px);
  }
  #miert-dewheels .dw-miert-badge-label {
    font-size: 10px;
  }
  #miert-dewheels a.dw-btn.dw-btn-outline.dw-btn-outline-thin {
    border-width: 1.5px;
    border-color: rgba(255, 255, 255, 0.24);
  }

  #referenciak .dewheels-brand-boabo .dw-boabo-badge-wrap {
    display: none;
  }
}
@media (max-width: 47.99rem) and (min-width: 40rem) {
  #top .hero-headline {
    font-size: calc(3.75rem - 6px + 3px);
  }
}

[data-animate] {
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-animate="up"]    { transform: translateY(2.5rem); }
[data-animate="left"]  { transform: translateX(-3.5rem); }
[data-animate="right"] { transform: translateX(3.5rem); }
[data-animate="scale"] { transform: scale(0.88); }
[data-animate].anim-in { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: 0.1s; }
[data-delay="2"] { transition-delay: 0.2s; }
[data-delay="3"] { transition-delay: 0.3s; }
[data-delay="4"] { transition-delay: 0.4s; }
[data-delay="5"] { transition-delay: 0.5s; }
[data-delay="6"] { transition-delay: 0.6s; }
[data-delay="7"] { transition-delay: 0.7s; }
