.elementor-41 .elementor-element.elementor-element-660b092{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eddeeb1 */:root {
  --red: #e52420;
  --red-dark: #b91412;
  --black: #090909;
  --text: #1e1f22;
  --muted: #676b72;
  --line: #e8eaee;
  --soft: #f5f6f8;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(10, 15, 25, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand img { width: 220px; height: auto; }
.main-nav { display: flex; justify-content: center; gap: 34px; font-size: 15px; font-weight: 800; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 22px;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 900;
  letter-spacing: -.01em;
  border: 2px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 12px 25px rgba(229,36,32,.22); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { color: var(--red); border-color: var(--red); background: rgba(255,255,255,.86); }
.header-cta { min-height: 46px; padding-inline: 23px; font-size: 14px; }

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 72% 50%; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.97) 27%, rgba(255,255,255,.72) 46%, rgba(255,255,255,.05) 72%),
    linear-gradient(0deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,0) 26%);
}
.hero-content { max-width: 610px; padding: 82px 0 120px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--red);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 13px;
}
.eyebrow::before {
  content: "";
  width: 38px;
  height: 3px;
  background: var(--red);
  border-radius: 4px;
}
.eyebrow.light { color: #fff; }
.eyebrow.light::before { background: #fff; }
.hero h1 {
  margin: 0;
  font-size: clamp(46px, 6.2vw, 86px);
  line-height: .96;
  letter-spacing: -.065em;
  color: var(--black);
  max-width: 760px;
}
.hero h1 span { color: var(--red); display: block; }
.hero-lead {
  margin: 28px 0 0;
  padding-left: 20px;
  border-left: 4px solid var(--red);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 850;
  max-width: 510px;
}
.hero-text { margin: 22px 0 0; color: #3d4046; max-width: 500px; font-size: 17px; }
.hero-actions { display: flex; gap: 18px; margin-top: 34px; flex-wrap: wrap; }

.section { padding: 92px 0; }
.section-head { max-width: 720px; margin-bottom: 42px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before { display: none; }
.section h2, .contact-section h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.section-head p:not(.eyebrow), .content-panel > p, .safety-content > p { color: var(--muted); font-size: 17px; }

.services { padding-top: 76px; background: #fff; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.service-card {
  min-height: 248px;
  padding: 28px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(14, 18, 28, .06);
  transition: transform .2s ease, border .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: rgba(229,36,32,.35); box-shadow: 0 20px 55px rgba(14,18,28,.11); }
.icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  color: var(--red);
}
.icon svg { width: 52px; height: 52px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.2; color: var(--black); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.industry { background: var(--soft); }
.split {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 58px;
}
.image-panel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.12));
  pointer-events: none;
}
.image-panel img { width: 100%; height: 530px; object-fit: cover; }
.content-panel h2 { margin-bottom: 20px; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}
.benefit-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
}
.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-weight: 900;
  margin-bottom: 13px;
}
.benefit-grid h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.2; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.references { background: #fff; }
.reference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.reference-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(14,18,28,.07);
}
.reference-card img { width: 100%; height: 190px; object-fit: cover; }
.reference-card div { padding: 22px; }
.reference-card h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.2; color: var(--black); }
.reference-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process { background: linear-gradient(180deg, #fff, #f8f9fb); padding-top: 44px; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: steps;
}
.process-step {
  position: relative;
  padding: 30px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-align: center;
}
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 28px;
  height: 2px;
  background: #b9bdc5;
}
.process-step span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-weight: 950;
}
.process-step h3 { margin: 0 0 10px; font-size: 20px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.safety { background: var(--soft); }
.safety-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 54px;
}
.image-panel.small img { height: 420px; object-position: 56% 45%; }
.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}
.trust-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 780;
  font-size: 14px;
}
.trust-list li::before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 15px;
  color: var(--red);
  font-weight: 950;
}

.contact-section {
  padding: 78px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, #e52420 0%, #c71916 58%, #970f0d 100%);
}
.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: center;
}
.contact-copy h2 { color: #fff; max-width: 600px; }
.contact-copy p { color: rgba(255,255,255,.86); font-size: 18px; }
.contact-lines { display: grid; gap: 10px; margin-top: 28px; font-weight: 850; }
.contact-form {
  background: #fff;
  color: var(--text);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 25px 70px rgba(0,0,0,.22);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.contact-form label span { color: #51545a; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid #dfe2e8;
  border-radius: 10px;
  padding: 14px 15px;
  outline: none;
  background: #fbfcfd;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(229,36,32,.08); }
.contact-form button { width: 100%; }

.site-footer { background: #101113; color: #fff; padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .6fr .8fr; gap: 56px; }
.footer-logo { display: inline-grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; margin-bottom: 16px; }
.footer-logo span { grid-row: 1 / span 2; color: var(--red); font-size: 42px; font-weight: 950; letter-spacing: -.14em; transform: skewX(-7deg); }
.footer-logo strong { font-size: 30px; letter-spacing: .12em; line-height: 1; }
.footer-logo small { color: var(--red); font-size: 10px; letter-spacing: .42em; font-weight: 950; }
.site-footer p, .site-footer span { color: rgba(255,255,255,.68); }
.site-footer h3 { margin: 0 0 14px; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; }
.site-footer a { display: block; color: rgba(255,255,255,.74); margin: 8px 0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 220px 1fr; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .reference-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .safety-grid, .contact-grid { grid-template-columns: 1fr; }
  .image-panel img { height: 430px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, var(--container)); }
  .header-inner { min-height: auto; padding: 14px 0; grid-template-columns: 1fr; gap: 12px; }
  .brand img { width: 190px; }
  .main-nav { justify-content: flex-start; overflow-x: auto; gap: 22px; padding-bottom: 4px; font-size: 14px; }
  .main-nav a { padding: 6px 0; white-space: nowrap; }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; align-items: start; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.86) 58%, rgba(255,255,255,.6)); }
  .hero-bg img { object-position: 68% 50%; opacity: .38; }
  .hero-content { padding: 64px 0 84px; }
  .hero h1 { font-size: clamp(44px, 12vw, 70px); }
  .hero-lead { font-size: 19px; }
  .section { padding: 64px 0; }
  .service-grid, .benefit-grid, .process-grid, .trust-list { grid-template-columns: 1fr; }
  .process-step:not(:last-child)::after { display: none; }
  .reference-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .hero-text { font-size: 16px; }
  .service-card { min-height: auto; }
  .image-panel img, .image-panel.small img { height: 300px; }
  .contact-form { padding: 20px; }
}/* End custom CSS */