/*
Theme Name: Crane Trader
Theme URI: https://crane-trader.com
Author: Siteprovide
Author URI: https://siteprovide.nl
Description: Meerpagina-thema voor Crane Trader B.V. — losse pagina's (Home, Over ons, Kranen, Onderdelen, Service, Contact), een beheerbaar kranen-aanbod (post type "Kranen") en een NL/EN taalschakelaar. Alle styling is gescoped onder #ct-app.
Version: 3.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crane-trader
Tags: business, custom-post-type, translation-ready, custom-menu
*/

#ct-app *, #ct-app {
  box-sizing: border-box;
}#ct-app {
  margin: 0;
  padding: 0;
  background: #ffffff;
}#ct-app {
  font-family: 'Barlow', sans-serif;
  color: #34383d;
  -webkit-font-smoothing: antialiased;
}#ct-app a {
  color: #0090d0;
  text-decoration: none;
}#ct-app a:hover {
  color: #006f9e;
}#ct-app img {
  max-width: 100%;
}#ct-app input, #ct-app select, #ct-app textarea, #ct-app button {
  font-family: 'Barlow', sans-serif;
}#ct-app .wrap, #ct-app .header-inner, #ct-app .hero-inner, #ct-app .pillars-inner, #ct-app .footer-top, #ct-app .footer-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}#ct-app .hero-eyebrow-label, #ct-app .pillar-title, #ct-app .hero-title, #ct-app .advantage-num, #ct-app .advantage-title, #ct-app .home-lead, #ct-app .split-label, #ct-app .split-title, #ct-app .link-arrow, #ct-app .cta-band-title, #ct-app .page-banner-title, #ct-app .dealer-label, #ct-app .dealer-title, #ct-app .filter-label, #ct-app .crane-model, #ct-app .badge, #ct-app .btn-inquire, #ct-app .rev-title, #ct-app .request-label, #ct-app .request-name, #ct-app .btn-request, #ct-app .service-title, #ct-app .form-title, #ct-app .contact-name, #ct-app .btn-whatsapp, #ct-app .footer-tags, #ct-app .footer-heading, #ct-app .btn, #ct-app .nav-link {
  font-family: 'Barlow Condensed', sans-serif;
}#ct-app .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid #e2e5e8;
  box-shadow: 0 1px 4px rgba(52, 56, 61, 0.06);
}#ct-app .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: wrap;
}#ct-app .nav-panel {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}#ct-app .nav-toggle {
  display: none;
  flex: 0 0 auto;
  align-self: center;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background: #0090d0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 144, 208, 0.35);
  transition: background 0.15s;
}#ct-app .nav-toggle:hover {
  background: #007ab0;
}#ct-app .nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  border-radius: 2px;
  margin: 0 auto;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.2s ease;
}#ct-app .nav-toggle.is-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}#ct-app .nav-toggle.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}#ct-app .nav-toggle.is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}#ct-app .brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}#ct-app .brand-logo {
  height: 52px;
  width: auto;
  display: block;
}#ct-app .main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}#ct-app .lang-switch {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}#ct-app .nav-link {
  display: block;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #34383d;
  border-bottom: 3px solid transparent;
  transition: color 0.15s;
}#ct-app .nav-link:hover {
  color: #0090d0;
}#ct-app .nav-link.is-active {
  color: #0090d0;
  border-bottom-color: #0090d0;
}#ct-app .lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  border: 1px solid #e2e5e8;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #34383d;
}#ct-app .lang-btn.is-active {
  border-color: #0090d0;
  background: rgba(0, 144, 208, 0.12);
}#ct-app .flag {
  display: block;
  border: 1px solid rgba(52, 56, 61, 0.15);
}#ct-app .site-main {
  min-height: 60vh;
}#ct-app .page[hidden] {
  display: none;
}#ct-app .hero {
  position: relative;
  overflow: hidden;
  background: #1a1d22;
  color: #ffffff;
}#ct-app .hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(141, 147, 154, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 147, 154, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
}#ct-app .hero-inner {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 720px;
}#ct-app .hero-text {
  padding: 150px 0;
  max-width: 640px;
}#ct-app .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}#ct-app .tick {
  width: 34px;
  height: 9px;
  display: block;
}#ct-app .tick--grey { background: #8d939a; }#ct-app .tick--red { background: #d5232e; }#ct-app .tick--blue { background: #0090d0; }#ct-app .hero-eyebrow-label {
  margin-left: 8px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c6cbd0;
}#ct-app .hero-headline {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}#ct-app .hero-rule {
  flex: 0 0 auto;
  width: 6px;
  align-self: stretch;
  background: #d5232e;
  margin-top: 6px;
}#ct-app .hero-title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: clamp(44px, 8vw, 74px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}#ct-app .hero-sub {
  margin: 0 0 40px;
  max-width: 440px;
  font-size: 19px;
  line-height: 1.55;
  color: #e4e7ea;
  text-wrap: pretty;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}#ct-app .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}#ct-app .hero-art {
  align-self: center;
  position: relative;
  min-height: 500px;
}#ct-app .crane-art {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 500px;
  pointer-events: none;
}#ct-app .btn {
  display: inline-block;
  padding: 16px 34px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}#ct-app .btn-primary {
  background: #0090d0;
  color: #ffffff;
}#ct-app .btn-primary:hover {
  background: #007ab0;
  color: #ffffff;
}#ct-app .btn-outline-light {
  background: transparent;
  color: #ffffff;
  border: 2px solid #5b6167;
  padding: 14px 34px;
}#ct-app .btn-outline-light:hover {
  border-color: #ffffff;
  color: #ffffff;
}#ct-app .btn-dark {
  background: #2e3238;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 19px;
}#ct-app .btn-dark:hover {
  background: #1e2226;
  color: #ffffff;
}#ct-app .pillars {
  position: relative;
  border-top: 1px solid #3a3f45;
  background: #212429;
}#ct-app .pillars-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}#ct-app .pillar {
  display: block;
  padding: 30px 28px;
  border-top: 3px solid #8d939a;
  border-left: 1px solid #3a3f45;
  color: #ffffff;
}#ct-app .pillar:first-child {
  padding-left: 0;
  border-left: none;
}#ct-app .pillar:last-child {
  padding-right: 0;
}#ct-app .pillar:hover {
  color: #ffffff;
}#ct-app .pillar--grey { border-top-color: #8d939a; }#ct-app .pillar--red { border-top-color: #d5232e; }#ct-app .pillar--blue { border-top-color: #0090d0; }#ct-app .pillar-title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}#ct-app .pillar-sub {
  font-size: 14px;
  line-height: 1.5;
  color: #8d939a;
}#ct-app .advantages {
  padding-top: 88px;
}#ct-app .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  border-top: 1px solid #e2e5e8;
  border-bottom: 1px solid #e2e5e8;
}#ct-app .advantage {
  padding: 44px 44px 44px 0;
  border-right: 1px solid #e2e5e8;
}#ct-app .advantage:last-child {
  padding: 44px 0 44px 44px;
  border-right: none;
}#ct-app .advantage-num {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 58px;
  line-height: 1;
}#ct-app .advantage-num--blue { color: #0090d0; }#ct-app .advantage-num--red { color: #d5232e; }#ct-app .advantage-title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}#ct-app .advantage-body {
  margin: 0;
  max-width: 420px;
  font-size: 17px;
  line-height: 1.65;
  color: #5a6067;
  text-wrap: pretty;
}#ct-app .home-intro {
  padding-top: 72px;
  padding-bottom: 88px;
}#ct-app .home-lead {
  margin: 0 0 56px;
  max-width: 860px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.35;
  color: #34383d;
  text-wrap: pretty;
}#ct-app .split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}#ct-app .split-panel {
  padding: 48px 44px;
}#ct-app .split-panel--dark {
  background: #26292e;
  color: #ffffff;
}#ct-app .split-panel--light {
  background: #f0f1f3;
}#ct-app .split-label {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}#ct-app .split-label--blue { color: #0090d0; }#ct-app .split-label--red { color: #d5232e; }#ct-app .split-title {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
}#ct-app .split-title--dark {
  color: #26292e;
}#ct-app .split-body {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #aeb4ba;
  text-wrap: pretty;
}#ct-app .split-body--muted {
  color: #5a6067;
}#ct-app .link-arrow {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid;
  padding-bottom: 2px;
}#ct-app .link-arrow--blue { color: #0090d0; border-color: #0090d0; }#ct-app .link-arrow--blue:hover { color: #4db8e8; }#ct-app .link-arrow--red { color: #26292e; border-color: #d5232e; }#ct-app .link-arrow--red:hover { color: #d5232e; }#ct-app .cta-band {
  background: #0090d0;
  color: #ffffff;
}#ct-app .cta-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}#ct-app .cta-band-title {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}#ct-app .page-banner {
  background: #2e3238;
  color: #ffffff;
}#ct-app .page-banner .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
}#ct-app .page-banner-title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
}#ct-app .page-banner-title:only-child {
  margin-bottom: 0;
}#ct-app .page-banner-intro {
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.6;
  color: #c6cbd0;
  text-wrap: pretty;
}#ct-app .about-grid {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 56px;
  align-items: start;
}#ct-app .about-lead {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.65;
  text-wrap: pretty;
}#ct-app .about-body {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.7;
  color: #5a6067;
  text-wrap: pretty;
}#ct-app .check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}#ct-app .check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.55;
}#ct-app .check-mark {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: #0090d0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}#ct-app .about-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}#ct-app .about-photo {
  width: 100%;
  display: block;
  border: 1px solid #e2e5e8;
}#ct-app .dealer-card {
  background: #2e3238;
  color: #ffffff;
  padding: 28px;
}#ct-app .dealer-label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0090d0;
}#ct-app .dealer-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}#ct-app .dealer-body {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #c6cbd0;
}#ct-app .cranes-body {
  padding-top: 40px;
  padding-bottom: 72px;
}#ct-app .crane-filters {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
  background: #f4f5f6;
  padding: 20px 24px;
  margin-bottom: 36px;
}#ct-app .filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}#ct-app .filter-label {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5a6067;
}#ct-app .filter-select {
  padding: 10px 12px;
  border: 1px solid #c6cbd0;
  background: #ffffff;
  font-size: 15px;
  min-width: 150px;
}#ct-app .filter-count {
  margin-left: auto;
  padding-bottom: 12px;
  font-size: 14px;
  color: #5a6067;
}#ct-app .crane-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
  align-items: stretch;
}#ct-app .crane-card {
  border: 1px solid #e2e5e8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}#ct-app .crane-card.is-hidden {
  display: none;
}#ct-app .crane-photo {
  width: 100%;
  height: 175px;
  flex: 0 0 175px;
  background: #f4f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
}#ct-app .crane-photo-label {
  font-size: 13px;
  color: #9aa0a6;
  letter-spacing: 0.02em;
}#ct-app .crane-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}#ct-app .crane-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}#ct-app .badge {
  padding: 3px 10px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}#ct-app .badge--new { background: #0090d0; }#ct-app .badge--used { background: #6b7178; }#ct-app .badge--export { background: #d5232e; }#ct-app .crane-model {
  margin: 0;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.15;
}#ct-app .crane-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
  font-size: 13px;
  color: #5a6067;
}#ct-app .crane-specs strong {
  color: #34383d;
  font-weight: 600;
}#ct-app .btn-inquire {
  margin-top: auto;
  background: #0090d0;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 18px;
}#ct-app .btn-inquire:hover {
  background: #007ab0;
}#ct-app .no-results {
  margin: 40px 0 0;
  font-size: 17px;
  color: #5a6067;
}#ct-app .rev-band {
  margin-top: 64px;
  background: #2e3238;
  color: #ffffff;
  padding: 44px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}#ct-app .rev-title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
}#ct-app .rev-body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #c6cbd0;
  text-wrap: pretty;
}#ct-app .rev-action {
  display: flex;
  justify-content: flex-end;
}#ct-app .parts-body {
  padding-top: 48px;
  padding-bottom: 72px;
}#ct-app .diagram-sheet {
  border: 1px solid #e2e5e8;
  background: #ffffff;
  padding: 24px;
}#ct-app .diagram-img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}#ct-app .diagram-hint {
  margin: 0;
  padding: 12px 4px 0;
  font-size: 13px;
  color: #8d939a;
}#ct-app .request-panel {
  background: #2e3238;
  color: #ffffff;
  padding: 22px 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}#ct-app .request-label {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0090d0;
}#ct-app .request-name {
  font-size: 15px;
  line-height: 1.6;
  color: #c6cbd0;
}#ct-app .request-name.is-selected {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}#ct-app .btn-request {
  flex: 0 0 auto;
  background: #0090d0;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 24px;
}#ct-app .btn-request:hover {
  background: #007ab0;
}#ct-app .parts-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}#ct-app .part-card {
  display: block;
  padding: 0;
  border: 1px solid #e2e5e8;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}#ct-app .part-card:hover {
  border-color: #0090d0;
}#ct-app .part-thumb {
  width: 100%;
  display: block;
  background: #ffffff;
}#ct-app .part-bar {
  display: block;
  background: #0090d0;
  color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 10px;
  line-height: 1.25;
}#ct-app .part-card:hover .part-bar, #ct-app .part-card.is-active .part-bar {
  background: #d5232e;
}#ct-app .part-card.is-active {
  border-color: #0090d0;
}#ct-app .service-body {
  padding-top: 56px;
  padding-bottom: 72px;
}#ct-app .service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}#ct-app .service-card {
  border: 1px solid #e2e5e8;
  border-top: 4px solid #0090d0;
  padding: 32px;
}#ct-app .service-card--red {
  border-top-color: #d5232e;
}#ct-app .service-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  color: #0090d0;
  border: 3px solid #0090d0;
  border-radius: 50%;
}#ct-app .service-card--red .service-icon {
  color: #d5232e;
  border-color: #d5232e;
}#ct-app .service-title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}#ct-app .service-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5a6067;
  text-wrap: pretty;
}#ct-app .service-cta {
  margin-top: 48px;
  background: #f4f5f6;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}#ct-app .service-cta-text {
  margin: 0;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.6;
  text-wrap: pretty;
}#ct-app .service-cta .btn {
  font-size: 19px;
  padding: 14px 28px;
}#ct-app .contact-grid {
  padding-top: 56px;
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  align-items: start;
}#ct-app .contact-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}#ct-app .contact-name {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}#ct-app .contact-lines {
  font-size: 16px;
  line-height: 1.8;
  color: #5a6067;
}#ct-app .btn-whatsapp {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25d366;
  color: #ffffff;
  padding: 13px 22px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}#ct-app .btn-whatsapp:hover {
  background: #1fb356;
  color: #ffffff;
}#ct-app .map-frame {
  border: 1px solid #e2e5e8;
}#ct-app .map-frame iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}#ct-app .contact-form {
  background: #f4f5f6;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}#ct-app .form-title {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}#ct-app .form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}#ct-app .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}#ct-app .field-label {
  font-size: 14px;
  font-weight: 600;
}#ct-app .field-input, #ct-app .field-textarea {
  padding: 12px;
  border: 1px solid #c6cbd0;
  font-size: 15px;
  background: #ffffff;
}#ct-app .field-textarea {
  resize: vertical;
}#ct-app .field-input:focus, #ct-app .field-textarea:focus {
  outline: none;
  border-color: #0090d0;
}#ct-app .contact-form .btn {
  align-self: flex-start;
  font-size: 19px;
  padding: 14px 28px;
}#ct-app .form-note {
  font-size: 13px;
  color: #8d939a;
}#ct-app .site-footer {
  background: #2e3238;
  color: #c6cbd0;
}#ct-app .footer-top {
  padding-top: 56px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}#ct-app .footer-logo-box {
  background: #ffffff;
  display: inline-block;
  padding: 10px 14px;
  margin-bottom: 16px;
}#ct-app .footer-logo-box img {
  height: 44px;
  width: auto;
  display: block;
}#ct-app .footer-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8d939a;
}#ct-app .dot {
  width: 7px;
  height: 7px;
  display: inline-block;
}#ct-app .dot--grey { background: #8d939a; }#ct-app .dot--red { background: #d5232e; }#ct-app .dot--blue { background: #0090d0; }#ct-app .footer-heading {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}#ct-app .footer-text {
  font-size: 14px;
  line-height: 1.9;
}#ct-app .footer-text a {
  color: #c6cbd0;
}#ct-app .footer-text a:hover {
  color: #0090d0;
}#ct-app .footer-bar {
  border-top: 1px solid #43484e;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  font-size: 13px;
  color: #8d939a;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}#ct-app .footer-bar a {
  color: #8d939a;
}#ct-app .footer-bar a:hover {
  color: #0090d0;
}



