/* =========================================================
   Al Razzaq Machinery — Industrial theme
   ========================================================= */

:root {
  --bg: #0b0b0c;
  --bg-2: #131316;
  --panel: #1a1a1d;
  --panel-2: #232328;
  --line: #2a2a30;
  --text: #ececef;
  --muted: #9a9aa3;
  --yellow: #ffc72c;
  --yellow-2: #ffb000;
  --orange: #ff6b1a;
  --red: #d6322a;
  --green: #36c46e;

  --maxw: 1240px;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.6);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Type ---------- */
h1, h2, h3, h4 {
  font-family: "Oswald", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.6em;
  line-height: 1.05;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h3 { font-size: 1.3rem; }
p  { margin: 0 0 1em; color: #d2d2d6; }

.eyebrow {
  display: inline-block;
  color: var(--yellow);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 10px;
  background: rgba(255, 199, 44, 0.08);
  border-left: 3px solid var(--yellow);
  margin-bottom: 18px;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

section { padding: 96px 0; position: relative; }
section.tight { padding: 64px 0; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 11, 12, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.logo-mark {
  width: 38px; height: 38px;
  background: var(--yellow);
  color: #111;
  display: grid; place-items: center;
  font-weight: 800;
  border-radius: 4px;
  box-shadow: 0 0 0 4px rgba(255, 199, 44, 0.15);
}
.logo small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  padding: 0; margin: 0;
}
.nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: #d8d8dc;
  position: relative;
  padding: 6px 0;
  transition: color 0.15s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--yellow); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 2px;
  background: var(--yellow);
}

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--yellow);
  color: #111;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.15s ease, background 0.15s ease;
}
.nav-cta:hover { background: #fff; transform: translateY(-1px); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  width: 44px; height: 44px;
  border-radius: 4px;
  color: var(--text);
  font-size: 1.4rem;
  align-items: center; justify-content: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: 0;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.btn-primary {
  background: var(--yellow);
  color: #111;
}
.btn-primary:hover { background: #fff; transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-wa {
  background: #25D366;
  color: #fff;
}
.btn-wa:hover { background: #1ebe57; transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 80px;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(255, 107, 26, 0.12), transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(255, 199, 44, 0.10), transparent 55%),
    linear-gradient(180deg, #0b0b0c 0%, #131316 100%);
}
.hero::before {
  /* diagonal hazard stripe */
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0 40px,
    rgba(255, 199, 44, 0.025) 40px 80px
  );
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero h1 .accent { color: var(--yellow); }
.hero p.lead {
  font-size: 1.15rem;
  color: #cfcfd5;
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  max-width: 560px;
}
.hero-stats .num {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: var(--yellow);
  font-weight: 700;
}
.hero-stats .lbl {
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* SVG hero illustration card */
.hero-card {
  position: relative;
  background: linear-gradient(160deg, #1a1a1d 0%, #0f0f12 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-card::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--yellow), var(--orange));
}
.hero-card .tag-row {
  display: flex; gap: 8px; margin-bottom: 14px;
}
.tag {
  font-size: 0.7rem;
  background: rgba(255, 199, 44, 0.12);
  color: var(--yellow);
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.tag.live { background: rgba(54, 196, 110, 0.15); color: var(--green); }
.tag.live::before {
  content: ""; display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); margin-right: 6px;
  box-shadow: 0 0 0 3px rgba(54, 196, 110, 0.25);
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(54, 196, 110, 0.25); }
  50%     { box-shadow: 0 0 0 6px rgba(54, 196, 110, 0.05); }
}

/* ---------- Section heading ---------- */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 56px;
}
.section-head p { max-width: 520px; color: var(--muted); margin: 0; }

/* ---------- Feature row ---------- */
.features {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feat {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.feat:hover { border-color: var(--yellow); transform: translateY(-4px); }
.feat .ico {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: rgba(255, 199, 44, 0.1);
  color: var(--yellow);
  border-radius: 6px;
  margin-bottom: 16px;
}
.feat h3 { margin-bottom: 8px; font-size: 1.1rem; }
.feat p { color: var(--muted); margin: 0; font-size: 0.92rem; }

/* ---------- Machinery cards ---------- */
.cat-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
}
.chip {
  background: transparent;
  border: 1px solid var(--line);
  color: #d2d2d6;
  padding: 9px 16px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.15s ease;
}
.chip:hover { border-color: var(--yellow); color: var(--yellow); }
.chip.is-active {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #111;
}
.cat-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 4px 4px 4px 16px;
}
.cat-search input {
  background: transparent;
  border: 0;
  color: var(--text);
  outline: none;
  font: inherit;
  width: 200px;
}
.cat-search input::placeholder { color: var(--muted); }

.machine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.machine {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.machine:hover { transform: translateY(-4px); border-color: var(--yellow); }
.machine .visual {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #1f1f24 0%, #0d0d10 100%);
  position: relative;
  overflow: hidden;
}
.machine .badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--yellow);
  color: #111;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.machine .badge.china { background: var(--orange); color: #fff; }
.machine .badge.stock { background: var(--green); color: #fff; }
.machine .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.machine .body h3 { font-size: 1.15rem; margin-bottom: 4px; }
.machine .cat { color: var(--muted); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.machine ul.specs {
  list-style: none; padding: 0; margin: 0 0 18px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px;
  font-size: 0.85rem;
  color: #c2c2c8;
}
.machine ul.specs li::before {
  content: "•"; color: var(--yellow); margin-right: 6px;
}
.machine .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.machine .price {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  color: var(--yellow);
  font-weight: 700;
}
.machine .price small { color: var(--muted); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }

/* ---------- China crane CTA strip ---------- */
.cta-strip {
  background:
    linear-gradient(180deg, rgba(255, 107, 26, 0.06), transparent),
    var(--bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-strip-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.timeline {
  position: relative;
  padding: 8px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 22px; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--yellow), var(--orange));
}
.timeline-step {
  position: relative;
  padding: 14px 0 14px 60px;
}
.timeline-step .dot {
  position: absolute;
  left: 12px; top: 18px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--yellow);
}
.timeline-step.done .dot { background: var(--yellow); }
.timeline-step h4 { margin: 0 0 4px; font-size: 1rem; }
.timeline-step span { color: var(--muted); font-size: 0.85rem; }
.timeline-step .day {
  display: inline-block;
  background: rgba(255, 199, 44, 0.12);
  color: var(--yellow);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

/* ---------- Booking page ---------- */
.crane-hero {
  padding: 120px 0 60px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 107, 26, 0.14), transparent 60%),
    var(--bg);
  text-align: center;
}
.crane-hero h1 { max-width: 900px; margin: 0 auto 18px; }
.crane-hero p { max-width: 680px; margin: 0 auto 24px; color: var(--muted); font-size: 1.1rem; }

.deposit-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(54, 196, 110, 0.1);
  border: 1px solid rgba(54, 196, 110, 0.4);
  color: var(--green);
  padding: 10px 18px;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 22px;
}

.config {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 32px;
  align-items: start;
}
.config-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.config-card h3 { margin-bottom: 20px; }

.opt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.opt {
  background: var(--bg-2);
  border: 2px solid var(--line);
  padding: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}
.opt:hover { border-color: #555; }
.opt.is-selected {
  border-color: var(--yellow);
  background: rgba(255, 199, 44, 0.06);
}
.opt.is-selected::after {
  content: "✓";
  position: absolute; top: 10px; right: 12px;
  color: var(--yellow); font-weight: 800;
}
/* Lighter gray titles so they read clearly against the dark option boxes */
.opt strong { display: block; font-size: 1rem; color: #e7eaee; margin-bottom: 4px; }
.opt span { font-size: 0.82rem; color: #b9c0c8; display: block; }
.opt .add { color: var(--yellow); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; margin-top: 4px; display: block; }
.opt.is-selected strong { color: #fff; }

.summary {
  position: sticky;
  top: 92px;
}
.summary .row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 0.95rem;
}
.summary .row:last-of-type { border-bottom: 0; }
.summary .row.total {
  font-size: 1.1rem;
  font-weight: 700;
  padding-top: 18px;
  margin-top: 8px;
  border-top: 1px solid var(--yellow);
  border-bottom: 0;
  color: var(--yellow);
}
.summary .deposit-line {
  background: rgba(255, 107, 26, 0.08);
  border: 1px solid rgba(255, 107, 26, 0.3);
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0 18px;
  display: flex; justify-content: space-between; align-items: center;
}
.summary .deposit-line strong { color: var(--orange); font-size: 1.1rem; }
.summary .deposit-line span { font-size: 0.8rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
}
.faq {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.faq summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  color: var(--yellow);
  font-size: 1.4rem;
  font-weight: 300;
  transition: transform 0.2s ease;
}
.faq[open] summary::after { transform: rotate(45deg); }
.faq .ans {
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ---------- Testimonials / trust ---------- */
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.trust {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
}
.stars { color: var(--yellow); margin-bottom: 8px; letter-spacing: 2px; }
.trust p { color: #c8c8cf; font-size: 0.95rem; }
.trust .who { font-size: 0.82rem; color: var(--muted); margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.trust .who strong { color: var(--text); font-weight: 600; }

/* ---------- Footer ---------- */
footer {
  background: #08080a;
  border-top: 1px solid var(--line);
  padding: 64px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.foot-grid h4 {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 16px;
}
.foot-grid ul { list-style: none; padding: 0; margin: 0; }
.foot-grid li { margin-bottom: 10px; }
.foot-grid a { color: #c8c8cf; font-size: 0.92rem; }
.foot-grid a:hover { color: var(--yellow); }
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Floating WhatsApp ---------- */
.fab-wa {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  z-index: 60;
  transition: transform 0.15s ease;
}
.fab-wa:hover { transform: scale(1.08); }
.fab-wa svg { width: 28px; height: 28px; }

/* ---------- Tel / Call button ---------- */
.btn-call {
  background: #1f6feb;
  color: #fff;
}
.btn-call:hover { background: #1559c4; transform: translateY(-2px); }

/* ---------- Machine card as clickable link ---------- */
.machine-link {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.machine-link .machine { width: 100%; }
.machine .body h3 a { color: inherit; }
.machine .body h3 a:hover { color: var(--yellow); }

/* ---------- Detail page (machine-*.html) ---------- */
.detail-hero {
  padding: 56px 0 32px;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(255, 199, 44, 0.08), transparent 60%),
    var(--bg);
}
.breadcrumbs {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--yellow); }
.breadcrumbs .sep { margin: 0 8px; opacity: 0.5; }

.detail-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}
.detail-visual {
  background: linear-gradient(135deg, #1f1f24 0%, #0d0d10 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}
.detail-visual .badge {
  position: absolute; top: 18px; left: 18px;
  padding: 6px 14px;
  background: var(--yellow);
  color: #111;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.detail-visual .badge.china { background: var(--orange); color: #fff; }
.detail-visual .badge.stock { background: var(--green); color: #fff; }
.detail-visual svg { width: 100%; height: 100%; display: block; }

.detail-info h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; }
.detail-info .cat-line {
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.price-block {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 24px;
  margin: 18px 0;
}
.price-block .price {
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  color: var(--yellow);
  font-weight: 700;
  line-height: 1;
}
.price-block .price small {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--muted);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}
.price-block .vat-note {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 6px 0 0;
}

.cta-stack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 24px;
  font-size: 0.95rem;
}
.spec-table th, .spec-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.spec-table th {
  color: var(--muted);
  font-weight: 500;
  width: 45%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.spec-table td { color: var(--text); font-weight: 600; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }

.detail-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 24px 0 8px;
}
.detail-features .item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 0.85rem;
  color: #d2d2d6;
}
.detail-features .item strong {
  display: block;
  color: var(--yellow);
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

/* ---------- Quote / Lead form ---------- */
.lead-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.lead-form h2 { margin-bottom: 8px; }
.lead-form .form-sub { color: var(--muted); font-size: 0.95rem; margin-bottom: 24px; }
.field {
  display: block;
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 600;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 12px 14px;
  border-radius: 6px;
  font: inherit;
  outline: none;
  transition: border-color 0.15s ease;
}
.field textarea { resize: vertical; min-height: 100px; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--yellow); }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-note { font-size: 0.82rem; color: var(--muted); margin-top: 12px; }

/* ---------- Sticky mobile CTA bar ---------- */
.sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: var(--panel);
  border-top: 1px solid var(--line);
  padding: 10px 12px;
  gap: 8px;
  z-index: 55;
  box-shadow: 0 -10px 30px rgba(0,0,0,0.4);
}
.sticky-cta .btn { flex: 1; padding: 12px; font-size: 0.78rem; gap: 6px; }

/* ---------- Trust bar (used in quote / detail pages) ---------- */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 32px 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-bar .item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem;
  color: #c8c8cf;
}
.trust-bar .item .ico {
  width: 32px; height: 32px;
  background: rgba(255, 199, 44, 0.1);
  color: var(--yellow);
  border-radius: 6px;
  display: grid; place-items: center; flex-shrink: 0;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .cta-strip-inner, .config { grid-template-columns: 1fr; gap: 36px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .machine-grid  { grid-template-columns: repeat(2, 1fr); }
  .trust-row     { grid-template-columns: 1fr; }
  .faq-grid      { grid-template-columns: 1fr; }
  .foot-grid     { grid-template-columns: 1fr 1fr; }
  .summary       { position: static; }
  .detail-grid   { grid-template-columns: 1fr; gap: 28px; }
  .detail-features { grid-template-columns: repeat(2, 1fr); }
  .trust-bar     { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  section { padding: 64px 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links.is-open {
    display: flex;
    position: absolute;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg-2);
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
  }
  .nav-links.is-open li { width: 100%; }
  .nav-links.is-open a {
    display: block;
    padding: 14px 24px;
    border-bottom: 1px solid var(--line);
  }
  .machine-grid  { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .opt-grid      { grid-template-columns: 1fr; }
  .foot-grid     { grid-template-columns: 1fr; }
  .hero-stats    { grid-template-columns: 1fr 1fr; }
  .cat-search    { width: 100%; margin-left: 0; }
  .cat-search input { width: 100%; }
  .detail-features { grid-template-columns: 1fr; }
  .field-row     { grid-template-columns: 1fr; }
  .lead-form     { padding: 22px; }
  .trust-bar     { grid-template-columns: 1fr 1fr; }
  /* show sticky CTA on mobile for conversion-critical pages */
  .has-sticky-cta { padding-bottom: 80px; }
  .has-sticky-cta .sticky-cta { display: flex; }
  .fab-wa.with-sticky { display: none; }
}

/* =========================================================
   Currency switcher (header pill bar)
   ========================================================= */
.cur-switch {
  display: inline-flex;
  gap: 4px;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 4px;
  border-radius: 999px;
  margin-left: 12px;
}
.cur-pill {
  background: transparent;
  border: 0;
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.18s;
}
.cur-pill:hover { color: var(--text); }
.cur-pill.is-active {
  background: var(--accent, #ffc72c);
  color: #111;
}
.fx-note {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-left: 6px;
  font-style: italic;
}
.price-disclaimer {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 4px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 720px) {
  .cur-switch { margin: 8px 0 0; }
}

/* Live-stock badge */
.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg,#16a34a,#22c55e);
  color: #fff;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-live::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.35; }
}
.badge-network {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1e40af;
  color: #fff;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-sample {
  display: inline-flex;
  background: var(--panel-2);
  color: var(--muted);
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Photo gallery on detail pages */
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 0 8px;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform 0.18s;
}
.gallery img:hover { transform: scale(1.02); }
.gallery .feature {
  grid-column: span 2;
  aspect-ratio: 16/9;
}
@media (max-width: 720px) {
  .gallery { grid-template-columns: 1fr; }
  .gallery .feature { grid-column: span 1; }
}

/* Open-hours block */
.hours-block {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 14px 0;
}
.hours-block h5 {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent, #ffc72c);
}
.hours-block .row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  padding: 3px 0;
  color: var(--muted);
}
.hours-block .row span:last-child { color: var(--text); font-weight: 600; }
.hours-block .response {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
  font-size: 0.85rem;
  color: var(--text);
}

/* Trade-in form */
.tradein-form { display: grid; gap: 14px; }
.tradein-form label { display: block; font-size: 0.85rem; color: var(--muted); margin-bottom: 4px; font-weight: 500; }
.tradein-form input[type="text"],
.tradein-form input[type="email"],
.tradein-form input[type="tel"],
.tradein-form input[type="number"],
.tradein-form select,
.tradein-form textarea {
  width: 100%;
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.92rem;
}
.tradein-form textarea { min-height: 96px; resize: vertical; }
.tradein-form input[type="file"] { color: var(--muted); padding: 8px 0; }
.tradein-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .tradein-form .row-2 { grid-template-columns: 1fr; } }
