:root {
  --rv24-header-orange: var(--primary, var(--rv-orange-72-2));
  --rv24-header-ink: var(--rv-navy-13);
  --rv24-header-muted: var(--rv-blue-47);
  --rv24-whatsapp: var(--rv-green-75);
}

.rv24-topline {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 36px;
  background: var(--rv-orange-96);
  border-bottom: 1px solid var(--rv-orange-89);
  color: var(--rv24-header-ink);
  font-size: 12px;
  font-weight: 600;
}

.rv24-topline__inner {
  width: min(100% - 40px, 1440px);
  min-height: 36px;
  margin: 0 auto;
  padding: 4px 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.rv24-topline__link {
  color: inherit;
  text-decoration: none;
}

.rv24-topline__mobile-label { display: none; }

.rv24-topline__cta {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--rv24-header-orange);
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, filter .2s ease;
}

.rv24-topline__cta:hover {
  color: #fff;
  filter: brightness(.96);
  transform: translateY(-1px);
}

.rv24-topline__close {
  position: absolute;
  top: 50%;
  right: max(14px, calc((100vw - 1440px) / 2));
  width: 27px;
  height: 27px;
  padding: 6px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--rv-blue-36);
  cursor: pointer;
  transform: translateY(-50%);
}

.rv24-topline__close:hover { background: var(--rv-grey-93); }
.rv24-topline__close svg { display: block; width: 100%; height: 100%; }

.navbar-fixed.rv24-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  height: auto;
  min-height: 120px;
  justify-content: flex-start;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(23,32,51,.1);
  box-shadow: 0 5px 24px rgba(21,34,50,.07);
}

.rv24-header > .base-container-3.nav-top { display: none; }

.rv24-header > .base-container {
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
  padding: 10px 24px;
}

.rv24-header .nav-menu-wrapper {
  position: relative;
  gap: clamp(10px, 1.5vw, 24px);
}
.rv24-header .brand {
  flex: 0 0 260px;
  min-width: 210px;
  align-self: stretch;
  align-items: center;
  padding: 0;
  display: flex;
}
.rv24-header .brand_image {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 4px 0 0;
  display: block;
}
.rv24-header .nav-menu { flex: 1 1 auto; }
.rv24-header .menu-wrap { justify-content: flex-end; gap: 2px; }
.rv24-header .menu-wrap > .rv24-primary-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.rv24-header .dropdown-toggle .w-icon-dropdown-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 7px;
  margin: -5px 0 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  font-size: 0;
  line-height: 0;
  transform: rotate(45deg);
}
.rv24-header .button-block-header,
.rv24-header .button.mobile { display: none; }

.rv24-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
  white-space: nowrap;
}

.rv24-header-action,
.rv24-contact__phone {
  color: var(--rv24-header-ink);
  text-decoration: none;
}

.rv24-help {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
}

.rv24-help:hover,
.rv24-contact__phone:hover { color: var(--rv24-header-orange); }

.rv24-icon { display: block; width: 21px; height: 21px; flex: 0 0 auto; }

.rv24-whatsapp {
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(37,211,102,.3);
  border-radius: 50%;
  background: rgba(37,211,102,.1);
  color: var(--rv24-whatsapp);
  transition: background .2s ease, transform .2s ease;
}

.rv24-whatsapp:hover { background: rgba(37,211,102,.18); transform: translateY(-1px); }
.rv24-whatsapp .rv24-icon { width: 23px; height: 23px; }

.rv24-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--rv24-whatsapp);
  box-shadow: 0 8px 24px rgba(20, 72, 40, .25);
  color: #fff;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
  animation: rv24-whatsapp-pulse 5s ease-in-out infinite;
}

.rv24-whatsapp-float:hover {
  background: var(--rv-green-68);
  box-shadow: 0 10px 28px rgba(20, 72, 40, .32);
  color: #fff;
  transform: translateY(-2px);
}

.rv24-whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .35);
  outline-offset: 4px;
}

.rv24-whatsapp-float .rv24-icon {
  width: 29px;
  height: 29px;
}

@keyframes rv24-whatsapp-pulse {
  0%, 84%, 100% {
    box-shadow: 0 8px 24px rgba(20, 72, 40, .25), 0 0 0 0 rgba(37, 211, 102, 0);
  }
  89% {
    box-shadow: 0 8px 24px rgba(20, 72, 40, .25), 0 0 0 10px rgba(37, 211, 102, .18);
  }
  94% {
    box-shadow: 0 8px 24px rgba(20, 72, 40, .25), 0 0 0 17px rgba(37, 211, 102, 0);
  }
}

.rv24-contact { display: flex; flex-direction: column; gap: 2px; }
.rv24-contact__eyebrow { color: var(--rv24-header-muted); font-size: 10px; line-height: 1.2; }
.rv24-contact__phone { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; }
.rv24-contact__phone .rv24-icon { width: 17px; height: 17px; color: var(--rv24-header-orange); }

.rv24-header-cta { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.rv24-header-cta__button {
  padding: 12px 17px;
  border-radius: 12px;
  background: var(--royal-blue, var(--rv-orange-66));
  box-shadow: 0 9px 22px rgba(252,153,6,.3), 0 0 0 0 rgba(252,153,6,0);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transform: scale(1.055);
  transform-origin: center;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  animation: rv24-header-cta-attention 4.8s ease-in-out infinite;
}
.rv24-header-cta__button:hover {
  color: #fff;
  filter: brightness(.95);
  box-shadow: 0 11px 26px rgba(252,153,6,.38), 0 0 0 5px rgba(252,153,6,.1);
  transform: scale(1.075) translateY(-1px);
}
@keyframes rv24-header-cta-attention {
  0%, 72%, 100% { box-shadow: 0 9px 22px rgba(252,153,6,.3), 0 0 0 0 rgba(252,153,6,0); }
  82% { box-shadow: 0 10px 25px rgba(252,153,6,.36), 0 0 0 6px rgba(252,153,6,.11); }
  92% { box-shadow: 0 9px 22px rgba(252,153,6,.3), 0 0 0 11px rgba(252,153,6,0); }
}
.rv24-header-cta__subtext { color: var(--rv24-header-muted); font-size: 11px; line-height: 1; }
.rv24-header-cta__mobile-label { display: none; }
.rv24-mobile-help { display: none; }
.rv24-mobile-phone { display: none; }

.rv24-about-dropdown { position: relative; }
.rv24-header .new-dropdown-list.rv24-about-menu.w-dropdown-list {
  top: calc(100% + 8px);
  left: 0;
  width: 220px;
  min-width: 220px;
  padding: 7px;
  border: 1px solid rgba(23, 32, 51, .1);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 32, 51, .14);
}
.rv24-about-menu.w--open { display: block; }
@media (hover: hover) and (min-width: 1024px) {
  .rv24-about-dropdown:hover > .rv24-about-menu { display: block; }
}
.rv24-about-menu a { display: block; min-height: 42px; padding: 11px 12px; border-radius: 6px; color: var(--rv24-header-ink); font-size: 13px; text-decoration: none; }
.rv24-about-menu a:hover { background: var(--rv-orange-96); color: var(--rv24-header-orange); }
.rv24-about-menu .rv24-about-menu__partner { color: var(--rv24-header-orange); font-weight: 600; }
.rv24-mobile-support { display: none; }