@media (max-width: 979px) {#ct-app .header-inner {
    justify-content: space-between;
    flex-wrap: wrap;
  }#ct-app .nav-toggle {
    display: flex;
  }#ct-app .nav-panel {
    order: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease;
  }#ct-app .nav-panel.is-open {
    max-height: 640px;
    opacity: 1;
  }#ct-app .main-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px 0 4px;
  }#ct-app .nav-link {
    padding: 15px 18px;
    font-size: 20px;
    color: #34383d;
    border-bottom: none;
    border-left: 3px solid transparent;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
  }#ct-app .nav-link:hover {
    background: #f0f7fb;
  }#ct-app .nav-link.is-active {
    color: #0090d0;
    background: rgba(0, 144, 208, 0.1);
    border-left-color: #0090d0;
    border-bottom-color: transparent;
  }#ct-app .lang-switch {
    padding: 14px 4px 12px;
    gap: 10px;
    border-top: 1px solid #e2e5e8;
    margin-top: 6px;
  }#ct-app .lang-btn {
    flex: 1 1 0;
    justify-content: center;
    padding: 11px 8px;
    font-size: 14px;
  }#ct-app .hero-text {
    padding: 56px 0 40px;
  }#ct-app .hero-art {
    min-height: 300px;
  }#ct-app .advantage, #ct-app .advantage:last-child {
    padding: 36px 0;
    border-right: none;
    border-bottom: 1px solid #e2e5e8;
  }#ct-app .advantage:last-child {
    border-bottom: none;
  }#ct-app .pillar, #ct-app .pillar:first-child, #ct-app .pillar:last-child {
    padding: 24px 0;
    border-left: none;
  }

}



