/* Johann-TransPiotr | Full Site CSS v2.0 — bulletproof WP override */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600&display=swap');

/* ═══════════════════════════════════════
   VARIABLES
   ═══════════════════════════════════════ */
#jh-site {
  --jh-bg: #ffffff;
  --jh-fg: #1e3049;
  --jh-card: #f5f8fb;
  --jh-border: #dde4ed;
  --jh-muted: #64748b;
  --jh-accent: #1e8de4;
  --jh-accent-fg: #ffffff;
  --jh-navy: #1a2d4a;
  --jh-navy-dark: #0f1c2e;
  --jh-navy-light: #2e4a6e;
  --jh-blue-light: #7ab8f0;
  --jh-secondary: #f0f4f8;
  --jh-radius: 0.75rem;
  --jh-font-heading: 'Plus Jakarta Sans', sans-serif;
  --jh-font-body: 'Plus Jakarta Sans', 'Open Sans', sans-serif;
}

/* ═══════════════════════════════════════
   TARGETED RESET — block WP theme interference without breaking own styles
   ═══════════════════════════════════════ */

#jh-site,
#jh-site *,
#jh-site *::before,
#jh-site *::after {
  box-sizing: border-box !important;
  text-shadow: none !important;
  word-spacing: normal !important;
  text-indent: 0 !important;
}

html {
  scroll-behavior: smooth !important;
}

#jh-site {
  font-family: var(--jh-font-body) !important;
  color: var(--jh-fg) !important;
  line-height: 1.6 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: var(--jh-bg) !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
  position: relative !important;
  font-size: 16px !important;
  text-align: left !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  isolation: isolate !important;
}

#jh-site img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border: none !important;
  outline: none !important;
}

#jh-site a {
  text-decoration: none !important;
  color: inherit !important;
  outline: none !important;
}

#jh-site h1,
#jh-site h2,
#jh-site h3,
#jh-site h4,
#jh-site h5,
#jh-site h6 {
  font-family: var(--jh-font-heading) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: var(--jh-fg) !important;
  background: none !important;
  float: none !important;
}

#jh-site p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  font-family: var(--jh-font-body) !important;
}

#jh-site ul,
#jh-site ol,
#jh-site li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#jh-site button {
  font-family: inherit !important;
  cursor: pointer !important;
}

#jh-site input,
#jh-site select,
#jh-site textarea {
  font-family: var(--jh-font-body) !important;
  -webkit-appearance: none !important;
}

/* SVG icons — only reset WP interference, NO position/display/transform overrides */
#jh-site svg {
  flex-shrink: 0 !important;
  overflow: visible !important;
  max-width: none !important;
  float: none !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* jh-icon wrapper — bulletproof inline-flex for SVG icons */
#jh-site .jh-icon,
body #jh-site .jh-icon,
.wp-site-blocks #jh-site .jh-icon,
.is-layout-constrained #jh-site .jh-icon,
.is-layout-flow #jh-site .jh-icon {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#jh-site .jh-icon svg,
body #jh-site .jh-icon svg,
.wp-site-blocks #jh-site .jh-icon svg,
.is-layout-constrained #jh-site .jh-icon svg,
.is-layout-flow #jh-site .jh-icon svg {
  display: block !important;
  position: static !important;
  flex-shrink: 0 !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Form input wraps — flexbox approach (same as header icons) */
#jh-site .jh-input-wrap,
body #jh-site .jh-input-wrap,
.wp-site-blocks #jh-site .jh-input-wrap,
.is-layout-flow #jh-site .jh-input-wrap,
.is-layout-constrained #jh-site .jh-input-wrap,
#jh-site .jh-booking-form .jh-input-wrap,
#jh-site .jh-modal .jh-input-wrap {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}
#jh-site .jh-input-wrap svg,
body #jh-site .jh-input-wrap svg,
.wp-site-blocks #jh-site .jh-input-wrap svg,
.is-layout-flow #jh-site .jh-input-wrap svg,
.is-layout-constrained #jh-site .jh-input-wrap svg,
#jh-site .jh-booking-form .jh-input-wrap svg,
#jh-site .jh-modal .jh-input-wrap svg {
  position: static !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  margin-left: 12px !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  width: 16px !important;
  height: 16px !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  vertical-align: middle !important;
}

