/* =========================================
   PACKAGE PAGE EXTRAS
========================================= */

.pkg-trust {
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(120deg, #14213d 0%, #1c3358 55%, #243f68 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.pkg-trust-label {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
}

.pkg-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    flex: 1;
    justify-content: flex-end;
}

.pkg-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
}

.pkg-trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 160, 23, 0.18);
    color: #d4a017;
    font-size: 13px;
}


/* Why us */

.pkg-why {
    width: 100%;
    padding: 80px 20px;
    background: #fff;
}

.pkg-why-inner,
.pkg-how-inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.pkg-why-heading,
.pkg-how-heading {
    max-width: 640px;
    margin: 0 auto 40px;
    text-align: center;
}

.pkg-why-heading span,
.pkg-how-heading span,
.pkg-cta-band-copy span {
    display: inline-block;
    color: #d4a017;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}

.pkg-why-heading h2,
.pkg-how-heading h2 {
    margin: 0;
    color: #14213d;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.2;
    font-weight: 800;
}

.pkg-why-heading p,
.pkg-how-heading p {
    margin: 14px 0 0;
    color: #697386;
    font-size: 15px;
    line-height: 1.7;
}

.pkg-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pkg-why-item {
    padding: 28px 24px;
    border-radius: 18px;
    background: #f7f9fc;
    border: 1px solid rgba(20, 33, 61, 0.06);
}

.pkg-why-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #14213d;
    color: #d4a017;
    font-size: 18px;
    margin-bottom: 16px;
}

.pkg-why-item h3 {
    margin: 0 0 8px;
    color: #14213d;
    font-size: 19px;
    font-weight: 800;
}

.pkg-why-item p {
    margin: 0;
    color: #697386;
    font-size: 14px;
    line-height: 1.65;
}


/* How to book */

.pkg-how {
    width: 100%;
    padding: 20px 20px 80px;
    background: #f7f9fc;
}

.pkg-how-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pkg-how-steps li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(20, 33, 61, 0.06);
    box-shadow: 0 10px 28px rgba(20, 33, 61, 0.04);
}

.pkg-how-num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d4a017;
    color: #14213d;
    font-size: 16px;
    font-weight: 900;
}

.pkg-how-steps h3 {
    margin: 2px 0 8px;
    color: #14213d;
    font-size: 18px;
    font-weight: 800;
}

.pkg-how-steps p {
    margin: 0;
    color: #697386;
    font-size: 14px;
    line-height: 1.6;
}


/* CTA band */

.pkg-cta-band {
    width: 100%;
    padding: 0 20px 80px;
    background: #f7f9fc;
}

.pkg-cta-band-inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 36px 40px;
    border-radius: 22px;
    background:
        linear-gradient(115deg, rgba(20, 33, 61, 0.94), rgba(20, 33, 61, 0.88)),
        url('../upload/kasmir.jpg') center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.pkg-cta-band-copy {
    max-width: 560px;
}

.pkg-cta-band-copy h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.15;
    font-weight: 800;
}

.pkg-cta-band-copy p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.65;
}

.pkg-cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pkg-cta-call,
.pkg-cta-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.pkg-cta-call {
    background: #fff;
    color: #14213d;
}

.pkg-cta-wa {
    background: #25d366;
    color: #fff;
}

.pkg-cta-call:hover,
.pkg-cta-wa:hover {
    transform: translateY(-2px);
}

@media (max-width: 980px) {
    .pkg-why-grid,
    .pkg-how-steps {
        grid-template-columns: 1fr;
    }

    .pkg-trust {
        align-items: flex-start;
    }

    .pkg-trust-list {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .pkg-why,
    .pkg-how,
    .pkg-cta-band {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pkg-why {
        padding-top: 56px;
        padding-bottom: 48px;
    }

    .pkg-how {
        padding-bottom: 48px;
    }

    .pkg-cta-band {
        padding-bottom: 56px;
    }

    .pkg-cta-band-inner {
        padding: 28px 20px;
    }

    .pkg-cta-band-actions {
        width: 100%;
    }

    .pkg-cta-call,
    .pkg-cta-wa {
        flex: 1;
    }

    .pkg-trust-list li {
        font-size: 13px;
    }
}