@media (max-width: 619px) {#ct-app .wrap, #ct-app .header-inner, #ct-app .hero-inner, #ct-app .pillars-inner, #ct-app .footer-top, #ct-app .footer-bar, #ct-app .cta-band-inner {
    padding-left: 18px;
    padding-right: 18px;
  }#ct-app .brand-logo {
    height: 42px;
  }#ct-app .hero-inner {
    min-height: 0;
  }#ct-app .hero-headline {
    gap: 14px;
  }#ct-app .hero-rule {
    width: 5px;
  }#ct-app .hero-art {
    min-height: 220px;
    order: 2;
  }#ct-app .crane-art {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    max-width: 260px;
  }#ct-app .btn {
    font-size: 18px;
    padding: 14px 24px;
  }#ct-app .hero-actions .btn {
    flex: 1 1 auto;
    text-align: center;
  }#ct-app .advantage-num {
    font-size: 46px;
  }#ct-app .advantage-title {
    font-size: 27px;
  }#ct-app .home-lead {
    font-size: 23px;
  }#ct-app .split-panel {
    padding: 34px 22px;
  }#ct-app .cta-band-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }#ct-app .cta-band-title {
    font-size: 27px;
  }#ct-app .page-banner .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }#ct-app .page-banner-title {
    font-size: 34px;
  }#ct-app .crane-filters {
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
  }#ct-app .filter-select {
    min-width: 0;
    width: 100%;
  }#ct-app .filter-count {
    margin-left: 0;
    padding-bottom: 0;
  }#ct-app .rev-band {
    padding: 30px 24px;
  }#ct-app .rev-action {
    justify-content: flex-start;
  }#ct-app .diagram-sheet {
    padding: 14px;
  }#ct-app .request-panel {
    padding: 18px;
  }#ct-app .request-name.is-selected {
    font-size: 22px;
  }#ct-app .btn-request {
    width: 100%;
  }#ct-app .parts-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }#ct-app .service-cta, #ct-app .contact-form, #ct-app .service-card {
    padding: 24px;
  }#ct-app .footer-bar {
    justify-content: flex-start;
  }

}

