
:root{
  --bg:#0b0f11;
  --bg-2:#12171a;
  --bg-3:#1b2226;
  --steel:#8f969c;
  --steel-light:#dfe3e6;
  --forest:#123028;
  --forest-2:#20382f;
  --bronze:#b88457;
  --bronze-2:#8d623f;
  --text:#eef1f2;
  --muted:#aab1b5;
  --line:rgba(223,227,230,.14);
  --shadow:0 24px 70px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(42,57,61,.35), transparent 34%),
    linear-gradient(180deg, #070a0b 0%, #12171a 48%, #080b0c 100%);
  color:var(--text);
}
h1,h2,h3,.navbar-brand,.stat-value{
  font-family:'Oswald',system-ui,sans-serif;
  letter-spacing:.01em;
}
a{color:inherit;text-decoration:none}
.section-pad{padding:92px 0}
.text-bronze{color:var(--bronze)}
.text-muted-soft{color:var(--muted)}
.btn{
  border-radius:4px;
  padding:.9rem 1.25rem;
  font-weight:800;
  border:1px solid transparent;
}
.btn-primary{
  color:#15100d;
  background:linear-gradient(135deg,#d7a06a,#9a6a43);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 28px rgba(184,132,87,.25), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-primary:hover{filter:brightness(1.08);color:#090909;transform:translateY(-1px)}
.btn-outline-light{
  color:var(--text);
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.04);
}
.btn-outline-light:hover{background:rgba(255,255,255,.12);color:#fff}

.site-nav{
  background:linear-gradient(180deg, rgba(18,23,26,.96), rgba(8,12,13,.89));
  border-bottom:1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow:0 8px 40px rgba(0,0,0,.32);
}
.navbar-brand img{height:54px;max-width:220px;object-fit:contain}
.nav-link{font-weight:750;font-size:.94rem;color:#d7dcdf!important;margin:0 .45rem}
.nav-link:hover,.nav-link.active{color:var(--bronze)!important}

.hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-image:
    linear-gradient(90deg, rgba(5,8,9,.95) 0%, rgba(8,12,13,.74) 37%, rgba(7,10,10,.4) 68%, rgba(5,8,9,.78) 100%),
    url("../img/hero-forest-machine.svg");
  background-size:cover;
  background-position:center;
  border-bottom:1px solid var(--line);
}
.hero::after{
  content:"";
  position:absolute;inset:auto 0 0 0;height:36%;
  background:linear-gradient(0deg, rgba(10,15,17,.96), transparent);
}
.hero .container{position:relative;z-index:2}
.eyebrow{
  color:var(--bronze);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.12em;
  font-size:.82rem;
}
.hero-title{
  font-size:clamp(3.3rem, 6vw, 6.4rem);
  line-height:.94;
  margin:0 0 1.3rem;
  text-transform:uppercase;
  text-shadow:0 6px 26px rgba(0,0,0,.45);
}
.hero-lead{max-width:650px;font-size:1.18rem;color:#e2e6e8;line-height:1.75}
.hero-logo-card{
  display:inline-flex;align-items:center;justify-content:center;
  width:min(390px,90vw);aspect-ratio:1.35;
  border-radius:18px;
  background:radial-gradient(circle at 50% 30%, rgba(255,255,255,.08), rgba(255,255,255,.015) 52%, rgba(0,0,0,.15));
}
.hero-logo-card img{max-width:100%;filter:drop-shadow(0 18px 34px rgba(0,0,0,.65))}
.stats-bar{
  background:linear-gradient(180deg, rgba(18,23,26,.92), rgba(10,14,15,.96));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.stat-item{
  display:flex;align-items:center;gap:1.1rem;
  padding:28px 0;
}
.stat-icon{
  width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;
  color:var(--bronze);
  border:1px solid rgba(184,132,87,.45);
  background:rgba(184,132,87,.07);
  font-size:1.55rem;
}
.stat-value{font-size:2.1rem;font-weight:800;line-height:1}
.stat-label{color:#ccd2d5;font-size:.9rem}

.brushed{
  background:
    linear-gradient(90deg, rgba(255,255,255,.02), transparent 35%, rgba(255,255,255,.025) 50%, transparent 70%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 4px),
    linear-gradient(135deg,#161d20,#22292d 45%,#14191c);
}
.section-title{font-size:clamp(2.3rem,4vw,4rem);margin-bottom:1rem}
.service-card{
  height:100%;
  padding:28px;
  min-height:245px;
  border:1px solid rgba(223,227,230,.15);
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border-radius:10px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:.22s ease;
  position:relative;
  overflow:hidden;
}
.service-card::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(135deg, rgba(184,132,87,.1), transparent 34%);
  opacity:.4;
}
.service-card:hover{
  transform:translateY(-4px);
  border-color:rgba(184,132,87,.45);
  box-shadow:0 20px 50px rgba(0,0,0,.25);
}
.service-card > *{position:relative}
.service-icon{font-size:2.35rem;color:var(--bronze);margin-bottom:1rem}
.service-card h3{font-size:1.6rem;margin-bottom:.85rem}
.service-card p{color:#c6cbce;line-height:1.65;margin:0}
.cta-card{
  background:linear-gradient(145deg, #26302f, #121719);
  border-color:rgba(184,132,87,.35);
}
.about{
  background:
    linear-gradient(90deg, rgba(8,13,12,.96), rgba(8,13,12,.76)),
    radial-gradient(circle at 78% 10%, rgba(38,67,52,.44), transparent 35%);
}
.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;margin:28px 0}
.check-list span{color:#dce0e2}
.check-list i{color:var(--bronze);margin-right:10px}
.video-box{
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  overflow:hidden;
  box-shadow:var(--shadow);
  position:relative;
}
.video-box img{width:100%;display:block}
.footer{
  background:linear-gradient(180deg,#111719,#080b0c);
  border-top:1px solid var(--line);
  padding:64px 0 24px;
}
.footer-logo{height:62px;max-width:245px;object-fit:contain}
.footer h4{font-family:'Oswald';font-size:1.25rem;margin-bottom:1rem}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin:.45rem 0;color:#bfc6c9}
.footer-bottom{border-top:1px solid var(--line);margin-top:42px;padding-top:22px;color:#91999e;font-size:.9rem}
.social a{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:6px;background:rgba(255,255,255,.08);margin-right:8px;color:#fff}
.contact-line{display:flex;gap:10px;align-items:flex-start;margin:.55rem 0;color:#cdd3d6}
.contact-line i{color:var(--bronze);margin-top:3px}
@media (max-width:991px){
  .hero{min-height:720px;padding-top:80px}
  .hero-logo-card{margin-top:2rem}
  .navbar-brand img{height:46px}
  .section-pad{padding:64px 0}
}
@media (max-width:575px){
  .hero-title{font-size:3rem}
  .check-list{grid-template-columns:1fr}
  .stat-item{padding:18px 0}
}
