:root{
    --primary:#1d4ed8;
    --primary-dark:#0f172a;
    --primary-soft:#e8f0ff;
    --accent:#f3b21a;
    --accent-soft:#fff2cc;
    --white:#ffffff;
    --text:#0f172a;
    --muted:#64748b;
    --line:#dbe4f0;
    --bg:#eef3fb;
    --card:#fdfdfd;
    --shadow-lg:0 26px 60px rgba(15, 23, 42, 0.10);
    --shadow-md:0 16px 36px rgba(15, 23, 42, 0.08);
    --shadow-sm:0 10px 20px rgba(15, 23, 42, 0.06);
    --radius-xl:34px;
    --radius-lg:26px;
    --radius-md:22px;
    --radius-sm:16px;
    --section-space:88px;
}

*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    font-family: Cambria, Georgia, "Times New Roman", serif;
    color:var(--text);
    background:
        radial-gradient(circle at top left, rgba(29,78,216,.05), transparent 28%),
        linear-gradient(180deg,#f3f7fd 0%, #edf3fb 100%);
}

a{
    text-decoration:none;
    color:inherit;
}

button{
    font-family:inherit;
}

.container{
    width:min(1280px, calc(100% - 36px));
    margin:0 auto;
}
.hero-section{
    position: relative;
    padding: 42px 0 78px;
    overflow: hidden;
}

/* background gelembung transparan */
.hero-bubbles{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bubble{
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.55), rgba(255,255,255,.10) 55%, rgba(255,255,255,0) 75%);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(3px);
    box-shadow: inset 0 0 40px rgba(255,255,255,.10);
}

.bubble-1{
    width: 340px;
    height: 340px;
    top: 20px;
    left: -80px;
}

.bubble-2{
    width: 260px;
    height: 260px;
    top: -30px;
    right: 23%;
}

.bubble-3{
    width: 180px;
    height: 180px;
    top: 320px;
    left: 50%;
}

.bubble-4{
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: 40px;
}

.bubble-5{
    width: 140px;
    height: 140px;
    left: 18%;
    bottom: 30px;
}

.hero-section .container{
    position: relative;
    z-index: 2;
}

/* 1 card besar */
.hero-card{
    position: relative;
    border-radius: 40px;
    padding: 22px;
    background: rgba(255,255,255,.50);
    border: 1px solid rgba(255,255,255,.75);
    box-shadow: 0 26px 60px rgba(15,23,42,.10);
    backdrop-filter: blur(10px);
}

.hero-card-inner{
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 26px;
    align-items: stretch;
    min-height: 720px;
}

.hero-content{
    border-radius: 32px;
    background: rgba(255,255,255,.78);
    padding: 42px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-content::before{
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    left: -80px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(37,99,235,.10), transparent 70%);
}

.hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1e40af;
    font-size: 13px;
    font-weight: 800;
}

.hero-badge-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f3b21a;
    box-shadow: 0 0 0 6px rgba(243,178,26,.18);
}

.hero-content h1{
    margin: 18px 0 18px;
    font-size: clamp(44px, 6vw, 84px);
    line-height: .98;
    letter-spacing: -2.5px;
    color: #0b132c;
}

.hero-content h1 span{
    display: block;
    color: #2563eb;
}

.hero-desc{
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.85;
    color: #64748b;
    max-width: 720px;
}

.hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-stats{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.stat-item{
    min-width: 140px;
    padding: 16px 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(219,229,241,.95);
    border-radius: 20px;
    box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.stat-item strong{
    display: block;
    margin-bottom: 4px;
    font-size: 18px;
    color: #1d4ed8;
}

.stat-item span{
    font-size: 13px;
    color: #64748b;
    font-weight: 700;
}

.hero-visual-wrap{
    display: flex;
    align-items: stretch;
}

.hero-visual{
    position: relative;
    width: 100%;
    min-height: 676px;
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
        url('../images/photo_mahasiswa.png') center center / cover no-repeat;
    box-shadow: 0 22px 48px rgba(15,23,42,.10);
}

.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18,61,141,.07), rgba(18,61,141,.02));
}

.floating-card{
    position: absolute;
    z-index: 2;
    width: 255px;
    background: rgba(255,255,255,.90);
    border: 1px solid rgba(255,255,255,.95);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 18px 35px rgba(15,23,42,.12);
    backdrop-filter: blur(10px);
}

.floating-top{
    top: 24px;
    right: 24px;
}

.floating-bottom{
    left: 24px;
    bottom: 24px;
}

