.pk-package-page {
    background: #f6f9fb;
    color: var(--pk-ink);
}

.pk-package-page h1,
.pk-package-page h2,
.pk-package-page h3,
.pk-package-page p {
    margin: 0;
}

.pk-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #6d7b89;
    font-size: 13px;
}

.pk-breadcrumb a {
    color: #0b5d8c;
    font-weight: 800;
}

.pk-package-list-hero,
.pk-package-detail-hero {
    background:
        linear-gradient(135deg, rgba(255, 210, 31, 0.18), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #eef7fb 100%);
}

.pk-package-list-hero {
    padding: 34px 0 44px;
}

.pk-package-list-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: end;
    gap: 28px;
}

.pk-package-list-grid h1,
.pk-package-summary h1 {
    color: #10233b;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 900;
}

.pk-package-list-grid p,
.pk-package-subtitle {
    margin-top: 10px;
    color: #516273;
    font-size: 15px;
    line-height: 1.65;
}

.pk-package-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.pk-package-search label {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #dbe5ec;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(19, 58, 86, 0.08);
}

.pk-package-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
}

.pk-package-search button,
.pk-package-list-actions button,
.pk-cart-button,
.pk-package-action-stack button,
.pk-mini-booking button {
    min-height: 44px;
    padding: 0 20px;
    color: #ffffff;
    background: #e83d3d;
    border: 1px solid #e83d3d;
    border-radius: 6px;
    font-weight: 900;
    cursor: pointer;
}

.pk-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pk-package-list-section {
    padding: 28px 0 58px;
}

.pk-package-filter-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
}

.pk-package-filter-row button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 18px;
    color: #12324e;
    background: #ffffff;
    border: 1px solid #d8e3eb;
    border-radius: 999px;
    font-weight: 800;
}

.pk-package-filter-row .is-active {
    color: #ffffff;
    background: #073f67;
    border-color: #073f67;
}

.pk-package-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.pk-package-list-card {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 54, 82, 0.08);
}

.pk-package-card-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #073f67;
    background: #fff2aa;
    border-radius: 8px;
    font-size: 23px;
}

.pk-package-list-card p,
.pk-package-list-card span,
.pk-package-list-card small,
.pk-package-price-box span,
.pk-package-price-box em {
    color: #607080;
    font-size: 13px;
}

.pk-package-list-card h2 {
    margin-top: 6px;
    color: #10233b;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}

.pk-package-list-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 14px 0 4px;
}

.pk-package-list-price strong {
    color: #10233b;
    font-size: 24px;
}

.pk-package-list-price del {
    color: #8b99a5;
}

.pk-package-list-price em {
    color: #159657;
    font-style: normal;
    font-weight: 900;
}

.pk-package-list-actions,
.pk-package-action-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.pk-outline-button {
    min-height: 44px;
    display: grid;
    place-items: center;
    color: #073f67;
    background: #ffffff;
    border: 1px solid #073f67;
    border-radius: 6px;
    font-weight: 900;
}

.pk-package-empty {
    max-width: 520px;
    margin: 36px auto 0;
    padding: 34px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 8px;
}

.pk-package-empty i {
    color: #0f5f8f;
    font-size: 42px;
}

.pk-package-empty h2 {
    margin-top: 14px;
    color: #10233b;
}

.pk-package-empty p {
    margin-top: 8px;
    color: #607080;
}

.pk-package-detail-hero {
    padding: 24px 0 34px;
}

.pk-package-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
    gap: 24px;
    align-items: start;
}

.pk-package-summary,
.pk-package-book-card,
.pk-package-panel,
.pk-mini-booking,
.pk-related-packages article {
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(18, 54, 82, 0.08);
}

.pk-package-summary {
    padding: 26px;
}

.pk-package-kicker {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.pk-package-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    color: #0e6d40;
    background: #e8f7ef;
    border-radius: 999px;
    font-weight: 900;
}

.pk-package-kicker button {
    width: 38px;
    height: 38px;
    color: #073f67;
    background: #eef7fb;
    border: 1px solid #d7e6ee;
    border-radius: 50%;
}

.pk-package-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.pk-package-facts div {
    min-width: 0;
    padding: 14px;
    background: #f8fbfd;
    border: 1px solid #e3ebf1;
    border-radius: 8px;
}

.pk-package-facts i {
    color: #0f5f8f;
    font-size: 19px;
}

.pk-package-facts span,
.pk-package-facts strong {
    display: block;
}

