@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

* {
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #000;
    
}

.hero-tax {
    position: relative;
    width: 100%;
    background: url('./img/banner.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
}

.hero-tax .container {
    max-width: 1100px;
    margin: 0 auto;
    height: 600px;
    /* border: 1px solid rgb(255, 255, 255); */
    padding: 48px 24px;
}

.hero-tax .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(2px);
    color: #fff;
    font-size: 14px;
    margin-bottom: 6%;
}

.hero-tax .icon-chip {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.hero-tax .sep {
    opacity: 0.9;
    font-weight: 500;
}

.hero-tax .label {
    opacity: 0.95;
}

.hero-tax .content {
    display: flex;
    gap: 98px;
    margin-top: 240px;
}

.hero-tax .left {
    flex: 1 1 50%;
}

.hero-tax .right {
    flex: 1 1 90%;
    max-width: 900px;
    margin-top: 110px;
    /* border: 1px solid rgba(255, 255, 255, 0.20); */
}

.hero-tax h1 {
    font-size: 52px;
    line-height: 1.15;
    margin: 0;
    font-weight: 500;
}

.hero-tax p {
    font-size: 20px;
    line-height: 1.7;
    margin: 0;
    opacity: 0.95;
}
@media (max-width: 1200px){
    .hero-tax{
        width: 100%;
    }
}
@media (max-width: 900px) {
    .hero-tax .container {
        padding: 32px 12px;
    }
    .hero-tax .content {
        gap: 32px;
        margin-top: 24px;
    }
    .hero-tax h1 {
        font-size: 36px;
    }
    .hero-tax .right {
        margin-top: 32px;
        max-width: 100%;
    }
}
@media (max-width: 757px) {
    .hero-tax .container {
        padding: 18px 6px;
        flex-direction: column;
    }
    .content{
        flex-direction: column;
    }
    .hero-tax h1 {
        font-size: 40px;
    }
    .hero-tax .right {
        margin-top: 18px;
    }
    .hero-tax p {
        font-size: 15px;
        margin-left: 120px;
    }
}

.highlight-tax-news {
    background: #f5f9fa;
    margin: 0 auto;
    overflow-x: hidden;
    /* border: 1px solid rgba(32, 4, 4, 0.783); */
}

.highlight-container {
    position: relative;
    z-index: 1;
    max-width: 1150px;
    margin: 0 auto; 
    padding: 48px 24px;
    width: 100%;
    box-sizing: border-box;
}

.highlight-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.highlight-header-berita {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
    padding-left: 15px;
    padding-top: 12px;
}

.card-tgl {
    font-size: 14px;
}

.highlight-header-row {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 32px;
}

.highlight-header-title {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.3px;
    max-width: 340px;
}

.highlight-breadcrumb {
    color: #00858d;
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-bottom: 9px;
}

.highlight-header-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    display: inline-block;
}

.highlight-header-title h2 em {
    font-style: italic;
    font-weight: 700;
}

.highlight-header-line {
    flex: 1 1 auto;
    height: 2px;
    background: #00858d ;
    margin-bottom: 12px;
    align-self: center;
    border-radius: 2px;
}

.highlight-content-row {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}

@media (max-width: 700px) {
    .highlight-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .highlight-header-line {
        width: 100%;
        margin-bottom: 0;
    }
}

.highlight-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.card-footer-main{
    border-top: 1px solid rgba(32, 4, 4, 0.289);
    padding-top: 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 6px;
}


