/* ===== GLOBAL SPACING FIX ===== */
section {
    position: relative;
    padding: 70px 0 !important;
}

/* PREMIUM TOUCH */
section::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    margin: 40px auto 0;
    background: rgba(0, 0, 0, 0.05);
}

.btn-exp-center {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.btn-exp-center:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
    transform: translateY(-3px);
}

.btn-exp-center {
    animation: floatBtn 2.5s ease-in-out infinite;
}

@keyframes floatBtn {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* ADLER BOX */
.adler-box {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    gap: 10px;
}

.adler-logo {
    width: 90px;
    object-fit: contain;
}

.adler-text strong {
    font-size: 11px;
    display: block;
    color: #0b1d3a;
}

.adler-text small {
    font-size: 10px;
    color: #555;
}

/* TOPBAR IMPROVE */
.topbar-pro {
    background: #fff;
    border-bottom: 1px solid #eee;
}

/* HERO tetap lebih besar */
.hero-pro {
    padding: 100px 0 !important;
}

.kp-card,
.layanan-card,
.faq-card,
.form-penawaran {
    height: 100%;
}


/* SECTION KECIL */
.hero-trustbar {
    padding: 30px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-img {
    transform: scale(1.05);
}

.cta-box {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

section+section {
    margin-top: -20px;
}

/* HERO MAIN */
.hero-pro {
    background: linear-gradient(120deg, #071a3d 60%, #011066 100%);
    padding: 120px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* BADGE */
.hero-badge {
    display: inline-block;
    border: 1px solid #facc15;
    color: #facc15;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* TITLE */
.hero-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
}

.hero-title span {
    color: #facc15;
}

/* SUB */
.hero-sub {
    margin-top: 10px;
    font-weight: 600;
}

/* DESC */
.hero-desc {
    margin-top: 15px;
    color: #cbd5e1;
    max-width: 520px;
}

/* POINT */
.hero-point {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.hero-point div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.hero-point i {
    color: #facc15;
}

/* BUTTON */
.hero-btn {
    margin-top: 25px;
}

.btn-wa {
    background: #16a34a;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 40px;
    font-weight: 600;
    margin-right: 10px;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.5);
    transition: 0.3s;
}

.btn:hover {
    transform: translateY(-2px);
}

.kp-card,
.detail-item-pro,
.use-item {
    transition: all 0.3s ease;
}

.btn-wa:hover {
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}

.hero-mini {
    margin-top: 20px;
    font-size: 13px;
    color: #94a3b8;
}

.hero-image-wrap {
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.hero-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.25), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    border-radius: 12px;
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.6));
    transition: 0.4s;
}

.hero-img:hover {
    transform: scale(1.03);
}

.hero-shadow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    filter: blur(15px);
    border-radius: 50%;
}

.hero-badge-inside {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 90px;
    height: 90px;

    background: radial-gradient(circle at top, #e4cc86, #d0b983);
    color: #000;

    border-radius: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    font-weight: 700;
    border: 3px solid rgba(255, 255, 255, 0.6);
    font-size: 11px;

    z-index: 5;
    transform: rotate(-8deg);
    box-shadow: 0 10px 30px rgba(250, 204, 21, 0.4);
}

.hero-badge-inside span {
    font-size: 10px;
    letter-spacing: 1px;
}

.hero-badge-inside strong {
    font-size: 14px;
}

.hero-badge-inside::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;

    background: linear-gradient(145deg, #f6e6a7, #caa84d, #f6e6a7);
    z-index: -1;
}

.hero-badge-inside::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;

    background: radial-gradient(circle, #fff5cc, #e6c979);
    z-index: -1;
}

@media (max-width: 768px) {
    .hero-badge-inside {
        width: 70px;
        height: 70px;
        top: 10px;
        right: 10px;
    }

    .hero-badge-inside strong {
        font-size: 11px;
    }
}

/* TRUST BAR */
.hero-trustbar {
    background: #071a3d;
    padding: 30px 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-trustbar h3 {
    color: #facc15;
    font-weight: 800;
}

.hero-trustbar p {
    font-size: 14px;
    color: #cbd5e1;
}

/* ===== TOPBAR PREMIUM ===== */
.topbar-pro {
    background: linear-gradient(90deg, #071a3d, #071a3d);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* BRAND TEXT */
.topbar-pro strong {
    color: #fff;
    font-weight: 700;
}

.topbar-pro small {
    color: #94a3b8 !important;
}

/* BUTTON TELEPON */
.topbar-pro .btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.topbar-pro .btn-outline-dark:hover {
    background: #facc15;
    color: #000;
    border-color: #facc15;
}

/* BUTTON WA */
.topbar-pro .btn-danger {
    background: #16a34a;
    border: none;
}

.topbar-pro .btn-danger:hover {
    background: #15803d;
}

/* ===== NAV MENU ===== */

/* NAV WRAP */
.nav {
    gap: 5px;
}

/* LINK */
.nav-link {
    color: #cbd5e1;
    font-weight: 500;
    padding: 10px 14px;
    position: relative;
    font-size: 14px;
}

/* ACTIVE */
.nav-link.active {
    color: #facc15;
}

/* HOVER */
.nav-link:hover {
    color: #facc15;
}

/* UNDERLINE */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #facc15;
    transition: 0.3s;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 60%;
}

/* CTA */
.nav-link.text-success {
    color: #22c55e !important;
}

.nav-panel-pro {
    background: #071a3d;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* LINK */
.nav-panel-pro .nav-link {
    color: #cbd5e1;
    font-weight: 500;
    padding: 14px 18px;
    position: relative;
    transition: 0.3s;
}

/* HOVER */
.nav-panel-pro .nav-link:hover {
    color: #facc15;
}

/* ACTIVE */
.nav-panel-pro .nav-link.active {
    color: #facc15;
    font-weight: 700;
}

/* UNDERLINE ANIMATION */
.nav-panel-pro .nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0%;
    height: 2px;
    background: #facc15;
    transition: 0.3s;
    transform: translateX(-50%);
}

.nav-panel-pro .nav-link:hover::after,
.nav-panel-pro .nav-link.active::after {
    width: 60%;
}

/* CTA MENU (HUBUNGI KAMI) */
.nav-panel-pro .nav-link.text-danger {
    color: #22c55e !important;
    font-weight: 700;
}

/* SHADOW HALUS */
.nav-panel-pro {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width:768px) {

    .nav {
        justify-content: center;
        gap: 8px;
    }

    .nav-link {
        font-size: 13px;
        padding: 8px 10px;
    }
}

.topbar-pro {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
}

/* SECTION */
.lp-keunggulan {
    background: #f8fafc;
    padding: 100px 0;
}

/* BADGE */
.kp-badge {
    background: #071a3d;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* TITLE */
.kp-title {
    font-size: 36px;
    font-weight: 800;
}

.kp-title span {
    color: #071a3d;
}

/* DESC */
.kp-desc {
    color: #64748b;
    max-width: 700px;
    margin: auto;
}

/* CARD */
.kp-card {
    background: #fff;
    padding: 25px 20px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.kp-card:hover {
    transform: translateY(-8px);
}

.kp-card i {
    width: 60px;
    height: 60px;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;

    background: #071a3d;
    color: #fff;

    border-radius: 50%;
    margin: 0 auto 18px;

    line-height: 1;
}

/* TITLE CARD */
.kp-card h5 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 10px;
}

/* TEXT */
.kp-card p {
    font-size: 13px;
    color: #64748b;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .kp-title {
        font-size: 26px;
    }
}

.kp-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* SECTION */
.lp-detail-pro {
    padding: 100px 0;
    background: #f8fafc;
}

/* BOX ATAS */
.detail-box {
    background: #071a3d;
    padding: 50px 40px;
    border-radius: 20px;
    color: #fff;
}

.detail-item-pro {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.detail-item-pro:last-child {
    border-bottom: none;
}

/* IMAGE */
.detail-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.detail-img-wrap img {
    width: 100%;
    border-radius: 12px;
}

/* overlay */
.detail-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(11, 29, 58, 0.9);
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.detail-item-pro {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    align-items: center;
}

.detail-item-pro img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s ease;
}

.detail-item-pro h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.detail-item-pro p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.detail-item-pro:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.detail-item-pro:hover img {
    transform: scale(1.1);
}

.detail-item-pro::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 4px;
    background: #22c55e;
    transition: 0.4s;
}

.detail-item-pro:hover::before {
    height: 100%;
}

.detail-item-pro:hover h5 {
    color: #22c55e;
}

.detail-item-pro::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.05), transparent);
    opacity: 0;
    transition: 0.3s;
}

