/* ═══════════════════════════════════════════════════════════════════
   MIKROM WL — Warehousing & Logistics page styles
   Extends /css/styles.css  +  /css/product-shared.css
═══════════════════════════════════════════════════════════════════ */

/* ── Design tokens ─────────────────────────────────────────────── */
:root {
  --wl-amber:    #f59e0b;
  --wl-orange:   #f97316;
  --wl-amber-dk: #b45309;
  --wl-muted:    rgba(245,158,11,.12);
  --wl-glow:     rgba(245,158,11,.18);
}

/* ── Utility button ──────────────────────────────────────────────*/
.wl-btn--primary {
  background: linear-gradient(135deg, var(--wl-amber), var(--wl-orange));
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 20px var(--wl-glow);
  transition: opacity .2s, box-shadow .2s, transform .15s;
}
.wl-btn--primary:hover {
  opacity: .9;
  box-shadow: 0 6px 28px rgba(245,158,11,.35);
  transform: translateY(-1px);
}

/* ── Tags ─────────────────────────────────────────────────────── */
.wl-tag         { background: var(--wl-muted); color: var(--wl-amber); }
.wl-tag--amber  { background: rgba(245,158,11,.12); color: #f59e0b; }
.wl-tag--orange { background: rgba(249,115,22,.12); color: #f97316; }
.wl-tag--yellow { background: rgba(234,179,8,.12);  color: #eab308; }
.wl-tag--red    { background: rgba(239,68,68,.12);  color: #ef4444; }
.wl-tag--teal   { background: rgba(20,184,166,.12); color: #14b8a6; }
.wl-tag--blue   { background: rgba(59,130,246,.12); color: #3b82f6; }

/* ── HERO ─────────────────────────────────────────────────────── */
.wl-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, #0d0a00 0%, #150e00 55%, #0d0a00 100%);
  padding: 120px 0 80px;
}
.wl-hero__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(245,158,11,.07) 0%, transparent 70%);
}
.wl-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.wl-hero__glow.g1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(245,158,11,.18) 0%, transparent 70%);
  top: -120px; right: -100px;
}
.wl-hero__glow.g2 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(249,115,22,.12) 0%, transparent 70%);
  bottom: -60px; left: 10%;
}
.wl-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.wl-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.28);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .8rem; font-weight: 600;
  color: var(--wl-amber); letter-spacing: .02em;
  margin-bottom: 20px;
}
.wl-hero__title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 900; line-height: 1.1;
  color: #fff; margin-bottom: 20px;
}
.wl-gradient-text {
  background: linear-gradient(135deg, var(--wl-amber), var(--wl-orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wl-hero__sub {
  font-size: 1.08rem; line-height: 1.7;
  color: rgba(255,255,255,.7); max-width: 520px; margin-bottom: 32px;
}
.wl-hero__actions {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px;
}
.wl-hero__trust {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.wl-trust {
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; padding: 7px 13px;
  font-size: .8rem; color: rgba(255,255,255,.75);
}
.wl-trust i { color: var(--wl-amber); font-size: .95rem; }

/* ── Dashboard Mock ───────────────────────────────────────────── */
.wl-dashboard-mock {
  background: #110a00;
  border: 1px solid rgba(245,158,11,.18);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(245,158,11,.12);
}
.wl-dashboard-mock .mock-topbar {
  background: #0e0800;
  border-bottom-color: rgba(245,158,11,.15);
}
.wl-dashboard-mock .mock-sidebar {
  background: #0c0700;
  border-right-color: rgba(245,158,11,.12);
}
.wl-val { color: var(--wl-amber) !important; }
.wl-bar-active { background: var(--wl-amber) !important; }
.wl-dashboard-mock .mock-bar { background: rgba(245,158,11,.3); border-radius: 3px 3px 0 0; transition: height .3s; }

/* ── Stats strip ─────────────────────────────────────────────── */
.wl-stats {
  background: #0d0900;
  border-top: 1px solid rgba(245,158,11,.12);
  border-bottom: 1px solid rgba(245,158,11,.12);
  padding: 28px 0;
}
.wl-stat { border-color: rgba(245,158,11,.15) !important; }
.wl-stat strong { color: var(--wl-amber) !important; }

/* ── Feature icon colours ─────────────────────────────────────── */
.wl-icon--amber  { background: rgba(245,158,11,.12) !important; color: #f59e0b !important; }
.wl-icon--orange { background: rgba(249,115,22,.12) !important; color: #f97316 !important; }
.wl-icon--yellow { background: rgba(234,179,8,.12)  !important; color: #eab308 !important; }
.wl-icon--red    { background: rgba(239,68,68,.12)  !important; color: #ef4444 !important; }
.wl-icon--teal   { background: rgba(20,184,166,.12) !important; color: #14b8a6 !important; }
.wl-icon--blue   { background: rgba(59,130,246,.12) !important; color: #3b82f6 !important; }

/* ── Pricing featured card ───────────────────────────────────── */
.erp-price-card--wl-featured {
  border-color: var(--wl-amber) !important;
  background: linear-gradient(180deg, rgba(245,158,11,.07) 0%, rgba(249,115,22,.04) 100%);
  position: relative;
}
.wl-price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--wl-amber), var(--wl-orange));
  color: #fff; font-size: .75rem; font-weight: 700;
  padding: 4px 16px; border-radius: 999px; white-space: nowrap;
  letter-spacing: .04em; text-transform: uppercase;
}

/* ── CTA section ─────────────────────────────────────────────── */
.wl-cta {
  background: linear-gradient(150deg, #0d0900 0%, #160d00 60%, #0d0900 100%) !important;
  position: relative;
}
.wl-cta__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 60% at 70% 50%, rgba(245,158,11,.07) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Form select ─────────────────────────────────────────────── */
.cform select {
  width: 100%; padding: 11px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px; color: #fff;
  font-size: .95rem; appearance: auto;
}
.cform select option { background: #110a00; }
.cform select:focus  { outline: none; border-color: var(--wl-amber); }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .wl-hero__inner    { grid-template-columns: 1fr; gap: 40px; }
  .wl-hero__visual   { order: -1; }
  .wl-dashboard-mock { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .wl-hero            { padding: 100px 0 60px; }
  .wl-hero__title     { font-size: 2rem; }
  .wl-hero__actions   { flex-direction: column; }
  .wl-hero__trust     { flex-direction: column; }
}
