:root {
  --jvw-navy: #0d3c60;
  --jvw-accent: #ec7f24;
  --jvw-orange: #e97a08;
  --jvw-orange-dk: #c96800;
}

.text-caps-blue { color: var(--jvw-navy) !important; }
.text-caps-orange { color: var(--jvw-orange) !important; }
.bg-caps-blue { background-color: var(--jvw-navy) !important; }
.bg-caps-orange { background-color: var(--jvw-orange) !important; }
.hover\:bg-orange-600:hover { background-color: var(--jvw-orange-dk) !important; }
.hover\:text-caps-orange:hover { color: var(--jvw-orange) !important; }
.hover\:border-caps-orange:hover { border-color: var(--jvw-orange) !important; }
.focus-visible\:ring-caps-orange:focus-visible { --tw-ring-color: var(--jvw-orange) !important; }
.shadow-soft { box-shadow: 0 12px 30px rgba(13, 60, 96, 0.12) !important; }
.shadow-soft2 { box-shadow: 0 18px 50px rgba(13, 60, 96, 0.18) !important; }

.hero-media-offset {
  top: 2rem;
  bottom: -2rem;
}

/* Dark mode nav: solide achtergrond zodat hero niet doorschijnt */
.dark nav.fixed {
  background-color: rgb(2 6 23) !important;
}

.dark .mix-blend-overlay {
  opacity: 0.03 !important;
  mix-blend-mode: normal !important;
}

.dark section.bg-white .blur-3xl,
.dark section.bg-gray-50 .blur-3xl,
.dark section.dark\:bg-slate-900 .blur-3xl,
.dark section.dark\:bg-slate-950 .blur-3xl {
  opacity: 0.22 !important;
}

.dark .btn-primary,
.dark .project-cta-button,
.dark .expertise-cta-primary {
  box-shadow: 0 0 0 1px rgba(233, 122, 8, 0.48), 0 14px 30px rgba(0, 0, 0, 0.46) !important;
}

.dark .btn-secondary,
.dark .project-cta-secondary,
.dark .expertise-cta-secondary {
  border-color: rgba(148, 163, 184, 0.55) !important;
  color: #f8fafc !important;
  background: rgba(15, 23, 42, 0.74) !important;
}

@media (min-width: 768px) {
  .hero-media-offset {
    top: 2.5rem;
    bottom: -2.5rem;
  }
}