.detail-item-pro:hover::after {
    opacity: 1;
}

@media(max-width:768px) {
    .detail-item-pro {
        align-items: flex-start;
    }

    .detail-item-pro img {
        width: 60px;
        height: 60px;
    }
}


/* SPEC */
.spec-card-pro {
    background: #071a3d;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
}

.spec-card-pro h4 {
    font-weight: 800;
    margin-bottom: 20px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

/* LINE ANIMATION */
.spec-row::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #22c55e;
    transition: 0.4s;
}

/* HOVER */
.spec-row:hover::before {
    width: 100%;
}

/* HOVER TEXT */
.spec-row:hover {
    background: #22c55e;
    padding-left: 10px;
}

/* TEXT */
.spec-row span {
    color: #ffffff;
}

.spec-row strong {
    color: #ffffff;
}

.spec-row {
    opacity: 0;
    transform: translateX(-20px);
    animation: specFade 0.5s forwards;
}

.spec-row:nth-child(1) {
    animation-delay: .1s;
}

.spec-row:nth-child(2) {
    animation-delay: .2s;
}

.spec-row:nth-child(3) {
    animation-delay: .3s;
}

.spec-row:nth-child(4) {
    animation-delay: .4s;
}

@keyframes specFade {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.use-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.use-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: 0.3s;
}