.floating-label{
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.floating-card strong{
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 17px;
    line-height: 1.45;
}

.floating-card p{
    margin: 0;
    font-size: 14px;
    line-height: 1.72;
    color: #64748b;
}

/* responsive */
@media (max-width: 1200px){
    .hero-card-inner{
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-visual{
        min-height: 540px;
    }
}

@media (max-width: 768px){
    .hero-card{
        padding: 14px;
        border-radius: 28px;
    }

    .hero-content{
        padding: 26px 22px;
        border-radius: 24px;
    }

    .hero-content h1{
        font-size: 44px;
        letter-spacing: -1.5px;
    }

    .hero-desc{
        font-size: 15px;
    }

    .hero-actions,
    .hero-stats{
        flex-direction: column;
        align-items: stretch;
    }

    .hero-visual{
        min-height: 420px;
        border-radius: 24px;
    }

    .floating-card{
        width: calc(100% - 28px);
        left: 14px !important;
        right: 14px !important;
    }

    .floating-top{
        top: 14px;
    }

    .floating-bottom{
        bottom: 14px;
    }

    .bubble-1,
    .bubble-2,
    .bubble-3,
    .bubble-4,
    .bubble-5{
        opacity: .55;
        transform: scale(.8);
    }
}
/* HEADER */
.site-header{
    position:sticky;
    top:0;
    z-index:1000;
    backdrop-filter:blur(14px);
    background:rgba(255,255,255,.80);
    border-bottom:1px solid rgba(219,228,240,.80);
}

.navbar{
    min-height:86px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.brand{
    display:flex;
    align-items:center;
    gap:14px;
}

.brand-mark{
    width:54px;
    height:54px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:#fff;
    font-weight:800;
    font-size:20px;
    box-shadow:0 16px 28px rgba(29,78,216,.28);
}

.brand-text small{
    display:block;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.6px;
    color:var(--muted);
    font-weight:800;
    margin-bottom:4px;
}

.brand-text strong{
    display:block;
    font-size:22px;
    color:#1e3a8a;
    line-height:1.1;
}

.nav-menu{
    display:flex;
    align-items:center;
    gap:26px;
    font-weight:700;
    color:#334155;
}

.nav-menu a{
    position:relative;
    transition:.25s ease;
}

.nav-menu a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    transition:.25s ease;
    border-radius:999px;
}

.nav-menu a:hover{
    color:#1d4ed8;
}

.nav-menu a:hover::after{
    width:100%;
}

/* BUTTON */
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 22px;
    border-radius:16px;
    font-size:15px;
    font-weight:800;
    border:1px solid transparent;
    transition:all .25s ease;
    cursor:pointer;
}

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

.btn-nav{
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:#fff;
    border-radius:999px;
    box-shadow:0 16px 28px rgba(29,78,216,.24);
}

.btn-primary{
    background:linear-gradient(135deg,#ffd863,#f3b21a);
    color:#182237;
    box-shadow:0 16px 28px rgba(243,178,26,.24);
}

.btn-outline{
    background:#fff;
    color:#1d4ed8;
    border-color:var(--line);
    box-shadow:var(--shadow-sm);
}

.btn-light{
    background:#fff;
    color:#1d4ed8;
}

.btn-outline-light{
    background:rgba(255,255,255,.08);
    color:#fff;
    border-color:rgba(255,255,255,.20);
}

/* COMMON */
.section{
    position:relative;
}

.section-gap{
    padding:var(--section-space) 0;
}

.glass-card{
    background:rgba(255,255,255,.72);
    border:1px solid rgba(255,255,255,.86);
    backdrop-filter:blur(10px);
    box-shadow:var(--shadow-lg);
}

.section-kicker{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:999px;
    background:var(--primary-soft);
    color:#1e40af;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:14px;
}

.kicker-light{
    background:rgba(255,255,255,.12);
    color:#eaf2ff;
}

.section-heading{
    max-width:920px;
    margin:0 auto 34px;
}

.section-heading.center{
    text-align:center;
}

.section-heading h2,
.about-panel h2{
    margin:0 0 14px;
    font-size:clamp(24px,4vw,64px);
    line-height:1.08;
    letter-spacing:-1.8px;
    color:#0b132c;
}

.section-heading p,
.about-desc{
    margin:0;
    color:var(--muted);
    font-size:17px;
    line-height:1.85;
}

/* HERO */
/* =========================
   HERO FINAL - SIDE BY SIDE
   ========================= */
.hero-section{
    position: relative;
    padding: 34px 0 78px;
    overflow: hidden;
}

.hero-bubbles{
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bubble{
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(92,137,255,.16), rgba(255,255,255,.08) 58%, rgba(255,255,255,0) 76%);
    border: 1px solid rgba(255,255,255,.22);
    filter: blur(.2px);
}

.bubble-1{
    width: 340px;
    height: 340px;
    top: -20px;
    left: -90px;
}
.bubble-2{
    width: 260px;
    height: 260px;
    top: -20px;
    right: 34%;
}
.bubble-3{
    width: 160px;
    height: 160px;
    top: 320px;
    left: 49%;
}
.bubble-4{
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: 50px;
}
.bubble-5{
    width: 180px;
    height: 180px;
    left: 22%;
    bottom: 10px;
}

.hero-section .container{
    position: relative;
    z-index: 2;
}

.hero-main-card{
    background: rgba(255,255,255,.42);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 34px;
    backdrop-filter: blur(8px);
    box-shadow: 0 24px 60px rgba(15,23,42,.08);
    padding: 18px;
}

.hero-split{
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
    gap: 26px;
    align-items: center;
    min-height: 700px;
}

/* kiri */
.hero-left{
    padding: 28px 26px 28px 22px;
}

.hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #eaf1ff;
    color: #2450c8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.hero-badge-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b423;
    box-shadow: 0 0 0 6px rgba(244,180,35,.16);
}

.hero-title{
    margin: 0 0 22px;
    font-size: clamp(30px, 5.5vw, 86px);
    line-height: .98;
    letter-spacing: -2.6px;
    font-weight: 800;
    color: #0b1836;
}

.hero-title .text-blue{
    color: #2d62e8;
}

.hero-desc{
    margin: 0 0 26px;
    max-width: 680px;
    font-size: 18px;
    line-height: 1.82;
    color: #66758d;
}

.hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 28px;
}