/* Structured category mega menus */
.rv24-header .rv24-mega-dropdown { position: static; }

.rv24-header .new-dropdown-list.rv24-mega-menu.w-dropdown-list {
  position: fixed;
  top: var(--rv24-header-bottom, 120px);
  left: 50vw;
  width: min(calc(100vw - 40px), 940px);
  min-width: 0;
  padding-top: 10px;
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
  transform: translateX(-50%);
}

.rv24-header .new-dropdown-list.rv24-about-styled-menu.w-dropdown-list {
  width: 340px;
  min-width: 340px;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.rv24-about-styled-menu .rv24-mega-menu__panel { border-radius: 10px; }
.rv24-about-menu__body { padding: 20px 22px 16px; }
.rv24-about-styled-menu .rv24-mega-menu__heading { margin-bottom: 9px; }
.rv24-header .rv24-about-styled-menu .rv24-mega-menu__link {
  min-height: 0;
  padding: 7px 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
}
.rv24-header .rv24-about-styled-menu .rv24-mega-menu__link:hover { background: transparent; }
.rv24-about-styled-menu .rv24-mega-menu__footer { padding: 12px 22px; }

.rv24-header .rv24-mega-menu.w--open { display: block; }

@media (hover: hover) and (min-width: 1024px) {
  .rv24-header .rv24-mega-dropdown.rv24-hover-open > .rv24-mega-menu {
    display: block !important;
  }
}

.rv24-mega-menu__panel {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 32, 51, .14);
}

.rv24-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 20px 22px 16px;
}

.rv24-mega-menu__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.rv24-mega-menu__column {
  min-width: 0;
  padding: 0 17px;
  border-right: 1px solid rgba(23, 32, 51, .08);
}

.rv24-mega-menu__column:first-child { padding-left: 0; }
.rv24-mega-menu__column:last-child { padding-right: 0; border-right: 0; }

