
:root {
  --wsmaq-dark: #111317;
  --wsmaq-graphite: #1b1f24;
  --wsmaq-steel: #6f7882;
  --wsmaq-light: #f4f5f6;
  --wsmaq-yellow: #f2b705;
  --wsmaq-white: #ffffff;
}
body { background: var(--wsmaq-light); }
.wsmaq-page { font-family: Arial, Helvetica, sans-serif; color: var(--wsmaq-dark); }
.wsmaq-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 80px 8%;
  background:
    linear-gradient(90deg, rgba(17,19,23,.94), rgba(17,19,23,.72)),
    url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
  color: var(--wsmaq-white);
}
.wsmaq-hero div { max-width: 920px; }
.wsmaq-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--wsmaq-yellow);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
  font-size: 13px;
}
.wsmaq-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  margin: 0 0 24px 0;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.wsmaq-hero p { font-size: 20px; max-width: 760px; color: #e5e7eb; }
.wsmaq-btn {
  display: inline-block;
  background: var(--wsmaq-yellow);
  color: #101010 !important;
  padding: 14px 22px;
  text-decoration: none !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  border: 2px solid var(--wsmaq-yellow);
  margin: 8px 8px 8px 0;
}
.wsmaq-btn-outline { background: transparent; color: var(--wsmaq-white) !important; }
.wsmaq-btn-small { padding: 10px 14px; font-size: 12px; }
.wsmaq-header {
  padding: 82px 8% 42px;
  background: var(--wsmaq-dark);
  color: var(--wsmaq-white);
}
.wsmaq-header h1 { font-size: clamp(38px, 5vw, 64px); margin: 0 0 14px; letter-spacing: -0.03em; }
.wsmaq-header p { color: #d2d5d9; font-size: 19px; max-width: 820px; }
.wsmaq-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
}
.wsmaq-columns > div {
  padding: 52px 42px;
  background: var(--wsmaq-white);
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.wsmaq-columns h2 { font-size: 25px; margin-top: 0; }
.wsmaq-columns p, .wsmaq-dark p { color: #444b55; font-size: 17px; line-height: 1.65; }
.wsmaq-dark {
  background: var(--wsmaq-graphite);
  color: var(--wsmaq-white);
  padding: 72px 8%;
}
.wsmaq-dark h2 { font-size: clamp(30px, 4vw, 48px); margin-top: 0; }
.wsmaq-dark p { color: #d9dde2; max-width: 900px; }
.wsmaq-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 52px 8%;
}
.wsmaq-machine-card {
  background: var(--wsmaq-white);
  border: 1px solid #d9dde2;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.wsmaq-machine-card img { width: 100%; height: 240px; object-fit: cover; display: block; }
.wsmaq-placeholder {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #20242a, #111317);
  color: var(--wsmaq-yellow);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .08em;
}
.wsmaq-card-body { padding: 24px; }
.wsmaq-badge {
  background: var(--wsmaq-yellow);
  padding: 6px 10px;
  display: inline-block;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
.wsmaq-card-body h3 { font-size: 24px; margin: 16px 0 8px; }
.wsmaq-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 18px 0;
  font-size: 14px;
  color: var(--wsmaq-steel);
  font-weight: 700;
}
.wsmaq-form {
  margin: 52px 8%;
  max-width: 760px;
  background: var(--wsmaq-white);
  padding: 38px;
  border: 1px solid #d9dde2;
}
.wsmaq-form label { display: block; font-weight: 700; margin-bottom: 16px; }
.wsmaq-form input, .wsmaq-form textarea {
  width: 100%;
  display: block;
  padding: 14px;
  border: 1px solid #c8cdd2;
  margin-top: 7px;
  font-size: 16px;
}
@media (max-width: 900px) {
  .wsmaq-columns, .wsmaq-machine-grid { grid-template-columns: 1fr; }
  .wsmaq-hero { min-height: 520px; padding: 62px 6%; }
  .wsmaq-header, .wsmaq-dark { padding-left: 6%; padding-right: 6%; }
}
