@font-face {
    font-family: "Helvetica Custom";
    src: url("../fonts/Helvetica-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Custom";
    src: url("../fonts/Helvetica-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.brand-title {
    display: flex;
    align-items: center;
    font-family: "Helvetica Custom", Helvetica, Arial, sans-serif !important;
    font-size: 25px !important;
    font-weight: 700;
    gap: 50px;
}
.brand-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}

.hero-title {
    font-family: "Helvetica Custom", Helvetica, Arial, sans-serif !important;
    font-weight: 500;
}
.hero-header {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-home-content {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.hero-home-content .form-search {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.hero-home-content h3 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
}

.hero-home-content .form-control {
    height: 46px;
    font-size: 15px;
    border-radius: 4px 0 0 4px;
}

.hero-home-content .btn {
    height: 46px;
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
}
.purchased-card {
    background: #fff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
}

.purchased-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #111827;
}

.order-product-card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 22px;
    background: #fff;
}

.order-product-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.order-product-name {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.order-product-meta {
    color: #6b7280;
    font-size: 14px;
}

.order-product-price {
    font-size: 15px;
    font-weight: 700;
    color: #374151;
    white-space: nowrap;
}

.order-product-image-wrap {
    background: #bfc1c4;
    min-height: 250px;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.order-product-image-wrap img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
    display: block;
}

.order-product-placeholder {
    width: 170px;
    height: 130px;
    background: #fff;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    font-weight: 800;
    font-size: 30px;
    border-radius: 10px;
}

.order-product-sub {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px dashed #e5e7eb;
    font-size: 14px;
    color: #374151;
}

.order-progress {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    text-align: center;
    margin-top: 24px;
}

.order-progress-step {
    position: relative;
}

.order-progress-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid #d1d5db;
    background: #fff;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-weight: 700;
    font-size: 13px;
}

.order-progress-step.done .order-progress-circle {
    border-color: #111827;
}

.order-progress-label {
    font-size: 13px;
    color: #111827;
}
.navbar-page {
    min-height: 68px;
}

.navbar-fixed-page {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    background: #0F172B !important;
    z-index: 9999 !important;

    min-height: 68px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-fixed-page .navbar-nav .nav-link {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.bank-account-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bank-logo {
    width: 80px !important;
    height: 50px !important;
    object-fit: contain;
    background: transparent;
    padding: 0;
    border-radius: 0;
    flex-shrink: 0;
}

.bank-info {
    line-height: 1.4;
}

.social-custom {
    gap: 3px;
}

.social-custom .btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.social-icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: none !important;
}

.social-custom .btn-social:hover {
    background: transparent !important;
    opacity: 0.85;
}

/* Samakan tinggi dengan navbar saat scroll */
@media (min-width: 992px) {
    .navbar-fixed-page .navbar-nav .nav-link {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .navbar-fixed-page .brand-logo {
        width: 38px;
        height: 38px;
    }

    .navbar-fixed-page .brand-title {
        font-size: 23px !important;
    }
}

@media (max-width: 991px) {
    .navbar-page {
        min-height: 66px;
    }

    .navbar-fixed-page {
        padding: 8px 16px !important;
        min-height: 66px !important;
    }
}

@media (max-width: 768px) {
    .brand-title {
        font-size: 24px !important;
        gap: 8px;
    }

    .order-product-head,
    .order-product-sub {
        flex-direction: column;
    }

    .order-progress {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .hero-header {
        min-height: calc(100vh - 58px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-home-content {
        width: 100%;
        padding: 0 15px;
        transform: translateY(-100px);
    }

    .hero-home-content .row {
        width: 100%;
        margin: 0;
    }

    .hero-home-content h3 {
        font-size: 30px !important;
    }

    .hero-home-content .form-control,
    .hero-home-content .btn {
        height: 42px;
    }
}
@media (max-width: 768px) and (max-height: 650px) {
    .hero-home-content {
        transform: translateY(-60px);
    }
}
@media (max-width: 576px) {
    .hero-home-content .form-search {
        flex-direction: column;
        gap: 10px;
    }

    .hero-home-content .form-control,
    .hero-home-content .btn {
        width: 100%;
        border-radius: 4px;
    }
}