/* ============================================================
   WordPress-thema aanvullingen (v2)
   ============================================================ */
#ct-app .crane-photo-img { width:100%; height:100%; object-fit:contain; display:block; }
#ct-app .crane-photo { overflow:hidden; background:#f4f5f6; padding:6px; }
#ct-app .nav-link.is-active { color: var(--blue, #0090d0); }
#ct-app .no-results { text-align:center; padding:32px 0; color:#6b7280; font-size:1.05rem; }

/* ============================================================
   Onderdelen: kaarten met "Meer info" + detailpagina (v2.1)
   ============================================================ */
#ct-app .parts-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(220px, 1fr)); gap:18px; }
#ct-app .part-card--linked { display:flex; flex-direction:column; padding:0; border:1px solid #e7eaed; border-radius:12px; overflow:hidden; background:#fff; box-shadow:0 1px 2px rgba(20,25,30,.04); transition:box-shadow .18s, transform .18s, border-color .18s; }
#ct-app .part-card--linked:hover { box-shadow:0 10px 26px rgba(20,25,30,.11); transform:translateY(-3px); border-color:#d5dbe0; }
#ct-app .part-card-link { display:flex; flex-direction:column; text-decoration:none; color:inherit; flex:1; }

#ct-app .part-thumb-wrap { position:relative; display:block; }
#ct-app .part-card--linked .part-thumb { width:100%; height:170px; object-fit:cover; display:block; background:#f2f4f6; }
#ct-app .part-thumb--empty { display:block; width:100%; height:170px; background:linear-gradient(135deg,#eef1f3,#e3e7ea); }

