.package-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.static-card-grid {
    overflow: visible;
}

.package-list-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    transform: none !important;
}

.package-list-track .tour-item-card {
    flex: initial;
}

.package-filter select {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px;
    font: inherit;
}

.package-main-image {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 22px;
}

.package-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 28px;
}

.package-meta-grid div {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px;
}

.package-meta-grid strong {
    display: block;
    color: #003679;
    margin-bottom: 5px;
}

.destination-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.destination-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
}

.rich-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
}

.rich-content th,
.rich-content td {
    border: 1px solid #e2e8f0;
    padding: 10px;
    text-align: left;
}

.rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.booking-card label {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    font-weight: 800;
}

.booking-card input,
.booking-card textarea {
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    padding: 12px;
    font: inherit;
}

.faq-section {
    padding: 60px 5%;
    background: #ffffff;
}

.faq-accordion {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e1d8;
    border-radius: 8px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #e5e1d8;
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    color: #1e293b;
}

.faq-question i {
    transition: transform 0.25s ease;
    font-size: 0.85rem;
    color: #e03a11;
}

.faq-item.open .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.open .faq-answer {
    max-height: 320px;
}

.faq-answer p {
    padding: 0 20px 18px;
    margin: 0;
    line-height: 1.6;
    color: #475569;
    font-size: 0.95rem;
}

.affiliations-section {
    padding: 50px 5% 60px;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.affiliations-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 16px;
}

.affiliation-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 18px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.affiliation-badge img {
    height: 56px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.92;
}

.affiliations-note {
    font-size: 0.78rem;
    color: #64748b;
    font-style: italic;
}

.floating-cta-stack {
    position: fixed;
    right: 22px;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 999;
}

.floating-cta-stack .whatsapp-bubble,
.floating-cta-stack .call-bubble,
.floating-cta-stack .callback-bubble {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    box-sizing: border-box !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.24);
    flex-shrink: 0;
}

.floating-cta-stack .whatsapp-bubble i,
.floating-cta-stack .call-bubble i,
.floating-cta-stack .callback-bubble i {
    pointer-events: none;
}

.floating-cta-stack .whatsapp-bubble {
    background: #25d366 !important;
}

.floating-cta-stack .call-bubble {
    background: #2563eb !important;
}

.floating-cta-stack .callback-bubble {
    background: #d97706 !important;
}

.whatsapp-tooltip {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    background: #222;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

.whatsapp-bubble:hover .whatsapp-tooltip,
.call-bubble:hover .whatsapp-tooltip,
.callback-bubble:hover .whatsapp-tooltip {
    opacity: 1;
}

.callback-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 16px;
}

.callback-modal-overlay.active {
    display: flex;
}

.callback-modal {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    max-width: 380px;
    width: 100%;
    position: relative;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
}

.callback-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #666666;
}

.callback-modal h3 {
    margin: 0 0 8px;
    color: #1e293b;
}

.callback-modal p {
    font-size: 0.85rem;
    color: #666666;
    margin: 0 0 18px;
}

.callback-modal form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.callback-success-msg {
    text-align: center;
    padding: 20px 0;
    color: #16a34a;
    font-weight: 600;
}

@media (max-width: 800px) {
    .package-filter,
    .package-meta-grid,
    .destination-gallery,
    .package-list-track {
        grid-template-columns: 1fr;
    }
}
