:root {
  --bg: #f6f8f7;
  --surface: #ffffff;
  --surface-alt: #ececec;
  --text: #1a2822;
  --muted: #4a5a53;
  --brand: #be1823;
  --ink: #1b1b1b;
  --heading: #b31323;
  --border: #cdd8d2;
  --surface-hover: #e2e2e2;
  --radius: 14px;
  --fs-body: max(1rem, 14px);
  --hero-image: url("media/photos/21.05.49.jpg");
  --section-space: clamp(1.8rem, 3vw, 2.8rem);
  --section-space-linear: clamp(2.6rem, 4.6vw, 4.2rem);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  font-size: clamp(12px, 1.77vw, 16px);
}
body {
  margin: 0;
  font-family: "din-2014", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  color: var(--ink);
  background: #f5f7f6;
  font-size: var(--fs-body);
}

main {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.legal-page .section.cta#contact-cta {
  background: #ffffff !important;
  background-image: none !important;
}

.legal-page .card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.legal-page .grid {
  display: block;
}

.legal-page .grid > .card + .card {
  margin-top: 1rem;
}

a {
  color: #111;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
  transition: color 0.18s ease;
}

a:hover,
a:focus-visible {
  color: var(--brand);
}
img { display: block; max-width: 100%; height: auto; }

.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.section { padding: 0; }
.section--alt { background: transparent; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.topbar__inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo { text-decoration: none; color: var(--text); font-weight: 700; display: inline-flex; align-items: center; }
.logo img { width: 185px; height: auto; display: block; }

.topbar__links {
  display: none;
  gap: .75rem;
  font-size: .95rem;
  align-items: center;
  font-family: "din-2014", Arial, sans-serif;
}

.hero,
main > .section:first-child > .container {
  position: relative;
  background: var(--surface);
  border: 0;
  border-radius: 0;
  padding: 1.25rem;
  overflow: hidden;
  width: 100%;
}

.hero p:last-child,
main > .section:first-child > .container p:last-child {
  margin-bottom: 0;
}


h1,h2,h3 {
  line-height: 1.16;
  margin: 0 0 .65rem;
  font-family: "bebas-neue-pro", "din-2014", Arial, sans-serif;
  color: var(--heading);
  letter-spacing: 0.01em;
}
h1 {
  font-size: clamp(2rem, 4.7vw, 3rem);
  font-weight: 700;
}
h2 {
  font-size: clamp(1.45rem, 3.1vw, 2rem);
  font-weight: 700;
}
h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
p { margin: 0 0 .9rem; }

.grid { display: grid; gap: 1rem; }
.grid--2 { grid-template-columns: 1fr; }
.cards { display: grid; gap: 1rem; }
.card {
  background: #ededed;
  border: 0;
  border-radius: 0;
  padding: 1rem;
}

/* 2-column content should flow as normal text (no grey blocks/padding) */
main .grid--2 .card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

main .grid--2 {
  gap: 2rem;
}

.list, .steps { margin: 0; padding-left: 1.1rem; }
.list li, .steps li { margin: .35rem 0; }

.list--icon,
.steps--icon {
  list-style: none;
  padding-left: 0;
}

.list--icon li,
.steps--icon li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0.5rem 0;
}

.icon-bullet {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  background: #c81e1e;
  color: #ffffff;
  border: 0;
}

.icon-bullet svg {
  width: 0.9rem;
  height: 0.9rem;
  stroke-width: 2.4;
  stroke: #ffffff;
}

.list--trust {
  margin: 0.85rem 0 1.1rem;
}