.hero-points{
    display: grid;
    gap: 10px;
    max-width: 760px;
}

.hero-points p{
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5565;
}

.hero-points strong{
    color: #1c2434;
}

/* kanan */
.hero-right{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-box{
    position: relative;
    width: 100%;
    min-height: 660px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 18px 40px rgba(15,23,42,.10);
}

.hero-image-box::before{
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.55);
    background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(255,255,255,.08));
}

.hero-image-box::after{
    content: "PMB Online 2026";
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(29,78,216,.12);
    z-index: 1;
}

.hero-image-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17,24,39,.04), rgba(17,24,39,.01));
}

.hero-info-card{
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(15,23,42,.12);
}

.hero-info-top{
    top: 24px;
    right: 24px;
    min-width: 250px;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 18px 18px;
}

.hero-info-icon{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #eef3ff;
    font-size: 24px;
}

.hero-info-top strong{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #1b2537;
    margin-bottom: 4px;
}

.hero-info-top span{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2d62e8;
    margin-bottom: 3px;
}

.hero-info-top small{
    color: #7b8798;
    font-size: 12px;
}

.hero-info-bottom{
    left: 24px;
    bottom: 24px;
    min-width: 160px;
    padding: 18px 18px 16px;
    text-align: center;
}

.hero-rating{
    color: #f5b301;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 8px;
}

.hero-info-bottom strong{
    display: block;
    font-size: 20px;
    color: #13213d;
    margin-bottom: 4px;
}

.hero-info-bottom small{
    color: #7b8798;
    font-size: 13px;
}

/* tombol */
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    transition: .25s ease;
}

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

.btn-primary{
    background: linear-gradient(135deg,#1f5fe5,#2e68ee);
    color: #fff;
    box-shadow: 0 16px 28px rgba(37,99,235,.22);
}

.btn-outline{
    border: 2px solid #2e68ee;
    color: #2e68ee;
    background: rgba(255,255,255,.78);
}

/* desktop tetap sejajar */
@media (min-width: 1101px){
    .hero-split{
        grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr) !important;
    }
}

