/* src/assets/css/pages/bestellingen-stroomlijnen.css */
/* Campaign landing page — Blue Ocean WMS targeting Dutch multichannel sellers */

:root {
  --cd-primary: #0071e3;
  --cd-primary-hover: #0077ed;
  --cd-success: #1a56db;
  --cd-ink: #1a1d21;
  --cd-muted: #6c757d;
  --cd-surface: #f7f9fc;
  --cd-navy: #12304a;
  --cd-green: #16845b;
}

/* ==================== HERO ==================== */
.bestellingen-stroomlijnen-lp .hero-gradient {
  background: linear-gradient(148deg, #e8f2ff 0%, #ffffff 50%, #f2f4fb 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.bestellingen-stroomlijnen-lp .cd-bsm-hero-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1.25rem;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}

.bestellingen-stroomlijnen-lp .cd-bsm-pain-list li {
  line-height: 1.5;
  color: var(--cd-ink);
}

.bestellingen-stroomlijnen-lp .cd-bsm-pain-list li i {
  margin-top: 2px;
}

/* ==================== DASHBOARD CONSOLE (hero visual) ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-console {
  position: relative;
  padding: 1.25rem;
  border: 1px solid rgba(21, 56, 86, .12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 2rem 5rem rgba(31, 72, 112, .18);
}

.bestellingen-stroomlijnen-lp .cd-bsm-console::before {
  position: absolute;
  inset: -18% -12% auto auto;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: rgba(0, 113, 227, .09);
  content: "";
  filter: blur(2px);
  z-index: -1;
}

.bestellingen-stroomlijnen-lp .cd-bsm-console__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .9rem;
  border-bottom: 1px solid #edf0f3;
}

.bestellingen-stroomlijnen-lp .cd-bsm-console__dot {
  display: inline-block;
  width: .55rem;
  height: .55rem;
  margin-right: .55rem;
  border-radius: 50%;
  background: var(--cd-green);
  box-shadow: 0 0 0 .3rem rgba(22, 132, 91, .13);
}

.bestellingen-stroomlijnen-lp .cd-bsm-metric {
  height: 100%;
  padding: .9rem;
  border-radius: 1rem;
  background: #f5f8fb;
}

.bestellingen-stroomlijnen-lp .cd-bsm-metric span,
.bestellingen-stroomlijnen-lp .cd-bsm-metric small {
  display: block;
  color: #6e7781;
  font-size: .68rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-metric strong {
  display: block;
  margin: .1rem 0;
  color: var(--cd-navy);
  font-size: 1.55rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-wave {
  padding: 1rem;
  border: 1px solid #e7ecf1;
  border-radius: 1rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-wave .progress {
  height: .42rem;
  background: #e9eff5;
}

.bestellingen-stroomlijnen-lp .cd-bsm-scan {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .8rem;
  border-radius: .8rem;
  background: #eef7ff;
  color: #164468;
}

.bestellingen-stroomlijnen-lp .cd-bsm-scan > i:first-child {
  font-size: 1.4rem;
  color: var(--cd-primary);
}

.bestellingen-stroomlijnen-lp .cd-bsm-scan small {
  display: block;
  color: #68737e;
  font-size: .7rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-console__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  color: #63707c;
  font-size: .72rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-console__footer span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-console__footer i {
  color: var(--cd-green);
}

/* ==================== SECTION BACKGROUNDS ==================== */
.bestellingen-stroomlijnen-lp .section-alt {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

/* ==================== PROBLEM SECTION ==================== */
.bestellingen-stroomlijnen-lp .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bestellingen-stroomlijnen-lp .cd-bsm-problem .icon-circle {
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-problem .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bestellingen-stroomlijnen-lp .cd-bsm-problem .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(220, 53, 69, 0.08);
}

.bestellingen-stroomlijnen-lp .cd-bsm-problem .card-body {
  position: relative;
}

.bestellingen-stroomlijnen-lp .cd-bsm-problem .card-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.3), transparent);
}