.pk-package-facts span {
    margin-top: 9px;
    color: #6b7884;
    font-size: 12px;
}

.pk-package-facts strong {
    margin-top: 3px;
    color: #152942;
    font-size: 13px;
}

.pk-package-description {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4ebf1;
}

.pk-package-description h2,
.pk-package-section-head h2,
.pk-mini-booking h2 {
    color: #10233b;
    font-size: 21px;
    font-weight: 900;
}

.pk-package-description p {
    margin-top: 10px;
    color: #516273;
    line-height: 1.7;
}

.pk-package-book-card {
    position: sticky;
    top: 126px;
    padding: 20px;
}

.pk-package-price-box strong {
    display: inline-block;
    margin: 6px 8px 0 0;
    color: #10233b;
    font-size: 34px;
}

.pk-package-price-box del {
    color: #8b99a5;
}

.pk-package-price-box em {
    display: block;
    margin-top: 6px;
    color: #159657;
    font-style: normal;
    font-weight: 900;
}

.pk-package-action-stack {
    margin-top: 18px;
}

.pk-package-action-stack .pk-book-now {
    color: #10233b;
    background: #ffd21f;
    border-color: #ffd21f;
}

.pk-checkout-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #ffffff;
    border-bottom: 1px solid #e8eef3;
    box-shadow: none;
}

.pk-checkout-header .pk-container {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.pk-checkout-header .pk-logo img {
    width: 150px;
    height: auto;
}

.pk-checkout-page {
    position: relative;
    min-height: 454px;
    background: #ffffff;
}

body.pk-modal-open {
    overflow: hidden;
}

.pk-checkout-page.is-login-open > .pk-checkout-empty,
.pk-checkout-page.is-login-open > .pk-checkout-shell,
.pk-checkout-page.is-login-open ~ .pk-footer,
.pk-checkout-page.is-login-open ~ .pk-whatsapp {
    opacity: 0.14;
    pointer-events: none;
}

.pk-login-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.58);
}

.pk-login-modal[hidden],
.pk-member-modal[hidden] {
    display: none;
}

.pk-login-dialog {
    position: relative;
    width: min(100%, 374px);
    min-height: 456px;
    padding: 54px 20px 24px;
    text-align: center;
    color: #252731;
    background: #ffffff;
    border: 1px solid #969696;
    border-radius: 20px;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.36);
}

.pk-login-close {
    position: absolute;
    top: 18px;
    right: 21px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #777777;
    background: transparent;
    border: 0;
    font-size: 28px;
    cursor: pointer;
}

.pk-login-dialog h2 {
    color: #252731;
    font-size: 19px;
    font-weight: 400;
}

.pk-login-dialog p {
    margin-top: 8px;
    color: #252731;
    font-size: 16px;
}

.pk-login-dialog > span {
    display: block;
    margin-top: 4px;
    color: #252731;
    font-size: 16px;
}

.pk-login-dialog input[type='tel'] {
    width: 100%;
    min-height: 46px;
    margin-top: 27px;
    padding: 0 18px;
    color: #263340;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 24px;
    outline: 0;
    font-size: 16px;
}

.pk-login-dialog label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 9px;
    margin-top: 14px;
    text-align: left;
}

.pk-login-dialog label input {
    width: 21px;
    height: 21px;
    margin: 2px 0 0;
}

.pk-login-dialog label small {
    color: #373b44;
    font-size: 13px;
    line-height: 1.42;
}

.pk-login-submit {
    width: 100%;
    min-height: 45px;
    margin-top: 28px;
    color: #ffffff;
    background: #24597c;
    border: 1px solid #24597c;
    border-radius: 23px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.pk-login-dialog .pk-login-terms {
    margin-top: 46px;
    color: #252731;
    font-size: 14px;
    line-height: 1.6;
}

.pk-login-terms a {
    color: #174d73;
    text-decoration: underline;
}

.pk-otp-step h2 {
    color: #252731;
    font-size: 20px;
    font-weight: 400;
}

.pk-otp-step p {
    max-width: 280px;
    margin: 8px auto 0;
    color: #395064;
    font-size: 14px;
    line-height: 1.55;
}

.pk-otp-step p strong {
    color: #395064;
    font-weight: 400;
}

.pk-change-mobile {
    padding: 0;
    color: #111111;
    background: transparent;
    border: 0;
    text-decoration: underline;
    cursor: pointer;
}

.pk-otp-inputs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    width: min(100%, 300px);
    margin: 24px auto 25px;
}