/* Nummerbadge — één rustige kleur */
#ct-app .part-num { position:absolute; top:10px; left:10px; display:flex; align-items:center; justify-content:center; min-width:28px; height:28px; padding:0 8px; border-radius:7px; font-family:'Barlow Condensed',sans-serif; font-weight:700; font-size:1rem; color:#fff; background:#0090d0; letter-spacing:.02em; box-shadow:0 2px 6px rgba(0,0,0,.15); }

/* Naam */
#ct-app .part-card--linked .part-name { display:block; padding:14px 16px 14px; font-family:'Barlow Condensed',sans-serif; font-weight:600; font-size:1.2rem; line-height:1.2; color:#26292e; letter-spacing:.01em; }

/* Meer info — subtiel, met blauwe scheidingslijn erboven */
#ct-app .part-more-btn { display:flex; align-items:center; justify-content:space-between; gap:8px; margin:0; padding:13px 16px; border-top:1px solid #eef1f3; color:#0090d0; font-weight:600; font-size:.92rem; text-decoration:none; transition:background .15s, color .15s; }
#ct-app .part-more-btn:hover { background:#0090d0; color:#fff; }
#ct-app .part-more-arrow { transition:transform .15s; }
#ct-app .part-more-btn:hover .part-more-arrow { transform:translateX(3px); }