/* ═══════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════ */
#jh-site .jh-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  border-radius: var(--jh-radius) !important;
  font-family: var(--jh-font-heading) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  text-align: center !important;
  justify-content: center !important;
  line-height: 1.4 !important;
  background: transparent !important;
  text-decoration: none !important;
  margin: 0 !important;
}
#jh-site .jh-btn-accent {
  background: var(--jh-accent) !important;
  color: var(--jh-accent-fg) !important;
  border-color: var(--jh-accent) !important;
}
#jh-site .jh-btn-accent:hover {
  background: #1a7fd0 !important;
  box-shadow: 0 8px 24px rgba(30, 141, 228, 0.3) !important;
}
#jh-site .jh-btn-outline {
  background: transparent !important;
  border-color: rgba(30, 141, 228, 0.4) !important;
  color: var(--jh-accent) !important;
}
#jh-site .jh-btn-outline:hover {
  background: var(--jh-accent) !important;
  color: #fff !important;
}
#jh-site .jh-btn-outline-light {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
}
#jh-site .jh-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
#jh-site .jh-btn-hero {
  background: linear-gradient(135deg, var(--jh-accent), #1565c0) !important;
  color: #fff !important;
  width: 100% !important;
  padding: 14px !important;
  font-size: 15px !important;
  border-radius: var(--jh-radius) !important;
  border: none !important;
}
#jh-site .jh-btn-hero:hover {
  box-shadow: 0 8px 32px rgba(30, 141, 228, 0.4) !important;
  transform: translateY(-1px) !important;
}
#jh-site .jh-btn-sm {
  padding: 8px 18px !important;
  font-size: 13px !important;
  border-radius: 50px !important;
}
#jh-site .jh-btn-lg {
  padding: 12px 28px !important;
  font-size: 15px !important;
}

/* ═══════════════════════════════════════
   CONTAINER
   ═══════════════════════════════════════ */
#jh-site .jh-container {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
}

/* ═══════════════════════════════════════
   NAVBAR
   ═══════════════════════════════════════ */
#jh-site .jh-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: #fff !important;
  border-bottom: 1px solid var(--jh-border) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  padding: 0 !important;
  margin: 0 !important;
}
#jh-site .jh-nav-inner {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 72px !important;
}
#jh-site .jh-logo img {
  height: 52px !important;
  width: auto !important;
  object-fit: contain !important;
}
#jh-site .jh-nav-links {
  display: none !important;
}
#jh-site .jh-nav-links a {
  padding: 8px 16px !important;
  color: var(--jh-fg) !important;
  opacity: 0.7 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  transition: all 0.3s !important;
  position: relative !important;
}
#jh-site .jh-nav-links a:hover {
  opacity: 1 !important;
}
#jh-site .jh-nav-btns {
  display: none !important;
  gap: 8px !important;
}
#jh-site .jh-nav-btns .jh-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}
@media (min-width: 1024px) {
  #jh-site .jh-nav-links,
  #jh-site .jh-nav-btns {
    display: flex !important;
    align-items: center !important;
  }
  #jh-site .jh-hamburger {
    display: none !important;
  }
}

/* Hamburger — visible only on mobile */
#jh-site .jh-hamburger {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 8px !important;
  z-index: 1001 !important;
}
@media (min-width: 1024px) {
  #jh-site .jh-hamburger {
    display: none !important;
  }
}
#jh-site .jh-hamburger span {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  background: var(--jh-fg) !important;
  border-radius: 2px !important;
  transition: all 0.3s !important;
}
#jh-site .jh-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px) !important;
}
#jh-site .jh-hamburger.active span:nth-child(2) {
  opacity: 0 !important;
}
#jh-site .jh-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px) !important;
}

/* Mobile menu */
#jh-site .jh-mobile-menu {
  display: none !important;
  position: fixed !important;
  top: 76px !important;
  left: 12px !important;
  right: 12px !important;
  z-index: 999 !important;
  background: linear-gradient(180deg, var(--jh-navy), var(--jh-navy-dark)) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
  padding: 12px 8px !important;
  flex-direction: column !important;
}
#jh-site .jh-mobile-menu.open {
  display: flex !important;
}
#jh-site .jh-mobile-menu a {
  display: flex !important;
  align-items: center !important;
  padding: 14px 20px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: var(--jh-font-heading) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border-radius: 12px !important;
  transition: all 0.3s !important;
}
#jh-site .jh-mobile-menu a:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}
#jh-site .jh-mobile-btns {
  padding: 8px 8px 12px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-top: 4px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