.dark .dark\:text-slate-100 { color: #f1f5f9 !important; }
.dark .dark\:text-slate-200 { color: #e2e8f0 !important; }
.dark .dark\:text-slate-300 { color: #cbd5e1 !important; }
.dark .dark\:text-white { color: #ffffff !important; }
.dark .dark\:focus\:text-slate-100:focus { color: #f1f5f9 !important; }
.dark .dark\:focus\:bg-slate-900:focus { background-color: #0f172a !important; }
.dark .bg-caps-blue\/5 { background-color: rgb(148 163 184 / 0.14) !important; }


.jvw-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jvw-brand .brandkit-logo {
  height: clamp(46px, 4.4vw, 62px);
  width: auto;
  display: block;
}

.jvw-brand .brandkit-logo .logo-fill-primary {
  fill: var(--jvw-navy);
}

.jvw-brand .brandkit-logo .logo-fill-accent {
  fill: var(--jvw-orange);
}

.jvw-brand .brand-name {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.05;
  color: var(--jvw-navy);
  font-size: clamp(16px, 1.4vw, 20px);
  text-transform: none;
  white-space: nowrap;
}

.jvw-brand .brand-name .jvw {
  color: var(--jvw-accent);
  letter-spacing: -0.8px;
}

.jvw-brand .brand-name .sub {
  font-weight: 700;
  color: var(--jvw-navy);
  opacity: 0.95;
}

.dark .jvw-brand .brandkit-logo {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.32));
}

.dark .jvw-brand .brandkit-logo .logo-fill-primary {
  fill: #ffffff;
}

.dark .jvw-brand .brand-name {
  color: #f8fafc;
}

.dark .jvw-brand .brand-name .sub {
  color: #e2e8f0;
  opacity: 1;
}

@media (max-width: 768px) {
  .jvw-brand .brandkit-logo {
    height: 50px;
  }

  .jvw-brand .brand-name {
    font-size: 16px;
    letter-spacing: -0.4px;
    max-width: 180px;
  }
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.9fr) minmax(0, 1.38fr);
  gap: 1.5rem 2rem;
  align-items: start;
}

.footer-links-col,
.footer-address-col,
.footer-right-col {
  min-width: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-links a {
  color: rgba(226, 232, 240, 0.92);
  line-height: 1.65;
  text-decoration: none;
  font-size: inherit;
  font-weight: 800;
}

.footer-address-col .footer-address {
  margin: 0;
  max-width: 34ch;
  font-style: normal;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.92);
}

.footer-address-title {
  color: #fff;
  font-weight: 800;
}

.footer-right-col {
  width: 100%;
  max-width: none;
  margin-left: auto;
}

.footer-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.footer-contact-card {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  width: 100%;
  min-width: 0;
  min-height: 68px;
  padding: 0.72rem 0.8rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(135deg, #f4963d 0%, #e97a08 48%, #ca6500 100%);
  color: #fff;
  text-decoration: none;
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
  box-shadow: 0 14px 28px rgba(8, 33, 56, 0.3);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.footer-contact-card:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(8, 33, 56, 0.36);
}

.footer-contact-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer-contact-icon {
  flex-shrink: 0;
  opacity: 0.96;
}

.footer-contact-text {
  display: block;
  min-width: 0;
  flex: 1;
}

.footer-contact-label {
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #fff;
}

.footer-contact-value {
  display: block;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
  -webkit-user-select: all;
  user-select: all;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

.footer-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.footer-social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  width: 100%;
  min-height: 42px;
  padding: 0.58rem 0.5rem;
  border-radius: 0.85rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.footer-social-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-social-button:hover {
  transform: translateY(-1px);
  border-color: rgba(233, 122, 8, 0.95);
  color: #f6b170;
  background: rgba(255, 255, 255, 0.12);
}

.footer-social-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.footer-social-button.is-linkedin {
  background: rgba(255, 255, 255, 0.06);
}

.footer-social-button.is-youtube {
  background: rgba(255, 255, 255, 0.06);
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

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

  .footer-right-col {
    grid-column: 1 / -1;
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-links-col,
  .footer-address-col,
  .footer-right-col {
    max-width: none;
    margin-left: 0;
  }

  .footer-links-col,
  .footer-address-col {
    text-align: center;
  }

  .footer-links {
    align-items: center;
  }

  .footer-address-col .footer-address {
    max-width: 36ch;
    margin-inline: auto;
    text-align: center;
  }

  .footer-right-col > p {
    text-align: center !important;
  }

  .footer-contact-list {
    grid-template-columns: 1fr;
  }

  .footer-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .footer-social-button {
    min-height: 40px;
    padding: 0.52rem 0.32rem;
    font-size: 0.74rem;
  }

  .footer-social-button svg {
    width: 14px;
    height: 14px;
  }
}

.legal-footer {
  margin-top: 28px;
  background: var(--jvw-navy);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 32px 0;
}

.legal-footer .footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.legal-footer .footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.9fr) minmax(0, 1.38fr);
  gap: 1.5rem 2rem;
  align-items: start;
}

.legal-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.95rem;
}

.legal-footer .footer-links a {
  color: rgba(226, 232, 240, 0.92);
  line-height: 1.65;
  text-decoration: none;
  font-size: inherit;
  font-weight: 800;
}

.legal-footer .footer-links a:hover {
  color: var(--accent);
}

.legal-footer .footer-address {
  margin: 0;
  max-width: 34ch;
  font-style: normal;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.92);
  font-size: 0.95rem;
}

.legal-footer .footer-address strong {
  color: #fff;
  font-weight: 800;
}

.legal-footer .footer-right {
  width: 100%;
  max-width: none;
  margin-left: auto;
}

.legal-footer .footer-right p {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 0.95rem;
}

.legal-footer .footer-bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.92);
}

