/* VS Schilderwerken – mobiele weergave (grote & kleine smartphones) */

/* Zwevende bel-knop – alleen mobiel/tablet smal */
.float-call-btn {
  display: none;
}

body.cookie-consent-active .float-call-btn {
  display: none !important;
}

@media (max-width: 900px) {
  .float-call-btn {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
    z-index: 280;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 50%;
    background: linear-gradient(145deg, #c9a85a 0%, #a68a4c 55%, #8f7340 100%);
    color: #ffffff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow:
      0 6px 22px rgba(0, 0, 0, 0.45),
      0 0 0 4px rgba(184, 149, 74, 0.2);
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      opacity 0.25s ease,
      visibility 0.25s ease;
    -webkit-tap-highlight-color: transparent;
    animation: float-call-pulse 2.8s ease-in-out infinite;
  }

  .float-call-btn:hover,
  .float-call-btn:focus-visible {
    transform: scale(1.06);
    box-shadow:
      0 10px 28px rgba(0, 0, 0, 0.5),
      0 0 0 5px rgba(196, 160, 82, 0.35);
    color: #ffffff;
  }

  .float-call-btn:active {
    transform: scale(0.96);
  }

  .float-call-btn:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  .float-call-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-top: 2px;
  }

  .float-call-btn__icon svg {
    display: block;
    width: 20px;
    height: 20px;
  }

  .float-call-btn__label {
    font-family: var(--font-family, "Montserrat", sans-serif);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 3px;
  }

  .float-call-btn--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    animation: none;
  }
}

