/* Package collection for Qcent / theme three. */
.qcent-packages-page { --qp-border: #dfe5df; color: var(--qcent-ink); background: #fff; }
.qcent-packages-page *, .qcent-packages-page *::before, .qcent-packages-page *::after { box-sizing: border-box; }
.qcent-packages-page a { text-decoration: none; }
.qcent-packages-page .qp-eyebrow { display: block; color: var(--qcent-teal); font-size: 10px; font-weight: 600; letter-spacing: .18em; line-height: 1.6; }
.qcent-packages-page .qp-intro { border-block: 1px solid #e9e8df; background: var(--qcent-cream); }
.qp-intro-inner { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 80px; padding-block: 54px 60px; }
.qcent-packages-page h1 { margin: 18px 0 0; color: var(--qcent-deep); font-size: clamp(36px, 4.6vw, 60px); font-weight: 700; line-height: 1.13; letter-spacing: -.035em; }
.qcent-packages-page h1 span { color: #6c7e72; }
.qp-intro-note { max-width: 350px; justify-self: end; }
.qp-intro-rule { display: block; width: 44px; height: 2px; margin-bottom: 22px; background: var(--qcent-gold); }
.qp-intro-note p { margin: 0 0 20px; color: #606e69; font-size: 15px; line-height: 1.85; }
.qp-intro-note a { display: inline-flex; gap: 22px; align-items: center; min-height: 44px; color: var(--qcent-teal); font-size: 13px; font-weight: 600; }
.qp-intro-note a span { font-size: 20px; }
.qp-collection { padding-block: 4px 40px; }
.qp-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.qcent-packages-page .qp-section-heading h2 { margin: 8px 0 0; color: var(--qcent-deep); font-size: 32px; line-height: 1.2; letter-spacing: -.035em; }
.qp-section-heading p { margin: 0 0 2px; color: var(--qcent-muted); font-size: 13px; line-height: 1.7; }
.qp-filters { margin: 0; padding: 22px 24px 0; border: 1px solid var(--qp-border); border-radius: 12px; background: #fbfcfa; }
.qp-search-row { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: end; gap: 20px; }
.qp-field { min-width: 0; }
.qp-field label { display: block; margin: 0 0 8px; color: #3f534d; font-size: 12px; font-weight: 600; line-height: 1.5; }
.qcent-packages-page .qp-field input, .qcent-packages-page .qp-field select { display: block !important; width: 100%; min-width: 0; height: 48px; margin: 0; padding: 0 13px; border: 1px solid #dbe2dc; border-radius: 6px; background: #fff; color: var(--qcent-ink); font: inherit; font-size: 14px; line-height: normal; }
.qcent-packages-page input::placeholder { color: #849089; opacity: 1; font-size: 13px; }
.qcent-packages-page .nice-select { display: none !important; }
.qcent-packages-page .qp-button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--qcent-teal); border-radius: 6px; background: var(--qcent-teal); color: #fff; font: inherit; font-size: 13px; font-weight: 600; line-height: 1.5; cursor: pointer; transition: background .2s; }
.qp-button span { font-size: 20px; line-height: 1; }
.qcent-packages-page .qp-button:hover { background: var(--qcent-deep); color: #fff; }
.qp-more-filters { padding-top: 6px; }
.qp-more-filters summary { display: list-item; width: fit-content; max-width: 100%; padding-block: 16px; color: var(--qcent-teal); font-size: 12px; font-weight: 600; cursor: pointer; }
.qp-more-filters summary span { margin-inline-start: 12px; color: #748078; font-size: 11px; font-weight: 400; }
.qp-advanced-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 4px 0 14px; }
.qp-apply { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; margin-bottom: 10px; padding: 8px 14px; border: 1px solid var(--qp-border); border-radius: 6px; color: var(--qcent-teal); background: #fff; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.qp-category-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-block: 17px; border-top: 1px solid var(--qp-border); }
.qp-categories { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; margin: 0; padding: 0; border: 0; }
.qp-categories label { position: relative; display: inline-flex; min-width: 0; max-width: 100%; margin: 0; cursor: pointer; }
.qp-categories input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.qp-categories label > span { display: block; padding: 11px 17px; border: 1px solid var(--qp-border); border-radius: 30px; color: #5d6a62; background: #fff; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.qp-categories input:checked + span { border-color: var(--qcent-teal); background: var(--qcent-teal); color: #fff; }
.qp-categories label:hover > span { border-color: var(--qcent-teal); }
.qp-reset { display: inline-flex; align-items: center; min-height: 44px; color: #637068; font-size: 12px; text-decoration: underline !important; text-underline-offset: 4px; white-space: nowrap; }
.qp-results-bar { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin: 24px 0; }
.qp-results-bar p { margin: 0; color: #748078; font-size: 12px; }
.qp-results-bar strong { color: var(--qcent-deep); font-weight: 600; }
.qp-sort { display: flex; align-items: center; gap: 10px; min-width: 0; max-width: 100%; }
.qp-sort label { flex-shrink: 0; margin: 0; color: #748078; font-size: 12px; }
.qcent-packages-page .qp-sort select { display: block !important; width: 205px; max-width: 100%; min-width: 0; height: 44px; padding: 8px 10px; border: 1px solid var(--qp-border); border-radius: 6px; background: #fff; color: var(--qcent-ink); font: inherit; font-size: 12px; }
.qp-sort-submit { min-height: 44px; padding: 8px; border: 0; background: transparent; color: var(--qcent-teal); font: inherit; font-size: 12px; cursor: pointer; }
.qp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 28px; }
.qp-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--qp-border); border-radius: 12px; background: #fff; box-shadow: 0 4px 16px rgba(25,51,41,.035); transition: box-shadow .2s; }
.qp-card:hover { box-shadow: 0 10px 28px rgba(25,51,41,.09); }
.qp-card-image { position: relative; display: block; aspect-ratio: 1.85; overflow: hidden; background: #e7ece5; }
.qp-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.qp-card:hover .qp-card-image img { transform: scale(1.025); }
.qp-card-category { position: absolute; inset-inline-start: 18px; bottom: 18px; max-width: calc(100% - 36px); padding: 7px 12px; border-radius: 4px; background: rgba(255,255,255,.96); color: var(--qcent-deep); font-size: 10px; font-weight: 500; line-height: 1.6; overflow-wrap: anywhere; }
.qp-image-placeholder { display: grid; height: 100%; place-items: center; padding: 30px; color: var(--qcent-teal); font-size: 18px; }
.qp-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 26px 24px; }
.qp-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-bottom: 15px; color: #69776e; font-size: 12px; line-height: 1.5; }
.qp-card-meta > span { display: inline-flex; gap: 7px; align-items: center; }
.qp-card-meta i { color: #7c8f83; font-size: 13px; }
.qp-card-rating { margin-inline-start: auto; color: var(--qcent-deep); }
.qp-card-rating > span:first-child { color: #a2782b; }
.qcent-packages-page .qp-card h3 { margin: 0 0 12px; color: var(--qcent-deep); font-size: 23px; font-weight: 700; line-height: 1.4; letter-spacing: -.035em; overflow-wrap: anywhere; }
.qp-card h3 a { color: inherit; }
.qp-card h3 a:hover { color: var(--qcent-teal); }
.qp-card-description { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 0 0 24px; color: #748078; font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
.qp-card-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-top: auto; padding-top: 21px; border-top: 1px solid #e9ede7; }
.qp-price { min-width: 0; }
.qp-price-label { display: block; margin-bottom: 5px; color: #748078; font-size: 10px; line-height: 1.6; }
.qp-price strong { display: inline-block; color: var(--qcent-deep); font-size: 24px; font-weight: 600; line-height: 1.4; letter-spacing: -.035em; overflow-wrap: anywhere; }
.qp-price strong.qp-price-request { font-size: 21px; }
.qp-price-type { display: block; color: #748078; font-size: 10px; line-height: 1.7; }
.qp-card-link { display: inline-flex; flex-shrink: 0; justify-content: center; align-items: center; gap: 18px; min-height: 46px; padding: 11px 16px; border: 1px solid #c5d4cb; border-radius: 5px; color: var(--qcent-teal); font-size: 12px; font-weight: 600; line-height: 1.5; transition: background .2s; }
.qp-card-link > span[aria-hidden] { font-size: 19px; }
.qp-card-link:hover { background: var(--qcent-teal); color: #fff; border-color: var(--qcent-teal); }
.qp-pagination { margin-top: 32px; }
.qp-pagination:empty { display: none; }
.qp-empty { grid-column: 1 / -1; padding: 60px 24px; border: 1px dashed #cad7cf; border-radius: 12px; background: #fbfcfa; text-align: center; }
.qp-empty-icon { display: block; color: #759585; font-size: 48px; }
.qcent-packages-page .qp-empty h3 { margin: 14px 0; color: var(--qcent-deep); font-size: 25px; }
.qp-empty p { max-width: 430px; margin: 0 auto 24px; color: var(--qcent-muted); font-size: 14px; line-height: 1.8; }
.qp-help { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-top: 52px; padding: 34px 38px; border-radius: 12px; background: #edf2ed; }
.qcent-packages-page .qp-help h2 { margin: 10px 0; color: var(--qcent-deep); font-size: 24px; line-height: 1.4; letter-spacing: -.03em; }
.qp-help p { max-width: 520px; margin: 0; color: #6c7a70; font-size: 13px; line-height: 1.8; }
.qcent-packages-page .qp-button-outline { flex-shrink: 0; background: transparent; color: var(--qcent-teal); }
.qp-ad { margin-top: 32px; text-align: center; overflow: hidden; }
.qcent-packages-page :is(a, button, input, select, summary):focus-visible, .qp-categories input:focus-visible + span { outline: 3px solid var(--qcent-gold); outline-offset: 4px; }
.qp-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 991px) {
  .qp-intro-inner { gap: 32px; }
  .qp-search-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .qp-search-row .qp-button { grid-column: 1 / -1; }
  .qp-advanced-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qp-card-body { padding: 20px; }
  .qp-grid { gap: 20px; }
  .qp-help { gap: 22px; padding: 28px; }
  .qp-help .qp-button { gap: 16px; }
}
@media (max-width: 767px) {
  .qp-intro-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 34px 36px; }
  .qp-intro-note { max-width: 440px; justify-self: start; }
  .qp-intro-rule { display: none; }
  .qp-intro-note p { margin-bottom: 6px; font-size: 14px; }
  .qp-collection { padding-block: 2px 40px; }
  .qp-section-heading p { display: none; }
  .qp-grid { grid-template-columns: 1fr; gap: 24px; }
  .qp-card-image { aspect-ratio: 1.65; }
  .qp-help { flex-direction: column; align-items: start; margin-top: 32px; }
  .qp-results-bar { gap: 12px; }
  .qp-category-row { align-items: start; flex-direction: column; gap: 0; padding-bottom: 8px; }
}
@media (max-width: 479px) {
  .qp-search-row { grid-template-columns: 1fr; }
  .qp-filters { padding: 18px 16px 0; }
  .qp-advanced-grid { gap: 14px 10px; }
  .qp-more-filters summary span { display: block; margin: 5px 0 0; }
  .qp-results-bar { align-items: start; flex-direction: column; }
  .qp-sort { width: 100%; }
  .qcent-packages-page .qp-sort select { flex: 1; width: auto; }
  .qp-card-body { padding: 20px 18px; }
  .qp-card-bottom { align-items: start; }
  .qp-card-link { gap: 10px; padding-inline: 12px; }
  .qp-price strong { font-size: 22px; }
  .qp-price strong.qp-price-request { font-size: 19px; }
  .qp-help { padding: 26px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .qcent-packages-page * { transition: none !important; scroll-behavior: auto !important; }
}
