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

/* PAGE / ELEMENTOR */
.lj-page { padding: 36px 0 70px; min-height: 60vh; }
.elementor-page .lj-page { padding: 0; }
.elementor-page .lj-page .lj-container { max-width: 100%; padding: 0; }

/* FORMS / TOPICS */
.lj-sidebar-newsletter { display: grid; gap: 10px; }
.lj-sidebar-newsletter input { height: 44px; border: 1px solid var(--lj-border); border-radius: 999px; padding: 0 14px; outline: none; }
.lj-sidebar-newsletter button { height: 44px; border: 0; border-radius: 999px; background: var(--lj-red); color: #fff; font-weight: 900; cursor: pointer; }
.lj-topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.lj-topic-list a { background: #f1f5f9; color: var(--lj-dark); padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 800; }

/* ABOUT PAGE LIPUTANJATIM */

.lj-about-page{
  max-width:1180px;
  margin:0 auto 70px;
  padding:40px 16px 20px;
}

.lj-about-hero{
  background:linear-gradient(135deg,#071d33,#0b3a75);
  color:#fff;
  border-radius:30px;
  padding:52px;
  margin-bottom:28px;
  box-shadow:0 18px 50px rgba(15,23,42,.12);
}

.lj-about-hero span,
.lj-about-section-head span,
.lj-contact-box span{
  display:inline-flex;
  background:#e30613;
  color:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:14px;
}

.lj-about-hero h1{
  color:#fff;
  font-size:52px;
  line-height:1.05;
  margin:0 0 16px;
}

.lj-about-hero p{
  color:#dbeafe;
  max-width:760px;
  font-size:18px;
  line-height:1.7;
  margin:0;
}

.lj-about-grid{
  display:grid;
  grid-template-columns:1.3fr .8fr;
  gap:22px;
  margin-bottom:32px;
}

.lj-about-card,
.lj-team-card,
.lj-about-section,
.lj-contact-box{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:26px;
  box-shadow:0 14px 38px rgba(15,23,42,.06);
}

.lj-about-card.dark{
  background:#071d33;
  color:#fff;
}

.lj-about-card h2,
.lj-about-section h2,
.lj-contact-box h2{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.2;
}

.lj-about-card.dark h2{
  color:#fff;
}

.lj-about-card p,
.lj-contact-box p{
  color:#475569;
  font-size:16px;
  line-height:1.75;
}

.lj-about-card.dark ul{
  padding-left:18px;
  margin:0;
}

.lj-about-card.dark li{
  margin-bottom:10px;
  color:#dbeafe;
}

.lj-about-section{
  margin-bottom:28px;
}

.lj-about-section-head{
  margin-bottom:20px;
}

.lj-team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.lj-team-card{
  box-shadow:none;
  border-radius:22px;
}

.lj-team-card.featured{
  background:linear-gradient(135deg,#071d33,#0b3a75);
  color:#fff;
}

.lj-team-card small{
  display:block;
  color:#e30613;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:10px;
}

.lj-team-card.featured small{
  color:#fff;
}

.lj-team-card h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
}

.lj-team-card.featured h3{
  color:#fff;
}

.lj-name-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.lj-name-list span{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  padding:14px 16px;
  border-radius:16px;
  font-weight:800;
  color:#071d33;
}

.lj-contact-box{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  background:linear-gradient(135deg,#071d33,#0b3a75);
  color:#fff;
}

.lj-contact-box h2{
  color:#fff;
}

.lj-contact-box p{
  color:#dbeafe;
  max-width:650px;
}

.lj-contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.lj-contact-actions a{
  display:inline-flex;
  background:#e30613;
  color:#fff;
  padding:13px 18px;
  border-radius:999px;
  font-weight:900;
}

.lj-contact-actions a:last-child{
  background:#fff;
  color:#071d33;
}

@media(max-width:900px){
  .lj-about-hero{
    padding:34px 24px;
  }

  .lj-about-hero h1{
    font-size:38px;
  }

  .lj-about-grid,
  .lj-team-grid,
  .lj-name-list{
    grid-template-columns:1fr;
  }

  .lj-contact-box{
    display:block;
  }

  .lj-contact-actions{
    margin-top:20px;
  }
}

/* CONTACT PAGE */

.lj-contact-page{
  max-width:1180px;
  margin:0 auto 70px;
  padding:40px 16px 20px;
}

.lj-contact-hero{
  background:linear-gradient(135deg,#071d33,#0b3a75);
  color:#fff;
  border-radius:30px;
  padding:52px;
  margin-bottom:28px;
}

.lj-contact-hero span{
  display:inline-flex;
  background:#e30613;
  color:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:14px;
}

.lj-contact-hero h1{
  color:#fff;
  font-size:48px;
  line-height:1.1;
  margin:0 0 16px;
}

.lj-contact-hero p{
  color:#dbeafe;
  max-width:760px;
  font-size:18px;
  line-height:1.7;
  margin:0;
}

.lj-contact-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
}

.lj-contact-card,
.lj-contact-form-box{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:28px;
  box-shadow:0 14px 38px rgba(15,23,42,.06);
}

.lj-contact-card h2,
.lj-contact-form-box h2{
  margin:0 0 20px;
  font-size:30px;
}

.lj-contact-info{
  padding:18px 0;
  border-bottom:1px solid #e5e7eb;
}

.lj-contact-info b{
  display:block;
  color:#071d33;
  margin-bottom:8px;
}

.lj-contact-info p{
  margin:0;
  color:#475569;
  line-height:1.6;
}

.lj-contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.lj-contact-actions a{
  background:#e30613;
  color:#fff;
  padding:13px 18px;
  border-radius:999px;
  font-weight:900;
}

.lj-contact-actions a:last-child{
    background:#2563eb;
    color:#ffffff;
}

.lj-contact-form-box p{
  color:#64748b;
}

.lj-contact-form-box form{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.lj-contact-form-box input,
.lj-contact-form-box textarea{
  width:100%;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:15px 16px;
  font-family:inherit;
  font-size:15px;
}

.lj-contact-form-box textarea{
  resize:vertical;
}

.lj-contact-form-box button{
  border:0;
  background:#e30613;
  color:#fff;
  border-radius:999px;
  height:48px;
  font-weight:900;
  cursor:pointer;
}

@media(max-width:900px){
  .lj-contact-hero{
    padding:34px 24px;
  }

  .lj-contact-hero h1{
    font-size:36px;
  }

  .lj-contact-layout{
    grid-template-columns:1fr;
  }
}

.lj-seo-content{
  max-width:1100px;
  margin:50px auto;
  padding:32px;
  background:#fff;
  border-top:1px solid #e5e7eb;
}

.lj-seo-content h2{
  font-size:22px;
  line-height:1.4;
  margin-top:28px;
  margin-bottom:12px;
  color:#111;
}

.lj-seo-content p{
  font-size:16px;
  line-height:1.8;
  color:#444;
}

.lj-seo-content ul{
  columns:2;
  padding-left:20px;
}

@media(max-width:768px){
  .lj-seo-content{
    margin:30px 15px;
    padding:22px;
  }

  .lj-seo-content ul{
    columns:1;
  }
}