/* ==================== REVEAL SECTION ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-reveal .step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--cd-primary);
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==================== BENEFITS SECTION ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-benefits .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bestellingen-stroomlijnen-lp .cd-bsm-benefits .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 113, 227, 0.08);
}

.bestellingen-stroomlijnen-lp .cd-bsm-benefits .col-md-6:nth-child(1) .icon-circle {
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.12), rgba(0, 113, 227, 0.04)) !important;
}

.bestellingen-stroomlijnen-lp .cd-bsm-benefits .col-md-6:nth-child(2) .icon-circle {
  background: linear-gradient(135deg, rgba(25, 135, 84, 0.12), rgba(25, 135, 84, 0.04)) !important;
}

.bestellingen-stroomlijnen-lp .cd-bsm-benefits .col-md-6:nth-child(3) .icon-circle {
  background: linear-gradient(135deg, rgba(102, 16, 242, 0.12), rgba(102, 16, 242, 0.04)) !important;
}

.bestellingen-stroomlijnen-lp .cd-bsm-benefits .col-md-6:nth-child(4) .icon-circle {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 193, 7, 0.04)) !important;
}

/* Section heading underline */
.bestellingen-stroomlijnen-lp .cd-bsm-benefits .h1.fw-bold::after,
.bestellingen-stroomlijnen-lp .cd-bsm-problem .h1.fw-bold::after,
.bestellingen-stroomlijnen-lp .cd-bsm-workflow .h1.fw-bold::after,
.bestellingen-stroomlijnen-lp .cd-bsm-compare .h1.fw-bold::after,
.bestellingen-stroomlijnen-lp .cd-bsm-results .h1.fw-bold::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--cd-primary), transparent);
}

/* ==================== WORKFLOW (enhanced with connector line) ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-workflow .row {
  position: relative;
}

.bestellingen-stroomlijnen-lp .cd-bsm-workflow .row::before {
  position: absolute;
  top: 2.45rem;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, #67a9eb, #53b88e);
  content: "";
  z-index: 0;
}

.bestellingen-stroomlijnen-lp .cd-bsm-step {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 1;
}

.bestellingen-stroomlijnen-lp .cd-bsm-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 113, 227, 0.1);
}

.bestellingen-stroomlijnen-lp .cd-bsm-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cd-primary), #1a56db);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 113, 227, 0.25);
}

.bestellingen-stroomlijnen-lp .cd-bsm-step i {
  font-size: 1.5rem;
  color: var(--cd-primary);
  margin-bottom: 0.5rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-step h3 {
  margin-bottom: 0.25rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-step p {
  font-size: 0.875rem;
  color: var(--cd-muted);
  margin-bottom: 0;
  line-height: 1.4;
}

/* ==================== COMPARISON CARDS ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-compare--before {
  background: #fef5f5;
  border-color: rgba(220, 53, 69, 0.12) !important;
}

.bestellingen-stroomlijnen-lp .cd-bsm-compare--after {
  background: #f0fdf4;
  border-color: rgba(25, 135, 84, 0.12) !important;
}

.bestellingen-stroomlijnen-lp .cd-bsm-compare-card ul li {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.bestellingen-stroomlijnen-lp .cd-bsm-compare--before::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.25), transparent);
}

.bestellingen-stroomlijnen-lp .cd-bsm-compare--after::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, rgba(25, 135, 84, 0.25), transparent);
}

/* ==================== AUDIENCE CARDS ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-audience .icon-circle {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.125rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-audience .border.rounded-4 {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bestellingen-stroomlijnen-lp .cd-bsm-audience .border.rounded-4:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* ==================== RESULTS SECTION (dark navy) ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-results {
  background: var(--cd-navy);
  color: #fff;
}

.bestellingen-stroomlijnen-lp .cd-bsm-results .section-kicker {
  color: #74b9ff;
}

.bestellingen-stroomlijnen-lp .cd-bsm-results .text-muted {
  color: rgba(255, 255, 255, .68) !important;
}

.bestellingen-stroomlijnen-lp .cd-bsm-results .h1.fw-bold::after {
  background: linear-gradient(90deg, transparent, #74b9ff, transparent);
}

.bestellingen-stroomlijnen-lp .cd-bsm-result {
  height: 100%;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .06);
  transition: transform 0.2s ease, background 0.2s ease;
}

.bestellingen-stroomlijnen-lp .cd-bsm-result:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .1);
}

.bestellingen-stroomlijnen-lp .cd-bsm-result strong {
  display: block;
  color: #75c7ff;
  font-size: 1.35rem;
}

.bestellingen-stroomlijnen-lp .cd-bsm-result span {
  display: block;
  margin-top: .25rem;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
}

/* ==================== CALLOUT ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-callout .cd-callout {
  border-left: 4px solid var(--cd-primary);
  text-align: center;
}

/* ==================== PRICING ==================== */
.bestellingen-stroomlijnen-lp .cd-bsm-pricing .card {
  background: #ffffff;
  position: relative;
}