.rv24-mega-menu__heading {
  margin: 0 0 8px;
  color: var(--rv24-header-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rv24-mega-menu__links { display: flex; flex-direction: column; gap: 1px; }

.rv24-header .rv24-mega-menu__link {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  color: var(--rv24-header-ink);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.rv24-header .rv24-mega-menu__link:hover {
  color: var(--rv24-header-orange);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rv24-mega-menu__footer {
  padding: 11px 22px;
  border-top: 1px solid rgba(23, 32, 51, .08);
  background: var(--rv-white-97);
}

.rv24-mega-menu__all {
  color: var(--rv24-header-orange);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.rv24-mega-menu__all:hover { text-decoration: underline; text-underline-offset: 3px; }

@media screen and (max-width: 1399px) {
  .rv24-header > .base-container { padding-left: 18px; padding-right: 18px; }
  .rv24-header .brand { flex-basis: 215px; min-width: 190px; }
  .rv24-header .brand_image { max-width: 215px; }
  .rv24-header .dropdown-toggle { padding-left: 5px; padding-right: 22px; font-size: 12px; }
  .rv24-header .nav-links { margin-left: 5px; font-size: 11px; }
  .rv24-help span { display: none; }
  .rv24-contact__eyebrow { display: none; }
  .rv24-contact__phone { font-size: 12px; }
  .rv24-header-cta__button { max-width: 150px; padding: 10px 12px; text-align: center; }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .navbar-fixed.rv24-header { min-height: 104px; }
  .rv24-header > .base-container { min-height: 68px; padding: 8px 12px; }
  .rv24-header .nav-menu-wrapper {
    width: 100%;
    display: grid !important;
    grid-template-columns: 145px minmax(0, 1fr) 86px;
    align-items: center;
    gap: 6px;
  }
  .rv24-header .brand { width: 145px; min-width: 0; margin: 0; }
  .rv24-header .brand_image { max-width: 145px; }
  .rv24-header .nav-menu {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    overflow: visible;
  }
  .rv24-header .menu-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2.2vw, 28px);
  }
  .rv24-header .menu-wrap > .dropdown,
  .rv24-header .menu-wrap > .nav-links {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rv24-header .dropdown-toggle { padding-left: 2px; padding-right: 15px; font-size: 10px; white-space: nowrap; }
  .rv24-header .nav-links { margin-left: 2px; font-size: 10px; white-space: nowrap; }
  .rv24-header-actions { width: 86px; min-width: 0; gap: 0; }
  .rv24-help, .rv24-whatsapp, .rv24-mobile-phone, .rv24-contact { display: none; }
  .rv24-header-cta__subtext, .rv24-header-cta__desktop-label { display: none; }
  .rv24-header-cta__mobile-label { display: inline; }
  .rv24-header-cta__button { width: 82px; max-width: 82px; min-height: 40px; padding: 8px 6px; font-size: 9.5px; white-space: normal; }
  .rv24-header .cart-block-tablet.header { display: none; }
  .rv24-header .new-dropdown-list.rv24-mega-menu.w-dropdown-list { width: min(calc(100vw - 24px), 940px); }
}

@media screen and (min-width: 992px) and (max-width: 1180px) {
  .rv24-header .nav-menu-wrapper {
    grid-template-columns: 145px minmax(0, 1fr) 292px;
    gap: 8px;
  }
  .rv24-header-actions {
    width: 292px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
  }
  .rv24-help { display: flex; }
  .rv24-whatsapp {
    width: 36px;
    height: 36px;
    display: inline-flex;
  }
  .rv24-whatsapp .rv24-icon { width: 20px; height: 20px; }
  .rv24-contact { display: flex; }
  .rv24-contact__phone { gap: 4px; font-size: 10.5px; }
  .rv24-contact__phone .rv24-icon { width: 14px; height: 14px; }
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .navbar-fixed.rv24-header { min-height: 112px; }
  .rv24-header > .base-container { min-height: 76px; padding: 9px 28px 9px 18px; }
  .rv24-header .nav-menu-wrapper {
    grid-template-columns: 165px minmax(0, 1fr) 365px;
    gap: 8px;
  }
  .rv24-header .brand { width: 165px; }
  .rv24-header .brand_image { max-width: 165px; }
  .rv24-header .menu-wrap { gap: clamp(14px, 1.8vw, 22px); }
  .rv24-header .dropdown-toggle {
    padding-left: 3px;
    padding-right: 17px;
    font-size: 11px;
  }
  .rv24-header .nav-links { font-size: 11px; }
  .rv24-header-actions { width: 365px; gap: 9px; }
  .rv24-help span { display: inline; }
  .rv24-help { gap: 5px; font-size: 10.5px; }
  .rv24-help .rv24-icon { width: 19px; height: 19px; }
  .rv24-whatsapp { width: 40px; height: 40px; }
  .rv24-whatsapp .rv24-icon { width: 22px; height: 22px; }
  .rv24-contact__phone { font-size: 11.5px; }
  .rv24-header-cta__button {
    width: 96px;
    max-width: 96px;
    min-height: 44px;
    padding: 9px 8px;
    font-size: 10.5px;
  }
}

@media screen and (max-width: 1023px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  @supports (overflow: clip) { html, body { overflow-x: clip; } }
  .navbar-fixed.rv24-header { min-height: 104px; }
  .rv24-topline, .rv24-topline__inner { min-height: 36px; }
  .rv24-header > .base-container { min-height: 68px; padding: 8px 12px; }
  .rv24-header .nav-menu-wrapper { width: 100%; display: flex !important; align-items: center; gap: 6px; }
  .rv24-header .brand { flex: 0 0 165px; min-width: 130px; margin-right: auto; }
  .rv24-header .brand_image { max-width: 165px; }
  .rv24-header .cart-block-tablet.header {
    order: 5;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rv24-header-actions { width: auto; min-width: 0; gap: 6px; }
  .rv24-help, .rv24-contact { display: none; }
  .rv24-mobile-phone {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(252,153,6,.3);
    border-radius: 50%;
    color: var(--rv24-header-orange);
  }
  .rv24-whatsapp { width: 40px; height: 40px; }
  .rv24-header-cta__subtext { display: none; }
  .rv24-header-cta__desktop-label { display: none; }
  .rv24-header-cta__mobile-label { display: inline; }
  .rv24-header-cta__button { width: 112px; max-width: 112px; min-height: 42px; padding: 9px 8px; display: flex; align-items: center; justify-content: center; font-size: 11px; line-height: 1.15; text-align: center; white-space: normal; }
  .rv24-mobile-help { display: block; }
  .rv24-header .menu-button { width: 44px; height: 44px; padding: 10px; display: flex; align-items: center; justify-content: center; }
  .rv24-header .menu-button .image-burger { width: 24px; max-width: 24px; height: auto; object-fit: contain; }
  .rv24-header .w-nav-overlay {
    position: fixed;
    z-index: 20;
    top: var(--rv24-header-bottom, 104px) !important;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: calc(100dvh - var(--rv24-header-bottom, 104px)) !important;
    background: rgba(23, 32, 51, .18);
    overflow: hidden;
  }
  .rv24-header .nav-menu {
    position: absolute;
    top: 0 !important;
    right: 0;
    left: auto;
    width: min(100%, 430px) !important;
    min-width: 0;
    height: 100% !important;
    max-height: 100%;
    padding: 14px 14px 28px;
    background: var(--rv-white-97);
    box-shadow: -12px 0 32px rgba(23, 32, 51, .16);
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(28px);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
  }
  .rv24-header .nav-menu:not(.w--open):not([data-nav-menu-open]) { display: none !important; }
  .rv24-header .nav-menu.w--open,
  .rv24-header .nav-menu[data-nav-menu-open] { display: block !important; transform: translateX(0); opacity: 1; }
  body.rv24-mobile-menu-open { overflow: hidden; }
  .rv24-header .menu-wrap {
    width: 100%;
    min-height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
  }
  .rv24-header .menu-wrap > .dropdown {
    width: 100%;
    margin: 0;
    border: 1px solid rgba(23, 32, 51, .09);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
  }
  .rv24-header .menu-wrap > .dropdown > .dropdown-toggle {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 15px 44px 15px 16px;
    display: flex;
    align-items: center;
    color: var(--rv24-header-ink);
    font-size: 15px;
    font-weight: 600;
  }
  .rv24-header .menu-wrap > .dropdown > .dropdown-toggle .w-icon-dropdown-toggle {
    right: 20px;
    width: 9px;
    height: 9px;
    margin-top: -6px;
  }
  .rv24-header .menu-wrap > .nav-links {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(23, 32, 51, .09);
    border-radius: 10px;
    background: #fff;
    color: var(--rv24-header-ink);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
  }
  .rv24-header .button.mobile {
    order: -1;
    width: 100%;
    min-height: 52px;
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: var(--rv-orange-72-2);
    box-shadow: 0 8px 20px rgba(252, 153, 6, .22);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .rv24-mobile-help.nav-links { display: flex; }
  .rv24-about-dropdown { width: 100%; }
  .rv24-header .new-dropdown-list.rv24-about-menu.w-dropdown-list { position: static; top: auto; left: auto; width: 100%; min-width: 0; padding: 4px 12px 12px; border: 0; border-radius: 0; box-shadow: none; background: #fff; }
  .rv24-about-menu a { min-height: 44px; padding: 12px 8px; border-top: 1px solid rgba(23, 32, 51, .07); }
  .rv24-mobile-support {
    margin-top: 4px;
    padding: 16px;
    display: block;
    border-radius: 10px;
    background: var(--rv-orange-96);
    border: 1px solid var(--rv-orange-89);
    text-align: left;
  }
  .rv24-mobile-support__title { margin-bottom: 10px; color: var(--rv24-header-ink); font-size: 13px; font-weight: 700; }
  .rv24-mobile-support__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .rv24-mobile-support__actions a { min-height: 46px; padding: 10px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none; }
  .rv24-mobile-support__actions .rv24-icon { width: 20px; height: 20px; }
  .rv24-mobile-support__whatsapp { background: var(--rv-green-75); color: #fff; }
  .rv24-mobile-support__phone { border: 1px solid rgba(252,153,6,.35); background: #fff; color: var(--rv24-header-ink); }
  .rv24-mobile-support__note { margin-top: 9px; color: var(--rv24-header-muted); font-size: 11px; text-align: center; }
  .rv24-header .rv24-mega-dropdown { position: relative; width: 100%; }
  .rv24-header .new-dropdown-list.rv24-mega-menu.w-dropdown-list {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    padding: 0;
    background: var(--rv-white-97);
    transform: none;
  }
  .rv24-mega-menu__panel { border: 0; border-radius: 0; box-shadow: none; }
  .rv24-mega-menu__grid,
  .rv24-mega-menu__grid--3 { grid-template-columns: 1fr; padding: 8px 28px 14px; }
  .rv24-mega-menu__column { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(23, 32, 51, .08); }
  .rv24-mega-menu__column:first-child { padding-top: 8px; }
  .rv24-mega-menu__column:last-child { padding-bottom: 5px; border-bottom: 0; }
  .rv24-mega-menu__heading { margin-bottom: 5px; }
  .rv24-header .rv24-mega-menu__link { padding: 7px 0; font-size: 14px; }
  .rv24-mega-menu__footer { padding: 13px 28px 18px; }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .home-1-banner-section .button-block-right.mobile-only-button { display: none !important; }
}

@media screen and (max-width: 600px) {
  .rv24-topline { cursor: pointer; }
  .rv24-topline__inner { width: 100%; justify-content: flex-start; padding: 5px 46px 5px 14px; }
  .rv24-topline__desktop-label, .rv24-topline__cta { display: none; }
  .rv24-topline__mobile-label { display: inline; }
  .rv24-topline__close { right: 8px; }
  .rv24-header > .base-container { padding-left: 8px; padding-right: 8px; }
  .rv24-header .nav-menu-wrapper { gap: 4px; }
  .rv24-header .brand { flex-basis: 140px; min-width: 118px; }
  .rv24-header .brand_image { max-width: 140px; }
  .rv24-header-actions { width: auto; gap: 5px; }
  .rv24-header-cta { display: none; }
  .rv24-whatsapp, .rv24-mobile-phone { width: 38px; height: 38px; }
  .rv24-whatsapp .rv24-icon { width: 20px; height: 20px; }
  .rv24-mobile-phone .rv24-icon { width: 19px; height: 19px; }
  .rv24-header-cta__button { width: 102px; max-width: 102px; min-height: 40px; padding: 8px 6px; font-size: 10px; }
  .rv24-header .menu-button { width: 40px; height: 40px; padding: 8px; }
  .rv24-header .cart-block-tablet.header { flex-basis: 40px; width: 40px; height: 40px; }
  .rv24-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
  .rv24-whatsapp-float .rv24-icon { width: 25px; height: 25px; }

  /* Ruhiges, klassisches Mobilmenü statt großflächiger Kartenoptik. */
  .rv24-header .nav-menu {
    padding: 10px 18px 26px;
    background: #fff;
  }
  .rv24-header .menu-wrap { gap: 0; }
  .rv24-header .menu-wrap > .dropdown,
  .rv24-header .menu-wrap > .nav-links {
    border: 0;
    border-bottom: 1px solid var(--rv-grey-90);
    border-radius: 0;
    background: #fff;
  }
  .rv24-header .menu-wrap > .dropdown > .dropdown-toggle,
  .rv24-header .menu-wrap > .nav-links {
    min-height: 52px;
    padding: 14px 32px 14px 2px;
    font-size: 15px;
    font-weight: 600;
  }
  .rv24-header .menu-wrap > .dropdown > .dropdown-toggle .w-icon-dropdown-toggle {
    right: 4px;
  }
  .rv24-header .button.mobile {
    min-height: 48px;
    margin: 2px 0 10px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
  }
  .rv24-mobile-support {
    margin-top: 18px;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid var(--rv-grey-90);
    border-radius: 0;
    background: #fff;
  }
  .rv24-mobile-support__title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .rv24-mobile-support__actions { gap: 8px; }
  .rv24-mobile-support__actions a {
    min-height: 42px;
    padding: 9px 8px;
    border-radius: 7px;
    font-size: 12px;
  }
  .rv24-mobile-support__whatsapp {
    border: 1px solid var(--rv-green-68);
    background: #fff;
    color: var(--rv-green-49);
  }
  .rv24-mobile-support__phone {
    border-color: var(--rv-grey-90);
  }
  .rv24-mobile-support__note {
    margin-top: 10px;
    font-size: 10.5px;
    text-align: left;
  }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .home-1-banner-section .button-block-right.mobile-only-button {
    display: none !important;
  }
}

/* Logo: sichtbare Wortmarke trotz transparenter PNG-Raender ausreichend gross. */
@media screen and (min-width: 1400px) {
  .rv24-header .brand { flex-basis: 320px; min-width: 285px; }
  .rv24-header .brand_image { max-width: 320px; }
}

@media screen and (min-width: 1181px) and (max-width: 1399px) {
  .rv24-header .brand { flex-basis: 290px; min-width: 255px; }
  .rv24-header .brand_image { max-width: 290px; }
}

@media screen and (min-width: 1024px) and (max-width: 1180px) {
  .rv24-header .nav-menu-wrapper { grid-template-columns: 190px minmax(0, 1fr) 365px; }
  .rv24-header .brand { width: 190px; }
  .rv24-header .brand_image { max-width: 190px; }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rv24-header .brand { flex-basis: 175px; min-width: 155px; width: 175px; }
  .rv24-header .brand_image { max-width: 175px; }
}

@media screen and (max-width: 600px) {
  .rv24-header .brand { flex-basis: 150px; min-width: 128px; width: 150px; }
  .rv24-header .brand_image { max-width: 150px; }
}

@media screen and (max-width: 420px) {
  .rv24-header .brand { flex-basis: 138px; min-width: 118px; width: 138px; }
  .rv24-header .brand_image { max-width: 138px; }
}

@media screen and (max-width: 350px) {
  .rv24-header .brand { flex-basis: 120px; min-width: 104px; width: 120px; }
  .rv24-header .brand_image { max-width: 120px; }
}

@media screen and (max-width: 480px) {
  .rv24-header > .base-container { padding-left: 7px; padding-right: 7px; }
  .rv24-header .brand { flex-basis: 132px; min-width: 112px; }
  .rv24-header .brand_image { max-width: 132px; }
  .rv24-whatsapp, .rv24-mobile-phone { width: 36px; height: 36px; }
  .rv24-header-cta__button { width: 94px; max-width: 94px; min-height: 38px; padding: 7px 5px; font-size: 9.5px; }
  .rv24-header .menu-button { width: 38px; height: 38px; padding: 7px; }
  .rv24-header .cart-block-tablet.header { flex-basis: 38px; width: 38px; height: 38px; }
}

@media screen and (max-width: 420px) {
  .rv24-header .brand { flex-basis: 124px; min-width: 108px; }
  .rv24-header .brand_image { max-width: 124px; }
  .rv24-whatsapp, .rv24-mobile-phone { width: 36px; height: 36px; }
  .rv24-header-cta__button { width: 96px; max-width: 96px; padding: 7px 5px; font-size: 9px; }
}
@media screen and (max-width: 350px) {
  .rv24-header .brand { flex-basis: 110px; min-width: 96px; }
  .rv24-header .brand_image { max-width: 110px; }
  .rv24-whatsapp { display: none; }
  .rv24-header-cta__button { width: 82px; max-width: 82px; }
}

@media screen and (max-width: 991px) {
  .rv24-header-cta__button,
  .rv24-header-cta__button:hover {
    animation: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rv24-topline__cta, .rv24-whatsapp, .rv24-header-cta__button { transition: none; animation: none; }
  .rv24-whatsapp-float { animation: none; }
  .rv24-header .nav-menu { transition: none; }
}

/* Homepage hero depth and trust treatment */
.home-1-banner-section { background: #fff; }
.home-1-banner-section .text-content-right-home-1 { height: 650px; min-height: 650px; padding-top: 26px; padding-bottom: 26px; row-gap: 28px; }
.home-1-banner-section .text-description.home-1 { row-gap: 15px; }
.home-1-banner-section .heading { max-width: 650px; font-size: clamp(38px, 3.1vw, 48px); line-height: 1.08; }
.home-1-banner-section .text-light-blue.max-w { max-width: 590px; font-size: 16px; line-height: 1.55; }
.home-1-banner-section .paragraph-block-right.home-1 { margin-bottom: 7px; }
.home-1-banner-section .home_header_open-time { transform: scale(.9); transform-origin: left center; margin-top: -8px; margin-bottom: -8px; }
.rv24-hero-eyebrow {
  margin-bottom: -5px;
  color: var(--rv-orange-61);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.rv24-hero-trust { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 22px; margin-top: -4px; color: var(--rv-navy-29); font-size: 13px; font-weight: 650; }
.rv24-hero-trust span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.rv24-hero-trust i { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(37,211,102,.12); color: var(--rv-green-49); font-size: 12px; font-style: normal; font-weight: 800; }
.rv24-partner-label { color: var(--rv-blue-56); font-size: 12px; font-weight: 650; letter-spacing: .025em; }
.rv24-hero-stats { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; color: var(--rv-blue-47); font-size: 14px; line-height: 1.5; }
.rv24-hero-stats span { display: inline-flex; align-items: baseline; gap: 5px; }
.rv24-hero-stats strong { color: var(--rv-navy-13); font-size: 17px; font-weight: 800; }
.rv24-hero-stats i { width: 4px; height: 4px; border-radius: 50%; background: var(--rv-orange-72-2); }
.home-1-banner-section .banner-block-left-home-1 { isolation: isolate; height: 650px; bottom: 74px; padding-right: 18px; padding-bottom: 18px; }
.home-1-banner-section .banner-block-left-home-1::before { content: ""; position: absolute; z-index: 0; inset: 18px 0 0 18px; border-radius: 18px 0 0 0; background: linear-gradient(145deg, rgba(252,153,6,.92), rgba(255,184,76,.72)); }
.home-1-banner-section .image-banner-home-1 { position: relative; z-index: 1; border-radius: 0 0 16px 0; box-shadow: 0 18px 44px rgba(24,34,56,.13); }
.home-1-banner-section .banner-block-left-home-1 > .home_header_rating { display: none !important; }
.home-1-banner-section .home_header_rating { z-index: 3; right: 1rem; bottom: 2.2rem; padding: 12px 16px; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 12px 34px rgba(24,34,56,.2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.home-1-banner-section .home_header_rating .text-style-title-small { font-size: 22px; line-height: 1.2; }
.home-1-banner-section .home_header_rating .home_header_star-icon { height: 22px; }
.home-1-banner-section .bottom-block-home-1 { gap: 15px; }
.home-1-banner-section .brand-block-copy { gap: 18px; opacity: 1; flex-wrap: nowrap; }
.home-1-banner-section .brand-block-image { width: 112px; max-width: 112px; height: 48px; justify-content: flex-start; overflow: hidden; }
.home-1-banner-section .brand-block-image .image-brand { width: 100%; height: 42px; object-fit: contain; filter: grayscale(1); opacity: .58; transition: filter .25s ease, opacity .25s ease, transform .25s ease; }
.home-1-banner-section .brand-block-image:hover .image-brand { filter: grayscale(0); opacity: 1; transform: translateY(-1px); }
.rv24-google-rating { position: absolute; z-index: 4; top: 24px; left: 24px; right: auto; bottom: auto; width: 145px; padding: 7px 9px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; row-gap: 2px; border: 1px solid rgba(220,224,230,.72); border-radius: 9px; background: rgba(255,255,255,.92); box-shadow: 0 6px 16px rgba(24,34,56,.1); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); font-family: Arial, sans-serif; }
.rv24-google-word { position: relative; grid-row: 1 / 4; align-self: center; display: inline-flex; padding-right: 9px; font-size: 14px; font-weight: 700; letter-spacing: -1.7px; }
.rv24-google-word::after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 29px; background: rgba(32,33,36,.09); transform: translateY(-50%); }
.rv24-google-word i { font-style: normal; }
.rv24-google-word i:nth-child(1), .rv24-google-word i:nth-child(4) { color: var(--rv-blue-57); }
.rv24-google-word i:nth-child(2), .rv24-google-word i:nth-child(6) { color: var(--rv-red-54); }
.rv24-google-word i:nth-child(3) { color: var(--rv-orange-80); }
.rv24-google-word i:nth-child(5) { color: var(--rv-green-61); }
.rv24-google-score { color: var(--rv-grey-13); font-size: 11px; font-weight: 700; line-height: 1; }
.rv24-google-stars { color: var(--rv-orange-80); font-size: 8px; line-height: 1; letter-spacing: 0; }
.rv24-google-caption { color: var(--rv-blue-47); font-size: 6.5px; line-height: 1.2; }
.rv24-proof-strip { position: relative; z-index: 6; width: 100%; background: var(--rv-green-96-2); border-top: 1px solid rgba(77,112,22,.08); border-bottom: 1px solid rgba(77,112,22,.08); }
.rv24-proof-strip__inner { width: min(100% - 48px, 1280px); min-height: 74px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.rv24-proof-strip__item { min-height: 38px; padding: 0 24px; display: flex; align-items: baseline; justify-content: center; gap: 7px; border-right: 1px solid rgba(68,96,24,.16); color: var(--rv-grey-11); }
.rv24-proof-strip__item:last-child { border-right: 0; }
.rv24-proof-strip__item strong { font-size: 19px; font-weight: 800; white-space: nowrap; }
.rv24-proof-strip__item small { font-size: 12px; font-weight: 550; }
.rv24-proof-strip__review > span { color: var(--rv-grey-11); font-size: 11px; letter-spacing: 1px; white-space: nowrap; }

@media screen and (max-width: 991px) {
  .home-1-banner-section .text-content-right-home-1 { height: 590px; min-height: 590px; row-gap: 22px; }
  .home-1-banner-section .heading { font-size: clamp(34px, 4.5vw, 42px); }
  .rv24-hero-trust { gap: 9px 16px; }
  .home-1-banner-section .banner-block-left-home-1 { height: 590px; bottom: 74px; padding-right: 14px; padding-bottom: 14px; }
  .home-1-banner-section .banner-block-left-home-1::before { inset: 14px 0 0 14px; }
  .rv24-proof-strip__item { padding: 0 16px; flex-wrap: wrap; gap: 3px 7px; }
  .rv24-proof-strip__item strong { font-size: 19px; }
  .rv24-proof-strip__item small { font-size: 12px; }
}

@media screen and (max-width: 767px) {
  .home-1-banner-section .text-content-right-home-1 { height: auto; min-height: 0; padding-top: 24px; padding-bottom: 24px; row-gap: 24px; }
  .home-1-banner-section .heading { font-size: clamp(30px, 9vw, 38px); line-height: 1.08; }
  .home-1-banner-section .text-light-blue.max-w { font-size: 14px; line-height: 1.5; }
  .home-1-banner-section .home_header_open-time { transform: none; margin: 0; }
  .rv24-hero-eyebrow { margin-top: 4px; margin-bottom: 0; font-size: 10px; letter-spacing: .1em; }
  .rv24-hero-trust { margin-top: 0; gap: 8px 12px; font-size: 12px; }
  .rv24-hero-trust span { white-space: normal; }
  .rv24-hero-trust i { width: 18px; height: 18px; }
  .rv24-hero-stats { gap: 5px 9px; font-size: 12px; }
  .rv24-hero-stats strong { font-size: 14px; }
  .home-1-banner-section .banner-block-left-home-1 { height: 360px; bottom: auto; margin: 0 14px 14px; width: calc(100% - 28px); padding-right: 10px; padding-bottom: 10px; }
  .home-1-banner-section .banner-block-left-home-1::before { inset: 10px 0 0 10px; border-radius: 12px; }
  .home-1-banner-section .image-banner-home-1 { border-radius: 12px; }
  .home-1-banner-section .home_header_rating { display: none !important; }
  .home-1-banner-section .home_header_rating .text-style-title-small { font-size: 16px; }
  .home-1-banner-section .home_header_rating .text-style-muted { font-size: 10px; }
  .home-1-banner-section .home_header_rating .home_header_star-icon { height: 15px; }
  .home-1-banner-section .brand-block-copy { width: 100%; gap: 13px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; }
  .home-1-banner-section .brand-block-copy::-webkit-scrollbar { display: none; }
  .home-1-banner-section .brand-block-image { flex: 0 0 92px; width: 92px; height: 42px; }
  .home-1-banner-section .brand-block-image .image-brand { height: 36px; }
  .rv24-google-rating { top: 14px; left: 14px; right: auto; bottom: auto; width: 136px; padding: 7px 8px; column-gap: 6px; border-radius: 9px; }
  .rv24-google-word { font-size: 13px; }
  .rv24-google-score { font-size: 11px; }
  .rv24-google-stars { font-size: 8px; }
  .rv24-proof-strip__inner { width: 100%; min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv24-proof-strip__item { min-height: 64px; padding: 9px 12px; flex-direction: column; align-items: flex-start; gap: 2px; justify-content: center; border-right: 1px solid rgba(68,96,24,.13); border-bottom: 1px solid rgba(68,96,24,.13); }
  .rv24-proof-strip__item:nth-child(2n) { border-right: 0; }
  .rv24-proof-strip__item:nth-last-child(-n+2) { border-bottom: 0; }
  .rv24-proof-strip__item:last-child { border-bottom: 0; }
  .rv24-proof-strip__review > span { font-size: 11px; }
}

/* Light site footer */
.rv24-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  border-top: 1px solid var(--rv-grey-90);
  background: #fff;
  color: var(--rv-navy-13);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.rv24-footer__main {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
  padding: 64px 0 48px;
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) minmax(180px, .8fr) minmax(260px, 1fr);
  gap: clamp(48px, 7vw, 96px);
}
.rv24-footer__logo { display: inline-flex; margin-bottom: 22px; }
.rv24-footer__logo img { width: 285px; max-width: 100%; height: auto; display: block; }
.rv24-footer__brand p { max-width: 390px; margin: 0; color: var(--rv-blue-47); font-size: 15px; line-height: 1.7; }
.rv24-footer__social { margin-top: 24px; display: flex; gap: 10px; }
.rv24-footer__social a {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--rv-grey-90); border-radius: 50%; background: #fff; transition: border-color .2s ease, transform .2s ease;
}
.rv24-footer__social a:hover { border-color: var(--rv-orange-72-2); transform: translateY(-2px); }
.rv24-footer__social img { width: 19px; height: 19px; opacity: .72; }
.rv24-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.rv24-footer__column-title { margin: 4px 0 10px; color: var(--rv-navy-13); font-size: 15px; font-weight: 750; line-height: 1.3; }
.rv24-footer__column a { color: var(--rv-blue-44); font-size: 14px; line-height: 1.45; text-decoration: none; transition: color .2s ease; }
.rv24-footer__column a:hover { color: var(--rv-orange-61); }
.rv24-footer__contact a { display: inline-flex; align-items: center; gap: 9px; }
.rv24-footer__contact .rv24-icon { width: 18px; height: 18px; flex: 0 0 auto; color: var(--rv-orange-72-2); }
.rv24-footer__contact .rv24-footer__whatsapp .rv24-icon { color: var(--rv-green-75); }
.rv24-footer__bottom {
  width: min(100% - 48px, 1200px);
  min-height: 92px;
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid var(--rv-grey-90);
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) auto minmax(170px, .7fr);
  align-items: center;
  gap: 28px;
}
.rv24-footer__company { color: var(--rv-blue-44); font-size: 12px; line-height: 1.6; }
.rv24-footer__company span { color: var(--rv-blue-56); }
.rv24-footer__legal { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 18px; }
.rv24-footer__legal a,
.rv24-footer__legal button { margin: 0; padding: 4px 0; border: 0; background: transparent; color: var(--rv-blue-47); font: inherit; font-size: 12px; line-height: 1.3; text-decoration: none; cursor: pointer; }
.rv24-footer__legal a:hover,
.rv24-footer__legal button:hover { color: var(--rv-orange-61); }
.rv24-footer__servicewin {
  justify-self: end;
  position: relative;
  width: 158px;
  height: 29px;
  min-height: 0;
  box-sizing: border-box;
  padding: 4px 9px 4px 21px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(215, 221, 230, .4);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.42), rgba(232,240,248,.11));
  box-shadow: 0 4px 15px rgba(24, 34, 56, .045), inset 0 1px 0 rgba(255,255,255,.66);
  -webkit-backdrop-filter: blur(20px) saturate(185%);
  backdrop-filter: blur(20px) saturate(185%);
  color: var(--rv-blue-56);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.rv24-footer__servicewin::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--rv-green-75);
  box-shadow: 0 0 0 2px rgba(37, 211, 102, .11);
}
.rv24-footer__servicewin span { font-size: 6px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.rv24-footer__servicewin img { width: 68px; height: auto; display: block; opacity: .68; transition: opacity .2s ease; }
.rv24-footer__servicewin:hover { transform: translateY(-1px); border-color: rgba(252,153,6,.22); box-shadow: 0 8px 24px rgba(24,34,56,.11), inset 0 1px 0 #fff; }
.rv24-footer__servicewin:hover img { opacity: 1; }

@media screen and (max-width: 991px) {
  .rv24-footer__main { grid-template-columns: 1.25fr 1fr; gap: 46px 64px; padding-top: 52px; }
  .rv24-footer__brand { grid-column: 1 / -1; }
  .rv24-footer__bottom { grid-template-columns: 1fr auto; }
  .rv24-footer__legal { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; }
  .rv24-footer__company { grid-column: 1; grid-row: 2; }
  .rv24-footer__servicewin { grid-column: 2; grid-row: 2; }
}

@media screen and (max-width: 600px) {
  .rv24-footer__main { width: min(100% - 32px, 1200px); padding: 30px 0 24px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px 18px; }
  .rv24-footer__brand { grid-column: 1 / -1; }
  .rv24-footer__logo { margin-bottom: 12px; }
  .rv24-footer__logo img { width: 210px; }
  .rv24-footer__brand p { max-width: 340px; font-size: 13px; line-height: 1.55; }
  .rv24-footer__social { margin-top: 16px; }
  .rv24-footer__social a { width: 36px; height: 36px; }
  .rv24-footer__social img { width: 17px; height: 17px; }
  .rv24-footer__column { gap: 0; }
  .rv24-footer__column-title { margin: 0 0 7px; font-size: 13px; }
  .rv24-footer__column a { width: 100%; min-height: 34px; display: flex; align-items: center; border: 0; font-size: 12px; overflow-wrap: anywhere; }
  .rv24-footer__contact .rv24-icon { width: 15px; height: 15px; }
  .rv24-footer__bottom { width: min(100% - 32px, 1200px); min-height: 0; padding: 18px 0 22px; grid-template-columns: 1fr; gap: 14px; }
  .rv24-footer__legal { grid-column: 1; grid-row: 1; justify-content: flex-start; gap: 2px 14px; }
  .rv24-footer__legal a, .rv24-footer__legal button { min-height: 30px; display: inline-flex; align-items: center; font-size: 11px; }
  .rv24-footer__company { grid-column: 1; grid-row: 2; }
  .rv24-footer__servicewin { grid-column: 1; grid-row: 3; justify-self: end; align-items: center; margin-bottom: 58px; }
  .rv24-footer__servicewin img { width: 66px; }
}

/* Final framed homepage hero */
.home-1-banner-section {
  width: min(calc(100% - 64px), 1280px);
  height: calc(100dvh - var(--rv24-header-bottom, 172px) - 32px);
  min-height: 720px;
  max-height: 900px;
  margin: 172px auto 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(24, 34, 56, .075);
  overflow: hidden;
}
.home-1-banner-section > .base-container {
  width: 100%;
  max-width: none;
  height: calc(100% - 86px);
  margin: 0;
  padding: 0;
}
.home-1-banner-section .text-content-right-home-1 {
  width: 52%;
  height: 100%;
  min-height: 0;
  padding: 44px 48px 38px;
  justify-content: center;
  row-gap: 24px;
  overflow: visible;
}
.home-1-banner-section .text-description.home-1 { row-gap: 13px; }
.home-1-banner-section .heading { max-width: 590px; margin: 0; font-size: clamp(35px, 3vw, 44px); line-height: 1.08; text-wrap: balance; }
.home-1-banner-section .text-light-blue.max-w { max-width: 520px; font-size: 15px; line-height: 1.52; text-wrap: pretty; }
.home-1-banner-section .paragraph-block-right.home-1 { margin-bottom: 4px; }
.home-1-banner-section .rv24-hero-trust { gap: 8px 15px; font-size: 12px; }
.home-1-banner-section .rv24-hero-trust i { width: 18px; height: 18px; font-size: 11px; }
.home-1-banner-section .button-block-right { margin-top: 5px; margin-bottom: 7px; }
.home-1-banner-section .button-block-right .primary-button { min-height: 52px; padding: 14px 30px; border-radius: 12px; font-size: 16px; }
.home-1-banner-section .home_header_open-time { margin: 0; transform: scale(.84); transform-origin: left center; }
.home-1-banner-section .banner-block-left-home-1 {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: auto;
  left: auto;
  width: calc(48% - 18px);
  height: calc(100% - 122px);
  min-height: 0;
  max-height: none;
  padding: 0 10px 10px 0;
  border-radius: 12px;
  overflow: visible;
}
.home-1-banner-section .banner-block-left-home-1::before { inset: 10px 0 0 10px; border-radius: 12px; }
.home-1-banner-section .image-banner-home-1 { width: 100%; height: 100%; border-radius: 12px; box-shadow: 0 14px 35px rgba(24,34,56,.13); }
.home-1-banner-section .rv24-google-rating { top: 16px; left: 16px; }
.home-1-banner-section .rv24-proof-strip { flex: 0 0 auto; border-radius: 0 0 19px 19px; }
.home-1-banner-section .rv24-proof-strip__inner { min-height: 68px; }
.home-1-banner-section .rv24-proof-strip__item { min-height: 34px; }
.rv24-phone-hero-cta { display: none; }

@media screen and (max-width: 1100px) {
  .home-1-banner-section { width: calc(100% - 40px); margin-top: 154px; }
  .home-1-banner-section > .base-container { height: calc(100% - 86px); }
  .home-1-banner-section .text-content-right-home-1 { width: 54%; height: 100%; padding: 34px 30px; row-gap: 19px; }
  .home-1-banner-section .heading { font-size: clamp(31px, 3.5vw, 38px); }
  .home-1-banner-section .text-light-blue.max-w { font-size: 14px; }
  .home-1-banner-section .banner-block-left-home-1 { width: calc(46% - 16px); height: calc(100% - 120px); top: 17px; right: 16px; }
  .home-1-banner-section .rv24-hero-trust { gap: 7px 11px; }
}

@media screen and (max-width: 767px) {
  .home-1-banner-section {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    margin: 20px auto 28px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .home-1-banner-section > .base-container { height: auto; }
  .home-1-banner-section .text-content-right-home-1 {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 26px 20px 22px;
    row-gap: 18px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .home-1-banner-section .text-description.home-1 { width: 100%; row-gap: 12px; align-items: flex-start; text-align: left; }
  .home-1-banner-section .button-block-right.mobile-only-button { width: 100%; margin: 0 0 7px; display: flex !important; }
  .home-1-banner-section .button-block-right.mobile-only-button .primary-button { width: 100%; min-width: 0; min-height: 46px; padding: 10px 18px; font-size: 14px; }
  .home-1-banner-section .rv24-hero-eyebrow { text-align: left; }
  .home-1-banner-section .heading { max-width: 350px; font-size: clamp(27px, 8vw, 32px); text-align: left; }
  .home-1-banner-section .paragraph-block-right.home-1 { width: 100%; }
  .home-1-banner-section .text-light-blue.max-w { max-width: 520px; font-size: 14px; text-align: left; }
  .home-1-banner-section .rv24-hero-trust { gap: 8px 12px; }
  .home-1-banner-section .button-block-right { width: auto; margin-top: 4px; margin-bottom: 7px; justify-content: flex-start; }
  .home-1-banner-section .button-block-right .primary-button { width: auto; min-width: 230px; min-height: 46px; padding: 11px 22px; font-size: 14px; }
  .home-1-banner-section .home_header_open-time { transform: none; }
  .home-1-banner-section .banner-block-left-home-1 {
    position: relative;
    inset: auto;
    width: calc(100% - 32px);
    height: clamp(260px, 78vw, 330px);
    min-height: 0;
    max-height: none;
    margin: 0 16px 20px;
    padding: 0 8px 8px 0;
    border-radius: 10px;
  }
  .home-1-banner-section .banner-block-left-home-1::before { inset: 8px 0 0 8px; border-radius: 10px; }
  .home-1-banner-section .image-banner-home-1 { border-radius: 10px; }
  .home-1-banner-section .rv24-google-rating { top: 12px; left: 12px; }
  .home-1-banner-section .rv24-proof-strip { border-radius: 0; }
  .home-1-banner-section .rv24-proof-strip__item { min-height: 40px; }
}

@media screen and (max-width: 390px) {
  .home-1-banner-section { width: 100%; }
  .home-1-banner-section .text-content-right-home-1 { padding: 24px 16px 20px; }
  .home-1-banner-section .heading { font-size: 27px; }
  .home-1-banner-section .rv24-hero-trust { font-size: 11px; }
  .home-1-banner-section .button-block-right .primary-button { min-width: 218px; }
}

@media screen and (max-width: 600px) {
  .home-1-banner-section { margin-top: 32px; }
  .home-1-banner-section .text-content-right-home-1 { padding-top: 0; }
  .rv24-phone-hero-cta {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
    display: flex;
  }
  .rv24-phone-hero-cta--top {
    margin-top: calc(var(--rv24-header-bottom, 104px) + 16px);
    margin-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .home-1-banner-section .rv24-phone-hero-cta--bottom { margin-top: 0; margin-bottom: 24px; }
  .rv24-phone-hero-cta .primary-button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--rv-orange-66);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
  .home-1-banner-section .button-block-right.mobile-only-button {
    width: 100%;
    margin: 0 0 24px;
    display: flex !important;
  }
  .home-1-banner-section .button-block-right.mobile-only-button .primary-button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
  }
  .home-1-banner-section .text-description.home-1 > .button-block-right:not(.mobile-only-button) { display: none; }
  .home-1-banner-section .banner-block-left-home-1 { margin-bottom: 18px; }
  .home-1-banner-section .heading,
  .home-1-banner-section .paragraph-block-right.home-1,
  .home-1-banner-section .text-light-blue.max-w,
  .home-1-banner-section .home_header_open-time { max-width: 100%; }
  .home-1-banner-section .text-light-blue.max-w,
  .home-1-banner-section .home_header_open-time { overflow-wrap: anywhere; }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  .home-1-banner-section .button-block-right.mobile-only-button {
    display: none !important;
  }
}

/* Abschliessende mobile Logo-Masse; stehen bewusst nach allen Alt-Regeln. */
@media screen and (max-width: 600px) {
  .rv24-header .brand { flex-basis: 150px; min-width: 128px; width: 150px; }
  .rv24-header .brand_image { max-width: 150px; }
}

@media screen and (max-width: 420px) {
  .rv24-header .brand { flex-basis: 150px; min-width: 128px; width: 150px; }
  .rv24-header .brand_image { max-width: 150px; }
}

@media screen and (max-width: 350px) {
  .rv24-header .brand { flex-basis: 150px; min-width: 128px; width: 150px; }
  .rv24-header .brand_image { max-width: 150px; }
}
