/* home.css - split dari main.css LiputanJatim */

/* HOMEPAGE */
.lj-home { padding: 30px 0 60px; }
.lj-home-featured, .lj-home-top { display: grid; grid-template-columns: 1.45fr .72fr .62fr; gap: 20px; align-items: start; }
.lj-home-left, .lj-home-middle, .lj-home-right { min-width: 0; }

/* HERO */
.lj-hero-card { position: relative; min-height: 430px; height: 430px; border-radius: 20px; overflow: hidden; background: #111827; display: block; box-shadow: 0 18px 42px rgba(15, 23, 42, .14); }
.lj-hero-card img { width: 100%; height: 430px; object-fit: cover; display: block; }
.lj-hero-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.26) 42%, rgba(0,0,0,.82) 100%); }
.lj-hero-content { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; color: #fff; }
.lj-cat { display: inline-flex; align-items: center; background: var(--lj-red); color: #fff; border-radius: 999px; padding: 7px 12px; font-size: 11px; font-weight: 900; letter-spacing: .4px; text-transform: uppercase; margin-bottom: 12px; }
.lj-hero-content h1 { margin: 0 0 12px; font-size: 38px; line-height: 1.08; letter-spacing: -1.2px; }
.lj-hero-content p { max-width: 620px; margin: 0 0 14px; color: #e5e7eb; font-size: 15px; line-height: 1.55; }
.lj-meta { display: flex; gap: 12px; align-items: center; color: #cbd5e1; font-size: 13px; }

/* LATEST */
.lj-latest-list { display: grid; gap: 13px; }
.lj-latest-item { display: grid; grid-template-columns: 86px 1fr; gap: 11px; align-items: start; }
.lj-latest-item img { width: 86px; height: 68px; object-fit: cover; border-radius: 12px; }
.lj-latest-item h3 { margin: 0 0 6px; font-size: 13px; line-height: 1.32; font-weight: 900; }
.lj-latest-item small { color: var(--lj-muted); font-size: 11px; }

/* TRENDING */
.lj-trending-list { display: grid; gap: 12px; }
.lj-rank-item { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--lj-border); }
.lj-rank-item:last-child { border-bottom: 0; padding-bottom: 0; }
.lj-rank-number { width: 32px; height: 32px; border-radius: 11px; background: var(--lj-dark); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-rank-item h3 { margin: 0; font-size: 13px; line-height: 1.35; font-weight: 900; }

/* ADS */
.lj-wide-ad { width: 100%; max-width: 970px; margin: 28px auto; min-height: 86px; border-radius: 16px; background: linear-gradient(135deg, rgba(227,6,19,.92), rgba(11,58,117,.92)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-sidebar-ad { min-height: 360px; border-radius: 18px; background: linear-gradient(180deg, #0b3a75, #071d33); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 24px; font-weight: 900; }
.lj-sidebar-ad.compact { min-height: 330px; margin-top: 18px; }

/* NEWS GRID */
.lj-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lj-news-card { background: #fff; border: 1px solid var(--lj-border); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: .2s ease; }
.lj-news-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(15,23,42,.12); }
.lj-news-card img { width: 100%; height: 205px; object-fit: cover; display: block; }
.lj-news-card-body { padding: 17px; }
.lj-news-card h3 { margin: 8px 0 10px; font-size: 18px; line-height: 1.35; font-weight: 900; color: var(--lj-dark); }
.lj-news-card p { margin: 0 0 12px; color: var(--lj-muted); font-size: 14px; line-height: 1.6; }

/* INFOGRAPHIC */
.lj-info-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.lj-info-box { background: #fff; border: 1px solid var(--lj-border); border-radius: 20px; padding: 22px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.lj-info-box.dark { background: linear-gradient(135deg, #071d33, #0b3a75); color: #fff; }
.lj-info-box h3 { margin: 0 0 16px; font-size: 22px; font-weight: 900; }
.lj-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lj-stat { border-radius: 14px; background: #f3f4f6; padding: 16px; }
.lj-info-box.dark .lj-stat { background: rgba(255,255,255,.12); }
.lj-stat strong { display: block; font-size: 24px; font-weight: 900; margin-bottom: 5px; }
.lj-stat span { color: var(--lj-muted); font-size: 13px; }
.lj-info-box.dark .lj-stat span { color: #dbeafe; }

/* HOMEPAGE KOMPAS STYLE */

.lj-kompas-page{
  position:relative;
  padding:28px 0 70px;
}

.lj-kompas-container{
  max-width:1080px;
}

.lj-floating-ad{
  position:fixed;
  top:110px;
  width:160px;
  height:600px;
  background:#f8fafc;
  border:1px solid #d1d5db;
  color:#6b7280;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:900;
  font-size:14px;
  z-index:10;
}

.lj-floating-ad-left{
  left:24px;
}

.lj-floating-ad-right{
  right:24px;
}

.lj-kompas-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:28px;
  align-items:start;
}

.lj-kompas-main{
  min-width:0;
}

.lj-kompas-hero{
  position:relative;
  display:block;
  height:360px;
  border-radius:10px;
  overflow:hidden;
  background:#111827;
}

.lj-kompas-hero img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
}

.lj-kompas-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72));
}

.lj-kompas-hero-text{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  color:#fff;
  z-index:2;
}

.lj-kompas-hero-text span{
  display:inline-block;
  background:#eaf4ff;
  color:#0b65c2;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  margin-bottom:10px;
}

.lj-kompas-hero-text h1{
  margin:0;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
  max-width:650px;
}

.lj-kompas-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:18px;
}

.lj-kompas-mini-card img{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:8px;
  display:block;
}

.lj-kompas-mini-card h3{
  margin:10px 0 6px;
  font-size:16px;
  line-height:1.3;
  font-weight:900;
  color:var(--lj-dark);
}

.lj-kompas-mini-card small{
  color:#0b65c2;
  font-size:13px;
  font-weight:700;
}

.lj-kompas-popular{
  background:#fff;
  border-radius:14px;
  padding:20px;
  border:1px solid var(--lj-border);
}

.lj-kompas-popular h2{
  margin:0 0 18px;
  font-size:24px;
  font-weight:900;
  color:var(--lj-dark);
  border-left:4px solid var(--lj-red);
  padding-left:12px;
}

.lj-kompas-popular-item{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--lj-border);
}

.lj-kompas-popular-item:last-child{
  border-bottom:0;
}

.lj-kompas-popular-item span{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f3f4f6;
  color:var(--lj-dark);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.lj-kompas-popular-item h3{
  margin:0;
  font-size:16px;
  line-height:1.35;
  font-weight:900;
}

/* Agar card berita mirip Kompas */
.lj-news-grid{
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.lj-news-card{
  box-shadow:none;
  border:0;
  background:transparent;
  border-radius:0;
}

.lj-news-card:hover{
  transform:none;
  box-shadow:none;
}

.lj-news-card img{
  height:150px;
  border-radius:8px;
}

.lj-news-card-body{
  padding:12px 0 0;
}

.lj-news-card h3{
  font-size:17px;
  line-height:1.35;
}

.lj-cat{
  font-size:11px;
  padding:6px 10px;
}

/* Responsive */
@media(max-width:1450px){
  .lj-floating-ad{
    display:none;
  }
}

@media(max-width:992px){
  .lj-kompas-top{
    grid-template-columns:1fr;
  }

  .lj-kompas-mini-grid,
  .lj-news-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lj-kompas-container{
    max-width:100%;
  }

  .lj-kompas-hero,
  .lj-kompas-hero img{
    height:320px;
  }

  .lj-kompas-hero-text h1{
    font-size:23px;
  }

  .lj-kompas-mini-grid,
  .lj-news-grid{
    grid-template-columns:1fr;
  }
}

/* AD AFTER INFOGRAFIS */

.lj-after-infografis-ad {
  margin: 34px auto 42px;
}

/* LATEST MORE LIST */

.lj-latest-more-section {
  margin-top: 20px;
}

.lj-latest-more-list {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.lj-latest-more-item {
  border-bottom: 1px solid var(--lj-border);
  padding-bottom: 22px;
}

.lj-latest-more-item a {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 22px;
  align-items: start;
}

.lj-latest-more-thumb img {
  width: 230px;
  height: 135px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.lj-latest-more-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  color: var(--lj-dark);
}

.lj-latest-more-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--lj-muted);
  font-size: 13px;
  margin-bottom: 8px;
}

.lj-latest-more-meta span:first-child {
  color: var(--lj-blue);
  font-weight: 800;
}

.lj-latest-more-content p {
  margin: 0;
  color: var(--lj-muted);
  font-size: 14px;
  line-height: 1.6;
}

.lj-pagination {
  margin-top: 30px;
}

.lj-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-right: 8px;
  border: 1px solid var(--lj-border);
  border-radius: 50%;
  background: #fff;
  color: var(--lj-dark);
  font-weight: 800;
}

.lj-pagination .page-numbers.current {
  border-color: var(--lj-blue);
  color: var(--lj-blue);
}

@media (max-width: 768px) {
  .lj-latest-more-list {
    max-width: 100%;
  }

  .lj-latest-more-item a {
    grid-template-columns: 1fr;
  }

  .lj-latest-more-thumb img {
    width: 100%;
    height: auto;
  }
}

/* TERPOPULER DIPERKECIL */

.lj-kompas-popular{
  padding:16px;
}

.lj-kompas-popular h2{
  font-size:21px;
  margin-bottom:12px;
}

.lj-kompas-popular-item{
  grid-template-columns:30px 1fr;
  gap:10px;
  padding:10px 0;
}

.lj-kompas-popular-item span{
  width:28px;
  height:28px;
  font-size:13px;
}

.lj-kompas-popular-item h3{
  font-size:14px;
  line-height:1.32;
}

/* ==================================================
   MOBILE NEWS UI 2026
================================================== */

@media (max-width:768px){

    .lj-home-container{
        padding:0 12px;
    }

    /* HERO */

    .lj-home-hero{
        display:block;
        margin-top:16px;
    }

    .lj-home-hero-main{
        min-height:300px !important;
        border-radius:18px;
    }

    .lj-home-hero-main img{
        min-height:300px !important;
    }

    .lj-home-hero-overlay{
        left:18px;
        right:18px;
        bottom:18px;
    }

    .lj-home-hero-overlay h1{
        font-size:28px;
        line-height:1.18;
        font-weight:700;
    }

    .lj-home-hero-overlay p{
        display:none;
    }

    /* SIDE HERO */

    .lj-home-hero-side{
        display:grid;
        gap:12px;
        margin-top:14px;
    }

    .lj-home-hero-side-item{
        display:grid !important;
        grid-template-columns:110px 1fr !important;
        gap:12px;
        min-width:auto !important;
        padding:10px;
        border-radius:16px;
    }

    .lj-home-hero-side-thumb{
        height:82px;
        border-radius:12px;
    }

    .lj-home-hero-side-item h3{
        font-size:18px;
        line-height:1.32;
        margin:0;
        font-weight:700;
    }

    /* LIST BERITA */

    .lj-latest-modern-item a{
        display:grid !important;
        grid-template-columns:120px 1fr !important;
        gap:14px;
        align-items:start;
    }

    .lj-latest-modern-thumb{
        width:120px;
        height:90px;
        border-radius:14px;
        overflow:hidden;
    }

    .lj-latest-modern-thumb img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .lj-latest-modern-content h3{
        font-size:20px;
        line-height:1.3;
        font-weight:700;
        margin:0;
    }

    .lj-latest-modern-content p{
        display:none;
    }

    /* GRID BERITA */

    .lj-news-grid{
        display:grid;
        grid-template-columns:1fr !important;
        gap:18px;
    }

    .lj-news-card{
        display:grid;
        grid-template-columns:120px 1fr;
        gap:14px;
        align-items:start;
        background:#fff;
        border:1px solid #e5e7eb;
        border-radius:18px;
        padding:10px;
    }

    .lj-news-card img{
        width:120px !important;
        height:90px !important;
        border-radius:12px;
        object-fit:cover;
    }

    .lj-news-card-body{
        padding:0;
    }

    .lj-news-card h3{
        margin:0;
        font-size:20px;
        line-height:1.3;
        font-weight:700;
    }

    .lj-news-card p{
        display:none;
    }

    /* SIDEBAR */

    .lj-home-content-grid{
        display:block;
    }

    .lj-home-sidebar{
        display:none;
    }

}

/* Hero */
.lj-kompas-hero-text h1,
.lj-hero-content h1{
  font-size:34px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:-.035em;
}

/* Kartu kecil bawah hero */
.lj-kompas-mini-card h3{
  font-size:17px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.015em;
}

/* Card berita umum */
.lj-news-card h3,
.lj-video-home-body h3,
.lj-tokoh-card-body h2,
.lj-tokoh-card-content h2{
  font-size:18px;
  line-height:1.38;
  font-weight:700;
  letter-spacing:-.015em;
}

/* List berita lanjutan */
.lj-latest-more-content h3{
  font-size:21px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.02em;
}

/* Terpopuler */
.lj-kompas-popular-item h3,
.lj-rank-item h3{
  font-size:14.5px;
  line-height:1.42;
  font-weight:700;
  letter-spacing:-.01em;
}

/* HERO TITLE */

.lj-hero-title,
.lj-kompas-hero-title,
.lj-kompas-hero-text h1,
.lj-hero-content h1{
    color:#ffffff !important;
    text-shadow:
        0 2px 10px rgba(0,0,0,.45),
        0 4px 20px rgba(0,0,0,.35);
}

/* Video block wrapper */
.lj-video-home{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:26px;
  box-shadow:0 14px 42px rgba(15,23,42,.06);
}

.lj-video-home-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

/* Infografis modern */
.lj-infografis-modern{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:20px;
}

.lj-infografis-featured{
  position:relative;
  display:block;
  min-height:360px;
  border-radius:24px;
  overflow:hidden;
  background:#071d33;
  color:#fff;
  box-shadow:0 16px 44px rgba(15,23,42,.1);
}

.lj-infografis-featured img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}

.lj-infografis-featured:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.62));
}

