:root {
  --brand-primary: #130f3f;
  --brand-primary-dark: #130f3f;
  --brand-accent: #c9732f;
  --brand-dark: #13233e;
  --text-main: #223047;
  --soft-bg: #f4f8ff;
  --soft-bg-2: #eef4ff;
  --border-soft: #dfe9fb;
}

body {
  color: var(--text-main);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.rd-nav-link {
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.button,
.hero-kicker {
  text-transform: none !important;
  letter-spacing: normal !important;
}

h1 { font-size: 32px !important; line-height: 1.2 !important; font-weight: 700; }
h2 { font-size: 26px !important; line-height: 1.25 !important; font-weight: 700; }
h3 { font-size: 20px !important; line-height: 1.3 !important; font-weight: 600; }

@media (max-width: 767px) {
  h1 { font-size: 27px !important; }
  h2 { font-size: 22px !important; }
  .section { padding-top: 52px !important; padding-bottom: 52px !important; }
}

.page-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.page-hero-small {
  min-height: 340px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(11,24,43,.82), rgba(31,111,235,.52));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-content h1,
.hero-content p { color: #fff !important; }

.hero-kicker {
  display: inline-block;
  background: rgba(201, 115, 47, .92);
  border: 1px solid rgba(255, 221, 192, .58);
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-weight: 600;
}

.button {
  border-radius: 999px !important;
}

.page-hero .button {
  margin-top: 12px;
  background: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
}

.page-hero .button:hover {
  background: #0d0a2f;
  border-color: #0d0a2f;
}

.rd-navbar-classic {
  box-shadow: 0 8px 24px rgba(16, 30, 53, .08);
}

.rd-nav-link {
  font-weight: 500;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1250px) {
  .rd-navbar-classic .rd-navbar-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px;
  }
  .rd-navbar-classic .rd-nav-link {
    font-size: 13px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    letter-spacing: .02em !important;
  }
}

.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.rd-navbar-classic .rd-nav-link:hover {
  color: #130f3f !important;
}

.rd-navbar-classic .rd-nav-item.active .rd-nav-link::after,
.rd-navbar-classic .rd-nav-link:hover::after {
  background-color: #130f3f !important;
}

.bg-gray-100 {
  background: linear-gradient(180deg, var(--soft-bg), var(--soft-bg-2)) !important;
}

.bg-default { background: #ffffff !important; }

.box-icon-modern,
.table-custom,
.k-table,
.image-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(18, 30, 51, .08);
}

.box-icon-modern {
  padding: 24px;
  height: 100%;
  border: 1px solid var(--border-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}

.box-icon-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18, 30, 51, .12);
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}

.image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(18, 30, 51, .14);
}

.image-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.image-card-body { padding: 18px; }

.product-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.product-head img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e8eef9;
  padding: 4px;
}

.product-head h5 {
  margin: 0;
}

.product-inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-thumb {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border: 1px solid #e8eef9;
  border-radius: 8px;
  background: #fff;
  padding: 3px;
}

.handleiding-table td {
  vertical-align: middle;
}

.guide-grid .guide-card {
  padding: 18px;
  text-align: left !important;
}

.guide-card h5,
.guide-card p,
.guide-card .guide-type,
.guide-card .guide-desc {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.guide-card .guide-ean {
  margin: 8px 0 4px;
  font-size: 13px;
  color: #4b5d7d;
}

.guide-card .guide-type {
  font-weight: 600;
  color: #2b3c5c;
  margin: 6px 0 6px;
}

.guide-card .guide-desc {
  margin-bottom: 12px;
}

.guide-card p,
.guide-card h5,
.guide-card .product-inline,
.guide-card .guide-type,
.guide-card .guide-desc {
  text-align: left !important;
}

.guide-card .button {
  display: inline-block;
}

.guide-search-wrap {
  margin-bottom: 18px;
}

.guide-search-input {
  width: 100%;
  border: 1px solid #d8e3f8;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
}

.guide-search-input:focus {
  border-color: #130f3f;
  box-shadow: 0 0 0 3px rgba(19,15,63,.12);
}

@media (max-width: 767px) {
  .guide-grid .guide-card {
    padding: 14px;
  }
  .guide-card .button {
    width: 100%;
    text-align: center;
  }
}

.table-custom,
.k-table {
  border: 1px solid var(--border-soft);
  overflow: hidden;
}

.table-custom thead th,
.k-table thead th {
  background: #edf4ff;
  color: #173053;
}

a { color: var(--brand-primary); }
a:hover { color: var(--brand-primary-dark); }

.table-custom .button-primary,
.table-custom .button-primary:focus,
.table-custom .button-primary:active,
.box-icon-modern .button-primary,
.box-icon-modern .button-primary:focus,
.box-icon-modern .button-primary:active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}

.table-custom .button-primary:hover,
.box-icon-modern .button-primary:hover {
  background: var(--brand-accent) !important;
  border-color: var(--brand-accent) !important;
}

.table-custom td:last-child,
.table-custom th:last-child {
  text-align: center !important;
}

.table-custom .button {
  border-radius: 999px !important;
  padding: 8px 16px !important;
}

.footer-classic {
  background: linear-gradient(90deg, #10203a, #1b3156) !important;
  min-height: 120px;
  display: flex;
  align-items: center;
  margin-top: 28px;
}

.footer-classic .container {
  width: 100%;
}

.footer-classic,
.footer-classic a,
.footer-classic p { color: #dbe7ff !important; }

.footer-classic p {
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-style: italic !important;
  font-family: "Maven Pro", "Poppins", Arial, sans-serif !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin: 0 !important;
}