@media (max-width: 1024px) {
  .legal-footer .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-footer .footer-right {
    grid-column: 1 / -1;
    max-width: 760px;
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .legal-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .legal-footer .footer-links,
  .legal-footer .footer-address {
    text-align: center;
  }

  .legal-footer .footer-links {
    align-items: center;
  }

  .legal-footer .footer-address {
    margin-inline: auto;
  }

  .legal-footer .footer-right p {
    text-align: center;
  }
}

/* Lightbox voor expertise/project foto's */
.expertise-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.expertise-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.expertise-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.expertise-lightbox-inner {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expertise-lightbox-img {
  max-width: 100%;
  max-height: 95vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Subtiele klikzones links/rechts voor navigatie */
.expertise-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 68vh;
  width: 20%;
  min-width: 3.2rem;
  max-width: 9rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, opacity 0.2s ease;
  z-index: 10;
  padding: 0;
  opacity: 0.88;
}

.expertise-lightbox-nav:hover {
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}

.expertise-lightbox-nav-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.3) 0%, rgba(2, 6, 23, 0) 86%);
}

.expertise-lightbox-nav-next {
  right: 0;
  background: linear-gradient(270deg, rgba(2, 6, 23, 0.3) 0%, rgba(2, 6, 23, 0) 86%);
}

.expertise-lightbox-nav-prev:hover {
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.42) 0%, rgba(2, 6, 23, 0) 88%);
}

.expertise-lightbox-nav-next:hover {
  background: linear-gradient(270deg, rgba(2, 6, 23, 0.42) 0%, rgba(2, 6, 23, 0) 88%);
}

.expertise-lightbox-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.expertise-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 12;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(2, 6, 23, 0.52);
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.expertise-lightbox-close:hover,
.expertise-lightbox-close:focus-visible {
  background: rgba(2, 6, 23, 0.76);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.expertise-lightbox-close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.expertise-lightbox-close svg {
  pointer-events: none;
}

@media (max-width: 640px) {
  .expertise-lightbox-nav {
    height: 68vh;
    width: 10%;
    min-width: 1.8rem;
    max-width: 2.6rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.22);
  }
  .expertise-lightbox-nav:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .expertise-lightbox-nav-icon svg {
    width: 18px;
    height: 18px;
    opacity: 0.6;
  }
  .expertise-lightbox-close {
    top: 0.72rem;
    right: 0.72rem;
    width: 2.1rem;
    height: 2.1rem;
  }
}

.expertise-lightbox-counter {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
}

.expertise-image-viewport {
  cursor: pointer;
}

.expertise-gallery-strip {
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

.expertise-gallery-strip::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.expertise-viewport-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.52);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.9;
  z-index: 2;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.expertise-viewport-nav:hover,
.expertise-viewport-nav:focus-visible {
  background: rgba(2, 6, 23, 0.72);
  transform: translateY(-50%) scale(1.04);
  opacity: 1;
}

.expertise-viewport-nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 1px;
}

.expertise-viewport-nav-prev {
  left: 0.55rem;
}

.expertise-viewport-nav-next {
  right: 0.55rem;
}

.expertise-viewport-nav svg {
  pointer-events: none;
}

.dark .expertise-viewport-nav {
  border-color: rgba(148, 163, 184, 0.72);
  background: rgba(15, 23, 42, 0.68);
}

.dark .expertise-viewport-nav:hover,
.dark .expertise-viewport-nav:focus-visible {
  background: rgba(15, 23, 42, 0.86);
}

@media (max-width: 640px) {
  .expertise-viewport-nav {
    width: 2rem;
    height: 2rem;
  }
}


.header-nav-actions,
.desktop-nav-actions {
  gap: 0.55rem;
}

.desktop-nav-actions {
  gap: 1.25rem;
}

.desktop-nav-actions .header-theme-toggle[data-header-theme-toggle-variant="desktop"] {
  margin-left: 0.35rem;
  margin-right: -0.2rem;
}

.header-theme-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 60, 96, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--jvw-navy);
  box-shadow: 0 10px 24px rgba(13, 60, 96, 0.12);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.header-theme-toggle[hidden] {
  display: none !important;
}

.header-theme-toggle:hover {
  transform: translateY(-1px);
}

.header-theme-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.24), 0 0 0 4px rgba(233, 122, 8, 0.68);
}

.header-theme-toggle.is-dark {
  border-color: rgba(148, 163, 184, 0.24);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.94));
  color: #f8fafc;
}

.dark .header-theme-toggle {
  border-color: rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.92);
  color: #e2e8f0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

