*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* Font Databases Start */
@font-face {
    font-family: 'SpaceMono-Bold';
    src: url('../fontDatabases/SpaceMono-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.fontSpaceMono-Bold{
    font-family: 'SpaceMono-Bold', monospace;
}
/* Font Databases End */

body{
    font-family:Segoe UI,sans-serif;
    background:#f5f7fb;
    color:#333;
}

/* Section Berita Terkini Start  */
/* ====================================
   UPA NEWS SECTION
==================================== */

.upaNews-section{
  width:90%;
  max-width:1500px;

  margin-top:-100px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
}

.upaNews-header h2{
    font-size:24px;
    font-weight:800;
    color:#14213d;
    font-family: 'SpaceMono-Bold', monospace;
}

.upaNews-header span{
    display:block;
    width:60px;
    height:5px;
    background:#2563eb;
    border-radius:30px;
    margin-top:18px;
}

.upaNews-wrapper{
    position:relative;
    margin-top:40px;
}

.upaNews-slider{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
}

.upaNews-slider::-webkit-scrollbar{
    display:none;
}

.upaNews-card{
    flex:0 0 calc((100% - 96px) / 5);
    min-width:unset;

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.upaNews-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.upaNews-image{
    position:relative;
    height:240px;
}

.upaNews-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.upaNews-category{
    position:absolute;
    left:15px;
    bottom:15px;

    background:#2563eb;
    color:#fff;

    font-size:12px;
    font-weight:700;

    padding:8px 14px;
    border-radius:8px;
}

.upaNews-body{
    padding:25px;
}

.upaNews-body h3{
    font-size:15px;
    font-weight:700;
    line-height:1.45;
    color:#14213d;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.upaNews-meta{
    margin-top:25px;

    display:flex;
    gap:20px;
    flex-wrap:wrap;

    font-size:14px;
    color:#64748b;
}

.upaNews-meta span{
    display:flex;
    align-items:center;
    gap:7px;
}

.upaNews-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:60px;
    height:60px;

    border:none;
    background:#fff;
    border-radius:50%;

    box-shadow:0 8px 25px rgba(0,0,0,.12);

    cursor:pointer;
    z-index:5;
}

.upaNews-prev{
    left:10px;
}

.upaNews-next{
    right:10px;
}

.upaNews-nav:hover{
    transform:translateY(-50%) scale(1.08);
}

.upaNews-dots{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:10px;
}

.upaNews-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#d1d5db;
}

.upaNews-dots .active{
    background:#2563eb;
}

.upaNews-progress{
    width:70%;
    height:6px;
    background:#e5e7eb;
    margin:35px auto 15px;
    border-radius:50px;
    overflow:hidden;
}

.upaNews-progress-bar{
    width:30%;
    height:100%;
    background:#2563eb;
    border-radius:50px;
}

.upaNews-info{
    text-align:center;
    color:#64748b;
    margin-bottom:30px;
}

.upaNews-note{
    background:#f8fbff;
    border-radius:18px;

    padding:25px;

    display:flex;
    gap:20px;
    align-items:flex-start;
}

.upaNews-note i{
    font-size:26px;
    color:#2563eb;
}

.upaNews-note strong{
    display:block;
    margin-bottom:5px;
}

.upaNews-note p{
    color:#64748b;
    margin:0;
}

/* ==========================
   TABLET
========================== */

