/* Package details — Aradhya Travels */
body.page-pkg-detail {
    --at-navy: #0e2a56;
    --at-ink: #122033;
    --at-muted: #5c6b7a;
    --at-orange: #e87722;
    --at-gold: #f4b942;
    --at-sand: #faf8f4;
    background: #faf8f4;
    color: var(--at-ink);
    font-family: "Outfit", "PT Sans", sans-serif;
}

body.page-pkg-detail h1,
body.page-pkg-detail h2,
body.page-pkg-detail h3,
body.page-pkg-detail h4,
body.page-pkg-detail .at-pkg-title {
    font-family: "Fraunces", Georgia, serif;
    letter-spacing: -0.02em;
}

body.page-pkg-detail .at-pd-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background: #0b2144;
}

body.page-pkg-detail .at-pd-hero-media {
    position: absolute;
    inset: 0;
}

body.page-pkg-detail .at-pd-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.page-pkg-detail .at-pd-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 20, 40, 0.18) 0%, rgba(7, 20, 40, 0.82) 100%);
}

body.page-pkg-detail .at-pd-hero .container {
    position: relative;
    z-index: 1;
    padding-bottom: 48px;
    padding-top: 40px;
}

body.page-pkg-detail .at-pd-hero .breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 14px;
}

body.page-pkg-detail .at-pd-hero .breadcrumb-item,
body.page-pkg-detail .at-pd-hero .breadcrumb-item a,
body.page-pkg-detail .at-pd-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
}

body.page-pkg-detail .at-pd-hero .breadcrumb-item a:hover,
body.page-pkg-detail .at-pd-hero .breadcrumb-item.active {
    color: #fff;
}

body.page-pkg-detail .at-pd-kicker {
    margin: 0 0 8px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f4b942;
}

body.page-pkg-detail .at-pd-hero h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 600;
    max-width: 860px;
}

body.page-pkg-detail .at-pd-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-pkg-detail .at-pd-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.86rem;
    font-weight: 600;
}

body.page-pkg-detail .at-pd-chip i {
    color: #f4b942;
}

body.page-pkg-detail .at-pd-wrap {
    padding: 28px 0 72px;
}

body.page-pkg-detail .at-pd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

body.page-pkg-detail .at-pd-panel {
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(7, 20, 40, 0.06);
    padding: 24px 26px;
    margin-bottom: 18px;
}

body.page-pkg-detail .at-pd-panel h2 {
    margin: 0 0 16px;
    font-size: 1.35rem;
    color: var(--at-navy);
}

body.page-pkg-detail .at-pd-panel h2 i {
    color: var(--at-orange);
    margin-right: 8px;
    font-size: 0.95rem;
}

body.page-pkg-detail .at-pd-prose,
body.page-pkg-detail .at-pd-prose p,
body.page-pkg-detail .at-pd-prose li {
    color: var(--at-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

body.page-pkg-detail .at-pd-prose ul {
    padding-left: 1.15rem;
    margin-bottom: 0;
}

body.page-pkg-detail .at-pd-dest {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 18px;
    align-items: start;
}

body.page-pkg-detail .at-pd-dest + .at-pd-dest {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f0e6d8;
}

body.page-pkg-detail .at-pd-dest img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 16px;
}

body.page-pkg-detail .at-pd-dest h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
}

body.page-pkg-detail .at-pd-dest h3 a {
    color: var(--at-navy);
    text-decoration: none;
}

body.page-pkg-detail .at-pd-go {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: var(--at-orange);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
}

body.page-pkg-detail .accordion-item {
    border: 1px solid #eadfd0;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

body.page-pkg-detail .accordion-button {
    font-weight: 700;
    color: var(--at-navy);
    background: #fff;
    box-shadow: none;
}

body.page-pkg-detail .accordion-button:not(.collapsed) {
    background: #fff7ef;
    color: var(--at-navy);
    box-shadow: none;
}

body.page-pkg-detail .accordion-button:focus {
    box-shadow: none;
    border-color: #eadfd0;
}

body.page-pkg-detail .at-pd-day-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

body.page-pkg-detail .at-pd-day-meta div {
    background: #faf8f4;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 0.9rem;
}

body.page-pkg-detail .at-pd-day-meta strong {
    display: block;
    color: var(--at-navy);
    margin-bottom: 4px;
}

body.page-pkg-detail .at-pd-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

body.page-pkg-detail .at-pd-inc h2 i {
    color: #1f9d55;
}

body.page-pkg-detail .at-pd-exc h2 i {
    color: #c2410c;
}

body.page-pkg-detail .at-pd-side {
    position: sticky;
    top: 96px;
}

body.page-pkg-detail .at-pd-book {
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(7, 20, 40, 0.1);
    padding: 24px;
    margin-bottom: 16px;
}

body.page-pkg-detail .at-pd-price-label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--at-muted);
    font-weight: 700;
}

body.page-pkg-detail .at-pd-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin: 6px 0 4px;
}

body.page-pkg-detail .at-pd-now {
    font-size: 2rem;
    font-weight: 700;
    color: var(--at-navy);
    line-height: 1;
}

body.page-pkg-detail .at-pd-old {
    display: block;
    color: #8a97a5;
    text-decoration: line-through;
    font-size: 0.92rem;
}

body.page-pkg-detail .at-pd-off {
    background: #e87722;
    color: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 800;
}

body.page-pkg-detail .at-pd-per {
    color: var(--at-muted);
    font-size: 0.86rem;
    margin-bottom: 16px;
}

body.page-pkg-detail .at-pd-facts {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    border-top: 1px solid #f0e6d8;
    border-bottom: 1px solid #f0e6d8;
}