.lj-infografis-featured > div{
  position:absolute;
  left:24px;
  right:24px;
  bottom:22px;
  z-index:2;
}

.lj-infografis-featured h3{
  color:#fff;
  font-size:28px;
  line-height:1.18;
  margin:12px 0 8px;
}

.lj-infografis-featured small{
  color:#e5e7eb;
}

.lj-infografis-side{
  display:grid;
  gap:14px;
}

.lj-infografis-mini{
  display:grid;
  grid-template-columns:112px 1fr;
  gap:12px;
  align-items:center;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:12px;
  color:#071d33;
}

.lj-infografis-mini img{
  width:112px;
  height:78px;
  object-fit:cover;
  border-radius:12px;
}

.lj-infografis-mini h4{
  margin:0;
  font-size:14px;
  line-height:1.35;
}

/* Sorotan horizontal */
.lj-editor-picks-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.lj-pick-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
  transition:.2s ease;
}

.lj-pick-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 46px rgba(15,23,42,.12);
}

.lj-pick-card img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
}

.lj-pick-body{
  padding:18px;
}

.lj-pick-body h3{
  font-size:18px;
  line-height:1.35;
  margin:12px 0 12px;
  font-weight:900;
}

.lj-pick-body small{
  color:#64748b;
  font-weight:700;
}