.use-item:hover img {
    transform: scale(1.1);
}

.use-item span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(11, 29, 58, 0.9);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
}

/* SECTION */
.lp-trust-proof {
    background: #071a3d;
    color: #fff;
    padding: 90px 0;
}

/* TITLE */
.trust-title {
    font-size: 36px;
    font-weight: 800;
}

.trust-title span {
    color: #facc15;
}

.trust-desc {
    color: #cbd5e1;
}

/* STATS */
.lp-trust-proof h3 {
    color: #facc15;
    font-weight: 800;
}

.lp-trust-proof p {
    color: #cbd5e1;
}


/* CARD */
.trust-testimoni-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.trust-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.trust-card::after {
    content: "REAL PROJECT";
    position: absolute;
    top: 10px;
    right: 10px;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 5px;
}

.trust-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.5s ease;
}

/* OVERLAY TEXT */
.trust-card span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(11, 29, 58, 0.85);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

/* HOVER EFFECT */
.trust-card:hover img {
    transform: scale(1.1);
}

.trust-card:hover span {
    transform: translateY(0);
    opacity: 1;
}

/* GLOW EFFECT */
.trust-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    opacity: 0;
    transition: 0.3s;
}

.trust-card:hover::after {
    opacity: 1;
}

.trust-card span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(11, 29, 58, 0.9);
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

/* TESTIMONI */
.trust-testimoni {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.trust-testimoni:hover {
    transform: translateY(-5px);
}

.trust-testimoni p {
    font-style: italic;
    color: #374151;
    line-height: 1.6;
}

/* NAME */
.trust-testimoni strong {
    display: block;
    margin-top: 10px;
}

.stars {
    color: #facc15;
    font-size: 18px;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #facc15;
}

.about-section {
    background: #f9f9f9;
}

.about-text h6 {
    letter-spacing: 2px;
    margin-top: 20px;
    color: #071a3d
}

.about-text p {
    color: #555;
    line-height: 1.7;
    text-align: justify;
}

.about-text ul li {
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
}

.about-img {
    max-width: 85%;
    margin-top: 30px;
    transition: transform 0.3s ease;
}

.about-img:hover {
    transform: scale(1.05);
}

/* Responsif */
@media (max-width: 992px) {
    .about-section {
        padding: 80px 0;
    }

    .about-card {
        padding: 30px;
    }

    .about-image img {
        width: 100%;
    }
}

.about-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #e9e9e9 0%, #071a3d 100%);
    position: relative;
    text-align: justify;
}