.bestellingen-stroomlijnen-lp .cd-bsm-pricing .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 1.25rem 1.25rem 0 0;
  background: linear-gradient(90deg, var(--cd-primary), #1a56db);
}

.bestellingen-stroomlijnen-lp .cd-bsm-pricing .hero-badge {
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.1), rgba(26, 86, 219, 0.05));
}

/* ==================== CTA BAND ==================== */
.bestellingen-stroomlijnen-lp .cta-band {
  background: linear-gradient(135deg, #0071e3 0%, #1a56db 100%);
  border-radius: 1.25rem;
  color: #fff;
}

/* ==================== BUTTONS ==================== */
.bestellingen-stroomlijnen-lp .btn-primary {
  --bs-btn-bg: var(--cd-primary);
  --bs-btn-border-color: var(--cd-primary);
  --bs-btn-hover-bg: var(--cd-primary-hover);
  --bs-btn-hover-border-color: var(--cd-primary-hover);
  font-weight: 500;
}

.bestellingen-stroomlijnen-lp .btn-outline-primary {
  --bs-btn-color: var(--cd-primary);
  --bs-btn-border-color: var(--cd-primary);
  --bs-btn-hover-bg: var(--cd-primary);
  --bs-btn-hover-border-color: var(--cd-primary);
  font-weight: 500;
}

/* ==================== TRUST STRIP ==================== */
.bestellingen-stroomlijnen-lp .stats-strip .stat-tile:nth-child(1) .stat-icon {
  color: #0071e3;
}

.bestellingen-stroomlijnen-lp .stats-strip .stat-tile:nth-child(2) .stat-icon {
  color: #ff9900;
}

.bestellingen-stroomlijnen-lp .stats-strip .stat-tile:nth-child(3) .stat-icon {
  color: #1a56db;
}

.bestellingen-stroomlijnen-lp .stats-strip .stat-tile:nth-child(4) .stat-icon {
  color: #25a04b;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 991.98px) {
  .bestellingen-stroomlijnen-lp .cd-bsm-workflow .row::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .bestellingen-stroomlijnen-lp .cd-bsm-hero .display-4 {
    font-size: 1.75rem;
  }
  .bestellingen-stroomlijnen-lp .cd-bsm-hero .floating-card {
    padding: 1.5rem;
  }
  .bestellingen-stroomlijnen-lp .cd-bsm-step {
    padding: 1.25rem 0.75rem;
  }
}

@media (max-width: 479.98px) {
  .bestellingen-stroomlijnen-lp .cd-bsm-console__footer {
    flex-direction: column;
    gap: .4rem;
  }
}

/* ==================== PREFERS REDUCED MOTION ==================== */
@media (prefers-reduced-motion: reduce) {
  .bestellingen-stroomlijnen-lp .card,
  .bestellingen-stroomlijnen-lp .cd-bsm-step,
  .bestellingen-stroomlijnen-lp .border.rounded-4,
  .bestellingen-stroomlijnen-lp .cd-bsm-result {
    transition: none !important;
  }
}