@media (max-width: 1024px) {
  .highlight-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 546px) {
    .highlight-tax-news{
        padding: 24px 12px;
    }
    .highlight-container{
        max-width: 100%;
        padding: 24px 12px;
    }
    .highlight-header-row{
        max-width: 350px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .highlight-content-row{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .highlight-header-line {
        width: 80%;
        margin-bottom: 0;
    }
    .highlight-grid{
        max-width: 350px;
    }
    .highlight-card--main,
    .highlight-card-right,
    .highlight-card {
        width: 70%;
        max-width: 70%;
    }
}

.highlight-card {
    background: #747576;
    /* background: #f8fafc; */
    /* border-radius: 12px; */
    box-shadow: 0 2px 8px rgba(30,60,90,0.07);
    overflow: hidden;
    display: flex;
    padding: 10px;
    flex-direction: column;
    min-height: 320px;
}
.highlight-card--main {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
    min-height: 400px;
    position: relative;
}
.card-image--main{
    width: 100%;
}
.card-label {
    display: inline-block;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 500;
    color: #4bb6da;
    text-align: center;
    background: #e0f3fb;
    border-radius: 2px;
    margin: 3px 0 8px 0; 
    box-shadow: 0 1px 4px rgba(30,60,90,0.06);
    letter-spacing: 0.1px;
    max-width: max-content;
    min-width: 60px;
    border: none;
}
.card-label--artikel {
    color: #1ab394;
    background: #eafaf7;
}
.highlight-card {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(30,60,90,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.highlight-card-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  /* grid-template-columns: 1fr;  */
  grid-template-rows: auto auto;          
  gap: 40px;   
  width: 560px;              
  /* border: 1px solid rgba(32, 4, 4, 0.783);              */
}

.card-image {
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: 200px;
    overflow: hidden;
    background: #eaf3fa;
}
.highlight-card--main {
    height: 650px;
    width: 500px;
}
.highlight-card--main .card-image {
    height: 420px;
    border-radius: 5px;
}
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11,80,83,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}
.card-quote {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.card-content {
    padding: 8px 18px 12px 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.card-content-main {
    padding: 8px 18px 12px 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.card-title {
    font-size: 19px;
    font-weight: 700;
    color: #1c1c1c;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.card-title-main {
    font-size: 19px;
    font-weight: 700;
    color: #1c1c1c;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.card-desc {
    font-size: 13px;
    line-height: 1.6;
    height: fit-content;
    color: #222;
    opacity: 0.85;
    flex: 1 1 auto;
}
.card-desc-main {
    font-size: 13px;
    line-height: 1.6;
    color: #222;
    opacity: 0.85;
    flex: 1 1 auto;
}
.card-link {
    font-size: 13px;
    color: #1ab394;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.card-link-main {
    font-size: 13px;
    color: #1ab394;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.card-footer img {
    width: 30px;
    height: auto;
    margin-left: 15px;
    cursor: pointer;
}
.card-footer span {
    width: 150px;
    font-size: 15px;
    height: auto;
    cursor: pointer;
}
.card-footer {
    border-top: 1px solid rgba(32, 4, 4, 0.289);
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}


@media (max-width: 1100px) {
    .highlight-container{
        max-width: 955px;
    }
    .highlight-card-right{
        grid-template-columns: 1fr; 
    }
    .highlight-grid {
        grid-template-columns: 1fr;
    }
    .highlight-card--main {
        grid-row: 1 / span 2;
        grid-column: 1 / 2;
    }
}
@media (max-width: 955px) {
    .highlight-container{
        max-width: 700px;
    }
    .highlight-header-line{
        max-width: 450px;
    }
    .highlight-card-right{
        max-width: 520px;
    }
    .highlight-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .highlight-card--main {
        grid-row: auto;
        grid-column: auto;
        min-height: 320px;
    }
}
@media (max-width: 720px) {
    .highlight-container{
        max-width: 500px;
    }
    .highlight-header-line{
        max-width: 450px;
    }
    .highlight-card-right{
        max-width: 480px;
    }
}
@media (max-width: 390px) {
    .highlight-card{
        width: 260px;
        max-width: 260px;
    }
    .highlight-content-row{
        width: 200px;
        max-width: 120px;
    }
    .highlight-container{
        max-width: 320px;
    }
    .highlight-header-line{
        max-width: 320px;
    }
    .highlight-card-right{
        max-width: 320px;
    }
}
.list-tax-news {
    padding: 48px 0 32px 0;
    background: #ffffff;
}
.list-container {
    /* border: 1px solid rgba(32, 4, 4, 0.605); */
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto; 
    padding: 48px 24px;
    width: 100%;
}
.list-header-row {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 24px;
}
.list-header-title {
    min-width: 220px;
}
.list-header-label {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}
.list-header-line {
    flex: 1 1 auto;
    height: 2px;
    background: #222;
    border-radius: 2px;
}
.list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}
.list-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(32, 4, 4, 0.082);
    box-shadow: 0 2px 8px rgba(30,60,90,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    position: relative;
}
.card-label-news {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #4bb6da;
    background: #e0f3fb;
    border-radius: 4px;
    margin: 10px 0 0 16px;
    box-shadow: 0 1px 4px rgba(30,60,90,0.06);
    letter-spacing: 0.1px;
    max-width: max-content;
    min-width: 60px;
    border: none;
}
.card-label-news--artikel {
    color: #043a41;
    background: #d6ece8;
}
.card-image-news {
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: 200px;
    overflow: hidden;
    padding: 10px;
}
.card-image-news img {
    width: 92%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.card-content {
    padding: 12px 18px 0 18px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    margin-bottom: 6px;
    display: block;
    line-height: 1.3;
}
.card-desc {
    font-size: 13px;
    color: #222;
    opacity: 0.85;
    margin-bottom: 8px;
    flex: 1 1 auto;
}
.card-link {
    font-size: 13px;
    color: #1ab394;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
}
.card-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 12px 18px;
    border-top: 1px solid #e3e8ee;
    margin-top: auto;
    min-height: 48px;
    background: transparent;
}
.cda-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 5px;
    background: #fff;
    display: block;
}
.cda-label {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.1px;
}

/* Responsive */
@media (max-width: 1100px) {
    .list-container{
        max-width: 955px;
    }
    .list-header-line{
        max-width: 450px;
    }
    .list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 955px) {
    .list-container{
        max-width: 720px;
    }
}

@media (max-width: 720px) {
    .list-container{
        max-width: 500px;
    }
    .list-header-line{
        max-width: 450px;
    }
    .list-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
@media (max-width: 500px) {
    .list-container{
        max-width: 320px;
    }
    .list-header-line{
        max-width: 320px;
    }
}
@media (max-width: 360px) {
    .list-container{
        max-width: 320px;
    }
    .list-header-line{
        max-width: 320px;
    }
}
.pagination-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 84px;
}
.pagination {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 8px 24px 24px;
}
.pagination button {
  border: 1px solid #e3e8ee;
  background: #fff;
  color: #222;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}
.pagination button.active {
  background: #00858d;
  color: #fff;
  border-color: #00858d;
}
.pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