#jh-site .jh-mobile-btns .jh-btn {
  width: 100% !important;
}

/* ═══════════════════════════════════════
   HERO
   ═══════════════════════════════════════ */
#jh-site .jh-hero {
  position: relative !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 90px !important;
  background: var(--jh-navy-dark) !important;
  overflow: hidden !important;
  margin: 0 !important;
}
#jh-site .jh-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#jh-site .jh-hero-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
#jh-site .jh-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(180deg, rgba(15, 28, 46, 0.85), rgba(26, 45, 74, 0.9)) !important;
}
#jh-site .jh-hero-grid {
  display: grid !important;
  gap: 48px !important;
  align-items: center !important;
  padding: 48px 24px !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  z-index: 2 !important;
}
@media (min-width: 1024px) {
  #jh-site .jh-hero-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 64px !important;
  }
}
#jh-site .jh-hero-text {
  color: #fff !important;
}
#jh-site .jh-hero-text h1 {
  font-size: clamp(28px, 5vw, 56px) !important;
  margin-bottom: 20px !important;
  color: #fff !important;
}
#jh-site .jh-hero-text > p {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: clamp(16px, 2vw, 20px) !important;
  margin-bottom: 32px !important;
  max-width: 540px !important;
  line-height: 1.6 !important;
}
#jh-site .jh-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(30, 141, 228, 0.2) !important;
  color: var(--jh-blue-light) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  margin-bottom: 20px !important;
  border: 1px solid rgba(122, 184, 240, 0.2) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
}
#jh-site .jh-badge svg {
  display: inline-block !important;
  vertical-align: middle !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0 !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
}
#jh-site .jh-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}
#jh-site .jh-hero-actions .jh-btn svg,
#jh-site .jh-btn svg {
  display: inline-block !important;
  vertical-align: middle !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0 !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  margin: 0 !important;
}
#jh-site .jh-gradient-text {
  background: linear-gradient(135deg, #1e8de4, #7ab8f0) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Booking form */
#jh-site .jh-booking-form {
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
  padding: 28px !important;
  border: 1px solid var(--jh-border) !important;
}
#jh-site .jh-booking-form h2 {
  font-size: 20px !important;
  color: var(--jh-fg) !important;
  margin-bottom: 16px !important;
}
#jh-site .jh-trip-toggle {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
}
#jh-site .jh-trip-toggle button {
  flex: 1 !important;
  padding: 10px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: var(--jh-font-heading) !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  background: var(--jh-secondary) !important;
  color: var(--jh-muted) !important;
  line-height: 1.4 !important;
}
#jh-site .jh-trip-toggle button.active {
  background: var(--jh-accent) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(30, 141, 228, 0.3) !important;
}
#jh-site .jh-form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}
@media (max-width: 639px) {
  #jh-site .jh-form-row {
    grid-template-columns: 1fr !important;
  }
}
#jh-site .jh-field {
  margin-bottom: 12px !important;
}
#jh-site .jh-field label {
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--jh-fg) !important;
  margin-bottom: 4px !important;
  line-height: 1.4 !important;
}
#jh-site .jh-input-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  border-radius: 8px !important;
  border: 1px solid var(--jh-border) !important;
  background: var(--jh-bg) !important;
  padding: 0 !important;
  transition: all 0.3s !important;
}
#jh-site .jh-input-wrap:focus-within {
  border-color: var(--jh-accent) !important;
  box-shadow: 0 0 0 3px rgba(30, 141, 228, 0.15) !important;
}
#jh-site .jh-input-wrap svg {
  flex-shrink: 0 !important;
  margin-left: 12px !important;
  color: var(--jh-muted) !important;
  pointer-events: none !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}
#jh-site .jh-input-wrap input,
#jh-site .jh-input-wrap select {
  flex: 1 1 auto !important;
  width: 100% !important;
  padding: 10px 12px 10px 8px !important;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  color: var(--jh-fg) !important;
  font-size: 14px !important;
  font-family: var(--jh-font-body) !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  line-height: 1.4 !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════
   SECTIONS — generic
   ═══════════════════════════════════════ */
#jh-site .jh-section {
  padding: 80px 0 !important;
  background: var(--jh-bg) !important;
  margin: 0 !important;
}
#jh-site .jh-section-alt {
  background: var(--jh-secondary) !important;
}
#jh-site .jh-section-header {
  text-align: center !important;
  margin-bottom: 48px !important;
}
#jh-site .jh-section-header h2 {
  font-size: clamp(28px, 4vw, 44px) !important;
  color: var(--jh-fg) !important;
}
#jh-site .jh-section-desc {
  color: var(--jh-muted) !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 12px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