/* Card utama pembungkus semua isi */
.about-main-card {
    background:
        linear-gradient(135deg, #071a3d, #020617),
        url('../images/bg-home.png') center/cover no-repeat;
    border-radius: 30px;
    padding: 60px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    color: #222;
}

.about-card p {
    color: #111;
}

.about-section .section-title {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.about-section .section-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 500;
}

.about-image img {
    border-radius: 25px;
    border: 4px solid #fff;
    transition: transform 0.4s ease;
}

.about-image img:hover {
    transform: scale(1.05);
}

.about-card {
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.btn-download-pdf {
    background: linear-gradient(135deg, #071a3d, #020617);
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(2, 9, 114, 0.2);
}

.btn-download-pdf:hover {
    background: linear-gradient(135deg, #d6caca, #0987cf);
    box-shadow: 0 6px 20px rgba(2, 9, 114, 0.35);
    transform: translateY(-2px);
}

.our-clients-section {
    font-family: "Poppins", sans-serif;
    color: #1b1b1b;
    background-color: #f8f9fc;
    overflow: hidden;
    margin-top: 80px;
}

.clients-section {
    padding: 80px 0;
}

.clients-section .tagline-line {
    display: block;
    width: 280px;
    height: 4px;
    background: #071a3d;
    margin: 20px auto 50px;
}

.clients-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 3px solid #071a3d;
}

.clients-table thead {
    background: #071a3d;
    color: #fff;
}

.clients-table th {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border: 3px solid #e5e5e5;
}

.clients-table td {
    padding: 14px;
    border: 3px solid #071a3d;
    font-size: 14px;
}

.clients-table tbody tr:nth-child(even) {
    background: #f3f6fb;
    border: 3px solid #071a3d;
}

.clients-table tbody tr:hover {
    background: #e8eefc;
}

.partners-section {
    padding: 80px 0;
}

.partner-item {
    border: 1px solid #071a3d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #fff;
    transition: 0.3s ease;
}

.partner-item img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
}

.partner-item:hover {
    background: #f1f6ff;
}

@media (max-width: 992px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* SECTION */
.lp-layanan {
    padding: 70px 0;
    background: #f8fafc;
}

/* TITLE */
.layanan-title {
    font-size: 28px;
    font-weight: 800;
    color: #0b1d3a;
}

/* CARD */
.layanan-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

/* HOVER */
.layanan-card:hover {
    transform: translateY(-5px);
}

/* ICON */
.layanan-card i {
    font-size: 30px;
    color: #22c55e;
    margin-bottom: 10px;
}

/* TITLE */
.layanan-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* DESC */
.layanan-card p {
    font-size: 13px;
    color: #64748b;
}

/* GRID TABLE STYLE */
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 2px solid #0337e2;
}

.partner-item {
    border: 1px solid #0337e2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #fff;
    transition: 0.3s ease;
}

.partner-item img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
}

.partner-item:hover {
    background: #f1f6ff;
}

/* SECTION */
.lp-closing {
    padding: 80px 0;
    background: #f8fafc;
}

/* SECTION */
.lp-faq {
    background: #f8fafc;
    padding: 80px 0;
}

/* TITLE */
.faq-title {
    font-size: 32px;
    font-weight: 800;
    color: #0b1d3a;
}

/* ITEM */
.accordion-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* HEADER */
.accordion-header {
    width: 100%;
    padding: 15px 20px;
    border: none;
    background: #fff;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* ICON */
.accordion-header span {
    font-size: 20px;
}

/* BODY */
.accordion-body {
    padding: 15px 20px;
    color: #475569;
    border-top: 1px solid #eee;
}

/* ACTIVE EFFECT */
.accordion-header:hover {
    background: #f1f5f9;
}

.accordion-header[aria-expanded="true"] span {
    transform: rotate(45deg);
}

/* SECTION */
.lp-faq-form {
    padding: 80px 0;
    background: #f8fafc;
}

/* FORM CARD */
.form-penawaran {
    background: #0b1d3a;
    padding: 25px;
    border-radius: 16px;
    color: #fff;
}

/* TITLE */
.form-penawaran h4 {
    font-weight: 800;
}

.form-penawaran p {
    color: #cbd5e1;
    font-size: 14px;
}

/* INPUT */
.form-control {
    border-radius: 10px;
    padding: 12px;
    border: none;
}

/* BUTTON */
.btn-submit {
    width: 100%;
    background: #facc15;
    color: #000;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    border: none;
}

.btn-submit:hover {
    background: #eab308;
}

.btn-wa {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(34, 197, 94, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

/* NOTE */
.form-note {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #cbd5e1;
}

/* SAMAKAN TINGGI */
.lp-faq-form .col-lg-6 {
    display: flex;
    flex-direction: column;
}

/* FAQ FULL HEIGHT */
.accordion {
    flex: 1;
}

/* FORM */
.form-penawaran {
    height: 100%;
}

/* MOBILE */
@media(max-width:768px) {
    .faq-title {
        text-align: center;
    }
}

.accordion-item {
    border-radius: 12px;
    overflow: hidden;
}

@media(max-width:768px) {

    .form-penawaran {
        margin-top: 20px;
    }

    .form-penawaran h4 {
        font-size: 18px;
    }

}

/* FAQ CARD */
.faq-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* HEADER */
.faq-header {
    margin-bottom: 15px;
}

.faq-title {
    font-size: 22px;
    font-weight: 800;
    color: #0b1d3a;
}

/* ACCORDION ITEM */
.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
}

/* HEADER */
.accordion-header {
    padding: 14px 16px;
    font-weight: 600;
    background: #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BODY */
.accordion-body {
    background: #fff;
    padding: 14px 16px;
    font-size: 14px;
    color: #475569;
}

/* ICON */
.accordion-header span {
    font-size: 18px;
}

/* ACTIVE */
.accordion-header:hover {
    background: #e2e8f0;
}

.accordion-item {
    transition: 0.3s;
}

.accordion-item:hover {
    transform: translateY(-2px);
}

@media(max-width:768px) {

    .faq-title {
        font-size: 18px;
        text-align: center;
    }

}

/* WARNING */
.warning-box {
    background: #fff1f1;
    padding: 25px;
    border-radius: 15px;
    border-left: 6px solid #dc2626;
    height: 100%;
}

.warning-icon {
    font-size: 28px;
    color: #dc2626;
    margin-bottom: 10px;
}

.warning-box h4 {
    font-weight: 800;
    margin-bottom: 15px;
}

.warning-box ul {
    padding-left: 18px;
}

.warning-box li {
    margin-bottom: 8px;
    color: #374151;
}

.warning-note {
    margin-top: 15px;
    font-weight: 600;
}

/* CTA BOX */
.cta-box {
    background: #e6f7ed;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
}

.cta-box h4 {
    font-weight: 800;
    margin-bottom: 10px;
}

.cta-box p {
    color: #374151;
}

/* BUTTON BESAR */
.btn-wa-big {
    display: inline-block;
    margin-top: 15px;
    background: #16a34a;
    color: #fff;
    padding: 14px 22px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
}

.btn-wa-big:hover {
    background: #15803d;
}

/* SECTION */
.lp-footer-cta {
    background: linear-gradient(120deg, #071a3d, #020617);
    color: #fff;
    padding: 80px 0;
}

/* TITLE */
.footer-title {
    font-size: 36px;
    font-weight: 800;
}

.footer-title span {
    color: #facc15;
}

/* DESC */
.footer-desc {
    color: #cbd5e1;
    margin-top: 10px;
}

/* BUTTON */
.footer-btn {
    margin-top: 20px;
}

.footer-btn .btn {
    margin-right: 10px;
}

.footer-img-wrap {
    position: relative;
    display: inline-block;
}

.footer-img {
    width: 100%;
    max-width: 480px;
    height: 320px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.footer-img-wrap::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 25px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(20px);
    border-radius: 50%;
    z-index: 1;
}

.footer-img-wrap::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.4), transparent);
    z-index: 0;
}

.footer-img-wrap:hover .footer-img {
    transform: scale(1.03);
    transition: 0.4s ease;
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

    .lp-footer-cta {
        padding: 50px 0;
    }

    .footer-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .footer-desc {
        font-size: 14px;
    }

    /* BUTTON JADI STACK */
    .footer-btn {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-btn .btn {
        width: 100%;
        margin: 0;
    }

    /* IMAGE LEBIH KECIL */
    .footer-img {
        max-height: 220px;
        margin-top: 25px;
    }
}

/* LEGAL PAGE */
.legal-page {
    background: #f8fafc;
    padding: 80px 0;
}

/* HEADER */
.legal-header h1 {
    font-size: 36px;
    font-weight: 800;
    color: #071a3d;
}

.legal-header p {
    color: #64748b;
    margin-top: 10px;
}

/* CONTENT BOX */
.legal-content {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* TITLE */
.legal-content h3 {
    margin-top: 25px;
    font-weight: 700;
    color: #071a3d;
}

/* TEXT */
.legal-content p {
    color: #475569;
    line-height: 1.7;
}

/* MOBILE */
@media(max-width:768px) {
    .legal-header h1 {
        font-size: 26px;
    }

    .legal-content {
        padding: 25px;
    }
}

/* FOOTER */
.lp-footer {
    background: #071a3d;
    padding: 20px 0;
    color: #cbd5e1;
    font-size: 14px;
}

/* FLEX */
.footer-bottom {
    flex-wrap: wrap;
}

/* COPYRIGHT */
.footer-copy {
    font-size: 13px;
}

/* LINK */
.footer-link a {
    color: #cbd5e1;
    text-decoration: none;
    margin: 0 5px;
}

.footer-link a:hover {
    color: #facc15;
}

/* PRELOADER */
#preloader {
    position: fixed;
    inset: 0;
    background: #020617;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* LOGO */
.loader-logo {
    width: 120px;
    animation: pulse 1.5s infinite ease-in-out;
}

/* ANIMATION */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

/* ===== ABOUT GALLERY ===== */

.about-gallery-section {
    background: #f8fafc;
}

/* WRAP */
.about-header-pro {
    max-width: 680px;
    margin: auto;
}

/* BADGE */
.about-badge-pro {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #071a3d;
    margin-bottom: 10px;
    font-weight: 600;
}

/* TITLE */
.about-title-pro {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.about-title-pro span {
    color: #071a3d;
}

/* SUBTITLE */
.about-subtitle-pro {
    margin-top: 12px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* DIVIDER (lebih halus, bukan garis keras) */
.about-divider-pro {
    width: 50px;
    height: 4px;
    background: #0b159e;
    margin: 20px auto 0;
    border-radius: 10px;
}

/* CARD */
.about-gallery-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
}

.about-gallery-card:hover {
    transform: translateY(-8px);
}

/* MEDIA */
.about-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #000;
}

.about-media img,
.about-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* OVERLAY */
.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.about-overlay span {
    color: #fff;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 12px;
    border-radius: 20px;
}

.about-gallery-card:hover .about-overlay {
    opacity: 1;
}

.video-badge {
    pointer-events: none;
}

/* CAPTION */
.about-caption {
    padding: 14px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

/* ===== PAGINATION CLEAN MODERN ===== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.pagination li {
    list-style: none;
}

/* BUTTON */
.pagination a,
.pagination span {
    min-width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease;
}

/* HOVER */
.pagination a:hover {
    background: #e2e8f0;
    transform: translateY(-1px);
}

/* ACTIVE */
.pagination .active span {
    background: #0b159e;
    color: #fff;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}

/* DISABLED (prev/next kalau mentok) */
.pagination .disabled span {
    background: #e5e7eb;
    color: #9ca3af;
}

/* PREV NEXT ICON */
.pagination a:first-child,
.pagination a:last-child {
    font-weight: bold;
}

/* ===== CONTACT SECTION ===== */

.contact-section {
    position: relative;
    margin-top: 100px;
    margin-bottom: 120px;
    padding: 80px 0;
    border-radius: 30px;
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(40px);
}

/* BACKGROUND */
.bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(2, 6, 23, 0.9), rgba(30, 64, 175, 0.85)),
        url('../images/bg-home.png') center/cover no-repeat;
}

/* HEADER */
.contact-header {
    max-width: 600px;
    margin: auto;
    color: #fff;
}

.contact-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
}

.contact-subtitle {
    margin-top: 10px;
    color: #cbd5f5;
}

/* CARD */
.contact-card {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* INFO CARD */
.contact-card.text-white {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    color: #fff;
}

/* MAP */
.map-frame {
    border-radius: 12px;
    border: 0;
}

/* WA LINK */
.wa-link {
    color: #25D366;
    font-weight: 600;
    text-decoration: none;
}

.wa-link:hover {
    text-decoration: underline;
}

/* CTA CARD */
.contact-cta {
    background: #fff;
}

/* BUTTON WA */
.btn-wa-big {
    display: inline-block;
    background: #25D366;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-wa-big:hover {
    background: #1ebe5d;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

/* RESPONSIVE */
@media(max-width:768px) {
    .contact-section {
        width: 95%;
        padding: 60px 0;
    }
}

/* MOBILE */
@media(max-width:768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Tombol WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #16a34a;
    color: #fff;
    font-size: 22px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:hover {
    background-color: #1ebe5b;
    transform: scale(1.1);
    color: #fff;
}

.whatsapp-float i {
    vertical-align: middle;
}