/* IMC RC48 — HTML Sitemap page.
   Soft sage/green hover states; no black hover effects. */

.imc-sitemap-hero{
  padding:45px 0 34px;
  background:
    radial-gradient(circle at 82% 12%,rgba(181,230,102,.12),transparent 30%),
    linear-gradient(135deg,#102019,#15261e);
  border-bottom:1px solid rgba(170,214,108,.22);
}
.imc-sitemap-breadcrumb{
  display:flex;
  gap:7px;
  margin-bottom:20px;
  color:#8f9c93;
  font-size:10px;
  font-weight:700;
}
.imc-sitemap-breadcrumb a{color:#d3ddd6;text-decoration:none}
.imc-sitemap-breadcrumb a:hover{color:#b4df77}
.imc-sitemap-kicker,
.imc-sitemap-section-kicker{
  display:block;
  color:#a9df5d;
  font-size:9px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.imc-sitemap-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:35px;
  align-items:end;
}
.imc-sitemap-hero h1{
  margin:8px 0 10px;
  color:#fff;
  font-size:clamp(28px,3.1vw,42px);
  line-height:1.03;
  font-weight:850;
  letter-spacing:-.04em;
}
.imc-sitemap-hero p{
  max-width:720px;
  margin:0;
  color:#c6d0c9;
  font-size:13px;
  line-height:1.7;
}
.imc-sitemap-stats{
  display:flex;
  gap:10px;
}
.imc-sitemap-stats div{
  min-width:105px;
  padding:13px 15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(255,255,255,.035);
}
.imc-sitemap-stats strong{
  display:block;
  color:#fff;
  font-size:19px;
  line-height:1;
}
.imc-sitemap-stats span{
  display:block;
  margin-top:5px;
  color:#94a298;
  font-size:8.5px;
  font-weight:750;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.imc-sitemap-xml-note{
  margin-top:25px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(181,225,119,.20);
  border-radius:11px;
  background:rgba(255,255,255,.035);
}
.imc-sitemap-xml-note>div{
  display:flex;
  align-items:center;
  gap:10px;
  color:#aebbb2;
  font-size:10.5px;
}
.imc-sitemap-xml-note i{color:#a9df5d}
.imc-sitemap-xml-note strong{color:#dbe5de}
.imc-sitemap-xml-note>a{
  flex:0 0 auto;
  color:#b6e27a!important;
  font-size:10px;
  font-weight:800;
  text-decoration:none!important;
}

.imc-sitemap-main{
  padding:29px 0 54px;
  background:#f6f8f4;
}
.imc-sitemap-jump{
  display:flex;
  align-items:center;
  gap:7px;
  overflow-x:auto;
  padding-bottom:16px;
  scrollbar-width:none;
}
.imc-sitemap-jump::-webkit-scrollbar{display:none}
.imc-sitemap-jump>span{
  flex:0 0 auto;
  color:#778277;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.imc-sitemap-jump a{
  flex:0 0 auto;
  min-height:32px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border:1px solid #d7e1d2;
  border-radius:999px;
  background:#fff;
  color:#526151!important;
  font-size:9.5px;
  font-weight:750;
  text-decoration:none!important;
}
.imc-sitemap-jump a:hover{
  background:#e5f0d8;
  border-color:#bfd395;
  color:#40562f!important;
}

.imc-sitemap-section{
  padding:28px 0 9px;
  scroll-margin-top:100px;
}
.imc-sitemap-section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:15px;
}
.imc-sitemap-section-heading h2{
  margin:5px 0 0;
  color:#1e2920;
  font-size:26px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.025em;
}
.imc-sitemap-section-heading>p{
  max-width:430px;
  margin:0;
  color:#748075;
  font-size:10.5px;
  line-height:1.6;
  text-align:right;
}

.imc-sitemap-page-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.imc-sitemap-link-card{
  padding:17px;
  border:1px solid #dfe7db;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(48,65,49,.045);
}
.imc-sitemap-link-card h3{
  margin:0 0 10px;
  color:#263228;
  font-size:15px;
  font-weight:850;
}
.imc-sitemap-link-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:6px;
}
.imc-sitemap-link-card li a{
  min-height:37px;
  padding:0 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #e5ebdf;
  border-radius:8px;
  background:#fafcf8;
  color:#596659!important;
  font-size:10.5px;
  font-weight:700;
  text-decoration:none!important;
}
.imc-sitemap-link-card li a:hover{
  background:#e9f2de;
  border-color:#c4d79f;
  color:#41572f!important;
}
.imc-sitemap-link-card li i{
  color:#86a75b;
  font-size:8px;
}

.imc-sitemap-category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.imc-sitemap-category-card{
  overflow:hidden;
  border:1px solid #dce5d7;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(48,65,49,.045);
}
.imc-sitemap-category-head{
  min-height:73px;
  padding:14px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  background:#edf4e5;
  border-bottom:1px solid #dce6d5;
}
.imc-sitemap-category-head span{
  display:block;
  margin-bottom:4px;
  color:#829078;
  font-size:8.5px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.imc-sitemap-category-head h3{
  margin:0;
  font-size:15px;
  font-weight:850;
}
.imc-sitemap-category-head h3 a{
  color:#354631!important;
  text-decoration:none!important;
}
.imc-sitemap-category-head h3 a:hover{color:#557239!important}
.imc-sitemap-category-arrow{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #bfd29e;
  border-radius:9px;
  background:#f7faF3;
  color:#5c793e!important;
  text-decoration:none!important;
}
.imc-sitemap-category-arrow:hover{
  background:#dceac8;
  border-color:#a9c27d;
}
.imc-sitemap-category-arrow i{font-size:9px}
.imc-sitemap-machine-links{
  margin:0;
  padding:11px;
  list-style:none;
  columns:2;
  column-gap:10px;
}
.imc-sitemap-machine-links li{
  break-inside:avoid;
  margin-bottom:5px;
}
.imc-sitemap-machine-links a{
  min-height:31px;
  padding:5px 8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:9px;
  border-radius:7px;
  color:#657064!important;
  font-size:9.5px;
  line-height:1.35;
  text-decoration:none!important;
}
.imc-sitemap-machine-links a:hover{
  background:#edf4e5;
  color:#455b34!important;
}
.imc-sitemap-machine-links i{font-size:7px;color:#8ba666}
.imc-sitemap-empty-category{
  margin:0;
  padding:14px;
  color:#849083;
  font-size:10px;
}

.imc-sitemap-machine-index{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.imc-sitemap-machine-index article a{
  min-height:74px;
  height:100%;
  padding:12px 34px 11px 12px;
  position:relative;
  display:block;
  border:1px solid #dfe7db;
  border-radius:11px;
  background:#fff;
  color:#334035!important;
  text-decoration:none!important;
  box-shadow:0 5px 15px rgba(48,65,49,.035);
}
.imc-sitemap-machine-index article a:hover{
  background:#eef5e5;
  border-color:#bfd39a;
}
.imc-sitemap-machine-index strong{
  display:block;
  font-size:10.5px;
  line-height:1.35;
  font-weight:800;
}
.imc-sitemap-machine-index span{
  margin-top:5px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  color:#7a857a;
  font-size:8.5px;
  line-height:1.45;
}
.imc-sitemap-machine-index i{
  position:absolute;
  right:12px;
  top:14px;
  color:#88a65e;
  font-size:8px;
}

.imc-sitemap-help{
  margin-top:31px;
  padding:20px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border:1px solid #d8e3d3;
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(48,65,49,.045);
}
.imc-sitemap-help h2{
  margin:5px 0 5px;
  color:#273328;
  font-size:19px;
  font-weight:850;
}
.imc-sitemap-help p{
  margin:0;
  color:#758075;
  font-size:10.5px;
}
.imc-sitemap-help>a{
  flex:0 0 auto;
  min-height:40px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  border:1px solid #b9d18e;
  border-radius:9px;
  background:#e7f1d9;
  color:#456030!important;
  font-size:10px;
  font-weight:800;
  text-decoration:none!important;
}
.imc-sitemap-help>a:hover{
  background:#d9e9c2;
  border-color:#a8c278;
}

@media(max-width:991px){
  .imc-sitemap-hero-grid{grid-template-columns:1fr}
  .imc-sitemap-stats{justify-content:flex-start}
  .imc-sitemap-category-grid{grid-template-columns:1fr}
  .imc-sitemap-machine-index{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .imc-sitemap-hero{padding:29px 0 25px}
  .imc-sitemap-hero h1{font-size:28px}
  .imc-sitemap-hero p{font-size:11.5px}
  .imc-sitemap-stats{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }
  .imc-sitemap-stats div{
    min-width:0;
    padding:10px;
  }
  .imc-sitemap-stats strong{font-size:16px}
  .imc-sitemap-stats span{font-size:7.5px}
  .imc-sitemap-xml-note{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .imc-sitemap-main{padding:20px 0 42px}
  .imc-sitemap-section{padding-top:22px}
  .imc-sitemap-section-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }
  .imc-sitemap-section-heading h2{font-size:21px}
  .imc-sitemap-section-heading>p{text-align:left}
  .imc-sitemap-page-grid{grid-template-columns:1fr}
  .imc-sitemap-machine-links{columns:1}
  .imc-sitemap-machine-index{grid-template-columns:1fr}
  .imc-sitemap-help{
    align-items:flex-start;
    flex-direction:column;
    padding:16px;
  }
}