#jh-site .jh-sub {
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--jh-accent) !important;
  margin-bottom: 8px !important;
}
#jh-site .jh-sub-light {
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--jh-blue-light) !important;
  margin-bottom: 12px !important;
}
#jh-site .jh-badge-small {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(30, 141, 228, 0.1) !important;
  color: var(--jh-accent) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 6px 16px !important;
  border-radius: 50px !important;
  margin-bottom: 16px !important;
}
#jh-site .jh-badge-small svg {
  display: inline-block !important;
  vertical-align: middle !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0 !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  margin: 0 !important;
}
#jh-site .jh-text-accent {
  color: var(--jh-accent) !important;
}
#jh-site .jh-text-blue-light {
  color: var(--jh-blue-light) !important;
}

/* ═══════════════════════════════════════
   ROUTES
   ═══════════════════════════════════════ */
#jh-site .jh-country-tabs {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-bottom: 40px !important;
}
#jh-site .jh-country-tab {
  position: relative !important;
  padding: 10px 24px !important;
  border-radius: 12px !important;
  font-family: var(--jh-font-heading) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: all 0.3s !important;
  background: var(--jh-secondary) !important;
  color: var(--jh-fg) !important;
}
#jh-site .jh-country-tab .jh-flag {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
#jh-site .jh-country-tab .jh-flag span {
  flex: 1 !important;
}
#jh-site .jh-flag-pl-w { background: #fff !important; }
#jh-site .jh-flag-pl-r { background: #dc2626 !important; }
#jh-site .jh-flag-de-b { background: #1a1a1a !important; }
#jh-site .jh-flag-de-r { background: #dc2626 !important; }
#jh-site .jh-flag-de-g { background: #eab308 !important; }
#jh-site .jh-flag-nl-r { background: #b91c1c !important; }
#jh-site .jh-flag-nl-w { background: #fff !important; }
#jh-site .jh-flag-nl-b { background: #1e40af !important; }
#jh-site .jh-country-tab span:last-child {
  position: relative !important;
  z-index: 2 !important;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
}
#jh-site .jh-country-tab.active {
  border-color: var(--jh-accent) !important;
  box-shadow: 0 4px 16px rgba(30, 141, 228, 0.3) !important;
  transform: scale(1.05) !important;
}

#jh-site .jh-route-card {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  border: 1px solid var(--jh-border) !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
  background: var(--jh-bg) !important;
}
@media (min-width: 768px) {
  #jh-site .jh-route-card {
    grid-template-columns: 2fr 3fr !important;
  }
}
#jh-site .jh-route-left {
  background: linear-gradient(135deg, var(--jh-navy-dark), var(--jh-navy), var(--jh-navy-light)) !important;
  padding: 40px !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
#jh-site .jh-route-left h3 {
  font-size: 28px !important;
  margin-bottom: 8px !important;
  color: #fff !important;
}
#jh-site .jh-route-left p {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-top: 16px !important;
}
#jh-site .jh-route-distance-label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: rgba(122, 184, 240, 0.6) !important;
  font-weight: 600 !important;
  margin-top: 32px !important;
}
#jh-site .jh-route-distance {
  font-family: var(--jh-font-heading) !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  color: #fff !important;
}
#jh-site .jh-route-right {
  padding: 32px !important;
}
#jh-site .jh-route-right h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--jh-fg) !important;
  margin-bottom: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
