body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #181F38;
    padding-top: 100px
}

/* CONTAINER */
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;

    padding-left: 20px;
    padding-right: 20px;

    box-sizing: border-box;
}

/* TOPBAR */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 10000;

    background: #C88A04;

    text-align: center;

    font-size: 13px;

    padding: 8px 0;

    line-height: 1;

    font-weight: 500;
}

/* NAVBAR */
.navbar {
    position: fixed;

    top: 25px;

    left: 0;
    right: 0;

    z-index: 9999;

    background: #FFFFFF;

    padding: 15px 0;
}

.btn-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 44px;
    padding: 0 20px;

    background: #C88A04;
    color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;

    transition: 0.3s ease;
}

.btn-nav:hover {
    background: #B27800;
}

.nav-link {
    transition: background-color 0.15s ease,
    color 0.15s ease;
}

.nav-link.active {
    background: #C88A04;
    color: #F6E7C1;
}

.navbar.scrolled {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* FLEX */
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.logo img {
    width: 280px;
    height: auto;
    display: block;
}

.footer-col .logo {
    margin-bottom: 15px;
}

/* MENU */
.menu {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.menu a {
    text-decoration: none;
    color: #1F2937;
    font-size: 15px;
    position: relative;
    padding: 6px 14px;
    border-radius: 6px;
}

/* ACTIVE MENU */

.menu .active {
    color: inherit;
    background: transparent;
}

/*.menu .active {
    color: #04BA71;
    background: #EAF5F3;
}*/

/* TESTIMONI ICON */
.testimoni {
    display: flex;
    align-items: center;
    gap: 6px;
}

.testimoni .icon {
    width: 10px;
    height: 10px;
    background: #FFD042;
    display: inline-block;
    transform: rotate(45deg);
}

/* RIGHT SIDE */
.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* SEARCH */
.search {
    font-size: 18px;
    cursor: poMontserrat;
}

/* BUTTON */
.btn {
    background: #fcd914;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.btn:hover {
    background: #B27800;
}

/* HERO */
.hero {
    position: relative;
    background: #FAF8F3;
    padding: 90px 0;
    overflow: hidden;
}

/* WRAP */
.hero-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT */
.hero-left {
    max-width: 600px;
}

/* BADGE */
.badge {
    background: #A87400;
    color: #FFFFFF;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

/* TITLE */
.hero-left h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    margin: 20px 0;
    line-height: 1.2;
}

/* TEXT */
.hero-left p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
}

/* BUTTON */
.btn {
    display: inline-block;
    margin-top: 20px;
    background: #C88A04;
    color: white;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
}

/* RIGHT */
.hero-right img {
    width: 420px;
}

/* ORNAMEN */
.ornament {
    position: absolute;
    width: 40px;
    opacity: 0.7;
}

.top-left {
    top: 30px;
    left: 80px;
}

.top-right {
    top: 40px;
    right: 100px;
}

/* GARIS HIJAU PUTUS */
.wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    height: 2px;
    border-bottom: 2px dashed #22c55e;
    opacity: 0.6;
}

/* BULAT HIJAU */
.circle {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 6px solid #c5ba22;
    border-radius: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
}

/* SECTION */
.indexing {
    padding: 100px 0;
    background: #FAF8F3;
}

/* CONTAINER CENTER */
.indexing .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TITLE */
.indexing h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
}

/* TITLE */
.indexing h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    margin-bottom: 50px;
}

/* BOX BESAR */
.index-box {
    background: #C88A04;
    padding: 40px 60px;
    border-radius: 25px;

    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 1050px;

    margin: auto;
    box-sizing: border-box;
}

.index-box::before,
.index-box::after {
    content: "";
    position: absolute;
    top: 0;

    width: 120px;
    height: 100%;

    z-index: 2;
}

.index-box::before {
    left: 0;
    width: 100px;

    background: linear-gradient(
        to right,
        #C88A04,
        transparent
    );
}

.index-box::after {
    right: 0;
    width: 100px;


    background: linear-gradient(
        to left,
        #C88A04,
        transparent
    );
}