@media (max-width: 390px) {
  .float-call-btn {
    width: 54px;
    height: 54px;
    right: max(0.85rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }

  .float-call-btn__icon svg {
    width: 18px;
    height: 18px;
  }

  .float-call-btn__label {
    font-size: 0.54rem;
  }
}

@keyframes float-call-pulse {
  0%,
  100% {
    box-shadow:
      0 6px 22px rgba(0, 0, 0, 0.45),
      0 0 0 4px rgba(184, 149, 74, 0.2);
  }
  50% {
    box-shadow:
      0 8px 26px rgba(0, 0, 0, 0.5),
      0 0 0 7px rgba(184, 149, 74, 0.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .float-call-btn {
    animation: none;
  }
}

html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

/* Veilige randen (notch / home-indicator) */
.site-header .header-inner {
  padding-left: max(clamp(1rem, 4vw, 2.5rem), env(safe-area-inset-left, 0px));
  padding-right: max(clamp(1rem, 4vw, 2.5rem), env(safe-area-inset-right, 0px));
}

.site-header .nav-mobile {
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 0px));
}

body.has-site-header:not(.page-home) main > section.hero:first-child {
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}

/* —— Tablet & telefoon (≤768px) —— */
@media (max-width: 768px) {
  :root {
    --header-h: 58px;
    --mobile-gutter: clamp(0.7rem, 3.2vw, 1rem);
  }

  .container,
  .page-home .container {
    width: min(100% - (var(--mobile-gutter) * 2), var(--max, 1200px));
  }

  /* Tekst & koppen gecentreerd waar bedoeld */
  .hero,
  .hero .container,
  .page-home .hero-home,
  .page-home .hero-home__content,
  .page-diensten .hero-page .container,
  .page-over-ons .hero-page .container,
  .page-contact .hero-page .container {
    text-align: center;
  }

  .hero h1,
  .hero .lead,
  .page-home .hero-home h1,
  .page-home .hero-home__lead-text,
  .page-home .hero-home__lead-text .lead,
  .page-home .hero-home__lead-text .lead-region,
  .page-home .hero-home__lead-text .lead-benefits,
  .page-diensten .hero-page h1,
  .page-diensten .hero-page .lead,
  .page-over-ons .hero-page h1,
  .page-over-ons .hero-page .lead,
  .page-contact .hero-page h1,
  .page-contact .hero-page .lead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .page-home .hero-home__content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-home .hero-home {
    padding-left: max(var(--mobile-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--mobile-gutter), env(safe-area-inset-right, 0px));
    padding-top: calc(var(--header-h) + 0.85rem);
    padding-bottom: 4rem;
    min-height: min(88svh, 600px);
    min-height: min(88dvh, 600px);
    justify-content: center;
  }

  .page-home .hero-trust {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: clamp(0.45rem, 2vw, 0.65rem);
    padding-inline: 0.1rem;
  }

  .page-home .hero-trust li + li::before {
    display: inline;
  }

  .page-home .hero-trust li {
    font-size: clamp(0.48rem, 2vw, 0.64rem);
    color: rgba(205, 205, 205, 0.88);
    white-space: nowrap;
  }

  .page-home .hero-home__content {
    padding-left: max(var(--mobile-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--mobile-gutter), env(safe-area-inset-right, 0px));
    padding-bottom: 1rem;
  }

  .page-home .hero-home h1 {
    font-size: clamp(1.5rem, 7.8vw, 2.35rem);
    letter-spacing: 0.01em;
    word-spacing: 0.03em;
    line-height: 1.05;
    margin-bottom: clamp(0.65rem, 2.5vw, 0.9rem);
    max-width: 100%;
    text-wrap: balance;
  }

  .page-home .hero-home h1 .hero-home__title-part {
    letter-spacing: 0.02em;
  }

  .page-home .hero-home__lead-text {
    width: min(100%, 94vw);
    max-width: min(100%, 34rem);
    margin-inline: auto;
    font-size: clamp(0.82rem, 2.75vw, 0.95rem);
    line-height: 1.4;
    text-wrap: pretty;
  }

  .page-home .hero-home__lead-text .lead,
  .page-home .hero-home__lead-text .lead-region,
  .page-home .hero-home__lead-text .lead-benefits {
    display: block;
    margin: 0;
    font-size: inherit;
    line-height: 1.4;
  }

  .page-home .hero-home__lead-text .lead {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.22rem;
  }

  .page-home .hero-home__lead-text .lead-region {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.2rem;
  }

  .page-home .hero-home__lead-text .lead-benefits {
    color: rgba(255, 255, 255, 0.72);
  }

  .page-home .hero-home__lead-text .lead-region::before,
  .page-home .hero-home__lead-text .lead-benefits::before {
    content: none;
  }

  @media (min-width: 380px) {
    .page-home .hero-home__lead-text .lead,
    .page-home .hero-home__lead-text .lead-region,
    .page-home .hero-home__lead-text .lead-benefits {
      display: inline;
      margin: 0;
    }

    .page-home .hero-home__lead-text .lead {
      margin-bottom: 0;
    }

    .page-home .hero-home__lead-text .lead-region {
      margin-bottom: 0;
    }

    .page-home .hero-home__lead-text .lead-region::before,
    .page-home .hero-home__lead-text .lead-benefits::before {
      content: " ";
    }
  }

  .hero.hero-sm,
  body.has-site-header:not(.page-home) main > section.hero:first-child {
    min-height: calc(var(--header-h) + clamp(220px, 52vh, 340px)) !important;
    padding-top: calc(var(--header-h) + 1.25rem) !important;
  }

  .hero h1,
  .page-diensten .hero-page h1,
  .page-over-ons .hero-page h1,
  .page-contact .hero-page h1 {
    font-size: clamp(1.22rem, 5.2vw, 1.65rem);
    letter-spacing: 0.03em;
    line-height: 1.12;
    margin-bottom: 0.65rem;
    max-width: 100%;
    text-wrap: balance;
  }

  .hero .lead,
  .page-diensten .hero-page .lead,
  .page-over-ons .hero-page .lead,
  .page-contact .hero-page .lead {
    font-size: clamp(0.78rem, 3.1vw, 0.88rem);
    line-height: 1.4;
    padding-inline: 0.15rem;
    max-width: 19rem;
    margin-inline: auto;
  }

  .page-home .hero-home__cta,
  .page-home .mini-cta__actions {
    width: 100%;
    max-width: min(100%, 280px);
    flex-direction: column;
    gap: 0.65rem;
    margin-inline: auto;
  }

  .page-home .mini-cta {
    padding: 1.35rem 1rem 1.5rem;
  }

  .page-home .mini-cta h2 {
    font-size: clamp(1.1rem, 4.8vw, 1.35rem);
  }

  .page-home .mini-cta__sub {
    font-size: 0.82rem;
    margin-bottom: 1.15rem;
  }

  .page-diensten .btn-hero-call,
  .page-over-ons .btn-hero-call,
  .page-contact .btn-hero-call,
  .page-home .hero-home__cta .btn-hero-cta,
  .page-home .mini-cta__actions .btn-hero-cta {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 0.5rem 0.95rem;
    font-size: 0.78rem;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .page-home .btn-hero-work,
  .page-home .btn-gold,
  .page-home .btn-black,
  .page-home .btn-call-now,
  .page-diensten .btn-call-now,
  .page-over-ons .btn-call-now,
  .page-contact .btn-call-now {
    width: 100%;
    max-width: min(100%, 260px);
    min-height: 42px;
    padding: 0.55rem 1rem;
    font-size: 0.78rem;
    white-space: normal;
    text-align: center;
  }

  section,
  .page-home .why-section,
  .page-home .mini-cta-section,
  .page-home .projects-gallery-section,
  .page-home .about-section,
  .page-home .help-section,
  .page-home .form-section,
  .page-home .voor-na-section,
  .page-diensten .diensten-services,
  .page-over-ons .about-section,
  .page-contact .contact-section {
    padding-top: clamp(2rem, 5.5vw, 2.5rem);
    padding-bottom: clamp(2rem, 5.5vw, 2.5rem);
  }

  /* Voor–Na (home + diensten) */
  .page-home .voor-na-text,
  .page-diensten .voor-na-text {
    text-align: center;
  }

  .page-home .voor-na-text h2,
  .page-diensten .voor-na-text h2,
  .page-home .projects-gallery__head h2 {
    font-size: clamp(1.45rem, 6.5vw, 2rem);
    text-align: center;
    text-wrap: balance;
    margin-bottom: 0.75rem;
  }

  .page-home .voor-na-text p,
  .page-diensten .voor-na-text p,
  .page-home .projects-gallery__intro {
    font-size: clamp(0.82rem, 3.2vw, 0.92rem);
    line-height: 1.5;
  }

  .page-home .voor-na-text p,
  .page-diensten .voor-na-text p,
  .page-home .projects-gallery__intro {
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .page-home .voor-na-slider-wrap,
  .page-diensten .voor-na-slider-wrap {
    width: 100%;
    max-width: 100%;
    justify-self: center;
  }

  .page-home .ba-slider,
  .page-diensten .ba-slider {
    touch-action: none; /* slider blijft swipebaar via JS */
  }

  /* Waarom / secties */
  .page-home .why-section h2,
  .page-home .about-section > .container > h2 {
    font-size: clamp(1.2rem, 4.8vw, 1.55rem);
    margin-bottom: clamp(1.25rem, 4vw, 1.75rem);
  }

  .page-home .projects-gallery {
    gap: 0.5rem;
  }

  .page-home .projects-gallery__item {
    border-radius: 6px;
  }

  .page-home .gallery-lightbox__nav {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .page-home .gallery-lightbox__close {
    top: 0.65rem;
    right: 0.65rem;
    width: 40px;
    height: 40px;
  }

  .page-diensten .diensten-services__head h2,
  .page-over-ons .about-section__head h2,
  .page-contact .contact-section__head h2 {
    font-size: clamp(1.15rem, 4.5vw, 1.45rem);
  }

  .page-diensten .diensten-services__head p,
  .page-over-ons .about-section__head p,
  .page-contact .contact-section__head p {
    font-size: clamp(0.82rem, 3.2vw, 0.92rem);
  }

  .page-diensten .diensten-services__head,
  .page-over-ons .about-section__head,
  .page-contact .contact-section__head {
    text-align: center;
  }

  .page-home .why-grid {
    margin-inline: auto;
    width: 100%;
    max-width: min(100%, 320px);
    gap: 0.85rem;
  }

  .page-home .why-card {
    width: 100%;
    padding: 1.25rem 1.1rem 1.15rem;
  }

  .page-home .why-card__icon--badge,
  .page-home .why-card__icon--google {
    width: 50px;
    height: 50px;
    margin-bottom: 0.85rem;
    border-radius: 12px;
    padding: 9px;
  }

  .page-home .why-card__icon--google {
    border-radius: 50%;
  }

  .page-home .why-card__icon--badge img,
  .page-home .why-card__icon--google img {
    width: 28px;
    height: 28px;
  }

  .page-home .why-card__value {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .page-home .why-card__title {
    font-size: 0.92rem;
  }

  .page-home .why-card__text {
    max-width: none;
    font-size: 0.8rem;
  }

  /* Help CTA – alle pagina's */
  .page-home .help-cta,
  .page-diensten .help-cta,
  .page-over-ons .help-cta,
  .page-contact .help-cta {
    width: 100%;
    padding-inline: 0.25rem;
  }

  .page-home .help-cta h2,
  .page-diensten .help-cta h2,
  .page-over-ons .help-cta h2,
  .page-contact .help-cta h2 {
    font-size: clamp(1.02rem, 4.2vw, 1.28rem);
    text-wrap: balance;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }

  .page-home .help-cta__sub,
  .page-diensten .help-cta__sub,
  .page-over-ons .help-cta__sub,
  .page-contact .help-cta__sub {
    font-size: clamp(0.78rem, 3vw, 0.88rem);
    line-height: 1.45;
    text-align: center;
    padding-inline: 0.15rem;
  }

  .page-home .help-cta__phone-number,
  .page-diensten .help-cta__phone-number,
  .page-over-ons .help-cta__phone-number,
  .page-contact .help-cta__phone-number,
  .page-contact .contact-phone-strip__number {
    white-space: normal;
    text-align: center;
    font-size: clamp(1.2rem, 5.5vw, 1.55rem);
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
  }

  .page-home .help-cta__phone-box,
  .page-diensten .help-cta__phone-box,
  .page-over-ons .help-cta__phone-box,
  .page-contact .help-cta__phone-box {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
    padding: 1.15rem 1rem;
  }

  .page-contact .contact-phone-strip {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    padding: clamp(1.5rem, 4vw, 2rem) max(1.25rem, var(--mobile-gutter, 0.85rem));
    border-radius: 0;
    box-sizing: border-box;
  }

  .page-contact .contact-phone-strip__btn {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .page-home .help-cta__label,
  .page-diensten .help-cta__label {
    font-size: 0.65rem;
  }

  .page-home .help-cta__email,
  .page-home .help-cta__form-link,
  .page-diensten .help-cta__email,
  .page-diensten .help-cta__form-link {
    font-size: 0.82rem;
  }

  .page-home .help-cta__email,
  .page-home .help-cta__form-link {
    text-align: center;
  }

  .page-home .help-cta__email a {
    word-break: break-word;
  }

  /* FAQ */
  .page-home .faq-trigger {
    font-size: clamp(0.88rem, 3.8vw, 1rem);
    padding: 1rem 0;
    gap: 0.75rem;
  }

  .page-home .faq-hero-image .overlay-title {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    text-align: center;
  }

  .page-home .faq-content p {
    text-align: left;
  }

  .page-diensten .diensten-blocks {
    gap: 2rem;
  }

  .page-diensten .diensten-block__title {
    font-size: clamp(1.2rem, 4.5vw, 1.45rem);
  }

  .page-diensten .diensten-block__lead,
  .page-diensten .diensten-block__content > p:not(.diensten-block__lead) {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .page-diensten .diensten-banner {
    margin-top: 2rem;
    padding: 1.35rem 1rem;
  }

  .page-over-ons .about-blocks {
    gap: 2rem;
  }

  .page-over-ons .about-highlight {
    margin-top: 2rem;
    padding: 1.25rem 1rem;
  }

  /* Contact */
  .page-contact .contact-card {
    text-align: center;
  }

  .page-contact .contact-intro {
    gap: 1.25rem;
  }

  .page-contact .form-panel,
  .page-home .form-panel {
    padding: 1.15rem 0.95rem;
  }

  .page-home .form-panel h2,
  .page-contact .form-panel h2 {
    font-size: 1.05rem;
  }

  .page-home .form-panel .form-intro {
    font-size: 0.82rem;
  }

  .page-home .form-panel .btn-submit {
    font-size: 0.72rem;
    padding: 0.85rem;
  }

  .page-contact .form-panel input,
  .page-contact .form-panel textarea,
  .page-home .form-panel input,
  .page-home .form-panel textarea {
    font-size: 16px; /* voorkomt zoom op iOS bij focus */
  }

  /* Footer — mobiel */
  .site-header .logo-img {
    height: 28px;
    max-width: 155px;
  }

  .site-header .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .site-header .menu-toggle span {
    width: 15px;
  }

  .site-header .nav-mobile {
    padding-top: calc(var(--header-h, 58px) + 0.5rem);
    justify-content: flex-start;
    backdrop-filter: blur(28px) saturate(1.3);
    -webkit-backdrop-filter: blur(28px) saturate(1.3);
  }

  .site-header .nav-mobile::before {
    backdrop-filter: blur(44px) saturate(1.4);
    -webkit-backdrop-filter: blur(44px) saturate(1.4);
  }

  .site-header .nav-mobile::after {
    height: min(62vh, 440px);
    backdrop-filter: blur(56px) saturate(1.45);
    -webkit-backdrop-filter: blur(56px) saturate(1.45);
  }

  .site-header .nav-mobile a {
    font-size: clamp(1rem, 4vw, 1.12rem);
    padding: 0.8rem 0;
  }

  .site-header .nav-mobile .btn-header-phone {
    min-height: 48px;
    font-size: 0.85rem;
    max-width: 260px;
    margin-top: 1.25rem;
  }

  .float-call-btn {
    width: 50px;
    height: 50px;
  }

  .float-call-btn__icon svg {
    width: 17px;
    height: 17px;
  }

  .site-footer,
  .page-home .site-footer {
    text-align: center;
    padding: 1.75rem 0 max(1.35rem, env(safe-area-inset-bottom, 0px));
    background: #000000;
  }

  .footer-grid,
  .page-home .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
    margin-bottom: 0;
  }

  .footer-grid > div,
  .page-home .footer-grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem var(--mobile-gutter);
    border-bottom: 1px solid rgba(196, 160, 82, 0.18);
  }

  .footer-grid > div:first-child {
    padding-top: 0;
    border-bottom: 1px solid rgba(196, 160, 82, 0.28);
    padding-bottom: 1.1rem;
    margin-bottom: 0.15rem;
  }

  .footer-grid > div:last-child {
    border-bottom: none;
  }

  .footer-logo {
    display: block;
    margin: 0 auto 1rem;
  }

  .logo-img-footer {
    margin-inline: auto;
    object-position: center;
    height: clamp(48px, 11vw, 60px);
  }

  .footer-grid > div:first-child p {
    font-size: 0.8rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.55);
    max-width: 20rem;
    margin: 0 auto;
  }

  .site-footer h4,
  .page-home .site-footer h4 {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold, #c4a052);
    margin: 0 0 0.55rem;
    width: 100%;
  }

  .site-footer p,
  .page-home .site-footer p {
    text-align: center;
    width: 100%;
    margin: 0 0 0.3rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .site-footer p a,
  .page-home .site-footer p a {
    display: inline-block;
    padding: 0.2rem 0;
    color: rgba(255, 255, 255, 0.88);
  }

  .site-footer p a:hover {
    color: #d4b56a;
  }

  .page-home .ba-slider {
    max-height: min(52vh, 340px);
  }

  .page-home .ba-slider__knob {
    width: 34px;
    height: 34px;
  }

  .page-home .hero-block {
    overflow: visible;
  }

  .page-home .hero-services {
    margin-top: -3rem;
    padding-bottom: 3rem;
    overflow: visible;
  }

  .page-home .hero-services__fade {
    top: -4rem;
    height: 6rem;
  }

  .page-home .hero-services > .container {
    padding-top: 1.25rem;
  }

  .page-home .hero-services__carousel {
    padding-top: 0.25rem;
    margin-bottom: 0.25rem;
    touch-action: pan-x;
  }

  .page-home .hero-services__grid {
    align-items: stretch;
    min-height: auto;
    padding-top: 0.35rem;
    padding-bottom: 1rem;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
  }

  .page-home .hero-service-card {
    flex: 0 0 min(84vw, 290px);
    min-height: auto;
    padding-top: 0.25rem;
  }

  .page-home .hero-service-card__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.75rem;
  }

  .page-home .hero-service-card__icon img {
    width: 30px;
    height: 30px;
  }

  .page-home .hero-service-card h3 {
    font-size: 1rem;
    margin-bottom: 0.55rem;
  }

  .page-home .hero-service-card p {
    font-size: 0.8rem;
    line-height: 1.55;
    max-width: none;
    padding: 0 0.15rem;
  }

  .page-home .hero-services__carousel-hint {
    font-size: 0.62rem;
    margin-bottom: 0.35rem;
  }

  .page-home .hero-services__cta {
    margin-top: 1.15rem;
  }

  .page-home .btn-hero-work {
    max-width: 260px;
    min-height: 40px;
    font-size: 0.78rem;
    padding: 0.55rem 1.1rem;
  }

  .footer-bottom {
    margin-top: 0;
    padding: 1rem var(--mobile-gutter) 0;
    border-top: 1px solid rgba(196, 160, 82, 0.22);
    background: rgba(255, 255, 255, 0.02);
    line-height: 1.55;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
  }

  .footer-bottom p {
    margin: 0;
    max-width: 20rem;
    margin-inline: auto;
  }

  .footer-bottom a {
    color: rgba(255, 255, 255, 0.65);
  }

  /* Bedankt & legal */
  .page-thanks main,
  .page-thanks .thanks-section {
    min-height: min(60vh, 100dvh);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: calc(var(--header-h, 68px) + 2rem) var(--mobile-gutter) 2rem;
  }

  .page-thanks .thanks-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .page-thanks .thanks-section h1 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    text-wrap: balance;
  }

  .page-thanks .thanks-section p {
    max-width: 28rem;
    margin-inline: auto;
  }

  .legal {
    padding-inline: 0.25rem;
  }

  .legal h1.section-title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
    text-align: center;
    text-wrap: balance;
  }

  .legal h2 {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
  }


  .section-title,
  .section-intro {
    text-align: center;
    padding-inline: 0.25rem;
  }

  .btn,
  .btn-primary {
    min-height: 42px;
    max-width: min(100%, 260px);
    font-size: 0.78rem;
    padding: 0.5rem 0.95rem;
  }

  .project .btn-primary {
    width: 100%;
    max-width: 260px;
    margin-inline: auto;
  }
}

/* Kleine smartphones (≤390px) */
@media (max-width: 390px) {
  :root {
    --header-h: 54px;
    --mobile-gutter: 0.65rem;
  }

  .site-header .logo-img {
    height: 26px;
    max-width: 140px;
  }

  .page-home .hero-home {
    min-height: min(86svh, 560px);
    padding-top: calc(var(--header-h) + 0.65rem);
    padding-bottom: 0;
  }

  .page-home .hero-home h1 .hero-home__title-part {
    letter-spacing: 0.015em;
  }

  .page-home .hero-services {
    margin-top: -3rem;
    padding-bottom: 2.75rem;
  }

  .page-home .hero-service-card {
    flex: 0 0 min(86vw, 270px);
    min-height: auto;
  }

  .page-home .hero-service-card__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.65rem;
  }

  .page-home .hero-service-card__icon img {
    width: 28px;
    height: 28px;
  }

  .page-home .ba-slider__badge {
    font-size: 0.62rem;
    padding: 0.3rem 0.5rem;
  }

  .page-home .ba-slider__badge--voor {
    left: 0.5rem;
  }

  .page-home .ba-slider__badge--na {
    right: 0.5rem;
  }
}

/* Zeer kleine schermen (≤360px, o.a. iPhone SE) */
@media (max-width: 360px) {
  :root {
    --mobile-gutter: 0.6rem;
  }

  .page-home .hero-trust li {
    font-size: 0.46rem;
    letter-spacing: 0.01em;
  }

  .page-home .hero-trust li + li::before {
    margin: 0 0.2rem;
  }

  .page-home .hero-home h1 {
    font-size: clamp(1.32rem, 8.5vw, 1.58rem);
  }

  .page-home .hero-home h1 .hero-home__title-part {
    letter-spacing: 0.01em;
  }

  .page-home .hero-home__lead-text {
    width: 100%;
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .page-diensten .hero-page h1,
  .page-over-ons .hero-page h1,
  .page-contact .hero-page h1 {
    font-size: 1.12rem;
  }

  .page-home .help-cta__phone-number,
  .page-diensten .help-cta__phone-number,
  .page-over-ons .help-cta__phone-number,
  .page-contact .help-cta__phone-number {
    font-size: 1.2rem;
  }
}