.pk-otp-inputs input {
    width: 100%;
    min-height: 36px;
    padding: 0;
    text-align: center;
    color: #6f7b88;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #1ecf81;
    border-radius: 0;
    outline: 0;
    font-size: 18px;
}

.pk-otp-step .pk-login-submit {
    width: min(100%, 297px);
    margin-top: 0;
}

.pk-otp-step .pk-otp-timer {
    margin-top: 25px;
    color: #252731;
    font-size: 14px;
}

.pk-login-message {
    margin: 12px 0 0;
    color: #137d4d;
    font-size: 13px;
    line-height: 1.4;
}

.pk-login-message.is-error {
    color: #d43d3d;
}

.pk-login-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

.pk-checkout-shell {
    padding: 14px 0 70px;
}

.pk-checkout-empty {
    min-height: 470px;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 46px 0 90px;
    text-align: center;
}

.pk-checkout-empty[hidden] {
    display: none;
}

.pk-empty-bag-icon {
    position: relative;
    width: 170px;
    height: 112px;
    margin-bottom: 20px;
}

.pk-empty-bag-icon span {
    position: absolute;
    right: 35px;
    top: 8px;
    width: 96px;
    height: 82px;
    background: #ffd21f;
    border: 7px solid #174d73;
    border-radius: 7px;
    transform: rotate(8deg);
}

.pk-empty-bag-icon span::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 13px;
    width: 36px;
    height: 24px;
    border: 7px solid #174d73;
    border-top: 0;
    border-radius: 0 0 28px 28px;
}

.pk-empty-bag-icon::before,
.pk-empty-bag-icon::after,
.pk-empty-bag-icon i {
    content: '';
    position: absolute;
    left: 32px;
    height: 6px;
    background: #174d73;
    border-radius: 999px;
}

.pk-empty-bag-icon::before {
    top: 43px;
    width: 37px;
}

.pk-empty-bag-icon::after {
    top: 65px;
    left: 63px;
    width: 14px;
}

.pk-empty-bag-icon i {
    top: 64px;
    width: 8px;
}

.pk-checkout-empty h1 {
    color: #2d2f38;
    font-size: 28px;
    font-weight: 900;
}

.pk-checkout-empty p {
    margin-top: 14px;
    color: #2d2f38;
    font-size: 18px;
}

.pk-checkout-empty a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    padding: 0 14px;
    color: #004a75;
    background: #ffffff;
    border: 1px solid #004a75;
    border-radius: 18px;
    font-size: 18px;
}

.pk-checkout-steps {
    width: min(100%, 760px);
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    text-align: center;
}

.pk-checkout-steps button {
    min-width: 0;
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    color: #004a75;
    background: #f7fafc;
    border: 1px solid #e3edf3;
    border-radius: 999px;
    cursor: pointer;
}

.pk-checkout-steps span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0;
    color: #ffffff;
    background: #004a75;
    border-radius: 50%;
    font-weight: 900;
}

.pk-checkout-steps strong {
    display: block;
    min-height: 0;
    min-width: 0;
    color: #004a75;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.pk-checkout-steps .is-active span,
.pk-checkout-steps .is-complete span {
    background: #21a276;
}

.pk-checkout-steps .is-active strong {
    color: #21a276;
    text-decoration: none;
    font-weight: 800;
}

.pk-checkout-steps .is-active {
    border-color: #21a276;
    background: #f1fbf7;
}

.pk-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 486px;
    gap: 30px;
    align-items: start;
}

.pk-checkout-main {
    min-width: 0;
    padding-top: 2px;
}

.pk-checkout-cart-list {
    display: grid;
    gap: 12px;
}

.pk-checkout-panel {
    display: none;
}

.pk-checkout-panel.is-active {
    display: block;
}

.pk-cart-test-card {
    position: relative;
    width: min(100%, 491px);
    min-height: 139px;
    padding: 20px 56px 18px 19px;
    background: #fff8df;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.pk-cart-remove {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    color: #000000;
    background: transparent;
    border: 0;
    font-size: 24px;
    cursor: pointer;
}

.pk-cart-test-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 14px;
}

.pk-cart-test-title h1 {
    color: #1c3a54;
    font-size: 18px;
    font-weight: 500;
}

.pk-cart-test-title strong {
    color: #1c3a54;
    font-size: 18px;
}

.pk-cart-test-title del {
    color: #ff3d4b;
    font-size: 16px;
}

.pk-cart-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 13px;
    color: #000000;
    font-size: 16px;
}