/* Tags */
.lj-trending-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.lj-trending-tags a{
  display:inline-flex;
  align-items:center;
  border:1px solid #e30613;
  color:#e30613;
  background:#fff;
  padding:10px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
}

/* Latest */
.lj-latest-modern-list{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(15,23,42,.05);
}

.lj-latest-modern-item a{
  display:grid;
  grid-template-columns:230px 1fr;
  gap:20px;
  padding:18px;
  color:#071d33;
  border-bottom:1px solid #e5e7eb;
}

.lj-latest-modern-item:last-child a{
  border-bottom:0;
}

.lj-latest-modern-thumb{
  height:145px;
  border-radius:16px;
  overflow:hidden;
  background:#e5e7eb;
}

.lj-latest-modern-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lj-latest-modern-content h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.28;
}

.lj-latest-modern-content p{
  margin:10px 0 0;
  color:#64748b;
  line-height:1.55;
}

/* Sidebar */
.lj-home-widget{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:20px;
  box-shadow:0 14px 38px rgba(15,23,42,.07);
}

.lj-home-widget h3{
  font-size:20px;
  margin:0 0 16px;
  font-weight:900;
}

.lj-widget-rank-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:13px 0;
  border-bottom:1px solid #e5e7eb;
  color:#071d33;
}