#jh-site .jh-route-right h4 svg {
  color: var(--jh-accent) !important;
}
#jh-site .jh-cities-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 10px !important;
  margin-bottom: 28px !important;
}
@media (max-width: 639px) {
  #jh-site .jh-cities-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
#jh-site .jh-city {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: var(--jh-secondary) !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  border: 1px solid var(--jh-border) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.3s !important;
  color: var(--jh-fg) !important;
}
#jh-site .jh-city:hover {
  border-color: rgba(30, 141, 228, 0.3) !important;
  background: rgba(30, 141, 228, 0.05) !important;
}
#jh-site .jh-city-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(30, 141, 228, 0.4) !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
}
#jh-site .jh-features-strip {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  margin-bottom: 28px !important;
}
@media (max-width: 639px) {
  #jh-site .jh-features-strip {
    grid-template-columns: 1fr 1fr !important;
  }
}
#jh-site .jh-feature-item {
  text-align: center !important;
  padding: 12px !important;
  border-radius: 12px !important;
  background: rgba(240, 244, 248, 0.5) !important;
  border: 1px solid var(--jh-border) !important;
}
#jh-site .jh-feature-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 12px !important;
  border-radius: 12px !important;
  background: rgba(240, 244, 248, 0.5) !important;
  border: 1px solid var(--jh-border) !important;
}
#jh-site .jh-feature-item svg {
  color: var(--jh-accent) !important;
  margin: 0 auto 6px !important;
  display: block !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0 !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
}
#jh-site .jh-feature-item span {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--jh-muted) !important;
}
#jh-site .jh-route-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  background: var(--jh-accent) !important;
  color: #fff !important;
  font-family: var(--jh-font-heading) !important;
  font-weight: 700 !important;
  padding: 14px !important;
  border-radius: 12px !important;
  width: 100% !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 15px !important;
}
#jh-site .jh-route-cta:hover {
  box-shadow: 0 8px 24px rgba(30, 141, 228, 0.3) !important;
}

/* Route direction row */
#jh-site .jh-route-dir {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  color: rgba(122, 184, 240, 0.8) !important;
  margin-bottom: 6px !important;
}
#jh-site .jh-mini-flag {
  width: 24px !important;
  height: 16px !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  display: inline-flex !important;
  flex-direction: column !important;
  flex-shrink: 0 !important;
}
#jh-site .jh-mini-flag span,
#jh-site .jh-mini-flag .jh-flag-pl-w,
#jh-site .jh-mini-flag .jh-flag-pl-r,
#jh-site .jh-mini-flag .jh-flag-de-b,
#jh-site .jh-mini-flag .jh-flag-de-r,
#jh-site .jh-mini-flag .jh-flag-de-g,
#jh-site .jh-mini-flag .jh-flag-nl-r,
#jh-site .jh-mini-flag .jh-flag-nl-w,
#jh-site .jh-mini-flag .jh-flag-nl-b {
  flex: 1 !important;
  display: block !important;
  width: 100% !important;
}

/* ═══════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════ */
#jh-site .jh-about {
  position: relative !important;
  padding: 96px 0 !important;
  overflow: hidden !important;
  background: var(--jh-navy) !important;
  margin: 0 !important;
}
#jh-site .jh-about-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#jh-site .jh-about-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
#jh-site .jh-about-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(21, 39, 64, 0.55) !important;
}
#jh-site .jh-about-grid {
  display: grid !important;
  gap: 48px !important;
  align-items: center !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  position: relative !important;
  z-index: 2 !important;
}
@media (min-width: 768px) {
  #jh-site .jh-about-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 64px !important;
  }
}
#jh-site .jh-about-text {
  color: #fff !important;
  position: relative !important;
  z-index: 2 !important;
}
#jh-site .jh-about-text h2 {
  font-size: clamp(28px, 4vw, 44px) !important;
  margin-bottom: 24px !important;
  color: #fff !important;
}
#jh-site .jh-about-text p {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 16px !important;
}
#jh-site .jh-about-text strong {
  color: #fff !important;
}
#jh-site .jh-about-sub {
  color: rgba(255, 255, 255, 0.6) !important;
}
#jh-site .jh-about-cards {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  position: relative !important;
  z-index: 2 !important;
}
#jh-site .jh-about-card {
  background: rgba(255, 255, 255, 0.05) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 20px !important;
  transition: all 0.3s !important;
}
#jh-site .jh-about-card:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(122, 184, 240, 0.3) !important;
}
#jh-site .jh-about-icon {
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
  background: rgba(30, 141, 228, 0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
}
#jh-site .jh-about-icon svg {
  color: var(--jh-blue-light) !important;
}
#jh-site .jh-about-card h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 4px !important;
}
#jh-site .jh-about-card p {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.5 !important;
}

/* ═══════════════════════════════════════
   FLEET GALLERY
   ═══════════════════════════════════════ */
