:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --text: #132033;
  --muted: #5d6b7e;
  --primary: #0b5cff;
  --primary-dark: #0846c8;
  --accent: #11a88a;
  --border: #dce4ee;
  --shadow: 0 24px 70px rgba(19, 32, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 228, 238, 0.8);
}
.navbar { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: white; border-radius: 14px; font-size: 15px;
  box-shadow: 0 12px 30px rgba(11, 92, 255, 0.24);
}
.brand-text { font-size: 18px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-weight: 600; color: var(--muted); }
.nav-links a:hover { color: var(--primary); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--border); border-radius: 999px; background: white; color: var(--text) !important; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; }
.hero {
  padding: 92px 0 74px;
  background:
    radial-gradient(circle at top right, rgba(17, 168, 138, 0.16), transparent 36%),
    linear-gradient(135deg, #f8fbff 0%, #edf4ff 100%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 54px; align-items: center; }
.eyebrow, .section-kicker { color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6vw, 72px); line-height: 0.98; letter-spacing: -0.06em; margin-bottom: 24px; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.045em; margin-bottom: 18px; }
h3 { font-size: 20px; line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 10px; }
.hero-lead, .section-heading p, .split-grid p, .about-card p, .quote-grid p, .contact-grid p { color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; }
.btn-primary { color: white; background: var(--primary); box-shadow: 0 16px 34px rgba(11, 92, 255, 0.26); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: white; border-color: var(--border); color: var(--text); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { padding: 8px 12px; background: rgba(255,255,255,0.72); border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-weight: 700; font-size: 14px; }
.hero-card { background: rgba(255,255,255,0.82); border: 1px solid rgba(220,228,238,0.9); border-radius: 32px; padding: 34px; box-shadow: var(--shadow); position: relative; }
.card-topline { width: 84px; height: 8px; border-radius: 999px; background: linear-gradient(90deg, var(--primary), var(--accent)); margin-bottom: 32px; }
.hero-card p, .hero-card li { color: var(--muted); }
.hero-card ul { padding-left: 20px; margin-bottom: 0; }
.section { padding: 88px 0; }
.muted { background: var(--surface-2); }
.logos-section { padding: 44px 0; background: var(--text); color: white; }
.logos-section .section-kicker { color: #8bb7ff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stats-grid div { padding: 24px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 22px; }
.stats-grid strong { display: block; font-size: 30px; line-height: 1; margin-bottom: 8px; }
.stats-grid span { color: rgba(255,255,255,0.72); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: var(--surface); border: 1px solid var(--border); border-radius: 28px; padding: 28px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(19,32,51,0.10); }
.product-card p { color: var(--muted); margin-bottom: 0; }
.icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #edf4ff; color: var(--primary); font-size: 22px; margin-bottom: 22px; }
.hero-parts-image {
  width: 100%;
  display: block;
  border-radius: 24px;
  margin: 0 0 26px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 44px rgba(19,32,51,0.10);
}
.product-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
  background: #edf4ff;
}
.product-card .icon { margin-bottom: 16px; }

.split-grid, .about-grid, .quote-grid, .contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 52px; align-items: start; }
.steps { display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 18px; background: white; border: 1px solid var(--border); border-radius: 26px; padding: 24px; }
.step span { display: grid; place-items: center; height: 48px; width: 48px; border-radius: 16px; background: var(--primary); color: white; font-weight: 800; }
.step p { margin-bottom: 0; color: var(--muted); }
.text-link { color: var(--primary); font-weight: 800; }
.about-card, .values-card, .quote-form, .contact-card { background: white; border: 1px solid var(--border); border-radius: 30px; padding: 34px; box-shadow: 0 18px 52px rgba(19,32,51,0.07); }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); font-weight: 600; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 900; }
.quote-section { background: linear-gradient(135deg, #132033, #1d3558); color: white; }
.quote-section .section-kicker { color: #8bb7ff; }
.quote-section p { color: rgba(255,255,255,0.76); }
.info-box { margin-top: 28px; padding: 22px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.08); border-radius: 22px; display: grid; gap: 8px; }
.info-box span { color: rgba(255,255,255,0.74); }
.quote-form label { display: grid; gap: 8px; color: var(--text); font-weight: 700; margin-bottom: 16px; }
input, textarea { width: 100%; border: 1px solid var(--border); border-radius: 16px; padding: 14px 16px; font: inherit; color: var(--text); background: #fbfdff; }
input:focus, textarea:focus { outline: 3px solid rgba(11,92,255,0.16); border-color: var(--primary); }
.quote-form .btn { width: 100%; }
.form-note { color: var(--muted) !important; font-size: 13px !important; margin: 12px 0 0; }
.contact-card p { margin-bottom: 12px; }
.contact-card a { color: var(--primary); font-weight: 800; }
.site-footer { padding: 54px 0 26px; background: #0e1828; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; }
.footer-brand { margin-bottom: 16px; }
.site-footer p, .footer-bottom { color: rgba(255,255,255,0.66); }
.footer-links { display: grid; gap: 10px; color: rgba(255,255,255,0.8); font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 32px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 14px; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 0; right: 0; padding: 20px; background: white; border-bottom: 1px solid var(--border); display: none; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero-grid, .split-grid, .about-grid, .quote-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1140px); }
  .hero { padding: 62px 0 48px; }
  .section { padding: 64px 0; }
  .product-grid, .stats-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .brand-text { font-size: 16px; }
}

.brand-compatibility {
  margin-top: 28px;
  padding: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
}
.brand-compatibility p {
  margin-bottom: 16px;
  color: rgba(255,255,255,0.82);
  font-weight: 700;
}
.brand-logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 12px;
}
.brand-badge {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 14px;
  border-radius: 18px;
  background: white;
  color: #132033;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-size: 22px;
  text-align: center;
}
.brand-badge.thyssen { font-size: 18px; text-transform: none; }
.brand-compatibility small { color: rgba(255,255,255,0.58); }
.maps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.map-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 18px 52px rgba(19,32,51,0.07);
}
.map-card p { color: var(--muted); }
.map-card iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 22px;
  display: block;
}
@media (max-width: 900px) {
  .brand-logo-row, .maps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .brand-logo-row, .maps-grid { grid-template-columns: 1fr; }
  .map-card iframe { min-height: 300px; }
}
