
:root{
  --fr-primary:#1f4d3a;
  --fr-secondary:#6c8b74;
  --fr-accent:#d8c3a5;
  --fr-dark:#1f2933;
  --fr-light:#f8f9fa;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  color: var(--fr-dark);
  line-height: 1.6;
}
.navbar-brand img{
  max-height: 46px;
  width: auto;
}
.hero{
  background: linear-gradient(rgba(20,30,35,.55), rgba(20,30,35,.55)),
              url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  color:#fff;
  padding: 6rem 0;
}
.section-pad{ padding: 4rem 0; }

.icon-card{
  border:1px solid #e5e7eb;
  border-radius: 1rem;
  height:100%;
  transition: transform .2s ease, box-shadow .2s ease;
}

.icon-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.btn-fr-primary{
  background-color: var(--fr-primary);
  border-color: var(--fr-primary);
  color:#fff;
}
.btn-fr-primary:hover{
  background-color:#173b2c;
  border-color:#173b2c;
  color:#fff;
}
.bg-fr-light{ background: #f5f7f6; }
.bg-fr-primary{ background: var(--fr-primary); }
.text-fr-primary{ color: var(--fr-primary); }
.service-hero{
  background: linear-gradient(180deg, #f8faf9 0%, #eef3f0 100%);
  padding: 3rem 0;
}
.cta-strip{
  background: var(--fr-primary);
  color: #fff;
  border-radius: 1rem;
}
footer{
  background:#152028;
  color:#dfe7ec;
}
footer a{ color:#dfe7ec; text-decoration:none; }
footer a:hover{ text-decoration:underline; }
.badge-soft{
  background:#edf4ef;
  color:var(--fr-primary);
  border:1px solid #d5e5db;
}
.placeholder-box{
  min-height: 560px;
  border: 2px dashed #b7c4bd;
  border-radius: 1rem;
  background: #fbfcfb;
}
.check-list li{ margin-bottom:.6rem; }
table td, table th{ vertical-align: middle; }
.small-note{
  font-size: .95rem;
  color:#5c6975;
}