/* Detailpagina */
#ct-app .part-back { display:inline-block; margin-bottom:14px; color:#4db8e8; text-decoration:none; font-weight:600; }
#ct-app .part-back:hover { color:#fff; text-decoration:underline; }
#ct-app .part-detail { padding:44px 0 64px; }
#ct-app .part-detail-grid { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(280px,0.92fr); gap:40px; align-items:start; }

/* Grote hoofdfoto in een nette lijst met blauwe rand-accent */
#ct-app .part-hero-frame { border-radius:16px; overflow:hidden; background:#fff; border:1px solid #e7eaed; box-shadow:0 6px 24px rgba(20,25,30,.08); }
#ct-app .part-hero-photo { position:relative; display:block; width:100%; padding:0; border:0; margin:0; background:#f4f6f8; cursor:zoom-in; }
#ct-app .part-hero-img { width:100%; height:auto; max-height:540px; object-fit:contain; display:block; background:#f4f6f8; }
#ct-app .part-hero-zoom { position:absolute; right:14px; bottom:14px; width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:rgba(0,144,208,.92); color:#fff; font-size:1.1rem; opacity:0; transform:scale(.85); transition:opacity .18s, transform .18s; box-shadow:0 4px 12px rgba(0,0,0,.2); }
#ct-app .part-hero-photo:hover .part-hero-zoom { opacity:1; transform:scale(1); }
#ct-app .part-hero-photo--empty { display:flex; align-items:center; justify-content:center; min-height:320px; }

/* Diagram-knop reset */
#ct-app .part-diagram-btn { display:block; width:100%; padding:0; border:0; background:none; cursor:zoom-in; }

/* Lightbox (opent binnen de pagina) */
#ct-app .ct-lightbox { position:fixed; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; background:rgba(15,18,22,.92); padding:40px; }
#ct-app .ct-lightbox[hidden] { display:none; }
#ct-app .ct-lb-img { max-width:92vw; max-height:88vh; object-fit:contain; border-radius:8px; box-shadow:0 12px 48px rgba(0,0,0,.5); }
#ct-app .ct-lb-close { position:absolute; top:20px; right:26px; width:46px; height:46px; border:0; border-radius:50%; background:rgba(255,255,255,.14); color:#fff; font-size:2rem; line-height:1; cursor:pointer; transition:background .15s; }
#ct-app .ct-lb-close:hover { background:rgba(255,255,255,.28); }
#ct-app .ct-lb-nav { position:absolute; top:50%; transform:translateY(-50%); width:54px; height:54px; border:0; border-radius:50%; background:rgba(255,255,255,.14); color:#fff; font-size:2.2rem; line-height:1; cursor:pointer; transition:background .15s; }
#ct-app .ct-lb-nav:hover { background:rgba(0,144,208,.85); }
#ct-app .ct-lb-prev { left:26px; }
#ct-app .ct-lb-next { right:26px; }
@media (max-width: 640px) {
  #ct-app .ct-lightbox { padding:16px; }
  #ct-app .ct-lb-nav { width:44px; height:44px; font-size:1.8rem; }
  #ct-app .ct-lb-prev { left:8px; }
  #ct-app .ct-lb-next { right:8px; }
}