#jh-site .jh-gallery {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  grid-auto-rows: 200px !important;
  gap: 12px !important;
}
@media (max-width: 767px) {
  #jh-site .jh-gallery {
    grid-template-columns: 1fr 1fr !important;
  }
}
#jh-site .jh-gallery-item {
  position: relative !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  cursor: pointer !important;
}
#jh-site .jh-gallery-tall {
  grid-row: span 2 !important;
}
#jh-site .jh-gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s !important;
}
#jh-site .jh-gallery-item:hover img {
  transform: scale(1.05) !important;
}
#jh-site .jh-gallery-hover {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(21, 39, 64, 0) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s !important;
}
#jh-site .jh-gallery-item:hover .jh-gallery-hover {
  background: rgba(21, 39, 64, 0.4) !important;
}
#jh-site .jh-gallery-hover svg {
  color: #fff !important;
  opacity: 0 !important;
  transition: opacity 0.3s !important;
}
#jh-site .jh-gallery-item:hover .jh-gallery-hover svg {
  opacity: 1 !important;
}

/* ═══════════════════════════════════════
   WHY US
   ═══════════════════════════════════════ */
#jh-site .jh-why-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  #jh-site .jh-why-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #jh-site .jh-why-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
#jh-site .jh-why-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  background: var(--jh-bg) !important;
  border: 1px solid var(--jh-border) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  transition: all 0.3s !important;
  position: relative !important;
  overflow: hidden !important;
}
#jh-site .jh-why-card:hover {
  box-shadow: 0 8px 24px rgba(30, 141, 228, 0.1) !important;
  transform: translateY(-2px) !important;
}
#jh-site .jh-why-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 12px !important;
  background: rgba(30, 141, 228, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}
#jh-site .jh-why-icon svg {
  color: var(--jh-accent) !important;
}
#jh-site .jh-why-card h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--jh-fg) !important;
  margin-bottom: 4px !important;
}
#jh-site .jh-why-card p {
  font-size: 12px !important;
  color: var(--jh-muted) !important;
  line-height: 1.5 !important;
}

/* ═══════════════════════════════════════
   HOW IT WORKS / STEPS
   ═══════════════════════════════════════ */
#jh-site .jh-steps {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  position: relative !important;
}
#jh-site .jh-step {
  display: flex !important;
  gap: 20px !important;
  align-items: flex-start !important;
}
#jh-site .jh-step-num {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 16px !important;
  background: var(--jh-accent) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--jh-font-heading) !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 16px rgba(30, 141, 228, 0.3) !important;
}
#jh-site .jh-step-content {
  flex: 1 !important;
  background: var(--jh-bg) !important;
  border: 1px solid var(--jh-border) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  transition: all 0.3s !important;
}
#jh-site .jh-step:hover .jh-step-content {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-2px) !important;
}
#jh-site .jh-step-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}
#jh-site .jh-step-title svg {
  color: var(--jh-accent) !important;
  display: inline-block !important;
  position: static !important;
  transform: none !important;
  flex-shrink: 0 !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  margin: 0 !important;
}
#jh-site .jh-step-title h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--jh-fg) !important;
}
#jh-site .jh-step-content p {
  font-size: 14px !important;
  color: var(--jh-muted) !important;
  line-height: 1.6 !important;
}

/* ═══════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════ */
#jh-site .jh-contact {
  overflow: hidden !important;
  background: var(--jh-bg) !important;
  margin: 0 !important;
  padding: 0 !important;
}
#jh-site .jh-contact-grid {
  display: grid !important;
}
@media (min-width: 768px) {
  #jh-site .jh-contact-grid {
    grid-template-columns: 1fr 1fr !important;
    min-height: 700px !important;
  }
}
#jh-site .jh-contact-dark {
  background: linear-gradient(135deg, var(--jh-navy), var(--jh-navy-dark)) !important;
  padding: 48px !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