/* tablet */
@media (max-width: 1100px){
    .hero-split{
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-left{
        padding: 24px 20px 10px;
    }

    .hero-image-box{
        min-height: 520px;
    }

}
/* mobile */
@media (max-width: 768px){
    .hero-main-card{
        padding: 12px;
        border-radius: 24px;
    }

    .hero-title{
        font-size: 42px;
        line-height: 1.02;
        letter-spacing: -1.6px;
    }

    .hero-desc{
        font-size: 15px;
    }

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

    .hero-image-box{
        min-height: 400px;
        border-radius: 22px;
    }

    .hero-info-top,
    .hero-info-bottom{
        left: 14px !important;
        right: 14px !important;
        min-width: auto;
    }

    .hero-info-top{
        top: 14px;
    }

    .hero-info-bottom{
        bottom: 14px;
    }

}
.stat-item{
    min-width:140px;
    padding:16px 18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:20px;
    box-shadow:var(--shadow-sm);
}

.stat-item strong{
    display:block;
    margin-bottom:4px;
    font-size:18px;
    color:#1d4ed8;
}

.stat-item span{
    font-size:13px;
    color:var(--muted);
    font-weight:700;
}

.hero-visual{
    position:relative;
    border-radius:var(--radius-xl);
    overflow:hidden;
    box-shadow:var(--shadow-lg);
    background:linear-gradient(135deg,#eaf2ff,#cfe0ff);
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(15,23,42,.05), rgba(15,23,42,.02));
}

.floating-card{
    position:absolute;
    z-index:2;
    width:280px;
    background:rgba(255,255,255,.90);
    border:1px solid rgba(255,255,255,.92);
    border-radius:26px;
    padding:22px;
    box-shadow:var(--shadow-md);
    backdrop-filter:blur(12px);
}

.floating-top{
    top:28px;
    right:28px;
}

.floating-bottom{
    left:28px;
    bottom:28px;
}

.floating-label{
    display:inline-block;
    margin-bottom:10px;
    padding:8px 14px;
    border-radius:999px;
    background:var(--primary-soft);
    color:#1e40af;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.4px;
}

.floating-card strong{
    display:block;
    margin-bottom:8px;
    font-size:17px;
    line-height:1.45;
    color:#172033;
}

.floating-card p{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.75;
}

/* ABOUT / KEUNGGULAN */
.about-grid{
    display:grid;
    grid-template-columns:.98fr 1.02fr;
    gap:32px;
    align-items:stretch;
}

.about-visual,
.about-panel{
    min-height:660px;
    height:100%;
}

.about-visual{
    border-radius:var(--radius-xl);
    overflow:hidden;
    background:url('../img/aktifitas_logistik.png') center center / cover no-repeat;
    box-shadow:var(--shadow-lg);
}

.about-panel{
    border-radius:var(--radius-xl);
    padding:44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.checklist{
    display:grid;
    gap:16px;
    margin-top:26px;
}

.check-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:20px 20px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    box-shadow:var(--shadow-sm);
}

.check-mark{
    width:36px;
    height:36px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--accent-soft);
    color:#b77908;
    font-weight:800;
    flex:0 0 auto;
}

.check-item strong{
    display:block;
    margin-bottom:6px;
    font-size:17px;
    color:#172033;
}

.check-item span{
    color:#6b7a92;
    font-size:15px;
    line-height:1.75;
}

/* STEPPER */
.stepper-shell{
    max-width:760px;
    margin:0 auto;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(255,255,255,.85);
    border-radius:32px;
    padding:28px;
    box-shadow:var(--shadow-lg);
    backdrop-filter:blur(10px);
}

.stepper-top{
    margin-bottom:24px;
}

.stepper-progress{
    width:100%;
    height:10px;
    background:#dce7f7;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:12px;
}

.stepper-progress-fill{
    width:25%;
    height:100%;
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    border-radius:999px;
    transition:width .35s ease;
}

.stepper-info{
    display:flex;
    justify-content:center;
    color:#1e40af;
    font-weight:800;
    font-size:14px;
}

.stepper-stage{
    position:relative;
    margin-bottom:26px;
}

.stepper-viewport{
    width:100%;
    overflow:hidden;
    position:relative;
}

.stepper-track{
    display:flex;
    transition:transform .55s cubic-bezier(.22, 1, .36, 1);
    will-change:transform;
}

.step-slide{
    flex:0 0 100%;
    min-width:100%;
    max-width:100%;
    min-height:320px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:left;
    background:#fff;
    border:1px solid var(--line);
    border-radius:30px;
    padding:34px;
    box-shadow:var(--shadow-md);
}

.step-number{
    width:64px;
    height:64px;
    border-radius:20px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:#fff;
    font-size:28px;
    font-weight:800;
    margin-bottom:18px;
    box-shadow:0 14px 28px rgba(29,78,216,.22);
}

.step-slide h3{
    margin:0 0 14px;
    font-size:34px;
    line-height:1.15;
    color:#111827;
}

.step-slide p{
    margin:0;
    font-size:18px;
    line-height:1.9;
    color:#64748b;
}

.stepper-nav{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:14px;
}

.step-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.step-dot{
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#e5edf9;
    color:#33538f;
    font-weight:800;
    cursor:pointer;
    transition:.25s ease;
}

.step-dot.active{
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:#fff;
    box-shadow:0 12px 24px rgba(29,78,216,.18);
}

.step-nav-btn{
    padding:13px 18px;
    border:none;
    border-radius:16px;
    background:#eef4ff;
    color:#1e40af;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
    transition:.25s ease;
    justify-self:start;
}