body.page-pkg-detail .at-pd-facts li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    font-size: 0.92rem;
    color: var(--at-muted);
}

body.page-pkg-detail .at-pd-facts strong {
    color: var(--at-ink);
    text-align: right;
}

body.page-pkg-detail .at-pd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

body.page-pkg-detail .at-pd-tags a,
body.page-pkg-detail .at-pd-tags span {
    background: #fff7ef;
    color: var(--at-navy);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
}

body.page-pkg-detail .at-pd-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page-pkg-detail .at-pd-cta .btn-main {
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
}

body.page-pkg-detail .at-pd-cta .btn-ghost {
    border: 1px solid rgba(18, 50, 95, 0.2);
    color: var(--at-navy);
    border-radius: 999px;
    font-weight: 700;
    padding: 11px 16px;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

body.page-pkg-detail .at-pd-help,
body.page-pkg-detail .at-pd-share {
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 22px;
    padding: 20px 22px;
    margin-bottom: 16px;
}

body.page-pkg-detail .at-pd-help h3,
body.page-pkg-detail .at-pd-share h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
}

body.page-pkg-detail .at-pd-help p {
    color: var(--at-muted);
    font-size: 0.9rem;
    margin-bottom: 14px;
}

body.page-pkg-detail .at-pd-help a,
body.page-pkg-detail .at-pd-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

body.page-pkg-detail .at-pd-help .tel {
    border: 1px solid rgba(18, 50, 95, 0.2);
    color: var(--at-navy);
}

body.page-pkg-detail .at-pd-help .wa {
    background: #25d366;
    color: #fff;
}

body.page-pkg-detail .at-pd-share a {
    border: 1px solid #eadfd0;
    color: var(--at-navy);
}

body.page-pkg-detail .at-pd-related {
    padding: 10px 0 70px;
}

body.page-pkg-detail .at-pd-related h2 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 2rem;
}

body.page-pkg-detail .at-pd-related p {
    text-align: center;
    color: var(--at-muted);
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    body.page-pkg-detail .at-pd-layout,
    body.page-pkg-detail .at-pd-split,
    body.page-pkg-detail .at-pd-dest {
        grid-template-columns: 1fr;
    }

    body.page-pkg-detail .at-pd-side {
        position: static;
    }

    body.page-pkg-detail .at-pd-dest img {
        width: 100%;
        height: 200px;
    }

    body.page-pkg-detail .at-pd-hero {
        min-height: 340px;
    }
}

/* Customize button + unlock dock */
body.page-pkg-detail .btn-customize {
    appearance: none;
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 12px 16px;
    font: inherit;
    font-weight: 800;
    font-size: 0.98rem;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #0e2a56, #071428);
    box-shadow: 0 10px 22px rgba(7, 20, 40, 0.18);
    transition: transform 0.2s ease, filter 0.2s ease;
}
body.page-pkg-detail .btn-customize:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}
body.page-pkg-detail .btn-customize.is-active {
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
}

.pd-unlock-dock {
    position: fixed;
    left: 50%;
    bottom: 1.15rem;
    transform: translateX(-50%);
    z-index: 1200;
    display: flex;
    align-items: center;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
    width: min(1080px, calc(100vw - 1.25rem));
    padding: 0.7rem 0.85rem 0.7rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #101828, #071428);
    color: #fff;
    box-shadow: 0 20px 48px rgba(7, 20, 40, 0.4);
    animation: pdDockIn 0.3s ease both;
}
.pd-unlock-dock[hidden] { display: none !important; }

@keyframes pdDockIn {
    from { opacity: 0; transform: translateX(-50%) translateY(14px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

body.pd-unlock-open {
    padding-bottom: 6.5rem;
}

.pd-unlock-tabs {
    display: flex;
    align-items: center;
    gap: 0.15rem 0.35rem;
    flex-wrap: wrap;
    max-width: 560px;
}

.pd-unlock-tab {
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.45rem 0.55rem 0.55rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    position: relative;
    white-space: nowrap;
}
.pd-unlock-tab i { font-size: 0.72rem; opacity: 0.9; }
.pd-unlock-tab:hover { color: #fff; }
.pd-unlock-tab.is-active {
    color: #fff;
    font-weight: 700;
}
.pd-unlock-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0.45rem;
    right: 0.45rem;
    bottom: 0.15rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #e87722, #f4b942);
}

.pd-unlock-divider {
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.pd-unlock-price {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 140px;
}
.pd-unlock-price strong {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}
.pd-unlock-price span {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
}

.pd-unlock-cta {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    padding: 0.78rem 1.2rem;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    color: #071428;
    background: linear-gradient(135deg, #e87722, #f4b942);
    box-shadow: 0 10px 22px rgba(232, 119, 34, 0.35);
    transition: transform 0.2s ease, filter 0.2s ease;
}
.pd-unlock-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    color: #071428;
}

@media (max-width: 991px) {
    .pd-unlock-dock {
        border-radius: 22px;
        padding: 0.85rem;
        bottom: 0.75rem;
    }
    .pd-unlock-divider { display: none; }
    .pd-unlock-tabs {
        width: 100%;
        justify-content: space-between;
        max-width: none;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .pd-unlock-tab span { display: none; }
    .pd-unlock-tab {
        padding: 0.55rem 0.65rem;
        font-size: 0.9rem;
    }
    .pd-unlock-tab i { font-size: 0.95rem; }
    .pd-unlock-tab.is-active::after {
        left: 0.55rem;
        right: 0.55rem;
    }
    .pd-unlock-price {
        flex: 1 1 auto;
        min-width: 0;
    }
    .pd-unlock-cta {
        width: 100%;
    }
}
