.c360homecat2026-section{
  margin:56px 0 22px;
}
.c360homecat2026-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin:0 0 18px;
}
.c360homecat2026-head h2{
  margin:0;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.05;
  letter-spacing:-.055em;
  color:#111827;
}
.c360homecat2026-head p{
  margin:8px 0 0;
  max-width:720px;
  color:#64748B;
  font-size:17px;
  line-height:1.55;
}
.c360homecat2026-rail{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.c360homecat2026-card{
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  aspect-ratio:1/1;
  min-width:0;
  overflow:hidden;
  text-decoration:none;
  border-radius:12px;
  background:#FFFFFF;
  border:1px solid #A9B4C4;
  box-shadow:none;
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.c360homecat2026-card:hover{
  transform:translateY(-2px);
  border-color:#64748B;
  box-shadow:0 10px 22px rgba(15,23,42,.08);
  color:#111827;
}
.c360homecat2026-media{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:0;
  padding:18px 18px 8px;
  background:#FFFFFF;
  overflow:hidden;
}
.c360homecat2026-media img{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  padding:0;
  filter:none;
  opacity:1;
  transition:transform .18s ease;
}
.c360homecat2026-card:hover .c360homecat2026-media img{
  transform:scale(1.018);
}
.c360homecat2026-media::before,
.c360homecat2026-media::after,
.c360homecat2026-card::before,
.c360homecat2026-card::after{
  content:none!important;
  display:none!important;
}
.c360homecat2026-label{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:8px 12px 13px;
  background:#FFFFFF;
  color:#0B57D0;
  font-weight:900;
  font-size:17px;
  line-height:1.18;
  letter-spacing:-.025em;
  text-align:center;
  text-shadow:none;
  border:0;
}
.c360homecat2026-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  min-height:140px;
  color:#64748B;
  font-weight:950;
  font-size:20px;
  background:#F8FAFC;
  border-radius:6px;
}

.c360homecat2026-seo-card{
  margin:30px 0 0;
  padding:28px 30px;
  border:1px solid #D7E2F0;
  border-radius:18px;
  background:#FFFFFF;
  box-shadow:0 14px 32px rgba(15,23,42,.05);
  color:#334155;
  font-size:17px;
  line-height:1.75;
}
.c360homecat2026-seo-card > *:first-child{margin-top:0;}
.c360homecat2026-seo-card > *:last-child{margin-bottom:0;}
.c360homecat2026-seo-card h2,
.c360homecat2026-seo-card h3{
  color:#111827;
  letter-spacing:-.035em;
  line-height:1.15;
}
.c360homecat2026-seo-card a{
  color:#0B57D0;
  font-weight:800;
}
@media (max-width:1024px){
  .c360homecat2026-rail{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:720px){
  .c360homecat2026-section{margin:34px 0 12px;}
  .c360homecat2026-head{align-items:flex-start;flex-direction:column;margin-bottom:14px;}
  .c360homecat2026-head h2{font-size:30px;}
  .c360homecat2026-head p{font-size:15px;}
  .c360homecat2026-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .c360homecat2026-card{border-radius:9px;}
  .c360homecat2026-media{padding:8px 8px 4px;}
  .c360homecat2026-label{min-height:40px;padding:6px 7px 9px;font-size:12.5px;line-height:1.14;}
  .c360homecat2026-seo-card{margin-top:22px;padding:20px 18px;border-radius:14px;font-size:16px;}
}
@media (max-width:380px){
  .c360homecat2026-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .c360homecat2026-label{font-size:12px;min-height:38px;}
  .c360homecat2026-media{padding:7px 7px 3px;}
}