.index-track {
    display: flex;
    align-items: center;
    gap: 30px;

    width: max-content;

    animation: jalanKiri 30s linear infinite;
}

@keyframes jalanKiri {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 15px));
    }

}

.logo-item {
    flex-shrink: 0;
}

.logo-item img {
    max-width: 80%;
    max-height: 45px;
    object-fit: contain;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* CARD */
.logo-item {
    width: clamp(140px, 18vw, 220px);
    height: clamp(70px, 8vw, 90px);

    background: #FFFFFF;
    border-radius: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;

    flex-shrink: 0;

    box-sizing: border-box;
}

/* LOGO */
.logo-item img {
    max-width: 90%;
    max-height: 90%;

    width: auto;
    height: auto;

    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {

    .index-box {
        padding: 20px;
    }

    .index-track {
        width: max-content;

        animation: jalanKiriMobile 12s linear infinite;
    }

    .logo-item {
        width: 120px;
        height: 60px;
    }

}

@keyframes jalanKiriMobile {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-30%);
    }

}

/* SECTION */
.layanan-v2 {
    padding: 100px 0;
    background: #FFFFFF;
    border: 1px solid #F1ECE2;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    font-family: 'Montserrat', sans-serif;
}

/* TITLE */
.layanan-v2 h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #3A342C;
    margin-bottom: 10px;
}

/* SUBTITLE */
.layanan-v2 .sub {
    text-align: center;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 60px;
    font-size: 15px;
}

/* GRID */
.layanan-v2 .layanan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.layanan-v2 .card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    border: 1px solid #ECE7DC;

    display: flex;
    flex-direction: column;
}

.layanan-v2 .card:hover {
     transform: translateY(-6px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.08);

    transition: 0.3s ease;
}

/* BADGE */
.layanan-v2 .badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #C88A04;
    color: #fff;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
}

/* LOGO */
.layanan-v2 .logo {
    width: 130px;
    margin: 20px auto;
}

/* TITLE */
.layanan-v2 .card h3 {
    font-size: 18px;
    color: #3A342C;
    margin-bottom: 10px;
}

/* DESC */
.layanan-v2 .card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* BUTTON */
.layanan-v2 .btn {
    display: block;
    background: #C88A04;
    color: #FFFFFF;
    padding: 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.layanan-v2 .btn:hover {
    background: #B27800;
}

/* ICON BOX */
.icon-box {
    width: 60px;
    height: 60px;
    background: #C88A04;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

/* ICON */
.icon-box i {
    color: white;
    font-size: 22px;
}

/* SECTION */
.cfp {
    padding: 120px 0;
    background: #FAF8F3;
    text-align: center;
}

/* TITLE */
.cfp h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 40px;
}

/* TITLE */
.cfp h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    margin-bottom: 50px;
}

/* SLIDE */
.swiper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/* CARD IMAGE */
.swiper-slide {
    display: flex;
    justify-content: center;
}

/* UKURAN GAMBAR PRODUK (Call For Paper) */
.swiper-slide img {
    width: 100%;

    height: 320px;

    object-fit: cover;

    border-radius: 20px;

    border: 1px solid #ECE7DC;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

/* BIKIN ADA SPACE DI BAWAH */
.swiper {
    padding-bottom: 40px;
}

/* PINDAHKAN DOT KE BAWAH */
.swiper-pagination {
    position: absolute;
    bottom: 0px !important;
}

/* BIAR LEBIH RAPI */
.swiper-pagination-bullet {
    background: #E7D7A8;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #C88A04; /* biru seperti contoh */
}

/* SECTION */
.about {
    background: #ffffff;
    padding: 120px 0;
    color: rgb(0, 0, 0);

    border-top: 1px solid #ECE7DC;
    border-bottom: 1px solid #ECE7DC;
}

/* WRAP */
.about-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* IMAGE */
.about-img img {
    width: 520px;

    border-radius: 15px;

    border: 1px solid #ECE7DC;

    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

/* CONTENT */
.about-content {
    max-width: 520px;
}

/* TITLE */
.about-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.about-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    margin-bottom: 20px;
}

/* TEXT */
.about-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #000000;
    font-weight: 400;
}

