* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
  }
  
*{box-sizing:border-box;}
body{
    margin:0;
    font-family: "Montserrat", sans-serif;
    background:#f5f7fb;
    color:#1f1f2b;
}

.navbar{
    background-color: #0E1740;
}

.bett-page{
    padding:32px 0 48px;
}
.bett-hero-card{
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}
.bett-left h1{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.25;
    color: #0D163F;
    font-weight: 600;
}
.bett-left p{
    margin:0 0 16px;
    color:#2B2523;
    line-height:1.6;
}
.bett-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:12px 0 18px;
}
.bett-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border:1px solid #D9D9D9;
    border-radius:12px;
    font-size:14px;
    background:#00C9FF;
}
.bett-tag-stand{
    gap:10px;
}
.bett-tag-stand i{
    font-size:16px;
}
.bett-tag-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}
.badge-label{
    font-size:16px;
    color:#2B2523;
}
.badge-value{
    font-size:18px;
    color:#2B2523;
}
.bett-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:16px;
}
.bett-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;
    margin:12px 0 18px;
}
.bett-download{
    margin-top:12px;
}

.bett-download h4{
    font-weight: 700;
    font-size: 18px !important;
}
.btn-primary{
    background:#4F39F6;
    color:#fff;
    padding:12px 18px;
    border:none;
    border-radius:12px;
    font-weight:600;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(0,0,0,0.1);
    display:inline-flex;
    align-items:center;
    gap:8px;
}
.bett-note{
    font-size:14px;
    color:#6b6b7a;
}
.bett-card-hero{
    background:url("../images/banner/banner-mobil-1.png") center/cover no-repeat;
    border-radius:16px;
    position:relative;
    min-height:470px;
    height:470px;
    max-width:470px;
    width:100%;
    margin-left:auto;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.btn-ghost{
    background:#fff;
    color:#1c1c2e;
    border:none;
    padding:10px 14px;
    border-radius:10px;
    font-weight:700;
    cursor:pointer;
    width:max-content;
}
.bett-full-height{
    height:100%;
}
.bett-hero-row{
    align-items:center;
}
.bett-info-row{
    align-items:stretch;
}

h4{
    margin:0 0 12px !important;
    font-size:16px !important;
    color:#2B2523 !important;
}

.info-card p{
    margin:0 0 12px;
    color:#2B2523;
    line-height:1.5;
    font-size:14px;
}
.download-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:#4F39F6;
    border: 1px solid #4F39F6;
    padding:12px 16px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}
.download-inline{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:8px;
}
.pdf-note{
    font-size:12px;
    color:#949494 !important;
    margin:0;
}


.info-card h4{
    font-weight: 700;
}

@media(max-width:960px){
    .bett-card-hero img{position:static; margin-bottom:16px;}
}
    