.pk-cart-meta i {
    color: #ffbc00;
}

.pk-cart-test-card p {
    margin-top: 18px;
    color: #000000;
    font-size: 16px;
}

.pk-cart-test-card p i {
    margin-right: 10px;
    color: #0f5f8f;
}

.pk-add-more-test {
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    padding: 0 15px;
    color: #004a75;
    background: #ffffff;
    border: 1px solid #004a75;
    border-radius: 18px;
    font-size: 18px;
}

.pk-payment-card,
.pk-flow-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.pk-payment-side {
    display: grid;
    gap: 8px;
}

.pk-payment-card {
    min-height: 209px;
    padding: 20px 25px;
}

.pk-order-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 28px;
}

.pk-order-title span {
    flex: 0 0 auto;
    padding: 4px 8px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 13px;
    font-size: 12px;
}

.pk-payment-card h2 {
    color: #001b35;
    font-size: 18px;
    font-weight: 500;
}

.pk-payment-card h3,
.pk-flow-card h2 {
    color: #1c3a54;
    font-size: 18px;
    font-weight: 900;
}

.pk-payment-card dl {
    display: grid;
    gap: 24px;
    margin: 25px 0 0;
}

.pk-payment-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pk-payment-card dt,
.pk-payment-card dd {
    margin: 0;
    color: #1c3a54;
    font-size: 18px;
}

.pk-payment-card dd,
.pk-payment-card dl div:last-child dt {
    font-weight: 900;
}

.pk-payment-card dl div:last-child dd {
    font-weight: 400;
}

.pk-discount-row dt,
.pk-discount-row dd {
    color: #1fa061;
}

.pk-confirm-booking {
    width: 100%;
    min-height: 51px;
    margin-top: 28px;
    color: #ffffff;
    background: #004f78;
    border: 0;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}

.pk-tip-card h3,
.pk-coupon-card h3 {
    margin: 0 0 22px;
    color: #000000;
    font-size: 22px;
}

.pk-tip-card > div,
.pk-coupon-form {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.pk-tip-card button {
    min-width: 72px;
    min-height: 51px;
    color: #001b35;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 22px;
    font-size: 20px;
    cursor: pointer;
}

.pk-tip-card button.is-selected {
    color: #ffffff;
    background: #004f78;
    border-color: #004f78;
}

.pk-coupon-form {
    min-height: 72px;
}

.pk-coupon-form i {
    flex: 0 0 auto;
    color: #ffd029;
    font-size: 22px;
}

.pk-coupon-form input {
    min-width: 0;
    flex: 1;
    min-height: 42px;
    color: #1c3a54;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.pk-coupon-form input::placeholder {
    color: #657382;
}

.pk-coupon-form input:disabled {
    color: #137d4d;
    font-weight: 800;
}

.pk-coupon-form button {
    min-width: 117px;
    min-height: 43px;
    color: #ffffff;
    background: #174d73;
    border: 0;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.pk-coupon-form button[data-coupon-remove] {
    min-width: 82px;
    color: #d43d3d;
    background: #ffffff;
    border: 1px solid #d43d3d;
}

.pk-coupon-form button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.pk-coupon-card > .pk-member-message {
    margin-top: 10px;
}

.pk-booking-modal {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.68);
}

.pk-booking-modal[hidden],
.pk-booking-loader[hidden],
.pk-booking-success[hidden],
[data-confirm-state][hidden] {
    display: none !important;
}

.pk-booking-dialog {
    position: relative;
    width: min(100%, 520px);
    padding: 42px;
    color: #1c2733;
    background: #ffffff;
    border: 1px solid #969696;
    border-radius: 16px;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.32);
}

.pk-booking-dialog h2 {
    margin: 0 0 12px;
    color: #001b35;
    font-size: 24px;
}

.pk-booking-dialog p {
    margin: 0 0 22px;
    color: #526272;
    line-height: 1.5;
}

.pk-booking-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #777777;
    background: transparent;
    border: 0;
    font-size: 22px;
    cursor: pointer;
}

.pk-booking-dialog dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.pk-booking-dialog dl div {
    display: grid;
    gap: 5px;
}

.pk-booking-dialog dt {
    color: #657382;
    font-size: 13px;
    font-weight: 800;
}

.pk-booking-dialog dd {
    margin: 0;
    color: #001b35;
    font-size: 16px;
    font-weight: 800;
}

.pk-booking-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 28px;
}

