:root {
  --primary: #f5a400;
  --primary-dark: #d18400;
  --dark: #111827;
  --muted: #6b7280;
  --soft: #f6f7fb;
  --white: #ffffff;
  --border: #e5e7eb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--dark);
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav { height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { background: var(--dark); color: var(--primary); padding: 9px 10px; border-radius: 10px; }
.menu { display: flex; align-items: center; gap: 24px; font-weight: 600; font-size: 14px; }
.nav-cta { background: var(--primary); color: #171717; padding: 12px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; font-size: 26px; }
.hero { padding: 90px 0 70px; background: radial-gradient(circle at top right, #ffe5a5, transparent 30%), linear-gradient(135deg, #111827 0%, #1f2937 58%, #f5a400 58%); color: white; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.eyebrow { color: var(--primary); text-transform: uppercase; font-weight: 800; letter-spacing: .12em; font-size: 12px; }
h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.02; margin: 12px 0 20px; }
h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.12; margin: 10px 0 16px; }
.hero-text { font-size: 18px; color: #d1d5db; max-width: 650px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn.primary { background: var(--primary); color: #171717; }
.btn.primary:hover { background: var(--primary-dark); }
.btn.secondary { color: white; border-color: rgba(255,255,255,.35); }
.btn.small { padding: 12px 18px; }
.btn.full { width: 100%; border: 0; font-size: 16px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; max-width: 560px; }
.stats div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 16px; }
.stats strong { display: block; font-size: 24px; color: var(--primary); }
.stats span { font-size: 13px; color: #d1d5db; }
.hero-card { min-height: 430px; position: relative; }
.machine-card { position: absolute; inset: 40px 20px 40px 40px; border-radius: 30px; background: linear-gradient(145deg, #fff, #e5e7eb); color: var(--dark); padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.25); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.machine-card::before { content: ''; position: absolute; inset: 35px; border-radius: 26px; background: linear-gradient(135deg, #f5a400, #111827); opacity: .15; }
.machine-card h3 { font-size: 30px; margin: 0 0 8px; position: relative; }
.machine-card p, .tag { position: relative; }
.tag { align-self: flex-start; background: #111827; color: var(--primary); padding: 8px 12px; border-radius: 999px; font-weight: 800; margin-bottom: auto; }
.floating-card { position: absolute; background: white; color: var(--dark); padding: 16px 22px; border-radius: 18px; font-weight: 800; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.card-a { top: 50px; right: 0; }
.card-b { bottom: 55px; left: 0; }
.trust-strip { padding: 20px 0; background: #0b1220; color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; text-align: center; font-weight: 800; color: #e5e7eb; }
.section { padding: 86px 0; }
.soft-bg { background: var(--soft); }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.section-heading.split { max-width: none; display: flex; justify-content: space-between; align-items: end; text-align: left; gap: 20px; }
.service-grid, .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .product-card, .quote-box, .contact-form { background: white; border: 1px solid var(--border); border-radius: 24px; box-shadow: 0 12px 30px rgba(17,24,39,.06); }
.service-card { padding: 28px; }
.icon { width: 58px; height: 58px; display: grid; place-items: center; background: #fff2cc; border-radius: 16px; font-size: 28px; }
.service-card p, .product-body p, .about p, .quote-box p, .contact-section p { color: var(--muted); line-height: 1.7; }
.product-card { overflow: hidden; }
.product-img { height: 190px; background-size: cover; background-position: center; }
.product-img.forklift { background: linear-gradient(135deg, rgba(245,164,0,.85), rgba(17,24,39,.85)), url('https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=900&q=80'); }
.product-img.ac { background: linear-gradient(135deg, rgba(245,164,0,.7), rgba(17,24,39,.8)), url('https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=900&q=80'); }
.product-img.print { background: linear-gradient(135deg, rgba(245,164,0,.7), rgba(17,24,39,.8)), url('https://images.unsplash.com/photo-1516387938699-a93567ec168e?auto=format&fit=crop&w=900&q=80'); }
.product-body { padding: 24px; }
.pill { display: inline-block; padding: 7px 10px; border-radius: 999px; background: #fff2cc; font-size: 12px; font-weight: 800; color: #8a5a00; }
ul { padding-left: 18px; color: var(--muted); line-height: 1.8; }
.product-body a { color: var(--primary-dark); font-weight: 800; }
.about-grid, .contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 36px; align-items: center; }
.check-list { display: grid; gap: 12px; margin-top: 22px; font-weight: 700; }
.quote-box { padding: 34px; background: #111827; color: white; }
.contact-section { background: #111827; color: white; }
.contact-form { padding: 26px; color: var(--dark); }
.contact-form label { display: grid; gap: 8px; font-weight: 700; margin-bottom: 16px; }
input, select, textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--border); border-radius: 14px; font: inherit; }
.footer { background: #070b12; color: #d1d5db; padding: 26px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer a { margin-left: 18px; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 20; background: #25d366; color: white; padding: 14px 18px; border-radius: 999px; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .menu { position: absolute; left: 16px; right: 16px; top: 74px; background: white; color: var(--dark); border: 1px solid var(--border); border-radius: 20px; padding: 18px; display: none; flex-direction: column; align-items: stretch; }
  .menu.active { display: flex; }
  .hero-grid, .about-grid, .contact-grid, .service-grid, .product-grid { grid-template-columns: 1fr; }
  .hero { background: linear-gradient(135deg, #111827, #1f2937); }
  .hero-card { min-height: 330px; }
  .stats, .trust-grid { grid-template-columns: 1fr; }
  .section-heading.split { display: block; }
  .footer-grid { display: grid; }
  .footer a { margin-left: 0; margin-right: 14px; }
}