/* LIST */
.about-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.about-content ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px;
}

/* CHECK ICON */
.about-content ul li::before {
    content: "✔";
    color: #facc15;
    font-weight: bold;
}

/* BUTTON */
.about .btn {
    background: #C88A04;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
}

.about .btn:hover {
    background: #B27800;
}

/* SECTION */
.why {
    padding: 100px 0;
    background: #FAF8F3;
}

/* TITLE */
.why-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 60px;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.why-card {
    background: #FFFFFF;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #ECE7DC;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.container {
    max-width: 1140px;
    margin: auto;
}

/* HOVER (biar premium) */
.why-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* ICON BOX */
.why-icon {
    width: 60px;
    height: 60px;
    background: #C88A04;
    border-radius: 12px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ICON */
.why-icon i {
    color: #ffffff;
    font-size: 24px;
}

/* TITLE CARD */
.why-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 12px;
}

/* TEXT */
.why-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
}

.legalitas {
    padding: 100px 0;
    background: #FAF8F3;
}

.legalitas h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.legalitasSwiper {
    max-width: 700px;
    margin: auto;
}

.legalitasSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}


.legalitasSwiper img {
    width: 100%;

    object-fit: cover;

    border-radius: 20px;

    border: 1px solid #ECE7DC;

    box-shadow: 0 12px 30px rgba(0,0,0,0.05);

    border: 1px solid #ECE7DC;
}

.trusted {
    font-family: inherit;
}

/* SECTION */
.trusted {
    padding: 70px 0 120px;
    text-align: center;
    background: #FAF8F3;
    position: relative;
    overflow: hidden;
}

/* TITLE */
.trusted h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}


.trusted h2 span {
    color: #C88A04;
}

/* DESC */
.desc {
    margin-top: 15px;
    color: #6b7280;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* MAP BACKGROUND */
.map-bg {

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 90%;
    height: 100%;

    background: url('assets/ind.png') center center no-repeat;

    background-size: contain;

    opacity: 0.08;

    z-index: 1;

    pointer-events: none;
}

.trusted .container {
    position: relative;
    z-index: 2;
}

/* STATS WRAPPER */
.stats {
    display: flex;
    justify-content: center;
    gap: 30px;

    margin-top: 60px;

    position: relative;
    z-index: 3;

    flex-wrap: wrap;
}

/* CARD */
.stat-card {
    font-family: 'Montserrat', sans-serif; /* FIX */
    background: #fff;
    padding: 30px;
    width: 320px;
    box-sizing: border-box;

    border: 1px solid #ECE7DC;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    border-radius: 18px;
}

/* CARD TENGAH (HIGHLIGHT) */
.stat-card.active {
    background: #C88A04;
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 18px 40px rgba(200,138,4,0.25);
}

/* TEXT */
.stat-card h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-card span {
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    color: #6B7280;
}

.stat-card.active span {
    color: #F6E7C1;
}

.stat-card p {
    font-size: 13px;
    color: #6B7280;
}

.stat-card.active p {
    color: rgba(255,255,255,0.9);
}

.alur {
    padding: 80px 0;
    text-align: center;
    background: #FAF8F3;
}

/* JUDUL */
.alur h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* GRID */
.alur-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1130px; /* atau 1320px */
    margin: auto;
}

/* CARD */
.alur-card {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 15px;
    text-align: left;
    transition: 0.3s;
    border: 1px solid #ECE7DC;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* HOVER BIAR PREMIUM */
.alur-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* ICON */
.alur-icon {
    font-size: 30px;
    color: #C88A04;
    margin-bottom: 15px;
}

/* JUDUL CARD */
.alur-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* TEXT */
.alur-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}


/* SECTION */
.testimoni {
    padding: 100px 0;
    background: #ffffff;
    text-align: center;

    border-top: 1px solid #ECE7DC;
    border-bottom: 1px solid #ECE7DC;
}