.pk-booking-actions button,
.pk-booking-success button {
    min-width: 128px;
    min-height: 44px;
    color: #174d73;
    background: #ffffff;
    border: 1px solid #174d73;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.pk-booking-actions button:last-child,
.pk-booking-success button {
    color: #ffffff;
    background: #174d73;
}

.pk-booking-loader,
.pk-booking-success {
    display: grid;
    justify-items: center;
    text-align: center;
}

.pk-booking-loader span {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    border: 5px solid #dce8ef;
    border-top-color: #174d73;
    border-radius: 50%;
    animation: pk-spin 0.8s linear infinite;
}

.pk-booking-success i {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    color: #ffffff;
    background: #21a276;
    border-radius: 50%;
    font-size: 26px;
}

.pk-booking-success p {
    margin-bottom: 24px;
}

@keyframes pk-spin {
    to {
        transform: rotate(360deg);
    }
}

.pk-flow-card {
    width: min(100%, 820px);
    padding: 22px;
}

.pk-flow-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.pk-flow-head button {
    min-height: 36px;
    padding: 0 14px;
    color: #004a75;
    background: #ffffff;
    border: 1px solid #004a75;
    border-radius: 18px;
    font-weight: 800;
}

.pk-member-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    cursor: pointer;
}

.pk-member-option label {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.pk-member-list {
    display: grid;
    gap: 10px;
}

.pk-member-option:has(input:checked) {
    border-color: #21a276;
    box-shadow: inset 0 0 0 1px #21a276;
}

.pk-member-option strong,
.pk-member-option small {
    display: block;
}

.pk-member-option strong {
    color: #1c3a54;
    font-size: 16px;
}

.pk-member-option small,
.pk-address-card p,
.pk-slot-grid span {
    color: #657382;
    font-size: 13px;
}

.pk-member-row-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.pk-member-row-actions button {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    color: #004a75;
    background: #ffffff;
    border: 1px solid #d6e2ea;
    border-radius: 16px;
    font-weight: 800;
    cursor: pointer;
}

.pk-member-row-actions button:last-child {
    color: #d43d3d;
}

.pk-member-row-actions button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.pk-member-empty,
.pk-member-message {
    margin: 0;
    color: #657382;
    font-size: 14px;
}

.pk-member-message {
    margin-top: 12px;
    color: #137d4d;
}

.pk-member-message.is-error {
    color: #d43d3d;
}

.pk-member-modal {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(6, 24, 38, 0.42);
    backdrop-filter: blur(3px);
}

.pk-member-dialog {
    position: relative;
    width: min(100%, 640px);
    max-height: min(86vh, 760px);
    overflow-y: auto;
    padding: 34px;
    color: #253040;
    background: #ffffff;
    border: 1px solid #d8e3eb;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(8, 27, 42, 0.26);
}

.pk-member-dialog h2 {
    margin: 0 46px 24px 0;
    color: #17233a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}

.pk-member-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #667586;
    background: #f4f8fb;
    border: 1px solid #e0e8ee;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}

.pk-member-close:hover {
    color: #0f4568;
    border-color: #b9cbd8;
}

.pk-member-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 30px;
}

.pk-member-form-grid input,
.pk-member-form-grid select {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    color: #20364a;
    background: #ffffff;
    border: 1px solid #d2dde6;
    border-radius: 8px;
    outline: 0;
    font-size: 15px;
}

.pk-member-form-grid input::placeholder {
    color: #748293;
}

.pk-member-form-grid input:focus,
.pk-member-form-grid select:focus {
    border-color: #0f5f8f;
    box-shadow: 0 0 0 3px rgba(15, 95, 143, 0.12);
}

.pk-member-form-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 26px;
}

.pk-member-form-actions button {
    min-width: 145px;
    min-height: 47px;
    color: #24a474;
    background: #ffffff;
    border: 1px solid #24a474;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.pk-member-form-actions button[type='submit'] {
    color: #ffffff;
    background: #24a474;
}

.pk-member-form-actions button:disabled {
    opacity: 0.7;
    cursor: wait;
}

.pk-address-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.pk-address-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 156px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 8px;
}

.pk-address-card label {
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 11px;
    cursor: pointer;
}

.pk-address-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pk-address-card.is-selected {
    border-color: #004f78;
    box-shadow: inset 0 0 0 1px #004f78;
}

.pk-address-card strong {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.pk-address-card small {
    display: block;
    margin-top: 6px;
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}

.pk-address-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #002b4f;
    font-size: 20px;
}