.step-nav-btn.primary{
    justify-self:end;
    background:linear-gradient(135deg,#1d4ed8,#2563eb);
    color:#fff;
}

.step-nav-btn:hover:not(:disabled){
    transform:translateY(-2px);
}

.step-nav-btn:disabled{
    opacity:.45;
    cursor:not-allowed;
    transform:none;
}

/* CTA */
.section-cta{
    padding-top:0;
    padding-bottom:calc(var(--section-space) + 12px);
}

.cta-box{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#163e9a 0%, #2151c7 55%, #2a69f2 100%);
    color:#fff;
    border-radius:32px;
    padding:42px;
    box-shadow:var(--shadow-lg);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.cta-box::before{
    content:"";
    position:absolute;
    top:-90px;
    right:-80px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,255,255,.16), transparent 70%);
}

.cta-copy{
    position:relative;
    z-index:1;
    max-width:700px;
}

.cta-copy h3{
    margin:0 0 12px;
    font-size:clamp(30px,4vw,46px);
    line-height:1.12;
    letter-spacing:-1px;
}

.cta-copy p{
    margin:0;
    color:rgba(255,255,255,.92);
    font-size:16px;
    line-height:1.85;
}

.cta-actions{
    position:relative;
    z-index:1;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

/* FOOTER */
.site-footer{
    border-top:1px solid rgba(219,228,240,.80);
    background:rgba(255,255,255,.45);
}

.footer-inner{
    min-height:86px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:18px 0;
    flex-wrap:wrap;
}

.footer-inner strong{
    display:block;
    margin-bottom:4px;
    color:#1e3a8a;
}

.footer-inner span,
.footer-inner p{
    margin:0;
    color:var(--muted);
    font-size:14px;
}

/* RESPONSIVE */
@media (max-width: 1200px){
    .hero-grid,
    .about-grid{
        grid-template-columns:1fr;
    }

    .hero-content,
    .hero-visual,
    .about-visual,
    .about-panel{
        min-height:auto;
    }

    .hero-visual{
        min-height:560px;
    }

    .about-visual{
        min-height:520px;
    }
}

@media (max-width: 900px){
    .nav-menu{
        display:none;
    }

    .hero-content{
        padding:32px;
    }

    .about-panel{
        padding:32px;
    }

    .stepper-shell{
        padding:22px;
    }

    .step-slide{
        padding:28px;
    }
}

@media (max-width: 640px){
    :root{
        --section-space:64px;
    }

    .container{
        width:min(100% - 20px, 1280px);
    }

    .navbar{
        min-height:76px;
    }

    .brand-mark{
        width:46px;
        height:46px;
        font-size:18px;
    }

    .brand-text strong{
        font-size:18px;
    }

    .hero-content{
        padding:24px;
    }

    .hero-content h1{
        font-size:42px;
        letter-spacing:-1.5px;
    }

    .hero-desc,
    .section-heading p,
    .about-desc,
    .step-slide p{
        font-size:15px;
    }

    .hero-actions,
    .hero-stats,
    .cta-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .hero-visual{
        min-height:420px;
    }

    .floating-card{
        width:calc(100% - 28px);
        left:14px !important;
        right:14px !important;
        padding:16px;
    }

    .floating-top{
        top:14px;
    }

    .floating-bottom{
        bottom:14px;
    }

    .about-visual{
        min-height:360px;
    }

    .about-panel{
        padding:24px;
    }

    .step-slide{
        min-height:280px;
        padding:26px 22px;
    }

    .step-slide h3{
        font-size:28px;
    }

    .stepper-nav{
        grid-template-columns:1fr;
    }

    .step-nav-btn,
    .step-nav-btn.primary{
        justify-self:stretch;
    }

    .footer-inner{
        justify-content:center;
        text-align:center;
    }
}
/* =========================
   HAPUS BLOK INFO HERO
   ========================= */
.hero-points,
.hero-stats{
    display: none !important;
}

/* =========================
   FLOATING WHATSAPP + TO TOP
   ========================= */
.floating-tools{
    position: fixed;
   left: 22px;
    bottom: 22px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-btn{
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
    transition: all .25s ease;
}

.floating-btn:hover{
    transform: translateY(-3px) scale(1.03);
}

.floating-btn svg{
    width: 28px;
    height: 28px;
}

.whatsapp-btn{
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
}

.to-top-btn{
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.to-top-btn.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 768px){
    .floating-tools{
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .floating-btn{
        width: 52px;
        height: 52px;
    }

    .floating-btn svg{
        width: 24px;
        height: 24px;
    }
}

/* =========================
   PREMIUM STEPPER OVERRIDE
   ========================= */
.stepper-shell{
    max-width: 930px;
    padding: 34px 34px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.70));
    border: 1px solid rgba(255,255,255,.90);
    box-shadow: 0 24px 70px rgba(15,23,42,.10);
}

.stepper-top{
    margin-bottom: 20px;
}

.stepper-progress{
    height: 11px;
    background: linear-gradient(90deg, #dce6f6 0%, #cfdcf0 100%);
    box-shadow: inset 0 1px 2px rgba(15,23,42,.05);
}

.stepper-progress-fill{
    background: linear-gradient(90deg, #2450c8 0%, #2f63ea 55%, #4a7ef7 100%);
    box-shadow: 0 8px 18px rgba(47,99,234,.18);
    transition: width .5s ease;
}

.stepper-info{
    font-size: 15px;
    letter-spacing: -.2px;
}

.stepper-stage{
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    padding: 12px 0 10px;
}

.stepper-deck{
    position: relative;
    width: min(100%, 700px);
    height: 380px;
    perspective: 1800px;
    transform-style: preserve-3d;
}

.step-slide{
    position: absolute;
    inset: 0;
    min-width: auto;
    max-width: none;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    display: block;
    opacity: 0;
    pointer-events: none;
    filter: blur(2px);
    transform: translate3d(340px, 0, 0) scale(.84) rotateY(-12deg);
    transition:
        transform .7s cubic-bezier(.22, 1, .36, 1),
        opacity .48s ease,
        filter .48s ease;
}

.step-card-inner{
    position: relative;
    height: 100%;
    border-radius: 34px;
    background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
    border: 1px solid rgba(219,228,240,.95);
    box-shadow: 0 20px 50px rgba(15,23,42,.10);
    padding: 38px 42px 34px;
    overflow: hidden;
}

.step-card-glow{
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background: radial-gradient(circle at 14% 18%, rgba(67,119,255,.18), transparent 34%),
                radial-gradient(circle at 85% 80%, rgba(55,130,255,.10), transparent 30%);
    z-index: 0;
}

.step-card-head,
.step-slide h3,
.step-slide p,
.step-tags{
    position: relative;
    z-index: 1;
}

.step-card-head{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.step-number{
    width: 74px;
    height: 74px;
    border-radius: 24px;
    font-size: 30px;
    margin-bottom: 0;
    box-shadow: 0 16px 34px rgba(37,80,200,.26);
}

.step-chip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2450c8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.step-slide h3{
    margin: 0 0 16px;
    font-size: clamp(38px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.3px;
    color: #0f172a;
}

.step-slide p{
    max-width: 94%;
    font-size: 19px;
    line-height: 1.85;
    color: #66758d;
}

.step-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.step-tags span{
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(241,245,255,.96);
    border: 1px solid rgba(212,224,244,.95);
    color: #33538f;
    font-size: 13px;
    font-weight: 700;
}

.step-slide.active{
    opacity: 1;
    pointer-events: auto;
    filter: blur(0);
    z-index: 4;
    transform: translate3d(0, 0, 0) scale(1) rotateY(0deg);
}

.step-slide.prev{
    opacity: .34;
    z-index: 2;
    filter: blur(.4px);
    transform: translate3d(-220px, 0, -140px) scale(.90) rotateY(10deg);
}

.step-slide.next{
    opacity: .50;
    z-index: 3;
    filter: blur(.2px);
    transform: translate3d(220px, 0, -110px) scale(.92) rotateY(-10deg);
}

.step-slide.past{
    opacity: 0;
    z-index: 1;
    transform: translate3d(-360px, 0, -180px) scale(.80) rotateY(14deg);
}

.step-slide.future{
    opacity: 0;
    z-index: 1;
    transform: translate3d(360px, 0, -180px) scale(.80) rotateY(-14deg);
}

.stepper-nav{
    gap: 18px;
}

.step-dot{
    width: 46px;
    height: 46px;
    background: linear-gradient(180deg, #ebf1fb 0%, #dfe8f6 100%);
    box-shadow: inset 0 1px 2px rgba(255,255,255,.9);
}

.step-dot.active{
    box-shadow: 0 14px 28px rgba(29,78,216,.18);
    transform: translateY(-1px);
}

.step-nav-btn{
    min-width: 148px;
    padding: 14px 20px;
    border-radius: 18px;
    font-size: 15px;
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.step-nav-btn.primary{
    box-shadow: 0 16px 30px rgba(37,80,200,.22);
}

@media (max-width: 900px){
    .stepper-shell{
        max-width: 860px;
        padding: 26px 24px 24px;
    }

    .stepper-stage{
        min-height: 390px;
    }

    .stepper-deck{
        width: min(100%, 620px);
        height: 340px;
    }

    .step-card-inner{
        padding: 30px 30px 28px;
    }

    .step-slide h3{
        font-size: 34px;
    }

    .step-slide p{
        font-size: 16px;
        max-width: 100%;
    }

    .step-slide.prev{
        transform: translate3d(-140px, 0, -100px) scale(.90) rotateY(8deg);
    }

    .step-slide.next{
        transform: translate3d(140px, 0, -90px) scale(.92) rotateY(-8deg);
    }
}

@media (max-width: 640px){
    .stepper-shell{
        padding: 20px 16px 20px;
        border-radius: 26px;
    }

    .stepper-top{
        margin-bottom: 16px;
    }

    .stepper-stage{
        min-height: 330px;
        padding: 4px 0 6px;
    }

    .stepper-deck{
        width: 100%;
        height: 300px;
    }

    .step-card-inner{
        border-radius: 26px;
        padding: 24px 22px 22px;
    }

    .step-card-head{
        gap: 10px;
        margin-bottom: 18px;
    }

    .step-number{
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 24px;
    }

    .step-chip{
        font-size: 11px;
        padding: 8px 12px;
    }

    .step-slide h3{
        font-size: 28px;
        line-height: 1.12;
    }

    .step-slide p{
        font-size: 14px;
        line-height: 1.75;
    }

    .step-tags{
        margin-top: 20px;
        gap: 8px;
    }

    .step-tags span{
        font-size: 11px;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .step-slide.prev,
    .step-slide.next,
    .step-slide.past,
    .step-slide.future{
        opacity: 0;
        transform: translate3d(40px, 0, -80px) scale(.96);
    }

    .stepper-nav{
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .step-nav-btn,
    .step-nav-btn.primary{
        min-width: 100%;
        justify-self: stretch;
    }
}
.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-live-datetime {
    min-width: 220px;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.16);
    text-align: right;
    color: #0f172a;
    line-height: 1.2;
}

.nav-live-datetime small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.68);
    margin-bottom: 4px;
}

.nav-live-datetime strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 3px;
}

.nav-live-datetime span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
}

@media (max-width: 768px) {
    .nav-live-datetime {
        min-width: auto;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .nav-live-datetime strong {
        font-size: 13px;
    }

    .nav-live-datetime span {
        font-size: 12px;
    }
}
.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-live-datetime {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 270px;
    padding: 12px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 14px 30px rgba(37, 99, 235, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    position: relative;
    overflow: hidden;
}

.nav-live-datetime::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.45) 0%,
        rgba(59,130,246,0.08) 50%,
        rgba(255,255,255,0.2) 100%
    );
    pointer-events: none;
}

.nav-live-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.25);
    position: relative;
    z-index: 1;
}

.nav-live-icon svg {
    width: 22px;
    height: 22px;
}

.nav-live-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.nav-live-text small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.60);
    margin-bottom: 4px;
}