/* TITLE */
.testimoni h1 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #3A342C;
}

/* IMAGE */
.testimoni .swiper-slide img {
    border: 1px solid #ECE7DC;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

/* DOT */
.testimoni .swiper-pagination-bullet {
    background: #E7D7A8;
    opacity: 1;
}

.testimoni .swiper-pagination-bullet-active {
    background: #C88A04;
}

.faq {
    padding: 100px 0;
    background: #FAF8F3;
    font-family: 'Montserrat', sans-serif;
}

/* SUB */
.faq-sub {
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 10px;
}

/* TITLE */
.faq h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #3A342C;
    margin-bottom: 50px;
}

/* GRID */
.faq-grid {
    display: flex;
    gap: 25px;
    align-items: flex-start; /* penting */
}

.faq-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ITEM */
.faq-item {
    border-radius: 18px;

    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid #ECE7DC;

    box-shadow: 0 10px 25px rgba(0,0,0,0.03);

    transition: 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-3px);

    box-shadow: 0 14px 30px rgba(0,0,0,0.05);
}

/* QUESTION */
.faq-question {
    width: 100%;
    padding: 22px 24px;
    background: #FFFFFF;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #3A342C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    min-height: 70px; /* biar rapi sejajar */
}

/* ICON */
.faq-question span {
    width: 36px;
    height: 36px;

    border-radius: 10px;

    background: #FAF8F3;

    border: 1px solid #ECE7DC;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #C88A04;

    font-size: 15px;
    font-weight: 600;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #e5e7eb;

    transition: all 0.35s ease;
}

/* SAAT AKTIF */
.faq-item.active .faq-answer {
    max-height: 200px; /* cukup untuk isi */
    padding: 18px 22px;
}

.faq-item.active .faq-question {
    background: #fff;
}

.faq-item.active span {
    background: #C88A04;
    color: #fff;
}

.footer {
    background: #9C6B00;
    color: rgba(255,255,255,0.88);
    padding: 80px 0 30px;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

/* LOGO */
.logo {
    display: flex;
    align-items: center;
}

.logo span {
    display: block;
}

/* TEXT */
.footer p {
    font-size: 14px;
    line-height: 1.9;
    margin: 15px 0;
    color: rgba(255,255,255,0.88);
    max-width: 420px;
}

/* WA */
.wa {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-weight: 600;
}

.wa i {
    font-size: 22px;
    color: #25D366;
}

/* TITLE */
.footer-col h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

/* LIST */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.78);
    cursor: pointer;
    transition: 0.3s;
}

.footer-col ul li:hover {
    color: rgba(255,255,255,0.88);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);

    margin-top: 60px;

    padding-top: 30px;

    text-align: center;

    font-size: 14px;

    color: rgba(255,255,255,0.72);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;
}

.footer-wa {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    color: #FFFFFF;

    font-weight: 600;

    transition: 0.3s ease;
}

.footer-wa:hover {
    opacity: 0.8;
}

.footer-wa i {
    color: #25D366;

    font-size: 24px;
}

.wa {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    color: #FFFFFF;

    font-weight: 600;

    transition: 0.3s ease;
}

.wa:hover {
    opacity: 0.8;
}

.wa i {
    color: #25D366;

    font-size: 22px;
}

.footer-col ul li a {
    text-decoration: none;
    color: rgba(255,255,255,0.78);
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: rgba(255,255,255,0.88);
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 100px;
}

.btn-mobile {

    display: none;
}

/* ========================================= */
/* MOBILE NAVBAR */
/* ========================================= */

.menu-toggle {
    display: none;
}