.pk-address-card button {
    color: #004a75;
    background: transparent;
    border: 0;
    font-weight: 900;
    cursor: pointer;
}

.pk-address-card.is-empty {
    background: #f8fbfd;
    border-color: #dfeaf2;
}

.pk-address-dialog .pk-member-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.pk-address-dialog {
    width: min(100%, 720px);
}

.pk-address-dialog .pk-member-form-grid input:nth-child(1),
.pk-address-dialog .pk-member-form-grid input:nth-child(2) {
    grid-column: 1 / -1;
}

.pk-address-dialog .pk-member-form-grid select[name='type'] {
    grid-column: 1 / -1;
}

.pk-address-dialog .pk-member-form-actions {
    justify-content: stretch;
}

.pk-address-dialog .pk-member-form-actions button {
    width: 100%;
    min-height: 52px;
    color: #ffffff;
    background: #14577d;
    border-color: #14577d;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 900;
}

.pk-address-dialog .pk-member-form-actions button:hover {
    background: #0f4568;
    border-color: #0f4568;
}

.pk-payment-flow {
    min-height: 362px;
}

.pk-payment-summary {
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
    color: #000000;
    font-size: 16px;
}

.pk-payment-summary p {
    margin: 0;
    line-height: 1.45;
}

.pk-payment-flow h2 {
    margin-bottom: 24px;
    color: #001b35;
    font-size: 22px;
}

.pk-payment-options {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(320px, 1fr);
    align-items: center;
    gap: 26px;
}

.pk-payment-option {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 12px;
    color: #001b35;
    cursor: pointer;
}

.pk-payment-option.is-boxed {
    border: 1px dashed #004f78;
}

.pk-payment-option input {
    width: 26px;
    height: 26px;
    margin: 0;
    accent-color: #004f78;
}

.pk-payment-option strong {
    display: block;
    margin-bottom: 4px;
    font-size: 22px;
}

.pk-payment-option small {
    color: #001b35;
    font-size: 18px;
    line-height: 1.45;
}

.pk-payment-option b {
    color: #0b8e41;
}

.pk-schedule-slot {
    margin-top: 22px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #e6edf3;
    border-radius: 8px;
}

.pk-schedule-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 8px;
}

.pk-schedule-slot h3,
.pk-schedule-head span {
    margin: 0;
    color: #002b4f;
    font-size: 16px;
}

.pk-schedule-head span {
    color: #486276;
    font-size: 13px;
    font-weight: 700;
}

.pk-lab-address {
    margin: 0 0 14px;
    color: #486276;
    font-size: 13px;
    line-height: 1.5;
}

.pk-date-scroll {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.pk-date-row {
    display: flex;
    gap: 8px;
    min-width: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.pk-date-row::-webkit-scrollbar {
    display: none;
}

.pk-date-arrow {
    width: 30px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #06375d;
    background: #f4f8fb;
    border: 1px solid #d7e2eb;
    border-radius: 7px;
    cursor: pointer;
}

.pk-date-arrow:hover {
    border-color: #0f5f8f;
}

.pk-date-row button,
.pk-time-filter button {
    min-height: 32px;
    color: #06375d;
    background: #ffffff;
    border: 1px solid #d7e2eb;
    border-radius: 7px;
    cursor: pointer;
}

.pk-date-row button {
    flex: 0 0 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 7px;
    scroll-snap-align: start;
    font-size: 12px;
}

.pk-date-row strong {
    font-size: 14px;
}

.pk-date-row .is-selected,
.pk-time-filter .is-selected {
    border-color: #f2aa00;
    box-shadow: inset 0 0 0 1px #f2aa00;
}

.pk-slot-heading {
    display: block;
    margin: 8px 0 12px;
    color: #002b4f;
}

.pk-time-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.pk-time-filter button {
    min-width: 102px;
    padding: 0 14px;
    font-weight: 500;
}

.pk-slot-grid-shell {
    max-height: 282px;
    padding: 0 11px 0 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #9eb4c4 #f1f6f9;
    overscroll-behavior: contain;
}

.pk-slot-grid-shell::-webkit-scrollbar {
    width: 8px;
}

.pk-slot-grid-shell::-webkit-scrollbar-track {
    background: #f1f6f9;
    border-radius: 999px;
}

.pk-slot-grid-shell::-webkit-scrollbar-thumb {
    background: #9eb4c4;
    border: 2px solid #f1f6f9;
    border-radius: 999px;
}

.pk-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 9px 10px;
    margin-top: 0;
}

.pk-slot-grid button {
    min-width: 0;
    min-height: 40px;
    padding: 0 10px;
    color: #1c3a54;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.pk-slot-grid .is-selected {
    border-color: #21a276;
    box-shadow: inset 0 0 0 1px #21a276;
}

.pk-slot-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px;
    color: #486276;
    background: #f8fbfd;
    border: 1px solid #e3ebf1;
    border-radius: 8px;
}