.nav-live-text strong {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 3px;
}

.nav-live-text span {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
}

@media (max-width: 992px) {
    .nav-live-datetime {
        min-width: 230px;
        padding: 10px 14px;
        border-radius: 16px;
        gap: 10px;
    }

    .nav-live-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .nav-live-text strong {
        font-size: 14px;
    }

    .nav-live-text span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .nav-live-datetime {
        min-width: unset;
        width: 100%;
        justify-content: flex-start;
    }

    .nav-live-text strong {
        font-size: 13px;
    }

    .nav-live-text span {
        font-size: 12px;
    }
}
.brand {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}

.brand-logo-wrap {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2f63ff, #2147c9);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(47, 99, 255, 0.22);
    flex-shrink: 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-wrap: nowrap;
}

.brand-mark {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
    background: #2f5bea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(47, 91, 234, 0.18);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-wrap: nowrap;
}

.brand-mark {
    width: 56px;
    height: 56px;
    min-width: 56px;
    max-width: 56px;
    border-radius: 16px;
    background: #2f5bea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(47, 91, 234, 0.18);
}

.brand-logo {
    width: 36px;
height: 36px;
object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    white-space: nowrap;
}

.brand-text small {
    font-size: 12px;
    font-weight: 700;
    color: #7a869f;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.brand-text strong {
    font-size: 22px;
    font-weight: 800;
    color: #24408f;
}