/* TABLET & MOBILE */
@media (max-width: 992px) {

    .menu-toggle {

        display: flex;

        align-items: center;
        justify-content: center;

        font-size: 24px;

        cursor: pointer;

        color: #181F38;
    }

    /* MENU DESKTOP HILANG */
    .menu {

        position: absolute;

        top: 100%;
        left: 0;

        width: 100%;

        background: #ffffff;

        flex-direction: column;

        align-items: flex-start;

        gap: 0;

        padding: 0;

        display: none;

        border-top:
        1px solid #f1f1f1;

        margin-top: 10px;
    }

    /* SAAT ACTIVE */
    .menu.active {
        display: flex;
    }

    /* MENU LINK */
    .menu a {

        width: 100%;

        padding: 18px 24px;

        box-sizing: border-box;

        border-bottom:
        1px solid #ffffff;
    }

    /* BUTTON HILANG */
    .btn-nav {
        display: none;
    }

    .nav-wrap {
        position: relative;
    }

}

/* MOBILE */
@media (max-width: 768px) {

    .navbar {
        padding: 12px 0;
    }

    .logo img {
        width: 280px;
        height: auto;
        display: block;
    }

    .menu a {
        font-size: 15px;
    }

}

/* ========================================= */
/* RESPONSIVE SYSTEM */
/* ========================================= */

