/* ================= GLOBAL ================= */
.trend-modern-page{
  font-family: "Inter",sans-serif;
  background:#F4F7FA;
  color:#1A1A1A;
  padding-bottom:80px;
}

/* ================ HERO ================= */
.hero-modern{
  text-align:center;
  padding:80px 10px;
  background:#fff;
  border-radius:10px;
  margin-bottom:40px;
}

.hero-modern h1{
  font-size:38px;
  color:#0D3B66;
  font-weight:700;
}

.hero-modern p{
  font-size:17px;
  color:#444;
}

/* ============== GRID ================= */
.trend-modern-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:30px;
}

/* ============ CARD ================= */
.trend-card-modern{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(0,0,0,.10);
  transition:0.32s ease;
  display:flex;
  flex-direction:column;
}

.trend-card-modern:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 40px rgba(0,0,0,.15);
}

/* ========== IMAGE WRAP ========== */
.trend-img-wrap{
  position:relative;
  overflow:hidden;
  height:220px;
}

.trend-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:scale 0.4s ease;
}

.trend-card-modern:hover .trend-img-wrap img{
  transform:scale(1.08);
}

/* ========== DETAILS ========== */
.trend-details{
  padding:22px;
}

.trend-details h2{
  font-size:22px;
  margin-bottom:12px;
  color:#0D3B66;
  font-weight:700;
}

.trend-details p{
  font-size:15px;
  line-height:1.6;
  color:#555;
  margin-bottom:18px;
}

/* ========== BUTTON ========== */
.btn-detail{
  display:inline-block;
  padding:10px 18px;
  background:#F97316;
  color:#fff;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.btn-detail:hover{
  background:#D65A0E;
}

/* ========== SEO RICH CONTENT ========== */
.seo-rich-content{
  margin-top:60px;
  background:#fff;
  padding:30px;
  border-radius:10px;
  box-shadow:0 8px 28px rgba(0,0,0,.08);
}

.seo-rich-content h2{
  font-size:26px;
  color:#0D3B66;
  margin-bottom:20px;
}

.seo-rich-content p{
  font-size:16px;
  line-height:1.7;
  color:#333;
}

/* ========== RESPONSIVE ========== */
@media(max-width:768px){
  .hero-modern h1{ font-size:30px; }
  .trend-details h2{ font-size:20px; }
}

/* ================================
   PRO KARTLAR (RENKLİ + KURUMSAL)
================================ */
.trend-modern-grid{
  align-items:stretch;
}

.trend-card-pro{
  position:relative;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.92);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(13,59,102,.10);
  border:1px solid rgba(13,59,102,.10);
  transition:transform .28s ease, box-shadow .28s ease;
  min-height: 560px; /* açıklamalar uzun olsun, buton aynı çizgiye gelsin */
}

.trend-card-pro:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 55px rgba(13,59,102,.18);
}

.trend-card-hit{
  position:absolute;
  inset:0;
  z-index:1;
}

.trend-media{
  position:relative;
  height:230px;
  overflow:hidden;
}

.trend-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
  transition:transform .45s ease;
}

.trend-card-pro:hover .trend-media img{
  transform:scale(1.08);
}

/* üstten mat gradient */
.trend-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(13,59,102,.70), rgba(13,59,102,.10), transparent);
  pointer-events:none;
}

/* badge */
.trend-badges{
  position:absolute;
  left:16px;
  bottom:14px;
  display:flex;
  gap:10px;
  z-index:2;
}

.badge{
  font-size:12px;
  font-weight:700;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#0d3b66;
  border:1px solid rgba(13,59,102,.12);
  backdrop-filter: blur(6px);
}

.badge.ghost{
  background:rgba(249,115,22,.14);
  color:#b45309;
  border:1px solid rgba(249,115,22,.25);
}

/* body */
.trend-body{
  position:relative;
  z-index:2; /* buton tıklanabilir olması için hit linkin üstüne alınacak */
  padding:22px 22px 20px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.trend-title{
  font-size:20px;
  line-height:1.35;
  margin:0 0 10px;
  color:#0d3b66;
  font-weight:800;
}

.trend-summary{
  font-size:14.5px;
  line-height:1.65;
  color:#334155;
  margin:0 0 12px;
}

.trend-list{
  margin:0;
  padding:0 0 0 18px;
  color:#0f172a;
  display:grid;
  gap:8px;
}

.trend-list li{
  font-size:14px;
  line-height:1.55;
}

/* CTA hizalama: her kartta en alta sabit */
.trend-cta{
  margin-top:auto;
  padding-top:16px;
}

/* buton */
.btn-read{
  position:relative;
  z-index:3; /* kartın tamamı link olsa da buton tıklansın */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  letter-spacing:.2px;
  background:linear-gradient(135deg, #f97316, #fb923c);
  color:#fff;
  box-shadow:0 12px 28px rgba(249,115,22,.25);
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.btn-read:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(249,115,22,.35);
  opacity:.98;
}

/* renkli accent şerit (sol) */
.trend-card-pro::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:10px;
  background:linear-gradient(180deg, #f97316, #0d3b66);
  opacity:.95;
}

/* kategori bazlı tonlar */
.accent-ai::before{ background:linear-gradient(180deg,#22c55e,#0d3b66); }
.accent-fast::before{ background:linear-gradient(180deg,#f97316,#0d3b66); }
.accent-bluecollar::before{ background:linear-gradient(180deg,#3b82f6,#0d3b66); }
.accent-kpi::before{ background:linear-gradient(180deg,#a855f7,#0d3b66); }
.accent-kvkk::before{ background:linear-gradient(180deg,#ef4444,#0d3b66); }

/* sayfaya biraz renk / canlılık */
.hero-modern{
  background:
    radial-gradient(900px 250px at 15% 0%, rgba(249,115,22,.16), transparent 60%),
    radial-gradient(900px 250px at 85% 0%, rgba(13,59,102,.16), transparent 55%),
    #ffffff;
  border:1px solid rgba(13,59,102,.10);
}

/* mobil */
@media(max-width:768px){
  .trend-card-pro{ min-height: unset; }
  .trend-media{ height:210px; }
}