/* Thumbnail-strip: klik = groot links */
#ct-app .part-thumbs { display:flex; flex-wrap:wrap; gap:12px; margin-top:16px; }
#ct-app .part-thumb-btn { padding:0; border:3px solid transparent; border-radius:11px; overflow:hidden; cursor:pointer; background:#f4f6f8; width:96px; height:74px; transition:border-color .15s, transform .12s, box-shadow .15s; }
#ct-app .part-thumb-btn:hover { transform:translateY(-2px); box-shadow:0 6px 16px rgba(20,25,30,.14); }
#ct-app .part-thumb-btn img { width:100%; height:100%; object-fit:cover; display:block; }
#ct-app .part-thumb-btn.is-active { border-color:#0090d0; box-shadow:0 4px 12px rgba(0,144,208,.28); }

/* Diagram apart, klein referentiekader */
#ct-app .part-diagram { margin-top:22px; padding:16px; border:1px dashed #c9d2d8; border-radius:12px; background:#f7f9fb; max-width:320px; }
#ct-app .part-diagram-label { display:block; font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:#8d939a; margin-bottom:8px; }
#ct-app .part-diagram img { width:100%; height:auto; display:block; border-radius:6px; }

/* Infopaneel: kleurrijker, met gekleurde kop-accent */
#ct-app .part-detail-body { position:sticky; top:96px; background:#fff; border:1px solid #e7eaed; border-radius:16px; padding:0 0 26px; overflow:hidden; box-shadow:0 6px 24px rgba(20,25,30,.08); }
#ct-app .part-detail-body::before { content:""; display:block; height:6px; background:linear-gradient(90deg,#0090d0 0%,#0090d0 60%,#d5232e 60%,#d5232e 100%); }
#ct-app .part-detail-eyebrow { display:block; margin:22px 26px 0; font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; color:#0090d0; }
#ct-app .part-detail-h2 { margin:4px 26px 0; font-family:'Barlow Condensed',sans-serif; font-weight:700; font-size:1.9rem; line-height:1.05; color:#26292e; }
#ct-app .part-detail-code { margin:10px 26px 0; font-size:.95rem; color:#5a6169; }
#ct-app .part-detail-code strong { color:#26292e; }
#ct-app .part-description { font-size:1.02rem; line-height:1.6; color:#3b4148; margin:18px 26px 22px; }
#ct-app .part-actions { display:flex; flex-direction:column; gap:10px; margin:0 26px; }
#ct-app .part-actions .btn, #ct-app .part-actions .btn-whatsapp { width:100%; text-align:center; justify-content:center; padding:14px 18px; font-size:1rem; }
#ct-app .part-whatsapp-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; background:#25d366; color:#fff; border-radius:8px; font-weight:700; text-decoration:none; transition:background .15s; }
#ct-app .part-whatsapp-btn:hover { background:#1eb257; }
#ct-app .part-whatsapp-btn .wa-icon { font-size:1.05rem; }
#ct-app .part-actions-note { margin:16px 26px 0; font-size:.86rem; color:#8d939a; line-height:1.5; }

@media (max-width: 820px) {
  #ct-app .part-detail-grid { grid-template-columns:1fr; gap:24px; }
  #ct-app .part-detail-body { position:static; }
  #ct-app .part-hero-img { max-height:none; }
  #ct-app .part-diagram { max-width:none; }
}

/* ============================================================
   Sticky footer — footer altijd onderaan, ook bij korte pagina's
   ============================================================ */
#ct-app { display: flex; flex-direction: column; min-height: 100vh; }
#ct-app .site-main { flex: 1 0 auto; }
#ct-app .site-footer { flex-shrink: 0; }

/* ============================================================
   Kranen: Verkocht-label + prijs (v2.7)
   ============================================================ */
#ct-app .crane-photo { position: relative; overflow: hidden; }

/* "Verkocht"-lint diagonaal over de foto */
#ct-app .crane-sold-label {
  position: absolute;
  top: 22px;
  right: -46px;
  transform: rotate(45deg);
  background: #d5232e;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 60px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.28);
  z-index: 2;
}