.pk-checkout-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 25px;
}

.pk-next-step,
.pk-back-step {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 31px;
    color: #ffffff;
    background: #174d73;
    border: 1px solid #174d73;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.pk-back-step {
    color: #174d73;
    background: #ffffff;
}

.pk-next-step.is-done {
    background: #21a276;
    border-color: #21a276;
}

.pk-sample-report,
.pk-package-help {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    padding: 13px;
    color: #073f67;
    background: #f8fbfd;
    border: 1px solid #e3ebf1;
    border-radius: 8px;
    font-weight: 900;
}

.pk-package-help {
    flex-wrap: wrap;
    color: #152942;
}

.pk-package-help a {
    color: #e83d3d;
}

.pk-package-tabs {
    position: sticky;
    top: 102px;
    z-index: 4;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 14px 0;
    background: #f6f9fb;
}

.pk-package-tabs a {
    flex: 0 0 auto;
    padding: 10px 16px;
    color: #14324e;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 999px;
    font-weight: 900;
}

.pk-package-tabs .is-active {
    color: #ffffff;
    background: #073f67;
    border-color: #073f67;
}

.pk-package-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 24px;
    padding-bottom: 46px;
}

.pk-package-main-column {
    display: grid;
    gap: 20px;
}

.pk-package-panel {
    scroll-margin-top: 170px;
    padding: 24px;
}

.pk-package-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.pk-package-section-head span,
.pk-package-section-head a {
    color: #607080;
    font-size: 13px;
    font-weight: 800;
}

.pk-parameter-grid,
.pk-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pk-parameter-grid article {
    display: flex;
    gap: 12px;
    padding: 14px;
    background: #f8fbfd;
    border: 1px solid #e3ebf1;
    border-radius: 8px;
}

.pk-parameter-grid i {
    margin-top: 2px;
    color: #18a05d;
}

.pk-parameter-grid h3,
.pk-benefit-grid h3,
.pk-related-row h3 {
    color: #10233b;
    font-size: 15px;
    font-weight: 900;
}

.pk-parameter-grid p,
.pk-benefit-grid p,
.pk-related-row p,
.pk-package-panel details p {
    margin-top: 6px;
    color: #607080;
    line-height: 1.55;
}

.pk-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pk-benefit-grid article {
    padding: 16px;
    background: #f8fbfd;
    border: 1px solid #e3ebf1;
    border-radius: 8px;
}

.pk-benefit-grid i {
    color: #0f5f8f;
    font-size: 24px;
    margin-bottom: 12px;
}

.pk-package-panel details {
    padding: 16px 0;
    border-top: 1px solid #e3ebf1;
}

.pk-package-panel details:last-child {
    border-bottom: 1px solid #e3ebf1;
}

.pk-package-panel summary {
    color: #10233b;
    font-weight: 900;
    cursor: pointer;
}

.pk-mini-booking {
    position: sticky;
    top: 126px;
    padding: 20px;
}

.pk-mini-booking form {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.pk-mini-booking input[type="text"],
.pk-mini-booking input[type="tel"] {
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #d7e2ea;
    border-radius: 6px;
}

.pk-mini-booking label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #607080;
    font-size: 12px;
}

.pk-related-packages {
    padding: 0 0 58px;
}

.pk-related-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pk-related-packages article {
    padding: 18px;
}

.pk-related-row strong {
    display: block;
    margin-top: 12px;
    color: #10233b;
    font-size: 23px;
}

.pk-related-row a {
    display: inline-flex;
    margin-top: 14px;
    color: #073f67;
    font-weight: 900;
}

.pk-test-copy {
    color: #516273;
    line-height: 1.75;
}

.pk-test-copy + .pk-test-copy {
    margin-top: 14px;
}

.pk-test-parameter-list {
    display: grid;
    gap: 12px;
}

.pk-test-parameter-list article {
    min-width: 0;
    padding: 15px;
    background: #f8fbfd;
    border: 1px solid #e3ebf1;
    border-radius: 8px;
}

.pk-test-parameter-list article > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
}