.cta {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

/* CTA split background on the section; container remains centered */
.section.cta {
  background: #ffffff !important;
  background-image: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cta#contact-cta {
  background-image: linear-gradient(90deg,#ededed 56%,#ffffff 56%) !important;
  padding: var(--section-space-linear) 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  border: 0;
  font-weight: 700;
  padding: .7rem 1.15rem;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.btn:hover, .btn:focus-visible { background: #111; color: #fff; }

.faq { display: grid; gap: 1rem; }
.faq-item {
  border: 0;
  border-radius: 12px;
  background: var(--surface);
  overflow: clip;
  transition: background-color 0.18s ease;
}
.faq-question {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  padding: .9rem;
  cursor: pointer;
  transition: color 0.18s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}
.faq-answer p { padding: 0 .9rem .9rem; margin: 0; }

main .faq-item {
  background: #ededed;
}

main .faq-item:hover,
main .faq-item:focus-within {
  background: var(--surface-hover);
}

main .faq-question {
  color: #111 !important;
}

main .faq-question:hover,
main .faq-question:focus-visible {
  color: #be1823 !important;
}

main .faq-question:hover::after,
main .faq-question:focus-visible::after {
  color: #be1823;
}

.sticky-cta {
  display: none !important;
}
.sticky-cta.is-hidden { opacity: 0; pointer-events: none; }

.footer {
  border-top: 0;
  padding: 0;
  color: #fff;
  font-size: var(--fs-body);
  background: var(--brand);
  margin-top: 5rem;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  padding: var(--section-space-linear) 0;
}

.footer__col h4 {
  color: #fff !important;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 0.9rem;
}

.footer__col p {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: var(--fs-body);
  line-height: 1.4em;
}

.footer-socials {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  line-height: 1;
}

.footer-socials a:hover {
  background: #fff;
  color: #be1823;
}

.footer-logo {
  width: 240px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-form {
  margin: 0 0 1.25rem;
}

.footer-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0.56rem 0.85rem;
  font-family: "din-2014", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.3;
}

.footer-form textarea {
  resize: vertical;
  min-height: 108px;
  margin-bottom: 0.75rem;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.footer-form button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0.5rem 1rem;
  font-family: "din-2014", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

.footer-form__submitrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.2rem;
}

.footer-form__submitrow button {
  margin-left: 0;
}

.footer-form__submitrow .footer-form__consent {
  margin: 0;
  color: #fff;
  font-family: "din-2014", Arial, sans-serif;
  font-size: calc(var(--fs-body) * 0.82);
  line-height: 1.35;
}

.footer-form__submitrow .footer-form__consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-form__submitrow .footer-form__consent a:hover,
.footer-form__submitrow .footer-form__consent a:focus-visible {
  color: #fff;
  opacity: 0.85;
}

.footer-social {
  display: flex;
  gap: 0.45rem;
  margin-top: 1rem;
}

.footer-social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--brand) !important;
  text-decoration: none;
  font-family: "din-2014", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 2px;
}

.footer-form button:hover,
.footer-form button:focus-visible {
  background: #fff;
  color: var(--brand);
}

.footer-form button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.footer-form__status {
  margin: 0.7rem 0 0;
  font-family: "din-2014", Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
}

.footer-form__status.is-success {
  color: #fff;
}

.footer-form__status.is-error {
  color: #ffd7db;
}

@media (max-width: 560px) {
  .footer-form__row {
    grid-template-columns: 1fr;
  }

  .footer-form__submitrow {
    align-items: center;
    flex-direction: row;
    gap: 0.6rem;
    flex-wrap: nowrap;
  }
}

.footer-legal {
  background: #000;
  margin-top: 0;
  font-size: calc(var(--fs-body) * 0.8);
}

.footer-legal__inner {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.75rem 0;
}

.footer-legal a {
  color: #fff;
  text-decoration: none;
  font-family: "din-2014", Arial, sans-serif;
  font-size: calc(var(--fs-body) * 0.8);
  font-weight: 700;
  opacity: 0.95;
}

.footer-legal__links,
.footer-legal__credits {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-legal__credits a {
  color: #b9b9b9;
  opacity: 1;
}

.offcanvas {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
}

.offcanvas.is-open {
  pointer-events: auto;
}

.offcanvas__backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.28) 18%, rgba(0, 0, 0, 0) 45%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.offcanvas.is-open .offcanvas__backdrop {
  opacity: 1;
}

.offcanvas__panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(340px, 92vw);
  background: var(--brand);
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.24s ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.offcanvas.is-open .offcanvas__panel {
  transform: translateX(0);
}

.offcanvas__close {
  justify-self: end;
  margin: 1rem 1rem 0 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

.offcanvas__menu {
  list-style: none;
  margin: 1.2rem 2.4rem 0;
  padding: 0;
}

.offcanvas__menu li + li {
  margin-top: 0.22rem;
}

.offcanvas__menu a {
  color: #fff;
  text-decoration: none;
  font-family: "din-2014", Arial, sans-serif;
  font-size: 3.25rem;
  line-height: 1.16;
  font-weight: 700;
}

.offcanvas__contact {
  background: #000;
  padding: 2.2rem 2.4rem 2.4rem;
}

.offcanvas__contact-logo {
  width: 250px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}

.offcanvas__contact p {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.88rem;
}

.offcanvas__contact strong {
  font-weight: 700;
}

@media (min-width: 820px) {
  .section { padding: 0; }
  .grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .topbar__links { display: flex; }
  .footer__inner { grid-template-columns: 1.08fr 1fr 1fr; gap: 3.2rem; }
  .sticky-cta { display: none; }
  .footer { padding-bottom: 0; }
}

@media (min-width: 1100px) {
  body {
    background: #fff;
  }

  .topbar {
    position: static;
    background: #efefef;
    border-bottom: 0;
    backdrop-filter: none;
  }

  .topbar__inner {
    min-height: auto;
    padding-top: 0.65rem;
    gap: 0.6rem 0.9rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .logo {
    min-height: 44px;
  }

  .logo img {
    width: 210px;
  }

  .topbar .btn {
    width: 36px;
    height: 36px;
    border-radius: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    background: var(--brand);
    position: relative;
    overflow: hidden;
  }

  .topbar .btn::before {
    content: "\2261";
    font-size: 1.45rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
  }

  .topbar .btn.is-open::before {
    content: "\00d7";
    font-size: 2.1rem;
    line-height: 0.95;
  }

  .topbar__links {
    grid-column: 1 / -1;
    margin-top: 0.25rem;
    background: var(--brand);
    min-height: 34px;
    padding: 0 0.55rem;
    gap: 0;
  }

  .topbar__links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 0.8rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: none;
  }

  .topbar__links a:hover,
  .topbar__links a:focus-visible,
  .topbar__links a.is-active {
    background: #111;
  }

  .container {
    width: min(1080px, 90vw);
  }

  .section {
    padding: 0;
  }

  .hero,
  main > .section:first-child > .container {
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

  .hero h1,
  main > .section:first-child > .container h1 {
    max-width: none;
    color: #b71626;
  }

  .hero p,
  main > .section:first-child > .container p {
    max-width: none;
    font-size: 0.96rem;
  }

  .card,
  .cta,
  .faq-item {
    border-radius: 0;
  }

  .section--alt {
    background: transparent;
  }

  .card p,
  .card li,
  .cta p,
  .faq-answer p {
    font-size: 0.92rem;
  }

  .faq-question {
    font-size: 1.04rem;
  }

  .footer {
    background: var(--brand);
    border-top: 0;
    color: #fff;
    margin-top: 5rem;
    padding: 0;
  }

  .footer a {
    color: #fff;
  }

  .footer-legal__inner {
    width: min(1080px, 90vw);
    justify-content: space-between;
  }

  .offcanvas__panel {
    width: 305px;
  }

  .offcanvas__menu {
    margin: 2.2rem 1.1rem 0;
  }

  .offcanvas__menu a {
    font-size: 2.95rem;
  }

  .offcanvas__contact {
    padding: 2rem 1rem 2.3rem;
  }

  .offcanvas__contact-logo {
    width: 210px;
  }
}

@media (max-width: 980px) {
  .footer-legal__inner {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.4rem 0;
  }

  .footer-legal__links,
  .footer-legal__credits {
    justify-content: flex-start;
    width: 100%;
    gap: 0.75rem;
  }
}

@media (max-width: 1099px) {
  .topbar .btn {
    width: 44px;
    height: 44px;
    border-radius: 0;
    padding: 0;
    background: var(--brand);
    color: transparent;
    font-size: 0;
    position: relative;
  }

  .topbar .btn::before {
    content: "\2261";
    color: #fff;
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 1.75rem;
    line-height: 1;
  }

  .topbar .btn.is-open::before {
    content: "\00d7";
    font-size: 2rem;
  }

  .offcanvas__backdrop {
    background: rgba(0, 0, 0, 0.28);
  }

  .offcanvas__panel {
    width: 100%;
    max-width: 100%;
  }

  .offcanvas__menu {
    margin: 1.5rem 2.5rem 0;
  }

  .offcanvas__menu a {
    font-size: clamp(2.2rem, 8vw, 3.45rem);
  }

  .offcanvas__contact {
    padding: 2rem 2.5rem 2.1rem;
  }
}

/* Live-site layout alignment */
.topbar {
  position: static;
  background: #fff;
  border-bottom: 0;
  backdrop-filter: none;
}

.topbar__inner {
  min-height: auto;
  padding-top: 0;
  gap: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 115px 58px;
  align-items: center;
}

.logo {
  width: 756px;
  max-width: 100%;
  min-height: 51px;
  padding: 0 16px;
}

.logo img {
  width: 385px;
  height: 51px;
  max-width: 100%;
}

.topbar__inner > .logo {
  align-self: center;
}

.topbar__inner > .topbar__links {
  align-self: stretch;
}

.topbar__inner > .btn {
  align-self: center;
}

.topbar .btn {
  width: 64px;
  height: 64px;
  border-radius: 0;
  padding: 18.4px 16px;
  background: var(--brand);
  color: transparent;
  font-size: 0;
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 125;
  display: block;
}

.topbar .btn::before,
.topbar .btn::after,
.topbar .btn .menu-line {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 4px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.2s ease, top 0.22s ease;
}

.topbar .btn::before {
  top: calc(50% - 8px);
}

.topbar .btn .menu-line {
  top: 50%;
}

.topbar .btn::after {
  top: calc(50% + 8px);
}

.topbar .btn.is-open .menu-line {
  opacity: 0;
}

.topbar .btn.is-open::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.topbar .btn.is-open::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.topbar__links {
  display: flex;
  grid-column: 1 / -1;
  min-height: 58px;
  height: 58px;
  margin-top: 0;
  padding: 0 16px;
  position: relative;
  background: transparent;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  line-height: 27.2px;
}

.topbar__links::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--brand);
  z-index: 0;
}

.topbar__links a {
  position: relative;
  z-index: 2;
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-family: "din-2014", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: none;
}

.topbar__links a:hover,
.topbar__links a:focus-visible,
.topbar__links a.is-active {
  background: transparent;
}

.topbar__links .menu-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 58px;
  width: 0;
  background: #000;
  z-index: 1;
  pointer-events: none;
  transition: left 0.2s ease, width 0.2s ease;
}

.carousel-section {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}

.carousel-shell {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.top-carousel .carousel-item img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.carousel-intro {
  width: 50%;
  margin-left: 25%;
  background: var(--brand);
  color: #fff;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.4;
  font-weight: 500;
  min-height: 95px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.carousel-intro h4 {
  margin: 0;
  padding: 0;
  color: #fff !important;
  text-align: left;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  font-weight: 600;
  letter-spacing: normal;
}

.desktop-linebreak {
  display: block;
}

@media (max-width: 1279px) {
  .top-carousel .carousel-item img {
    height: 480px;
  }

  .carousel-intro {
    width: 66.666%;
    margin-left: 16.666%;
    padding: 0.95rem;
  }
}

@media (max-width: 979px) {
  .topbar__links {
    display: none;
  }

  .logo img {
    width: 230px;
  }

  .topbar .btn {
    width: 52px;
    height: 52px;
    top: 0.95rem;
    right: 0.95rem;
  }

  .topbar .btn::before {
    top: calc(50% - 8px);
  }

  .topbar .btn .menu-line {
    top: 50%;
  }

  .topbar .btn::after {
    top: calc(50% + 8px);
  }

  .topbar .btn.is-open::before,
  .topbar .btn.is-open::after {
    top: 50%;
  }

  .top-carousel .carousel-item img {
    height: 390px;
  }

  .carousel-intro {
    width: 100%;
    margin-left: 0;
    padding: 0.9rem;
  }

  .desktop-linebreak {
    display: none;
  }
}

@media (max-width: 639px) {
  body {
    background: #fff;
  }

  .topbar__inner {
    padding-top: 0.45rem;
  }

  .logo img {
    width: 200px;
  }

  .top-carousel .carousel-item img {
    height: 320px;
  }

  .carousel-intro {
    padding: 0.8rem 0.95rem;
  }

  .faq-item,
  .review,
  .card.review,
  .reviews .card,
  .review-card {
    border-radius: 0 !important;
  }

  .offcanvas__menu {
    margin: 0.8rem 2.5rem 0;
  }

  .offcanvas__menu a {
    font-size: clamp(1.7rem, 8vw, 2.9rem);
  }
}

/* Pixel-match fixes against source site */
.topbar .btn::before,
.topbar .btn::after,
.topbar .btn .menu-line {
  content: none !important;
}

.topbar .btn {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: rgba(190, 24, 35, 1);
  padding: 1.15rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
  overflow: hidden;
  border-radius: 0;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1002;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.topbar .btn:hover,
.topbar .btn:focus-visible {
  background: #111 !important;
}

.topbar .btn .bar {
  display: block;
  width: 32px;
  height: 4px;
  margin: 0;
  background: #fff !important;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.topbar .btn.is-open .bar-1 {
  transform: translateY(8px) rotate(135deg);
}

.topbar .btn.is-open .bar-2 {
  opacity: 0;
}

.topbar .btn.is-open .bar-3 {
  transform: translateY(-8px) rotate(-135deg);
}

.topbar__links {
  align-items: flex-start;
  padding: 16px;
  gap: 0 2rem;
  height: 58px;
  min-height: 58px;
  line-height: 1;
}

.topbar__links a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
}

.topbar__links .menu-indicator {
  top: 0;
  height: 58px;
}

.offcanvas__menu a {
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.26em;
  font-weight: 700;
}

.offcanvas__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
}

.offcanvas__close {
  display: none !important;
}

.offcanvas__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.offcanvas__menu li {
  margin: 0;
  padding: 0;
}

.offcanvas__menu li + li {
  margin-top: 0;
}

.offcanvas__contact {
  padding: 4rem 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  background: #000;
  color: #fff;
}

.offcanvas__contact * {
  color: #fff;
}

.offcanvas__contact-widget {
  margin-top: 0;
}

.offcanvas__contact-logo {
  width: 300px;
  max-width: 100%;
  margin: 0;
}

.offcanvas__contact p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: 1.4;
}

.offcanvas__contact a {
  text-decoration: none;
}

@media (max-width: 1099px) {
  .offcanvas__panel {
    width: 100%;
    max-width: 100%;
  }
}

/* Direct mapping from original hamburger/overlay metrics */
.topbar .btn,
.hamburger {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: rgba(190, 24, 35, 1);
  border-radius: 0;
  padding: 1.15rem 1rem;
  box-sizing: border-box;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1002;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logged-in .topbar .btn,
.logged-in .hamburger {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .topbar .btn.hide,
  .hamburger.hide {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.topbar .btn .bar,
.bar {
  display: block;
  flex: 0 0 auto;
  background-color: #fff !important;
  height: 0.25rem;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease;
}

.offcanvas__panel {
  width: 300px;
  background-color: rgba(190, 24, 35, 1);
}

.offcanvas__menu {
  padding: 20px;
}

.offcanvas__menu a {
  color: #fff;
  font-weight: 700;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
}

.offcanvas__backdrop {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 40%);
}

.topbar .btn.active .bar-1,
.topbar .btn.is-open .bar-1 {
  transform: translateY(0.5rem) rotate(135deg);
  transform-origin: center;
}

.topbar .btn.active .bar-2,
.topbar .btn.is-open .bar-2 {
  opacity: 0;
}

.topbar .btn.active .bar-3,
.topbar .btn.is-open .bar-3 {
  transform: translateY(-0.5rem) rotate(-135deg);
  transform-origin: center;
}

/* Divi heading parity */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.2em !important;
  padding-bottom: 0.3em !important;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  color: #333;
  line-height: 1em;
  font-weight: 500;
}

h4 {
  font-size: calc(var(--fs-body) * 1.4);
  color: #be1823 !important;
  line-height: 1.2em;
}

h1 + h4 {
  margin-top: -0.5rem;
}

.et_pb_text_1 h4,
.et_pb_text_3 h4,
.et_pb_text_4 h4,
.et_pb_text_5 h4 {
  font-size: calc(var(--fs-body) * 1.4);
  color: #be1823 !important;
  line-height: 1.2em;
}

.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
  font-size: 18px;
}

h1,
h1.et_pb_contact_main_title,
.et_pb_title_container h1 {
  font-size: 49px;
  font-weight: 600;
}

.et_pb_text_0 h1,
.et_pb_text_1 h1 {
  font-size: 2.4rem;
  color: #be1823 !important;
}

/* Requested layout variants */
.variant-wrap {
  background: transparent;
  padding: 0;
}

.variant-wrap:not(.section-split-left):not(.section-split-right) {
  padding-bottom: 0;
}

.variant-wrap--split {
  background-image: linear-gradient(90deg, #ffffff 44%, #ededed 44%) !important;
}

.variant-wrap--split-reverse {
  background-image: linear-gradient(90deg, #ededed 56%, #ffffff 56%) !important;
}

/* Alternating full-width split backgrounds for large text sections */
.section-split-left {
  background-image: linear-gradient(90deg, #ffffff 44%, #ededed 44%) !important;
  padding: var(--section-space-linear) 0;
}

.variant-wrap.section-split-left {
  padding-top: 0;
  padding-bottom: 0;
}

/* Home should keep normal vertical spacing like other pages */
.home-hero.variant-wrap.section-split-left {
  background-image: linear-gradient(90deg,#ededed 56%,#ffffff 56%) !important;
  padding: var(--section-space-linear) 0;
}

.section-split-right {
  background-image: linear-gradient(90deg, #ededed 56%, #ffffff 56%) !important;
  padding: var(--section-space-linear) 0;
}

.variant-wrap:not(.section-split-left):not(.section-split-right) + .section-split-right {
  margin-top: 0;
}

.section-split-left .card,
.section-split-right .card {
  background: transparent;
}

.section-split-left .faq-item,
.section-split-right .faq-item {
  background: #ededed;
}

.variant-overlap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 0;
}

.variant-overlap__panel {
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  min-height: 34rem;
}

.section-split-left .variant-overlap__content {
  margin-top: -0.6rem;
}

.variant-overlap__content {
  max-width: 760px;
  padding: 0;
  font-size: var(--fs-body);
  line-height: 1.4em;
}

.variant-overlap__content h1 {
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 2.4rem;
  line-height: 1em;
}

.variant-overlap__content h4 {
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-weight: 600;
}

.variant-overlap__content p {
  font-size: var(--fs-body);
  line-height: 1.4em;
}

.variant-overlap__stack {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  max-width: 760px;
  justify-self: end;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: clamp(0.75rem, 1.4vw, 1.4rem);
  padding-bottom: clamp(0.75rem, 1.4vw, 1.4rem);
}

.variant-overlap__stack img {
  object-position: center;
  object-fit: cover;
  display: block;
}

.variant-image--top {
  width: 58%;
  align-self: center;
  aspect-ratio: 1 / 1 !important;
  z-index: 1;
}

.variant-image--bottom {
  width: 58%;
  align-self: end;
  margin-top: 7%;
  margin-bottom: -10rem;
  aspect-ratio: 1 / 1 !important;
  z-index: 2;
}

.section-split-left + .section {
  padding-top: 0;
  margin-top: 0;
}

.section-split-right + .section {
  margin-top: 0;
}

.variant-overlap__stack img + img {
  margin-left: -11%;
}

/* Home: force image stack to the right side */
.home-hero .variant-overlap__panel {
  order: 1;
}

.home-hero .variant-overlap__stack {
  order: 2;
  justify-self: end;
}

.variant-grid {
  background: transparent;
  border: 0;
  margin: 0 auto;
}

.variant-grid h4 {
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-weight: 600;
}

.variant-grid__cta {
  background: #111;
  color: #fff;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4) !important;
  line-height: 1.2em;
  font-weight: 700;
  padding: 1.1rem 1.5rem;
  margin: 1.6rem 0 3.4rem;
}

main .faq-item {
  background: #ededed;
}

main .faq-item:hover,
main .faq-item:focus-within {
  background: var(--surface-hover);
}

main .faq-item h3 {
  color: #be1823 !important;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
}

main .faq-question {
  color: #be1823 !important;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

main .faq-question:hover,
main .faq-question:focus-visible {
  color: #be1823 !important;
}

main .faq-question::after {
  content: "+";
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1;
  font-weight: 600;
  flex: 0 0 auto;
}

main .faq-question:hover::after,
main .faq-question:focus-visible::after {
  color: #be1823;
}

main .faq-question[aria-expanded="true"]::after {
  content: "-";
}

.variant-grid__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.variant-grid__cols > article {
  display: flex;
  flex-direction: column;
}

.variant-grid__cols > article > h4 {
  order: 1;
}

.variant-grid__cols > article > p {
  order: 2;
}

.variant-grid__cols > article > ul.list,
.variant-grid__cols > article > ol.steps {
  order: 3;
  margin-top: auto;
}

.target-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.target-card {
  display: block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  height: 100%;
}

.target-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.target-card__link:hover .target-card__body,
.target-card__link:focus-visible .target-card__body {
  background: #111;
}

.target-card__body {
  flex: 1 1 auto;
  padding: 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #be1823;
  color: #fff;
  transition: background-color 0.18s ease;
}

main .target-cards .target-card__body h4 {
  margin: 0;
  color: #fff !important;
}

main .target-cards .target-card__link:hover .target-card__body h4,
main .target-cards .target-card__link:focus-visible .target-card__body h4 {
  color: #fff !important;
}

.target-card__body p {
  color: #fff;
}

.target-card__body p:last-child {
  margin-bottom: 0;
}

.target-card__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background-size: auto 120%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.35s ease;
}

.target-card__link:hover .target-card__media,
.target-card__link:focus-visible .target-card__media {
  background-size: auto 100%;
}

@media (max-width: 1099px) {
  .target-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 1180px) {
  .variant-wrap.section-split-left {
    padding-bottom: 2rem;
  }

  .variant-overlap {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 0;
  }

  .variant-overlap__stack {
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .variant-image--top,
  .variant-image--bottom {
    width: 100%;
    margin-top: 0.8rem;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-split-left + .section {
    padding-top: 0;
    margin-top: 0;
  }

  .section-split-right + .section {
    margin-top: 0;
  }

  .variant-wrap:not(.section-split-left):not(.section-split-right) + .section-split-right {
    margin-top: 0;
  }

  .section-split-left .variant-overlap__content {
    margin-top: 0;
  }

  .variant-wrap:not(.section-split-left):not(.section-split-right) {
    padding-bottom: var(--section-space);
  }
}

@media (max-width: 900px) {
  .variant-grid__cols {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .target-cards {
    grid-template-columns: 1fr;
  }

  .target-card {
    height: auto;
  }

  .target-card__media {
    min-height: 0;
  }
}

@media (min-width: 981px) {
  .container {
    padding: 0;
  }

  .topbar .container {
    padding: 0;
  }

  .variant-wrap .container {
    padding: 0;
  }
}

@media only screen and (min-width: 1350px) {
  .container {
    padding: 0;
  }

  .topbar .container {
    padding: 0;
  }

  .variant-wrap .container {
    padding: 0;
  }
}

/* Content typography below carousel (exclude header/menu/sidebar/carousel) */
main .section h1,
main .section h2,
main .section h3,
main .section h4 {
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  color: #be1823 !important;
}

main .section h1 {
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 600;
}

main .section h2,
main .section h3 {
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 600;
}

main .section h4 {
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-weight: 600;
}

main .target-cards .target-card__body h4 {
  color: #fff !important;
}

main .section p,
main .section li {
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.4em;
}

/* Price calculator */
.price-calculator {
  width: min(1080px, 90vw);
}

.price-calculator__intro {
  margin-bottom: 1.6rem;
}

.price-calculator__intro h2 {
  margin-bottom: 0.3rem;
}

.price-calculator__intro h4 {
  color: #be1823;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.price-calculator__grid {
  display: grid;
  gap: 2rem;
}

.price-calculator__controls,
.price-calculator__result {
  background: #ededed;
  padding: 1.3rem;
}

.calc-row {
  border-bottom: 1px solid #dbdbdb;
  padding: 0.95rem 0;
}

.calc-row:first-child {
  padding-top: 0;
}

.calc-row:last-of-type {
  border-bottom: 0;
}

.calc-row__meta h4 {
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-weight: 600;
  margin: 0 0 0.2rem;
}

.calc-row__meta p {
  margin: 0 0 0.6rem;
  font-size: 0.96rem;
  line-height: 1.35;
}

.calc-stepper {
  display: grid;
  grid-template-columns: 2.6rem 1fr 2.6rem;
  align-items: center;
  gap: 0.65rem;
}

.calc-value {
  min-height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  font-size: 1.05rem;
  font-weight: 700;
  font-family: "din-2014", Arial, sans-serif;
  padding: 0.3rem 0.45rem;
}

.pm-btn {
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  background: #be1823;
  cursor: pointer;
  position: relative;
}

.pm-btn::before,
.pm-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.pm-btn::before {
  width: 1.15rem;
  height: 0.16rem;
}

.pm-btn--plus::after {
  width: 0.16rem;
  height: 1.15rem;
}

.pm-btn:hover,
.pm-btn:focus-visible {
  filter: brightness(1.05);
}

.calc-actions {
  margin-top: 0.9rem;
}

.btn--ghost {
  background: transparent;
  border: 1px solid #be1823;
  color: #be1823;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: #be1823;
  color: #fff;
}

.price-calculator__result h4 {
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.56rem;
  line-height: 1.2em;
  margin: 0 0 0.45rem;
}

.calc-range {
  margin: 0 0 0.45rem;
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 600;
}

.calc-perm2 {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
}

.calc-factors {
  margin: 0 0 0.8rem;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
}

.calc-factors li {
  font-size: 0.92rem;
  line-height: 1.35;
}

.calc-note {
  margin: 0 0 0.95rem;
  font-size: 0.92rem;
  line-height: 1.4;
}

.calc-lead {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid #d8d8d8;
}

.calc-lead__summary {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1.35;
}

.calc-lead__form {
  display: grid;
  gap: 0.55rem;
}

.calc-lead__form input {
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0.55rem 0.65rem;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.92rem;
}

.calc-lead__form button {
  border: 0;
  background: #be1823;
  color: #fff;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.62rem 0.7rem;
  cursor: pointer;
}

.calc-lead__done {
  margin: 0.7rem 0 0;
  color: #1f3f1f;
  font-size: 0.9rem;
}

@media (max-width: 560px) {
  .calc-stepper {
    grid-template-columns: 2.35rem 1fr 2.35rem;
  }

  .pm-btn {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (min-width: 981px) {
  .price-calculator__grid {
    grid-template-columns: 1.45fr 1fr;
    align-items: start;
  }

  .price-calculator__result {
    position: sticky;
    top: 1rem;
  }
}

/* Chat widget */
.chat-widget {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  z-index: 140;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
}

.chat-toggle {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 0;
  background: #be1823;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  transition: background-color 0.18s ease;
}

.chat-toggle:hover,
.chat-toggle:focus-visible {
  background: #111;
}

.chat-toggle__icon {
  width: 26px;
  height: 26px;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.chat-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.chat-welcome {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(92vw, 340px);
  background: #ededed;
  border-left: 5px solid #be1823;
  padding: 1.1rem 1.1rem 1.05rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.chat-welcome.is-hidden {
  display: none;
}

.chat-welcome h4 {
  margin: 0 0 0.3rem;
  color: #be1823 !important;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.7rem;
  line-height: 1.2em;
  font-weight: 700;
}

.chat-welcome p {
  margin: 0 0 0.85rem;
  font-size: var(--fs-body);
  line-height: 1.35;
}

.chat-welcome__close {
  position: absolute;
  right: 0.3rem;
  top: 0.2rem;
  border: 0;
  background: transparent;
  color: #be1823;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1;
  cursor: pointer;
}

.chat-quick {
  display: grid;
  gap: 0.6rem;
}

.chat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0;
  background: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  flex: 0 0 auto;
}

.chat-icon--price {
  -webkit-mask-image: none;
  mask-image: none;
  background: none;
  width: 1.2rem;
  height: 1.2rem;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  line-height: 1;
}

.chat-icon--price::before {
  content: "€";
  width: 100%;
  text-align: center;
  line-height: 1;
}

.chat-icon--office {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='16' height='20' x='4' y='2' rx='2' ry='2'/%3E%3Cpath d='M9 22v-4h6v4'/%3E%3Cpath d='M8 6h.01'/%3E%3Cpath d='M16 6h.01'/%3E%3Cpath d='M12 6h.01'/%3E%3Cpath d='M12 10h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 10h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 10h.01'/%3E%3Cpath d='M8 14h.01'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='16' height='20' x='4' y='2' rx='2' ry='2'/%3E%3Cpath d='M9 22v-4h6v4'/%3E%3Cpath d='M8 6h.01'/%3E%3Cpath d='M16 6h.01'/%3E%3Cpath d='M12 6h.01'/%3E%3Cpath d='M12 10h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 10h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 10h.01'/%3E%3Cpath d='M8 14h.01'/%3E%3C/svg%3E");
}

.chat-icon--planning {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='m9 16 2 2 4-4'/%3E%3C/svg%3E");
}

.chat-icon--human {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 1 0-16 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 1 0-16 0'/%3E%3C/svg%3E");
}

.chat-quick button,
.chat-panel__quick button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 0;
  background: #be1823;
  color: #fff;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.68rem 0.78rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.chat-quick button:hover,
.chat-quick button:focus-visible,
.chat-panel__quick button:hover,
.chat-panel__quick button:focus-visible {
  background: #111;
  color: #fff;
}

.chat-quick button::after,
.chat-panel__quick button::after {
  content: "";
  position: static;
  margin-left: auto;
  transform: none;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(94vw, 360px);
  background: #fff;
  border: 0;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  display: none;
}

.chat-panel.is-open {
  display: block;
}

.chat-widget.chat-widget--expanded .chat-panel {
  height: min(78vh, 620px);
  flex-direction: column;
}

.chat-widget.chat-widget--expanded .chat-panel.is-open {
  display: flex;
}

.chat-panel__header {
  background: #be1823;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.82rem 0.92rem;
}

.chat-panel__header h1 {
  margin: 0;
  color: #fff !important;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.24rem;
  line-height: 1.1;
}

.chat-widget .chat-panel__header,
.chat-widget .chat-panel__header h1 {
  color: #fff !important;
}

.chat-panel__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1;
  cursor: pointer;
}

.chat-panel__messages {
  max-height: 250px;
  overflow: auto;
  padding: 0.9rem;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.chat-widget.chat-widget--expanded .chat-panel__messages {
  max-height: none;
  min-height: 0;
  flex: 1 1 auto;
}

.chat-message p {
  margin: 0;
  padding: 0.64rem 0.72rem;
  border-radius: 0;
  line-height: 1.35;
  font-size: var(--fs-body);
  white-space: pre-line;
  position: relative;
}

.chat-message--bot p {
  background: #ededed;
  color: #1f1f1f;
}

.chat-message--user p {
  background: #be1823;
  color: #fff;
}

.chat-message-meta {
  display: block;
  margin-top: 0.12rem;
  text-align: right;
  line-height: 1;
}

.chat-read-mark {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.10);
  opacity: 1;
  margin-left: 0.18rem;
  vertical-align: baseline;
}

.chat-read-mark.is-read {
  color: #fff;
}

.chat-message-time {
  display: inline-block;
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.72);
  vertical-align: baseline;
}

.chat-message--bot p::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  bottom: -0.36rem;
  width: 0;
  height: 0;
  border-left: 0.36rem solid transparent;
  border-right: 0.36rem solid transparent;
  border-top: 0.42rem solid #ededed;
}

.chat-message--user p::after {
  content: "";
  position: absolute;
  right: 0.45rem;
  bottom: -0.36rem;
  width: 0;
  height: 0;
  border-left: 0.36rem solid transparent;
  border-right: 0.36rem solid transparent;
  border-top: 0.42rem solid #be1823;
}

.chat-panel__quick {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.62rem;
  padding: 1.12rem 0.9rem 0.92rem;
  background: #fff;
}

.chat-panel__quick h5 {
  margin: 0 0 0.35rem;
  color: #be1823;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 600;
}

.chat-panel__quick button {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  padding-right: 0.65rem;
  white-space: normal;
  flex: initial;
}

.chat-panel__quick .chat-icon {
  margin-right: 0.25rem;
}

.chat-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.45rem;
  justify-content: flex-start;
}

.chat-inline-actions button {
  border: 1px solid #be1823;
  border-radius: 2px;
  background: #be1823;
  color: #fff;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.2;
  padding: 0.34rem 0.52rem;
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease, opacity 0.16s ease;
}

.chat-inline-actions button:hover,
.chat-inline-actions button:focus-visible {
  background: #111;
  border-color: #111;
  color: #fff;
}

.chat-panel__composer {
  padding: 0.82rem 0.9rem 0.95rem;
  background: #fff;
}

.chat-panel__composer input,
.chat-panel__composer textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0.56rem 0.62rem;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.3;
  box-sizing: border-box;
}

.chat-panel__composer textarea {
  resize: vertical;
  min-height: 68px;
}

.chat-panel__composer button {
  margin-top: 0.6rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #be1823;
  color: #fff;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: var(--fs-body);
  font-weight: 700;
  padding: 0.68rem 0.8rem;
  cursor: pointer;
  transition: background-color 0.18s ease;
}

.chat-panel__composer button:hover,
.chat-panel__composer button:focus-visible {
  background: #111;
  color: #fff;
}

.chat-message--thinking p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 0.55rem 0.7rem;
}

.chat-thinking-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.chat-thinking-dots span {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #be1823;
  opacity: 0.35;
  animation: chat-think 1s infinite ease-in-out;
}

.chat-thinking-dots span:nth-child(2) {
  animation-delay: 0.12s;
}

.chat-thinking-dots span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes chat-think {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  40% {
    transform: translateY(-2px);
    opacity: 0.9;
  }
}


@media (max-width: 980px) {
  .chat-widget {
    bottom: 4.9rem;
    right: 1.5rem;
  }

  .chat-toggle {
    width: 56px;
    height: 56px;
  }

  .chat-panel,
  .chat-welcome {
    bottom: 66px;
  }
}

/* Kleurenpagina */
.colors-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
}

.color-card {
  background: transparent;
  border: 0;
  padding: 0;
}

.color-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.color-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.color-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
  transform: scale(1.2);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.color-card a:hover .color-card__media img,
.color-card a:focus-visible .color-card__media img {
  transform: scale(1);
}

main .section .color-card a h4 {
  margin: 0.55rem 0 0;
  font-family: "bebas-neue-pro-expanded", Helvetica, Arial, Lucida, sans-serif;
  font-size: calc(var(--fs-body) * 1.4);
  line-height: 1.2em;
  font-weight: 600;
  color: #be1823 !important;
  transition: color 0.2s ease;
}

main .section .color-card a:hover h4,
main .section .color-card a:focus-visible h4 {
  color: #000 !important;
}

@media (max-width: 980px) {
  .colors-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

.colors-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colors-lightbox[hidden] {
  display: none;
}

.colors-lightbox__dialog {
  width: min(86vw, 760px);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.colors-lightbox__image {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #fff;
}

.colors-lightbox__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-family: "din-2014", Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.95rem;
  line-height: 1.3;
  padding-top: 0.45rem;
}

.colors-lightbox__close {
  position: absolute;
  top: 1.15rem;
  right: 1.25rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.colors-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}

.colors-lightbox__nav--prev {
  left: 0.8rem;
}

.colors-lightbox__nav--next {
  right: 0.8rem;
}

/* Mobile header compact fix: avoid oversized fixed grid rows */
@media (max-width: 979px) {
  .topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 0.35rem 0;
    gap: 0.5rem;
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .logo {
    width: auto;
    min-height: 0;
    padding: 0 12px;
  }

  .logo img {
    width: 180px;
    height: auto;
    max-width: 62vw;
  }
}

@media (max-width: 639px) {
  .topbar__inner {
    min-height: 64px;
    padding: 0.25rem 0;
  }

  .logo img {
    width: 165px;
  }
}

/* Final footer spacing override */
footer .footer__inner {
  padding-top: var(--section-space-linear) !important;
  padding-bottom: var(--section-space-linear) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Final mobile alignment pass: equal left/right rhythm for logo, hamburger and intro */
@media (max-width: 979px) {
  :root {
    --mobile-edge: clamp(12px, 5vw, 22px);
  }

  .topbar__inner {
    min-height: calc(52px + (var(--mobile-edge) * 2));
    padding: 0;
    display: flex;
    align-items: center;
  }

  .logo {
    padding: 0;
    min-height: 0;
    display: inline-flex;
    align-items: center;
  }

  .topbar__inner > .logo {
    display: inline-flex;
    align-items: center;
    align-self: center;
    height: 52px;
  }

  .logo img {
    width: calc(80vw - (var(--mobile-edge) * 2) - 48px) !important;
    max-width: 385px;
    height: auto;
    display: block;
  }

  .topbar .btn,
  .hamburger {
    width: 52px;
    height: 52px;
    top: var(--mobile-edge);
    right: var(--mobile-edge);
  }

  .carousel-intro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--mobile-edge);
    padding-right: var(--mobile-edge);
  }

  .carousel-intro > h4,
  .carousel-intro > p {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 639px) {
  .topbar__inner {
    min-height: calc(48px + (var(--mobile-edge) * 2));
  }

  .logo img {
    width: calc(80vw - (var(--mobile-edge) * 2) - 48px) !important;
    max-width: 385px;
  }

  .topbar .btn,
  .hamburger {
    width: 48px;
    height: 48px;
  }

  .topbar__inner > .logo {
    height: 48px;
  }

  .carousel-intro {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .carousel-intro > h4,
  .carousel-intro > p {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
