:root {
  --be-dark: #14181c;
  --be-dark-2: #1c2126;
  --be-dark-3: #23292f;
  --be-orange: #f7941d;
  --be-orange-dark: #e07f0c;
  --be-gray: #58595b;
  --be-light: #f6f7f8;
  --be-border: rgba(255, 255, 255, 0.08);
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #2b2f33;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .display-headline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.text-orange { color: var(--be-orange) !important; }
.bg-be-dark { background-color: var(--be-dark) !important; }
.bg-be-dark-2 { background-color: var(--be-dark-2) !important; }
.bg-be-orange { background-color: var(--be-orange) !important; }

.section-pad { padding-top: 6rem; padding-bottom: 6rem; }

.section-eyebrow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--be-orange);
  font-size: 0.9rem;
}

.section-rule {
  width: 60px;
  height: 3px;
  background: var(--be-orange);
  border-radius: 2px;
}

/* Buttons */
.btn-orange {
  background-color: var(--be-orange);
  border-color: var(--be-orange);
  color: #17191b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  padding: 0.8rem 1.9rem;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.btn-orange:hover {
  background-color: var(--be-orange-dark);
  border-color: var(--be-orange-dark);
  color: #fff;
}
.btn-outline-light-custom {
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  padding: 0.8rem 1.9rem;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.btn-outline-light-custom:hover {
  background-color: #fff;
  color: var(--be-dark);
  border-color: #fff;
}

/* Navbar */
.navbar-be {
  background-color: rgba(20, 24, 28, 0.0);
  transition: all 0.35s ease;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.navbar-be.scrolled {
  background-color: rgba(20, 24, 28, 0.97);
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.navbar-be .nav-link {
  color: #e9e9e9;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  margin: 0 0.6rem;
  position: relative;
}
.navbar-be .nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0%;
  height: 2px;
  background: var(--be-orange);
  transition: width 0.25s ease;
}
.navbar-be .nav-link:hover::after,
.navbar-be .nav-link.active::after {
  width: 100%;
}
.navbar-be .nav-link:hover,
.navbar-be .nav-link.active {
  color: #fff;
}
.navbar-brand img { height: 46px; }

/* Hero */
.hero {
  position: relative;
  background: linear-gradient(#0f1215 0%, transparent 46%), url("../img/hero-excavator.jpg") center/cover no-repeat;
  min-height: 98vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,18,21,0.55) 0%, rgba(15,18,21,0.75) 100%);
  z-index: 0;
}
.hero .container { position: relative; z-index: 1; }
.hero-headline {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 800;
}
.hero-sub {
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-size: 1.1rem;
  color: #d7d9db;
  max-width: 560px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(247,148,29,0.12);
  border: 1px solid rgba(247,148,29,0.4);
  color: var(--be-orange);
  padding: 0.4rem 1rem;
  border-radius: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

/* Stats bar */
.stats-bar {
  background: var(--be-dark-2);
  border-top: 4px solid var(--be-orange);
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
.stat-item {
  padding: 2rem 1rem;
  text-align: center;
  border-right: 1px solid var(--be-border);
}
.stat-item:last-child { border-right: none; }
.stat-item i { font-size: 1.9rem; color: var(--be-orange); }
.stat-item .stat-title {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 0.6rem;
  font-size: 1.05rem;
}
.stat-item .stat-sub {
  color: #a7abaf;
  font-size: 0.85rem;
}

/* Service cards */
.service-card {
  border: 1px solid #eceef0;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(20,24,28,0.12);
}
.service-card .service-img {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.service-card .service-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover .service-img img { transform: scale(1.08); }
.service-icon-badge {
  position: absolute;
  bottom: -26px;
  left: 24px;
  width: 56px; height: 56px;
  background: var(--be-orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #17191b;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.service-card .service-body {
  padding: 2.2rem 1.6rem 1.6rem;
}
.service-card h5 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}
.service-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.92rem;
  color: #565a5e;
}
.service-card ul li { margin-bottom: 0.35rem; }

/* About section */
.about-img-wrap { position: relative; }
.about-img-wrap img {
  border-radius: 6px;
  width: 100%;
}
.about-badge-card {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: var(--be-dark);
  color: #fff;
  padding: 1.4rem 1.6rem;
  border-radius: 6px;
  border-left: 4px solid var(--be-orange);
  max-width: 260px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}
@media (max-width: 767px) {
  .about-badge-card { position: static; margin-top: 1.5rem; max-width: 100%; }
}

.value-card {
  border-left: 3px solid var(--be-orange);
  background: var(--be-light);
  padding: 1.6rem 1.8rem;
  border-radius: 4px;
  height: 100%;
}
.value-card h5 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.value-card p { font-size: 0.94rem; color: #565a5e; margin-bottom: 0; }

/* Advantages table */
.adv-table {
  width: 100%;
  border-collapse: collapse;
}
.adv-table th {
  background: var(--be-dark);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 1.2rem;
  font-weight: 600;
}
.adv-table td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #ececec;
  font-size: 0.95rem;
}
.adv-table tr:nth-child(even) td { background: #fafafa; }
.adv-table td.adv-name { font-weight: 700; color: var(--be-dark); white-space: nowrap; }

/* Process */
.process-step {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}
.process-num {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--be-dark);
  border: 3px solid var(--be-orange);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.process-step h6 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.05rem;
}
.process-step p { font-size: 0.88rem; color: #565a5e; }

/* Safety */
.safety-item {
  display: flex;
  gap: 1.1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--be-border);
}
.safety-item:last-child { border-bottom: none; }
.safety-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(247,148,29,0.12);
  color: var(--be-orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}
.safety-item h6 { color: #fff; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-weight: 700; margin-bottom: 0.3rem; }
.safety-item p { color: #b7bbbe; font-size: 0.9rem; margin-bottom: 0; }

/* Leadership */
.leader-card {
  text-align: center;
  padding: 2rem 1.2rem;
  border: 1px solid #eceef0;
  border-radius: 6px;
  height: 100%;
}
.leader-avatar {
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--be-dark);
  color: var(--be-orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.leader-card h6 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-weight: 700; margin-bottom: 0.2rem; }

/* Org structure table */
.org-table th {
  background: var(--be-light);
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--be-dark);
}
.org-table td { font-size: 0.92rem; vertical-align: middle; }

/* CTA */
.cta-banner {
  position: relative;
  background: linear-gradient(rgba(15,18,21,0.82), rgba(15,18,21,0.88)), url("../img/cta-bg.jpg") center/cover no-repeat;
  padding: 5rem 0;
  color: #fff;
}

/* Contact */
.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.contact-info-item i {
  width: 46px; height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(247,148,29,0.1);
  color: var(--be-orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.contact-info-item h6 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-weight: 700; margin-bottom: 0.2rem; font-size: 0.95rem; }
.contact-info-item p, .contact-info-item a { font-size: 0.92rem; color: #565a5e; margin-bottom: 0; }

.form-control-be {
  background: #fff;
  border: 1px solid #dcdfe2;
  border-radius: 3px;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
}
.form-control-be:focus {
  border-color: var(--be-orange);
  box-shadow: 0 0 0 0.2rem rgba(247,148,29,0.15);
}

/* Footer */
.footer-be { background: var(--be-dark); color: #b7bbbe; }
.footer-be h6 { color: #fff; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 1.3rem; }
.footer-be a { color: #b7bbbe; text-decoration: none; transition: color 0.2s ease; }
.footer-be a:hover { color: var(--be-orange); }
.footer-links li { margin-bottom: 0.7rem; }
.footer-bottom { border-top: 1px solid var(--be-border); padding: 1.2rem 0; font-size: 0.85rem; color: #7d8185; }

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

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 46px; height: 46px;
  background: var(--be-orange);
  color: #17191b;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.back-to-top.show { opacity: 1; visibility: visible; }