@media(max-width:1024px){

    .upaNews-card{
        min-width:300px;
    }

    .upaNews-body h3{
        font-size:24px;
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

    .upaNews-section{
      width:90%;
      max-width:1500px;

      margin-top:-100px;
      margin-bottom:10px;
      margin-left:auto;
      margin-right:auto;
    }

    .upaNews-header h2{
        font-size:21px;
        font-family: 'SpaceMono-Bold', monospace;
    }

    .upaNews-slider{
        gap:12px;
    }

    .upaNews-card{
        flex:0 0 calc((100% - 12px) / 2);
        min-width:unset;
    }

    .upaNews-image{
        height:200px;
    }

    .upaNews-body{
        padding:18px;
    }

    .upaNews-body h3{
        font-size:20px;
    }

    .upaNews-prev{
        left:10px;
    }

    .upaNews-next{
        right:10px;
    }

    .upaNews-note{
        flex-direction:column;
    }
}
/* Section Berita Terkini End */

/* Upa Shared Start */

.upaShareBar{
    background:#fff;

    border-radius:18px;

    padding:22px 28px;

    display:flex;
    align-items:center;
    gap:24px;

    border:1px solid #eef2f7;

    box-shadow:
        0 10px 35px rgba(15,23,42,.06);

    margin:30px 0;
}

.upaShareText{
    min-width:210px;
}

.upaShareText h4{
    margin:0 0 2px;
    font-size:14px;
    font-weight:600;
    color:#0f172a;
    line-height:1.3;
}

.upaShareText p{
    margin:0;
    font-size:11px;
    color:#64748b;
}

.upaShareDivider{
    width:1px;
    height:50px;
    background:#e5e7eb;
}

.upaShareActions{
    flex:1;

    display:flex;
    align-items:center;
    justify-content:flex-start;

    gap:12px;
}

.upaBtnShare{
    height:44px;

    padding:0 18px;

    border:none;
    border-radius:12px;

    display:flex;
    align-items:center;
    gap:8px;

    text-decoration:none;

    font-size:14px;
    font-weight:600;

    cursor:pointer;

    transition:.25s ease;

    white-space:nowrap;
}

.upaBtnShare:hover{
    transform:translateY(-2px);
}

/* WhatsApp */
.upaWhatsapp{
    background:#25D366;
    color:#fff;
}

/* Facebook */
.upaFacebook{
    background:#1877F2;
    color:#fff;
}

/* Twitter */
.upaTwitter{
    background:#000;
    color:#fff;
}

/* Telegram */
.upaTelegram{
    background:#229ED9;
    color:#fff;
}

/* Copy */
.upaCopyBtn{
    background:#f8fafc;
    color:#0f172a;
    border:1px solid #e5e7eb;
}

/* ==========================
   MOBILE SHARE BUTTONS
========================== */

@media (max-width:768px){

    .upaShareBar{
        padding:18px;
        border-radius:18px;

        display:block;
    }

    .upaShareDivider{
        display:none;
    }

    .upaShareText{
        min-width:100%;
        margin-bottom:15px;
        padding-bottom:15px;
        border-bottom:1px solid #e5e7eb;
    }

    .upaShareText h4{
        font-size:16px;
        margin-bottom:4px;
    }

    .upaShareText p{
        font-size:12px;
    }

    .upaShareActions{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:12px;
        width:100%;
    }

    .upaBtnShare{
        width:100%;
        height:46px;

        justify-content:center;

        font-size:13px;
        font-weight:600;

        border-radius:10px;

        padding:0 12px;
    }

    .upaBtnShare i{
        font-size:15px;
    }

    /* Telegram & Salin Link Full Lebar */
    .upaTelegram,
    .upaCopyBtn{
        grid-column:span 1;
    }
}
/* Upa Share End */

/* Komentar Form Start  */
/* ======================================
   UPA COMMENT FORM
====================================== */

.upaCommentSection{
    background:#fff;

    border-radius:20px;

    padding:35px;

    margin:40px 0;

    border:1px solid #edf2f7;

    box-shadow:
        0 10px 35px rgba(15,23,42,.05);
}

.upaCommentHeader{
    margin-bottom:30px;
}

.upaCommentHeader h3{
    margin:0 0 8px;

    font-size:24px;
    font-weight:700;

    color:#0f172a;
    font-family: 'SpaceMono-Bold', monospace;
}

.upaCommentHeader p{
    margin:0;

    color:#64748b;

    font-size:15px;
}

.upaCommentForm{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.upaCommentRow{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.upaCommentGroup{
    display:flex;
    flex-direction:column;
}

.upaCommentGroup label{
    font-size:14px;
    font-weight:600;

    margin-bottom:8px;

    color:#334155;
}

.upaCommentGroup input,
.upaCommentGroup textarea{
    width:100%;

    border:1px solid #dbe3ec;

    border-radius:14px;

    padding:14px 16px;

    font-size:15px;

    background:#fff;

    transition:.3s;
}

.upaCommentGroup textarea{
    resize:vertical;
}

.upaCommentGroup input:focus,
.upaCommentGroup textarea:focus{
    outline:none;

    border-color:#2563eb;

    box-shadow:
        0 0 0 4px rgba(37,99,235,.12);
}

.upaCommentFooter{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.upaCommentCheckbox{
    display:flex;
    align-items:center;
    gap:10px;

    font-size:14px;

    color:#64748b;
}

.upaCommentBtn{
    border:none;

    background:linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    color:#fff;

    padding:14px 26px;

    border-radius:14px;

    font-size:15px;
    font-weight:600;

    cursor:pointer;

    display:flex;
    align-items:center;
    gap:10px;

    transition:.3s;
}

.upaCommentBtn:hover{
    transform:translateY(-2px);

    box-shadow:
        0 10px 25px rgba(37,99,235,.25);
}

@media (max-width:768px){

    .upaCommentSection{
        padding:22px;
        border-radius:16px;
    }

    .upaCommentHeader h3{
        font-size:22px;
    }

    .upaCommentRow{
        grid-template-columns:1fr;
    }

    .upaCommentFooter{
        flex-direction:column;
        align-items:stretch;
    }

    .upaCommentBtn{
        width:100%;
        justify-content:center;
    }

}
/* Komentar Form End */

/* section Tag Start */
/* ==================================
   UPA TAGS WIDGET
================================== */

.upaTagsWidget{
    background:#fff;

    border-radius:18px;

    padding:24px;

    margin:25px 0;

    border:1px solid #edf2f7;

    box-shadow:
        0 10px 35px rgba(15,23,42,.05);
}

.upaTagsHeader{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:18px;
}

.upaTagsHeader i{
    color:#2563eb;
    font-size:18px;
}

.upaTagsHeader h3{
    margin:0;

    font-size:20px;
    font-weight:700;

    color:#0f172a;
    font-family: 'SpaceMono-Bold', monospace;
}

.upaTagsList{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.upaTagItem{
    text-decoration:none;

    background:#f8fafc;

    color:#334155;

    border:1px solid #e2e8f0;

    border-radius:999px;

    padding:10px 16px;

    font-size:14px;
    font-weight:600;

    transition:.25s;
}

.upaTagItem:hover{
    background:#2563eb;
    color:#fff;
    border-color:#2563eb;

    transform:translateY(-2px);
}

@media(max-width:768px){

    .upaTagsWidget{
        padding:18px;
    }

    .upaTagsHeader h3{
        font-size:18px;
    }

    .upaTagItem{
        font-size:13px;
        padding:8px 14px;
    }

}
/* section Tag End */

.upaFooterWidget{

    background:linear-gradient(
        135deg,
        #1d4ed8,
        #38bdf8
    );

    border-radius:24px;

    padding:35px 30px;

    color:#fff;

    box-shadow:
        0 15px 40px rgba(37,99,235,.20);

    margin:30px 0;
}

/* MENU */

.upaFooterMenu{

    display:flex;
    flex-wrap:wrap;

    justify-content:center;

    gap:14px;

    margin-bottom:25px;
}

.upaFooterMenu a{

    color:#fff;

    text-decoration:none;

    font-size:15px;
    font-weight:500;

    transition:.3s;
}

.upaFooterMenu a:hover{

    opacity:.8;
}

/* SOCIAL */

.upaFooterSocial{

    display:flex;

    justify-content:center;

    gap:12px;

    margin-bottom:25px;
}

.upaFooterSocial a{

    width:48px;
    height:48px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    text-decoration:none;

    font-size:20px;

    transition:.3s;
}

.upaFooterSocial a:hover{

    transform:translateY(-3px);
}

.upaFb{background:#1877f2;}
.upaX{background:#000;}
.upaIg{
    background:linear-gradient(
        45deg,
        #f58529,
        #dd2a7b,
        #8134af
    );
}
.upaYt{background:#ff0000;}
.upaWa{background:#25d366;}
.upaTk{background:#111;}

/* COPYRIGHT */

.upaFooterCopyright{

    text-align:center;

    padding:20px 0;

    font-size:18px;
    font-weight:700;

    border-top:1px solid rgba(255,255,255,.20);
    border-bottom:1px solid rgba(255,255,255,.20);

    margin-bottom:25px;
    font-family: 'SpaceMono-Bold', monospace;
}

/* VERIFY */

.upaFooterVerify{

    display:flex;
    align-items:center;

    gap:20px;
}

.upaVerifyIcon{

    width:70px;
    height:70px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;
    align-items:center;
    justify-content:center;

    backdrop-filter:blur(8px);
}

.upaVerifyIcon i{
    font-size:32px;
    color:#fff;
}

.upaVerifyContent h4{
    margin:0 0 8px;
    font-size:20px;
    font-weight:700;

    font-family: 'SpaceMono-Bold', monospace;
}

.upaVerifyContent p{

    margin:0;

    line-height:1.7;

    color:rgba(255,255,255,.95);

    font-size:15px;
}

.upaVerifyIcon{
    width:72px;
    height:72px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    overflow:hidden;

    flex-shrink:0;
}

.upaVerifyIcon img{
    width:56px;
    height:56px;
    object-fit:contain;
}

/* ======================================
Ukuran TABLET
====================================== */

@media (max-width:1024px){

    .upaFooterWidget{
        padding:28px 24px;
        border-radius:20px;

    }

    .upaFooterMenu{
        gap:12px;
    }

    .upaFooterMenu a{
        font-size:15px;
    }

    .upaFooterSocial{
        gap:10px;
    }

    .upaFooterSocial a{
        width:44px;
        height:44px;
        font-size:18px;
    }

    .upaFooterCopyright{
        font-size:17px;
        font-family: 'SpaceMono-Bold', monospace;
    }

    .upaFooterVerify{
        align-items:flex-start;
        gap:18px;
    }

    .upaVerifyIcon{
        width:64px;
        height:64px;
    }

    .upaVerifyIcon img{
        width:50px;
        height:50px;
    }

    .upaVerifyContent h4{
        font-size:18px;
    }

    .upaVerifyContent p{
        font-size:14px;
        line-height:1.7;
    }

}

@media(max-width:768px){
  .upaFooterWidget{
   padding:22px 18px;
   border-radius:18px;
  }

  /* MENU */

  .upaFooterMenu{
     justify-content:center;
     gap:8px 14px;
  }

  .upaFooterMenu a{
     font-size:14px;
  }

  /* SOCIAL */

  .upaFooterSocial{
     justify-content:center;
     flex-wrap:wrap;
     gap:10px;
     margin:22px 0;
  }

  .upaFooterSocial a{
     width:42px;
     height:42px;
     font-size:17px;
  }

  /* COPYRIGHT */

  .upaFooterCopyright{
     font-size:15px;
     line-height:1.6;
     font-family: 'SpaceMono-Bold', monospace;
  }

  /* VERIFY */

  .upaFooterVerify{
     flex-direction:column;
     text-align:center;
     align-items:center;
     gap:15px;
  }

  .upaVerifyIcon{
     width:62px;
     height:62px;
  }

  .upaVerifyIcon img{
     width:48px;
     height:48px;
  }

  .upaVerifyContent{
     width:100%;
  }

  .upaVerifyContent h4{
     font-size:19px;
     margin-bottom:8px;
  }

  .upaVerifyContent p{
     font-size:14px;
     line-height:1.8;
  }

}

@media (max-width:480px){

    .upaFooterWidget{
        padding:18px 15px;
    }

    .upaFooterMenu{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
        text-align:center;
    }

    .upaFooterMenu a{
        font-size:13px;
    }

    .upaFooterSocial{
        gap:8px;
    }

    .upaFooterSocial a{
        width:38px;
        height:38px;
        font-size:15px;
    }

    .upaFooterCopyright{
        font-size:14px;
        font-family: 'SpaceMono-Bold', monospace;
    }

    .upaVerifyContent h4{
        font-size:17px;
    }

    .upaVerifyContent p{
        font-size:13px;
    }

}
/* section Widget Footer End */

section.hero-news{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.hero-news{
  position:relative;
  height:380px;
  overflow:hidden;
}

.hero-news img{
  display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:80px;
}

.hero-overlay::before{
    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.60) 45%,
            rgba(0,0,0,.35) 70%,
            rgba(0,0,0,.20) 100%
        );

    z-index:0;
}

.hero-overlay > *{
    position:relative;
    z-index:1;
}

.badge-news{
    background:#0d47a1;
    width:max-content;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.hero-overlay h1{
    max-width:800px;
    font-size:52px;
    margin-bottom:20px;
}

.hero-meta{
    display:flex;
    gap:25px;
}

.container-news{
    width:90%;
    max-width:1400px;
    margin:40px auto;
    margin-top:-20px;

    display:grid;
    grid-template-columns:2fr 1fr;
    gap:35px;
}

.article-card{
    background:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 2px 15px rgba(0,0,0,.05);
}

.article-card img{
    width:100%;
    border-radius:12px;
    margin:25px 0;
}

.news-lead-wrapper{
    margin-bottom:30px;
}

.news-lead-label{
    display:inline-block;

    padding:8px 16px;
    margin-bottom:18px;

    background:linear-gradient(
        135deg,
        #eff6ff,
        #dbeafe
    );

    color:#2563eb;

    font-size:12px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:1px;

    border-radius:50px;
}

.lead{
    position:relative;

    font-family: 'SpaceMono-Bold', monospace;

    font-size:clamp(1.6rem,1.8vw,2.3rem);
    font-weight:700;
    line-height:1.5;
    color:#0f172a;
    text-align:left;

    color:#0f172a;

    margin:0;
    padding-bottom:24px;

    letter-spacing:-0.8px;
}

.lead::after{
    content:'';

    position:absolute;
    left:0;
    bottom:0;

    width:110px;
    height:6px;

    border-radius:50px;

    background:linear-gradient(
        90deg,
        #2563eb,
        #38bdf8
    );
}

.content{
    line-height:1.9;
    font-size:18px;
}

.content p{
    margin-bottom:20px;
}

blockquote{
    border-left:5px solid #0d47a1;
    background:#f4f8ff;
    padding:20px;
    margin:25px 0;
    border-radius:10px;
}


.sidebar .widget{
    background:white;
    padding:25px;
    margin-bottom:25px;
    border-radius:15px;
    box-shadow:0 2px 15px rgba(0,0,0,.05);
}

.sidebar input{
    width:100%;
    padding:12px;
    border:1px solid #ddd;
}

/* Widget Right Start */
.newsViral-widget{
    background:#fff;
    border-radius:12px;
}

.widget-title{
    background:linear-gradient(135deg,#2f80ed,#56ccf2);
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding:12px;
    border-radius:10px;
    margin-bottom:15px;
    font-family: 'SpaceMono-Bold', monospace;
}

.news-item{
    display:flex;
    gap:14px;
    align-items:flex-start;

    background:#fff;
    padding:10px;
    margin-bottom:12px;

    border:1px solid #e8e8e8;
    border-radius:8px;

    text-decoration:none;
    color:#111;

    transition:.3s;
}

.news-item:hover{
    transform:translateY(-2px);
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.news-item img{
    width:105px;
    height:75px;
    object-fit:cover;
    border-radius:6px;
    flex-shrink:0;
}

.news-content{
    font-size:14px;
    line-height:1.4;
    font-weight:700;

    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

@media(max-width:768px){

    .news-item img{
        width:100px;
        height:70px;
    }

    .news-content{
        font-size:13px;
    }

}

/* Widget Right End */

/* Widget Right Kategori Start */
.newsKategori-widget{
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.newsKategori-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.newsKategori-icon{
    width:60px;
    height:60px;
    border-radius:16px;

    background:linear-gradient(
        135deg,
        #2563eb,
        #3b82f6
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:24px;
}

.newsKategori-header h3{
    font-size:24px;
    color:#0f172a;
    margin-bottom:5px;
    font-family: 'SpaceMono-Bold', monospace;
}

.newsKategori-header p{
    color:#64748b;
    font-size:14px;
}

.newsKategori-list{
    list-style:none;
    padding:0;
    margin:0;
}

.newsKategori-list li{
    margin-bottom:12px;
}

.newsKategori-list li:last-child{
    margin-bottom:0;
}

.newsKategori-list a{
    display:flex;
    align-items:center;
    gap:15px;

    padding:14px;
    border:1px solid #edf2f7;
    border-radius:14px;

    text-decoration:none;
    background:#fff;

    transition:.3s;
}

.newsKategori-list a:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(37,99,235,.12);
    border-color:#2563eb;
}

.kategori-icon{
    width:52px;
    height:52px;
    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
    flex-shrink:0;
}

.pendidikan{
    background:#eff6ff;
    color:#2563eb;
}

.mahasiswa{
    background:#ecfdf5;
    color:#10b981;
}

.prestasi{
    background:#fff7ed;
    color:#f59e0b;
}

.kerjasama{
    background:#f5f3ff;
    color:#8b5cf6;
}

.kategori-content{
    flex:1;
}

.kategori-content h4{
    color:#0f172a;
    font-size:17px;
    margin-bottom:4px;
}

.kategori-content span{
    color:#64748b;
    font-size:13px;
}

.kategori-arrow{
    color:#94a3b8;
    transition:.3s;
}

.newsKategori-list a:hover .kategori-arrow{
    color:#2563eb;
    transform:translateX(4px);
}

/* MOBILE */

@media(max-width:768px){

    .newsKategori-widget{
        padding:18px;
    }

    .newsKategori-header{
        flex-direction:column;
        text-align:center;
    }

    .newsKategori-header h3{
        font-size:22px;
    }

    .newsKategori-list a{
        padding:12px;
    }

    .kategori-content h4{
        font-size:15px;
    }

    .kategori-content span{
        display:none;
    }

    .kategori-icon{
        width:46px;
        height:46px;
        font-size:18px;
    }

}
/* Widget Right Kategori End */

/* Cari Berita Start */
.newsCari-widget{
    background:#fff;
    padding:24px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    margin-bottom:18px;
}

.newsCari-header{
    margin-bottom:18px;
}

.newsCari-header h3{
    font-size:28px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:5px;
    font-family: 'SpaceMono-Bold', monospace;
}

.newsCari-header p{
    color:#64748b;
    font-size:14px;
}

.newsCari-group{
    display:flex;
    align-items:center;
    gap:10px;
}

.newsCari-input{
    flex:1;
    position:relative;
}

.newsCari-input i{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    color:#94a3b8;
}

.newsCari-input input{
    width:100%;
    height:52px;

    border:1px solid #dbe3ee;
    border-radius:12px;

    padding:0 15px 0 45px;

    font-size:15px;
    color:#334155;

    transition:.3s;
    outline:none;
}

.newsCari-input input:focus{
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.10);
}

.newsCari-btn{
    height:52px;
    min-width:110px;

    border:none;
    border-radius:12px;

    background:linear-gradient(
        135deg,
        #2563eb,
        #3b82f6
    );

    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;

    transition:.3s;
}

.newsCari-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(37,99,235,.25);
}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

    .newsCari-widget{
        padding:20px;
    }

    .newsCari-header h3{
        font-size:24px;
    }

    .newsCari-group{
        flex-direction:column;
        width:100%;
        gap:12px;
    }

    .newsCari-input{
        width:100%;
    }

    .newsCari-input input{
        width:100%;
    }

    .newsCari-btn{
        width:100%;
    }

    .newsCari-btn{
        width:100%;
    }

}
/* Cari Berita End */

/* =======================
   MOBILE
======================= */

@media(max-width:768px){

    .hero-news{
        height:380px;
    }

    .hero-overlay{
        padding:25px;
    }

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

    .hero-meta{
        flex-direction:column;
        gap:8px;
    }

    .container-news{
        width:95%;
        grid-template-columns:1fr;
    }

    .related-grid{
        grid-template-columns:1fr;
    }

    .content{
        font-size:16px;
    }

    .lead{
        font-size:20px;
        line-height:1.1;
        padding-bottom:20px;
        color:#0f172a;
        text-align:left;
    }

    .lead::after{
        width:80px;
        height:5px;
    }

    .news-lead-label{
        font-size:11px;
        padding:7px 14px;
    }

}

/* =======================
   LAPTOP / DESKTOP
======================= */

@media(min-width:1200px){

    .hero-overlay h1{
        font-size:60px;
    }

    .content{
        font-size:19px;
    }

}