/* TABLET */
@media (max-width: 992px) {

    .hero-wrap,
    .about-wrap,
    .faq-grid,
    .legalitas-wrapper,
    .stats {
        flex-direction: column;
    }

    .hero-left,
    .about-content,
    .about-img img,
    .hero-right img {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .hero {
        padding: 70px 0;
    }

    .hero-left h1 {
        font-size: 38px;
    }

    .index-box {
        flex-wrap: wrap;
    }

    .layanan-v2 .layanan-grid,
    .why-grid,
    .alur-wrapper,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .legalitas-item {
        width: 100%;
    }

    .legalitas-item img {
        height: auto;
    }

    .stats {
        margin-top: 40px;
    }

    .stat-card {
        width: 100%;
        box-sizing: border-box;
    }
}

/* MOBILE */
@media (max-width: 768px) {

    body {
        padding-top: 95px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        padding: 50px 0;
        text-align: center;
    }

    .hero-left h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .hero-left p {
        font-size: 14px;
    }

    .hero-right img {
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

    .indexing,
    .layanan-v2,
    .cfp,
    .about,
    .why,
    .trusted,
    .alur,
    .faq,
    .testimoni,
    .legalitas {
        padding: 60px 0;
    }

    .indexing h1,
    .cfp h1,
    .about-content h1,
    .trusted h2,
    .faq h2,
    .why-title,
    .alur h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .layanan-v2 h2 {
        font-size: 28px;
    }

    .layanan-v2 .layanan-grid,
    .why-grid,
    .alur-wrapper,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .card,
    .why-card,
    .alur-card,
    .stat-card {
        padding: 25px;
    }

    .logo-item {
        width: 140px;
        height: 70px;
    }

    .swiper-slide img {
        border-radius: 14px;
    }

    .faq-question {
        font-size: 14px;
        padding: 16px;
    }

    .footer {
        text-align: center;
    }

    .wa {
        justify-content: center;
    }

    .footer-grid {
        gap: 30px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

    .topbar {
        font-size: 11px;
        padding: 7px 10px;
    }

    .hero-left h1 {
        font-size: 24px;
    }

    .hero-left p,
    .about-content p,
    .why-card p,
    .alur-card p,
    .faq-answer {
        font-size: 13px;
    }

    .btn,
    .btn-nav {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .logo-item {
        width: 120px;
        height: 60px;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .stat-card h3 {
        font-size: 24px;
    }

    .about-img img {
        border-radius: 12px;
    }
}

@media (max-width: 768px) {

    .hero-wrap {
        flex-direction: column;
    }

    .hero-right {
        order: -1;
    }

    .hero-right img {
        width: 100%;
        max-width: 320px;
        margin: auto;
        display: block;
    }

}

@media (max-width: 768px) {

    .layanan-v2 .layanan-grid {
        display: flex;
        overflow-x: auto;

        gap: 20px;

        scroll-snap-type: x mandatory;

        padding: 25px 0px 30px;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
    }

    .layanan-v2 .layanan-grid::-webkit-scrollbar {
        display: none;
    }

    .layanan-v2 .card {
        min-width: 100%;
        max-width: 100%;

        flex-shrink: 0;

        scroll-snap-align: center;

        box-sizing: border-box;

        overflow: visible;
    }

}

@media (max-width: 768px) {

    .legalitas-wrapper {

        display: flex !important;

        flex-direction: row !important;

        overflow-x: auto;

        gap: 16px;

        padding: 0 16px;

        scroll-snap-type: x mandatory;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;
    }

    .legalitas-wrapper::-webkit-scrollbar {
        display: none;
    }

    .legalitas-item {

        width: calc(100% - 32px) !important;

        min-width: calc(100% - 32px) !important;

        flex-shrink: 0;

        scroll-snap-align: center;
    }

    .legalitas-item img {

        width: 100%;

        height: auto;

        display: block;

        border-radius: 20px;
    }

}

@media (max-width: 992px) {

    .hero-wrap,
    .about-wrap,
    .faq-grid,
    .stats {
        flex-direction: column;
    }

}

@media (max-width: 768px) {

    .stats {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

    .stat-card {
        width: 100%;
        max-width: 360px;
    }

}

@media (max-width: 992px) {

    .btn-mobile {

        display: flex;

        align-items: center;
        justify-content: center;

        width: calc(100% - 60px);

        max-width: 280px;

        margin: 20px auto;

        padding: 13px 20px;

        background: #B27800;

        color: #FFFFFF !important;

        text-align: center;

        border-radius: 10px;

        font-weight: 600;

        text-decoration: none;

        box-sizing: border-box;
    }

}

@media (max-width: 768px) {

    .footer-bottom {
        padding-bottom: 30px;
    }

}

@media (max-width: 768px) {

    .alur-wrapper {
        padding: 0 18px;
    }

}

@media (max-width: 1024px) {

    .alur-wrapper {

        padding: 0 20px;

        box-sizing: border-box;
    }

}

@media (max-width: 768px) {

    .layanan-v2 .logo {
        width: 130px;
    }

}

@media (max-width: 1024px) {
    .btn:hover {
        background: #B27800;
    }
}

/* LOGO FOOTER MOBILE */
@media (max-width:768px){

    .footer-col:first-child{
        text-align:center;
    }

    .footer-col:first-child .logo{
        justify-content:center;
        margin:auto;
    }

    .footer-col:first-child .logo img{
        display:block;
        margin:auto;
        width:270px; /* sesuaikan ukuran logo */
    }

    .footer-col:first-child p{
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }

    .wa{
        justify-content:center;
    }

}

/* ======================================
   FLOATING WHATSAPP FIX FINAL
   Android + iPhone + iPad
====================================== */

.wa-float{
    position:fixed;

    right:20px;
    bottom:20px;

    width:65px;
    height:65px;

    background:#25D366;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    z-index:999999;

    box-shadow:
    0 8px 20px rgba(37,211,102,.35);

    transition:transform .3s ease;

    animation:waPulse 2s infinite;

    -webkit-transform:translateZ(0);
    transform:translateZ(0);

    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;

    -webkit-tap-highlight-color:transparent;
}

.wa-float i{
    font-size:32px;
    color:#fff;

    line-height:1;

    display:block;
}

.wa-float:hover{
    transform:translateZ(0) scale(1.08);
}

/* efek pulse */
@keyframes waPulse{

    0%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,.50);
    }

    70%{
        box-shadow:
        0 0 0 15px rgba(37,211,102,0);
    }

    100%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,0);
    }

}

/* TABLET */
@media(max-width:992px){

    .wa-float{
        width:60px;
        height:60px;

        right:18px;
        bottom:18px;
    }

    .wa-float i{
        font-size:30px;
    }

}

/* MOBILE */
@media(max-width:768px){

    .wa-float{
        width:55px;
        height:55px;

        right:15px;
        bottom:15px;
    }

    .wa-float i{
        font-size:27px;
    }

}

/* IPHONE SAFE AREA */
@supports (padding:max(0px)){

    .wa-float{

        right:max(15px, env(safe-area-inset-right));
        bottom:max(15px, env(safe-area-inset-bottom));

    }

}