:root{
  --bg:#ffffff;
  --text:#0f172a;          /* navy-dark */
  --muted:#475569;         /* slate */
  --navy:#0b2b4a;          /* brand navy */
  --green:#16a34a;         /* brand green */
  --line:#e5e7eb;          /* light border */
  --card:#f8fafc;          /* soft grey */
  --shadow: 0 10px 30px rgba(2,6,23,.08);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

a{color:inherit; text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 18px}

.header{
  position:sticky; top:0; z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 0;
  gap:16px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  min-width:260px;
}
.brand img{height:60px; width:auto; display:block}
.brand .sub{font-size:12px; color:var(--muted); margin-top:2px}

.links{display:flex; gap:16px; flex-wrap:wrap}
.links a{
  font-size:14px;
  color:var(--muted);
  padding:8px 10px;
  border-radius:10px;
}
.links a:hover{background:#f1f5f9; color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid var(--line);
  font-weight:600;
  font-size:14px;
  gap:8px;
}
.btn.primary{
  background:var(--navy);
  color:white;
  border-color:transparent;
}
.btn.primary:hover{filter:brightness(1.05)}
.btn.ghost:hover{background:#f1f5f9}

.hero{
  padding:64px 0 28px;
  background: linear-gradient(180deg, rgba(22,163,74,.06), rgba(11,43,74,.03) 55%, rgba(255,255,255,1));
  border-bottom:1px solid var(--line);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap:24px;
  align-items:start;
}
h1{font-size:40px; line-height:1.15; margin:0 0 12px}
.lead{font-size:16px; color:var(--muted); margin:0 0 18px}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin:16px 0 0}
.badge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:white;
  color:var(--muted);
}

.card{
  background:white;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow: 0 10px 25px rgba(15, 31, 46, 0.06);

}
.card.pad{padding:18px}

.section{padding:34px 0}
.section h2{margin:0 0 12px; font-size:24px}
.section p{margin:0 0 14px; color:var(--muted)}

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.grid2{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:14px;
}
.item{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
}
.item h3{margin:0 0 8px; font-size:16px}
.item ul{margin:0; padding-left:18px; color:var(--muted)}
.item li{margin:6px 0}

.kpi{
  display:flex; flex-direction:column;
  gap:6px;
  padding:16px;
}
.kpi .big{font-size:22px; font-weight:800}
.kpi .small{font-size:13px; color:var(--muted)}

.footer{
  border-top:1px solid var(--line);
  padding:22px 0;
  color:var(--muted);
  font-size:13px;
}
.footer strong{color:var(--text)}
.smallline{font-size:12px;color:var(--muted)}

.form{
  display:grid;
  gap:10px;
}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid var(--line);
  background:white;
  font-size:14px;
}
textarea{min-height:140px; resize:vertical}

@media (max-width: 900px){
  .hero-grid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  h1{font-size:34px}
  .brand{min-width:unset}
}
/* ===============================
   BRAND / HEADER LOGO SECTION
=================================*/

.brand{
  display:flex;
  align-items:center;
  gap:14px;              /* space between logo and tagline */
  text-decoration:none;
  color:inherit;
}

.brand img{
  height:54px;           /* adjust if needed (48–60px) */
  width:auto;
  display:block;
}

.brand .sub{
  font-size:14px;
  color:#5a6a7a;
  letter-spacing:.3px;
  white-space:nowrap;    /* keeps tagline in one line */
}
.footer {
  margin-top: 80px;
  padding: 40px 0;
  background: #0f1f2e;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
/* STEP 1: Home Hero upgrade */
.hero {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f4f7f6, #ffffff);
}
/* STEP 1: Home Hero upgrade */
.hero {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f4f7f6, #ffffff);
}

.hero h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 800;
  color: #0f1f2e;
}

.hero p {
  font-size: 18px;
  max-width: 650px;
  line-height: 1.6;
  color: #4b5b68;
}
/* STEP 2: Page headings upgrade (Services / About / Contact) */
h1 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 800;
  color: #0f1f2e;
}

h2 {
  font-size: 26px;
  margin: 0 0 12px;
  font-weight: 700;
  color: #0f1f2e;
}
/* STEP 3: Force styling for main page titles */
.section h2:first-of-type {
  font-size: 36px;
  font-weight: 800;
  color: #0f1f2e;
  margin-bottom: 20px;
}
.hero {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}

.hero h1 {
  letter-spacing: -0.5px;
}

.hero p {
  margin-top: 10px;
}
.section {
  border-top: 1px solid #f0f0f0;
}