/* =========================================
   FINAL FIX OVERRIDE: HEADER LOGO + FAVICON
   Tempel ini di PALING BAWAH file
   ========================================= */
.site-header .brand-fixed,
.site-header .brand{
    display:flex !important;
    align-items:center !important;
    gap:14px !important;
    flex-wrap:nowrap !important;
    text-decoration:none !important;
}

.site-header .brand-mark-fixed,
.site-header .brand-mark{
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    max-width:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,#1d4ed8,#2563eb) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    flex-shrink:0 !important;
    box-shadow:0 10px 24px rgba(47,91,234,.18) !important;
    padding:0 !important;
    line-height:1 !important;
}

.site-header .brand-logo-fixed,
.site-header .brand-logo,
.site-header .brand-mark img{
    display:block !important;
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    max-width:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    object-fit:contain !important;
    object-position:center !important;
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    box-shadow:none !important;
    transform:none !important;
}

.site-header .brand-text-fixed,
.site-header .brand-text{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
}

.site-header .brand-text-fixed small,
.site-header .brand-text small{
    display:block !important;
    margin:0 0 4px 0 !important;
    font-size:11px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    letter-spacing:.6px !important;
    color:#6b7280 !important;
    line-height:1.2 !important;
}

.site-header .brand-text-fixed strong,
.site-header .brand-text strong{
    display:block !important;
    margin:0 !important;
    font-size:22px !important;
    font-weight:800 !important;
    color:#1e3a8a !important;
    line-height:1.1 !important;
}