.pk-test-parameter-list i {
    margin-top: 2px;
    color: #18a05d;
}

.pk-test-parameter-list strong,
.pk-test-parameter-list small {
    min-width: 0;
    display: block;
}

.pk-test-parameter-list strong {
    color: #10233b;
    font-size: 15px;
    font-weight: 900;
}

.pk-test-parameter-list small {
    grid-column: 2;
    margin-top: -3px;
    color: #607080;
    font-size: 13px;
}

.pk-test-parameter-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0 28px;
    padding: 0;
    list-style: none;
}

.pk-test-parameter-list li {
    padding: 6px 10px;
    color: #12324e;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 1020px) {
    .pk-package-list-grid,
    .pk-package-detail-grid,
    .pk-package-content-grid {
        grid-template-columns: 1fr;
    }

    .pk-package-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pk-package-book-card,
    .pk-mini-booking {
        position: static;
    }

    .pk-package-tabs {
        top: 86px;
    }

    .pk-checkout-grid {
        grid-template-columns: 1fr;
    }

    .pk-payment-card {
        width: min(100%, 650px);
    }

    .pk-address-list,
    .pk-payment-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .pk-package-list-hero {
        padding: 24px 0 32px;
    }

    .pk-package-search,
    .pk-package-list,
    .pk-package-facts,
    .pk-parameter-grid,
    .pk-benefit-grid,
    .pk-related-row {
        grid-template-columns: 1fr;
    }

    .pk-package-summary,
    .pk-package-panel {
        padding: 18px;
    }

    .pk-test-parameter-list ul {
        margin-left: 0;
    }

    .pk-package-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .pk-package-tabs {
        top: 74px;
    }

    .pk-checkout-header .pk-container {
        min-height: 58px;
    }

    .pk-checkout-header .pk-logo img {
        width: 132px;
    }

    .pk-checkout-shell {
        padding: 10px 0 46px;
    }

    .pk-checkout-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pk-checkout-steps button {
        padding: 7px 8px;
    }

    .pk-checkout-steps span {
        width: 28px;
        height: 28px;
    }

    .pk-checkout-steps strong {
        font-size: 13px;
    }

    .pk-cart-test-card,
    .pk-flow-card,
    .pk-payment-card {
        width: 100%;
    }

    .pk-address-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .pk-address-card button {
        justify-self: flex-start;
    }

    .pk-address-dialog .pk-member-form-grid {
        grid-template-columns: 1fr;
    }

    .pk-address-dialog .pk-member-form-grid input:nth-child(1),
    .pk-address-dialog .pk-member-form-grid input:nth-child(2) {
        grid-column: auto;
    }

    .pk-payment-option small {
        font-size: 15px;
    }

    .pk-payment-option strong {
        font-size: 19px;
    }

    .pk-tip-card > div {
        flex-wrap: wrap;
    }

    .pk-schedule-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .pk-schedule-slot {
        padding: 14px;
    }

    .pk-date-scroll {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 5px;
    }

    .pk-date-arrow {
        width: 28px;
    }

    .pk-date-row button {
        flex-basis: 96px;
    }

    .pk-time-filter {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .pk-time-filter button {
        min-width: 0;
        padding: 0 8px;
    }

    .pk-slot-grid-shell {
        max-height: 320px;
    }

    .pk-slot-grid {
        grid-template-columns: 1fr;
    }

    .pk-member-option {
        grid-template-columns: 1fr;
    }

    .pk-member-row-actions {
        justify-content: flex-start;
        padding-left: 31px;
    }

    .pk-member-dialog {
        max-height: calc(100vh - 28px);
        padding: 24px 16px 18px;
        border-radius: 12px;
    }

    .pk-member-close {
        top: 18px;
        right: 16px;
        width: 34px;
        height: 34px;
    }

    .pk-member-dialog h2 {
        margin: 0 44px 18px 0;
        font-size: 21px;
    }

    .pk-member-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pk-member-form-actions {
        gap: 10px;
    }

    .pk-member-form-actions button {
        min-width: 0;
        flex: 1;
    }

    .pk-checkout-actions {
        justify-content: stretch;
    }

    .pk-next-step,
    .pk-back-step {
        flex: 1;
        padding-inline: 14px;
        font-size: 17px;
    }
}

@media (max-width: 460px) {
    .pk-package-list-actions,
    .pk-package-action-stack {
        grid-template-columns: 1fr;
    }

    .pk-package-price-box strong {
        font-size: 30px;
    }
}