@media (min-width: 768px) {
  #jh-site .jh-contact-dark {
    padding: 64px !important;
  }
}
#jh-site .jh-contact-dark h2 {
  font-size: clamp(28px, 4vw, 44px) !important;
  margin-bottom: 24px !important;
  color: #fff !important;
  line-height: 1.2 !important;
}
#jh-site .jh-contact-desc {
  color: rgba(255, 255, 255, 0.6) !important;
  margin-bottom: 32px !important;
  max-width: 420px !important;
  line-height: 1.6 !important;
}
#jh-site .jh-contact-btns {
  display: flex !important;
  gap: 12px !important;
  margin-bottom: 40px !important;
  flex-wrap: wrap !important;
}
#jh-site .jh-invoice-data {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 24px !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.8 !important;
}
#jh-site .jh-invoice-data p {
  color: rgba(255, 255, 255, 0.6) !important;
  line-height: 1.8 !important;
}
#jh-site .jh-invoice-title {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--jh-blue-light) !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}
#jh-site .jh-invoice-name {
  color: #fff !important;
  font-weight: 600 !important;
}
#jh-site .jh-contact-light {
  background: var(--jh-card) !important;
  padding: 48px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 24px !important;
}
@media (min-width: 768px) {
  #jh-site .jh-contact-light {
    padding: 64px !important;
  }
}
#jh-site .jh-contact-cards {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
#jh-site .jh-contact-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  background: var(--jh-bg) !important;
  border: 1px solid var(--jh-border) !important;
  transition: all 0.3s !important;
}
#jh-site .jh-contact-card:hover {
  border-color: rgba(30, 141, 228, 0.3) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
}
#jh-site .jh-contact-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--jh-accent), #1565c0) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}
#jh-site .jh-contact-icon svg {
  color: #fff !important;
}
#jh-site .jh-card-label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: var(--jh-muted) !important;
  font-weight: 600 !important;
}
#jh-site .jh-card-value {
  font-weight: 500 !important;
  color: var(--jh-fg) !important;
  font-size: 14px !important;
}
#jh-site .jh-payment-box {
  background: var(--jh-bg) !important;
  border: 1px solid var(--jh-border) !important;
  border-radius: 16px !important;
  padding: 24px !important;
}
#jh-site .jh-account-box {
  background: var(--jh-secondary) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-top: 12px !important;
}
#jh-site .jh-account-label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
  color: var(--jh-muted) !important;
  margin-bottom: 4px !important;
}
#jh-site .jh-account-sub {
  font-size: 12px !important;
  color: var(--jh-muted) !important;
}
#jh-site .jh-account-num {
  font-family: 'Courier New', monospace !important;
  font-size: 14px !important;
  color: var(--jh-fg) !important;
}

/* ═══════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════ */
#jh-site .jh-footer {
  background: linear-gradient(180deg, var(--jh-navy), var(--jh-navy-dark)) !important;
  color: #fff !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
#jh-site .jh-footer-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 40px !important;
  padding: 64px 24px !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  #jh-site .jh-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 32px !important;
  }
}
#jh-site .jh-footer-brand img {
  height: 36px !important;
  opacity: 0.9 !important;
  margin-bottom: 4px !important;
}
#jh-site .jh-footer-brand p {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  margin-top: 12px !important;
  max-width: 280px !important;
  line-height: 1.6 !important;
}
#jh-site .jh-footer-socials {
  display: flex !important;
  gap: 12px !important;
  margin-top: 20px !important;
}
#jh-site .jh-footer-socials a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s !important;
}
#jh-site .jh-footer-socials a:hover {
  background: var(--jh-accent) !important;
  color: #fff !important;
  border-color: var(--jh-accent) !important;
}
#jh-site .jh-footer-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
#jh-site .jh-footer-title {
  font-family: var(--jh-font-heading) !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: var(--jh-blue-light) !important;
  margin-bottom: 8px !important;
}
#jh-site .jh-footer-col a,
#jh-site .jh-footer-col span {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: color 0.3s !important;
  line-height: 1.6 !important;
}
#jh-site .jh-footer-col a:hover {
  color: var(--jh-blue-light) !important;
}
#jh-site .jh-footer-company {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 600 !important;
}
#jh-site .jh-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#jh-site .jh-footer-bottom p {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 12px !important;
}
#jh-site .jh-footer-credit {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(255, 255, 255, 0.3) !important;
  transition: color 0.3s !important;
}
#jh-site .jh-footer-credit:hover {
  color: var(--jh-blue-light) !important;
}
#jh-site .jh-footer-credit span {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
#jh-site .jh-footer-credit img {
  height: 16px !important;
  opacity: 0.4 !important;
  transition: opacity 0.3s !important;
}
#jh-site .jh-footer-credit:hover img {
  opacity: 1 !important;
}

/* ═══════════════════════════════════════
   FLOATING CTA
   ═══════════════════════════════════════ */
#jh-site .jh-floating-cta {
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 900 !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: var(--jh-accent) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 32px rgba(30, 141, 228, 0.4) !important;
  transition: all 0.3s !important;
  text-decoration: none !important;
}
#jh-site .jh-floating-cta:hover {
  transform: scale(1.1) !important;
}
#jh-site .jh-cta-ping {
  position: absolute !important;
  top: -2px !important;
  right: -2px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #22c55e !important;
  border: 2px solid var(--jh-accent) !important;
  animation: jhPing 2s infinite !important;
}
@keyframes jhPing {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.5; }
}