@media (max-width:640px){
    .site-header .brand-fixed,
    .site-header .brand{
        gap:10px !important;
    }

    .site-header .brand-mark-fixed,
    .site-header .brand-mark{
        width:46px !important;
        height:46px !important;
        min-width:46px !important;
        max-width:46px !important;
        min-height:46px !important;
        max-height:46px !important;
        border-radius:14px !important;
    }

    .site-header .brand-logo-fixed,
    .site-header .brand-logo,
    .site-header .brand-mark img{
        width:28px !important;
        height:28px !important;
        min-width:28px !important;
        max-width:28px !important;
        min-height:28px !important;
        max-height:28px !important;
    }

    .site-header .brand-text-fixed small,
    .site-header .brand-text small{
        font-size:9px !important;
    }

    .site-header .brand-text-fixed strong,
    .site-header .brand-text strong{
        font-size:18px !important;
    }
}
/* =========================================
   FINAL: LOGO HEADER TANPA BACKGROUND BIRU
   tempel PALING BAWAH landing.css
   ========================================= */

.site-header .brand,
.site-header .brand-fixed{
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    flex-wrap: nowrap !important;
}

.site-header .brand-mark,
.site-header .brand-mark-fixed{
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.site-header .brand-logo,
.site-header .brand-logo-fixed,
.site-header .brand-mark img{
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.site-header .brand-text,
.site-header .brand-text-fixed{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}

.site-header .brand-text small,
.site-header .brand-text-fixed small{
    display: block !important;
    margin: 0 0 4px 0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .6px !important;
    color: #6b7280 !important;
    line-height: 1.2 !important;
}

.site-header .brand-text strong,
.site-header .brand-text-fixed strong{
    display: block !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1e3a8a !important;
    line-height: 1.1 !important;
}

@media (max-width: 640px){
    .site-header .brand-mark,
    .site-header .brand-mark-fixed{
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
    }

    .site-header .brand-logo,
    .site-header .brand-logo-fixed,
    .site-header .brand-mark img{
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        min-height: 38px !important;
        max-height: 38px !important;
    }

    .site-header .brand-text strong,
    .site-header .brand-text-fixed strong{
        font-size: 18px !important;
    }

    .site-header .brand-text small,
    .site-header .brand-text-fixed small{
        font-size: 9px !important;
    }
}
/* CARD VISITOR DI BAWAH KIRI */
.hero-info-visitor{
    left: 24px !important;
    bottom: 24px !important;
    top: auto !important;
    right: auto !important;
    min-width: 290px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    z-index: 3;
}

.visitor-icon{
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #eef4ff;
    font-size: 14px;
    flex-shrink: 0;
}

.visitor-text{
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.visitor-text strong{
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #13213d;
    margin-bottom: 4px;
}

.visitor-text span{
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #2d62e8;
    margin-bottom: 3px;
}

.visitor-text small{
    display: block;
    font-size: 12px;
    color: #7b8798;
}

/* kalau badge PMB Online 2026 yang kecil di bawah masih ada, sembunyikan */
.hero-image-box .hero-bottom-badge,
.hero-image-box .hero-chip,
.hero-image-box .hero-label-bottom{
    display: none !important;
}

@media (max-width: 768px){
    .hero-info-visitor{
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
        min-width: auto;
    }

    .visitor-text strong{
        font-size: 20px;
    }

    .visitor-text span{
        font-size: 13px;
    }

    .visitor-text small{
        font-size: 11px;
    }
}