.dark .header-theme-toggle.is-dark {
  background: linear-gradient(135deg, rgba(233, 122, 8, 0.24), rgba(51, 65, 85, 0.94));
  color: #fff;
}

.dark-mode-hint {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 70;
  width: min(24rem, calc(100vw - 1.5rem));
  padding: 1rem 1rem 0.95rem;
  border: 1px solid rgba(13, 60, 96, 0.14);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 22px 55px rgba(13, 60, 96, 0.16);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.dark-mode-hint.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.dark .dark-mode-hint {
  border-color: rgba(148, 163, 184, 0.28);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.94));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.44);
}

.dark-mode-hint-layout {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.dark-mode-hint-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(13, 60, 96, 0.14), rgba(233, 122, 8, 0.24));
  color: var(--jvw-navy);
}

.dark .dark-mode-hint-badge {
  background: linear-gradient(135deg, rgba(51, 65, 85, 0.72), rgba(233, 122, 8, 0.24));
  color: #f8fafc;
}

.dark-mode-hint-copy {
  min-width: 0;
  padding-right: 1.5rem;
}

.dark-mode-hint-kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--jvw-orange);
}

.dark-mode-hint-title {
  margin: 0.2rem 0 0;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 900;
  color: var(--jvw-navy);
}

.dark .dark-mode-hint-title {
  color: #f8fafc;
}

.dark-mode-hint-body {
  margin: 0.45rem 0 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: rgba(13, 60, 96, 0.82);
}

.dark .dark-mode-hint-body {
  color: rgba(226, 232, 240, 0.94);
}

.dark-mode-hint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.dark-mode-hint-button {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.dark-mode-hint-button:hover {
  transform: translateY(-1px);
}

.dark-mode-hint-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28), 0 0 0 4px rgba(233, 122, 8, 0.68);
}

.dark-mode-hint-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #f4963d 0%, #e97a08 48%, #ca6500 100%);
  box-shadow: 0 12px 24px rgba(13, 60, 96, 0.16);
}

.dark .dark-mode-hint-button-primary {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
}

.dark-mode-hint-button-secondary {
  color: var(--jvw-navy);
  background: rgba(13, 60, 96, 0.08);
  border: 1px solid rgba(13, 60, 96, 0.14);
}

.dark .dark-mode-hint-button-secondary {
  color: #e2e8f0;
  background: rgba(30, 41, 59, 0.82);
  border-color: rgba(148, 163, 184, 0.28);
}

.dark-mode-hint-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(13, 60, 96, 0.66);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dark .dark-mode-hint-close {
  color: rgba(226, 232, 240, 0.82);
}

.dark-mode-hint-close:hover {
  background: rgba(13, 60, 96, 0.08);
  color: var(--jvw-navy);
}

.dark .dark-mode-hint-close:hover {
  background: rgba(148, 163, 184, 0.16);
  color: #fff;
}

.dark-mode-hint-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28), 0 0 0 4px rgba(233, 122, 8, 0.68);
}

.whatsapp-fab {
  position: fixed;
  right: calc(1rem + env(safe-area-inset-right, 0px));
  bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  z-index: 75;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: var(--jvw-orange);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(13, 60, 96, 0.3) !important;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover {
  background: var(--jvw-orange-dk);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 60, 96, 0.35) !important;
}

.whatsapp-fab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.whatsapp-fab:active {
  transform: translateY(0);
}

.whatsapp-fab .whatsapp-fab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-fab .whatsapp-fab-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.whatsapp-fab .whatsapp-fab-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .whatsapp-fab {
    width: 52px;
    height: 52px;
    right: calc(0.85rem + env(safe-area-inset-right, 0px));
    bottom: calc(0.9rem + env(safe-area-inset-bottom, 0px));
  }

  .whatsapp-fab .whatsapp-fab-icon svg {
    width: 22px;
    height: 22px;
  }

  .dark-mode-hint {
    left: max(0.75rem, env(safe-area-inset-left));
    right: max(0.75rem, env(safe-area-inset-right));
    width: auto;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    padding: 0.95rem 0.95rem 0.9rem;
  }

  .dark-mode-hint-layout {
    gap: 0.75rem;
  }

  .dark-mode-hint-actions {
    flex-direction: column;
  }

  .dark-mode-hint-button {
    width: 100%;
  }
}