/* ═══════════════════════════════════════
   MODAL
   ═══════════════════════════════════════ */
#jh-site .jh-modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 4000 !important;
  background: rgba(30, 48, 73, 0.6) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
}
#jh-site .jh-modal-backdrop.jh-open {
  display: flex !important;
}
/* Legacy inline style fallback */
#jh-site .jh-modal-backdrop[style*="display:flex"],
#jh-site .jh-modal-backdrop[style*="display: flex"] {
  display: flex !important;
}
#jh-site .jh-modal {
  background: var(--jh-bg) !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid var(--jh-border) !important;
  width: 100% !important;
  max-width: 440px !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  padding: 28px !important;
  position: relative !important;
}
#jh-site .jh-modal h2 {
  font-size: 20px !important;
  color: var(--jh-fg) !important;
  margin-bottom: 4px !important;
}
#jh-site .jh-modal-desc {
  font-size: 14px !important;
  color: var(--jh-muted) !important;
  margin-bottom: 20px !important;
}
#jh-site .jh-modal-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  color: var(--jh-muted) !important;
  cursor: pointer !important;
  transition: color 0.3s !important;
  line-height: 1 !important;
  padding: 4px !important;
}
#jh-site .jh-modal-close:hover {
  color: var(--jh-fg) !important;
}
#jh-site .jh-success-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: rgba(34, 197, 94, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 16px !important;
}
#jh-site .jh-success-icon svg {
  color: #22c55e !important;
}
#jh-site .jh-summary {
  background: var(--jh-secondary) !important;
  border: 1px solid var(--jh-border) !important;
  border-radius: 12px !important;
  padding: 20px !important;
  text-align: left !important;
  margin-bottom: 20px !important;
  font-size: 14px !important;
}
#jh-site .jh-summary-title {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--jh-accent) !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}
#jh-site .jh-summary-row {
  display: flex !important;
  justify-content: space-between !important;
  padding: 6px 0 !important;
  color: var(--jh-muted) !important;
  font-size: 13px !important;
}
#jh-site .jh-summary-row strong {
  color: var(--jh-fg) !important;
  font-weight: 600 !important;
}
#jh-site .jh-modal-actions {
  display: flex !important;
  gap: 12px !important;
}
#jh-site .jh-modal-actions .jh-btn {
  flex: 1 !important;
}

/* ═══════════════════════════════════════
   LIGHTBOX
   ═══════════════════════════════════════ */
#jh-site .jh-lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 3000 !important;
  background: rgba(15, 28, 46, 0.95) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
}
#jh-site .jh-lightbox.jh-open {
  display: flex !important;
}
#jh-site .jh-lightbox[style*="display:flex"],
#jh-site .jh-lightbox[style*="display: flex"] {
  display: flex !important;
}
#jh-site .jh-lightbox img {
  max-height: 85vh !important;
  max-width: 90vw !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}
#jh-site .jh-lb-close {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  background: none !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 36px !important;
  cursor: pointer !important;
  transition: color 0.3s !important;
}
#jh-site .jh-lb-close:hover {
  color: #fff !important;
}
#jh-site .jh-lb-prev,
#jh-site .jh-lb-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 48px !important;
  cursor: pointer !important;
  transition: color 0.3s !important;
  padding: 8px !important;
}
#jh-site .jh-lb-prev:hover,
#jh-site .jh-lb-next:hover {
  color: #fff !important;
}
#jh-site .jh-lb-prev {
  left: 16px !important;
}
#jh-site .jh-lb-next {
  right: 16px !important;
}
#jh-site .jh-lb-counter {
  position: absolute !important;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px !important;
  font-family: var(--jh-font-heading) !important;
  font-weight: 600 !important;
}

/* ═══════════════════════════════════════
   RESPONSIVE TWEAKS
   ═══════════════════════════════════════ */
@media (max-width: 767px) {
  #jh-site .jh-hero-grid {
    padding: 32px 16px !important;
  }
  #jh-site .jh-about-cards {
    grid-template-columns: 1fr !important;
  }
  #jh-site .jh-contact-dark,
  #jh-site .jh-contact-light {
    padding: 32px 20px !important;
  }
  #jh-site .jh-footer-grid {
    padding: 40px 16px !important;
  }
}
