.trend-detail{
  font-family:Arial, sans-serif;
}

.hero-ai{
  background:url('/assets/img/trendler/cover-robot-01.jpg') center/cover no-repeat;
  height:420px;
  position:relative;
}

.hero-overlay{
  background:rgba(13,59,102,.75);
  color:#fff;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:30px;
}

.hero-overlay h1{
  font-size:36px;
  max-width:900px;
}

.hero-overlay p{
  font-size:18px;
  max-width:700px;
}

.trend-container{
  max-width:1200px;
  margin:60px auto;
  padding:0 20px;
}

.trend-intro-card{
  background:#f5f8fc;
  padding:30px;
  border-radius:16px;
  margin-bottom:40px;
}

.trend-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}

.trend-box{
  background:#fff;
  border-radius:16px;
  padding:26px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.trend-box h3{
  margin-bottom:14px;
  color:#0d3b66;
}

.trend-box ul{
  padding-left:18px;
}

.trend-highlight{
  margin:60px 0;
  padding:40px;
  background:#0d3b66;
  color:#fff;
  border-radius:20px;
}

.trend-steps{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}

.step-card{
  flex:1;
  background:#fff;
  border-radius:16px;
  padding:24px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  text-align:center;
}

.step-card span{
  display:inline-block;
  background:#0d3b66;
  color:#fff;
  width:36px;
  height:36px;
  line-height:36px;
  border-radius:50%;
  margin-bottom:10px;
}

.trend-warning{
  margin:50px 0;
  padding:20px;
  background:#fff3cd;
  border-left:6px solid #f97316;
  border-radius:12px;
  font-weight:600;
}

.trend-conclusion{
  background:#f1f5f9;
  padding:30px;
  border-radius:18px;
}

@media(max-width:768px){
  .hero-overlay h1{font-size:26px;}
}
