.ft-page-package {
    background:
        linear-gradient(180deg, rgba(3, 13, 31, 0.62), rgba(3, 13, 31, 0.84)),
        url("../images/slider/slider12.jpg") center top / cover fixed;
}

.ft_package_result {
    background:
        linear-gradient(180deg, rgba(3, 13, 31, 0.48), rgba(3, 13, 31, 0.68) 340px, rgba(245, 248, 251, 0.92) 680px),
        url("../images/slider/slider12.jpg") center top / cover no-repeat;
}

.ft_result_hero {
    padding: 70px 0 46px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(7, 30, 61, 0.78) 0%, rgba(16, 79, 121, 0.7) 58%, rgba(0, 169, 206, 0.58) 100%);
}

.ft_result_hero.is-hold {
    background: linear-gradient(135deg, #5c2500 0%, #b34700 52%, #f60 100%);
}

.ft_result_hero h1 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.12;
}

.ft_result_hero h1 span {
    color: #ffffff;
}

.ft_result_status_grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}

.ft_status_card,
.ft_status_summary,
.ft_progress_card,
.ft_result_panel {
    border: 1px solid #dbe6f1;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: none;
}

.ft_status_card,
.ft_status_summary {
    color: #172033;
}

.ft_status_card {
    display: flex;
    gap: 18px;
    padding: 24px;
}

.ft_status_icon {
    display: inline-grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border-radius: 6px;
    color: #ffffff;
    background: #00a9ce;
    font-size: 28px;
}

.is-hold .ft_status_icon {
    background: #f60;
}

.ft_status_card p,
.ft_status_summary p {
    margin: 0 0 8px;
    color: #52627a;
}

.ft_status_card h2 {
    margin: 0 0 8px;
    color: #071e3d;
    font-size: 30px;
}

.ft_status_card time,
.ft_timeline time {
    color: #52627a;
    font-size: 13px;
    font-weight: 700;
}

.ft_time_line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ft_timezone_badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid #d5e2ee;
    border-radius: 4px;
    padding: 3px 8px;
    color: #071e3d;
    background: #f3f8fc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.ft_status_summary {
    padding: 24px;
}

.ft_caution_text {
    color: #8f121a !important;
    font-weight: 800;
}

.ft_progress_card {
    margin-bottom: 28px;
    padding: 24px;
}

.ft_progress_header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ft_progress_header h2 {
    margin: 0;
    color: #071e3d;
    font-size: 28px;
}

.ft_progress_header span {
    align-self: flex-start;
    border-radius: 4px;
    padding: 8px 10px;
    color: #071e3d;
    background: #eff8fc;
    font-weight: 800;
}

.ft_progress_card.is-hold .ft_progress_header span {
    color: #8f121a;
    background: #fff1f2;
}

.ft_progress_scale {
    position: relative;
    padding: 22px 0 42px;
}

.ft_progress_bar {
    position: relative;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #dde7f1;
}

.ft_progress_bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0e5f91, #00a9ce);
}

.ft_progress_card.is-hold .ft_progress_bar span {
    background: #f60;
}

.ft_progress_pin {
    position: absolute;
    top: 8px;
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: #0e5f91;
    box-shadow: 0 8px 20px rgba(7, 30, 61, 0.18);
}

.ft_progress_pin.is-hold {
    background: #f60;
}

.ft_progress_steps {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
}

.ft_progress_steps span {
    position: absolute;
    top: 0;
    max-width: 120px;
    transform: translateX(-50%);
    color: #768498;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.ft_progress_steps span:first-child {
    transform: translateX(-10%);
    text-align: left;
}

.ft_progress_steps span:last-child {
    transform: translateX(-100%);
    text-align: right;
}

.ft_progress_steps span.is-active {
    color: #0e5f91;
}

.ft_result_grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
}

.ft_result_panel {
    padding: 24px;
}

.ft_result_sidebar {
    display: grid;
    gap: 24px;
}

.ft_panel_header h2 {
    margin: 0 0 16px;
    color: #071e3d;
    font-size: 24px;
}

.ft_timeline {
    position: relative;
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft_timeline li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
}

.ft_timeline_marker {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #0e5f91;
}

.ft_timeline li.is-hold .ft_timeline_marker {
    background: #f60;
}

.ft_timeline_body {
    border-bottom: 1px solid #e4edf5;
    padding-bottom: 18px;
}

.ft_timeline li:last-child .ft_timeline_body {
    border-bottom: 0;
    padding-bottom: 0;
}

.ft_timeline h3 {
    margin: 4px 0 8px;
    color: #071e3d;
    font-size: 18px;
}

.ft_timeline p {
    margin: 0;
    color: #52627a;
}

.ft_detail_list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.ft_detail_list div {
    display: grid;
    gap: 4px;
    border-bottom: 1px solid #e4edf5;
    padding-bottom: 12px;
}

.ft_detail_list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ft_detail_list dt {
    color: #52627a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ft_detail_list dd {
    margin: 0;
    color: #071e3d;
    font-weight: 800;
}

.ft_shipment_gallery img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 6px;
}

.ft_map_panel {
    margin-top: 28px;
}

#google_map {
    min-height: 420px;
    border-radius: 6px;
    background: #dde7f1;
}

@media (max-width: 991px) {
    .ft_result_status_grid,
    .ft_result_grid {
        grid-template-columns: 1fr;
    }

    .ft_result_hero h1 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .ft_status_card,
    .ft_progress_header {
        flex-direction: column;
    }

    .ft_progress_scale {
        padding-bottom: 68px;
    }

    .ft_progress_steps span {
        max-width: 90px;
        font-size: 11px;
        white-space: normal;
    }

    .ft_result_panel,
    .ft_progress_card {
        padding: 18px;
    }
}