.lj-widget-rank-item:last-child{
  border-bottom:0;
}

.lj-widget-rank-item span{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#e30613;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  font-weight:900;
}

.lj-widget-rank-item strong{
  font-size:14px;
  line-height:1.35;
}

.lj-newsletter-widget p{
  color:#64748b;
  line-height:1.55;
}

.lj-newsletter-widget input{
  width:100%;
  height:46px;
  border:1px solid #e2e8f0;
  border-radius:999px;
  padding:0 16px;
  margin:12px 0;
}

.lj-newsletter-widget button{
  width:100%;
  height:46px;
  border:0;
  border-radius:999px;
  background:#e30613;
  color:#fff;
  font-weight:900;
}

.lj-widget-media-item{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid #e5e7eb;
  color:#071d33;
}

.lj-widget-media-item:last-child{
  border-bottom:0;
}

.lj-widget-media-item img{
  width:70px;
  height:54px;
  object-fit:cover;
  border-radius:10px;
}

.lj-widget-media-item strong{
  font-size:13px;
  line-height:1.35;
}

@media(max-width:1200px){
  .lj-home-content-grid{
    grid-template-columns:1fr;
  }

  .lj-home-sidebar{
    position:static;
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:960px){
  .lj-home-hero{
    grid-template-columns:1fr;
  }

  .lj-home-hero-main,
  .lj-home-hero-main img{
    min-height:420px;
  }

  .lj-infografis-modern{
    grid-template-columns:1fr;
  }

  .lj-editor-picks-row,
  .lj-video-home-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:640px){
  .lj-home-hero-overlay{
    left:20px;
    right:20px;
    bottom:20px;
  }

  .lj-home-hero-overlay h1{
    font-size:30px;
  }

  .lj-home-hero-side-item,
  .lj-latest-modern-item a{
    grid-template-columns:1fr;
  }

  .lj-editor-picks-row,
  .lj-video-home-grid,
  .lj-home-sidebar{
    grid-template-columns:1fr;
  }
}

/* COMPACT INFOGRAFIS HOME */

.lj-home-infographic,
.lj-infografis-modern{
  margin-top:48px !important;
}

.lj-infografis-layout{
  display:grid !important;
  grid-template-columns:1.4fr .9fr !important;
  gap:22px !important;
  align-items:stretch !important;
}

.lj-infografis-featured,
.lj-infografis-main{
  height:360px !important;
  border-radius:24px !important;
  overflow:hidden !important;
}

.lj-infografis-featured img,
.lj-infografis-main img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.lj-infografis-side{
  display:grid !important;
  grid-template-rows:1fr 1fr !important;
  gap:18px !important;
}

.lj-infografis-small{
  height:171px !important;
  border-radius:20px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.lj-infografis-small img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

@media(max-width:900px){
  .lj-infografis-layout{
    grid-template-columns:1fr !important;
  }

  .lj-infografis-featured,
  .lj-infografis-main{
    height:300px !important;
  }
}

/* =========================================================
   FIX DESKTOP HOMEPAGE MODERN - missing after CSS split
========================================================= */
.lj-home-modern,
.lj-kompas-page{
  width:100%;
  max-width:none;
  padding:28px 0 70px;
  position:relative;
  overflow-x:hidden;
}

.lj-home-container{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0 16px;
}

.lj-home-hero{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);
  gap:22px;
  align-items:stretch;
  margin:34px 0;
}

.lj-home-hero-main{
  position:relative;
  display:block;
  min-height:520px;
  border-radius:26px;
  overflow:hidden;
  background:#071d33;
  color:#fff;
  box-shadow:0 16px 44px rgba(15,23,42,.1);
}

.lj-home-hero-main img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}