/* Verkochte kaart iets gedimd zodat 'ie visueel achteraan hoort */
#ct-app .crane-card.is-sold .crane-photo-img { filter: grayscale(0.35) brightness(0.82); }
#ct-app .crane-card.is-sold { opacity: 0.92; }

/* Prijs */
#ct-app .crane-price {
  margin: 2px 0 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #0090d0;
  letter-spacing: 0.01em;
}
#ct-app .crane-card.is-sold .crane-price-value { color: #8d939a; text-decoration: line-through; }

/* ============================================================
   Kranen: Meer info-knop + detailpagina (v2.8)
   ============================================================ */
#ct-app .crane-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: auto; padding-top: 4px; }
#ct-app .btn-crane-more {
  display: inline-flex; align-items: center;
  padding: 8px 14px; border-radius: 7px;
  background: #0090d0; color: #fff;
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.02em;
  text-decoration: none; transition: background .15s;
}
#ct-app .btn-crane-more:hover { background: #0077ad; }
#ct-app .crane-card .btn-inquire { background: none; border: 1px solid #cdd3d8; color: #26292e; padding: 8px 14px; font-size: 0.82rem; }
#ct-app .crane-card .btn-inquire:hover { border-color: #0090d0; color: #0090d0; }

/* Overig-veld op de detailpagina */
#ct-app .crane-detail-extra { margin: 0 26px 20px; font-size: 0.98rem; line-height: 1.6; color: #3b4148; }

/* Detailpagina specifieke stukjes */
#ct-app .crane-badges--detail { margin: 0 26px 14px; display: flex; gap: 8px; flex-wrap: wrap; }
#ct-app .crane-detail-specs { margin: 0 26px 16px; display: grid; gap: 6px; font-size: 1rem; color: #3b4148; }
#ct-app .crane-detail-specs strong { color: #26292e; }
#ct-app .crane-detail-price {
  margin: 0 26px 20px; padding-top: 14px; border-top: 1px solid #eef1f3;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 1.7rem; color: #0090d0;
}
#ct-app .crane-detail-price .is-sold-price { color: #8d939a; text-decoration: line-through; }

/* Verkocht-lint op de grote detailfoto */
#ct-app .crane-sold-label--detail { top: 30px; right: -54px; font-size: 1.15rem; padding: 9px 70px; }

/* ============================================================
   Contact Form 7 — passend bij de huisstijl (v3.0)
   ============================================================ */
#ct-app .contact-form--cf7 .wpcf7 { margin: 0; }
#ct-app .contact-form--cf7 p { margin: 0 0 16px; }
#ct-app .contact-form--cf7 label { display: block; font-weight: 600; font-size: 14px; color: #34383d; margin-bottom: 6px; }
#ct-app .contact-form--cf7 input[type=text],
#ct-app .contact-form--cf7 input[type=email],
#ct-app .contact-form--cf7 input[type=tel],
#ct-app .contact-form--cf7 input[type=url],
#ct-app .contact-form--cf7 textarea,
#ct-app .contact-form--cf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d3d8dc;
  border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: #26292e;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .15s, box-shadow .15s;
}
#ct-app .contact-form--cf7 input:focus,
#ct-app .contact-form--cf7 textarea:focus,
#ct-app .contact-form--cf7 select:focus {
  outline: none;
  border-color: #0090d0;
  box-shadow: 0 0 0 3px rgba(0,144,208,0.14);
}
#ct-app .contact-form--cf7 textarea { min-height: 140px; resize: vertical; }
#ct-app .contact-form--cf7 .wpcf7-submit {
  width: auto;
  background: #0090d0;
  color: #fff;
  border: 0;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background .15s;
}
#ct-app .contact-form--cf7 .wpcf7-submit:hover { background: #0077ad; }
#ct-app .contact-form--cf7 .wpcf7-spinner { margin: 0 0 0 10px; }
/* CF7 meldingen */
#ct-app .contact-form--cf7 .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}
#ct-app .contact-form--cf7 .wpcf7-not-valid-tip { color: #d5232e; font-size: 13px; }
#ct-app .contact-form--cf7 .wpcf7-form.invalid .wpcf7-response-output,
#ct-app .contact-form--cf7 .wpcf7-form.unaccepted .wpcf7-response-output { border: 1px solid #d5232e; color: #d5232e; background: #fdecec; }
#ct-app .contact-form--cf7 .wpcf7-form.sent .wpcf7-response-output { border: 1px solid #1eb257; color: #157a3d; background: #e9f8ef; }