.lj-home-hero-main:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.78));
}

.lj-home-hero-overlay{
  position:absolute;
  left:32px;
  right:32px;
  bottom:30px;
  z-index:2;
  color:#fff;
}

.lj-home-hero-overlay h1{
  color:#fff;
  font-size:42px;
  line-height:1.08;
  margin:14px 0 12px;
  letter-spacing:-1px;
}

.lj-home-hero-overlay p{
  max-width:720px;
  color:#e5e7eb;
  margin:0 0 12px;
  line-height:1.55;
}

.lj-home-hero-overlay small{
  color:#dbeafe;
  font-weight:700;
}

.lj-home-hero-side{
  display:grid;
  gap:16px;
}

.lj-home-hero-side-item{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:14px;
  padding:12px;
  border:1px solid #e2e8f0;
  border-radius:20px;
  background:#fff;
  color:#071d33;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
}

.lj-home-hero-side-thumb{
  height:118px;
  border-radius:15px;
  overflow:hidden;
  background:#e5e7eb;
}

.lj-home-hero-side-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.lj-home-hero-side-item span{
  display:inline-block;
  color:#e30613;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:6px;
}

.lj-home-hero-side-item h3{
  font-size:17px;
  line-height:1.28;
  margin:0 0 8px;
}

.lj-home-hero-side-item small{
  color:#64748b;
  font-weight:700;
}

.lj-home-content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}

.lj-home-main-col{
  min-width:0;
}

.lj-home-sidebar{
  display:grid;
  gap:22px;
  position:sticky;
  top:92px;
}

@media(max-width:1450px){
  .lj-floating-ad{display:none;}
}
