/* Scoped extension of the approved petrol, white and gold interface. */
.boost-packages .content-section-heading { align-items: center; }
.boost-packages .boost-packages-eyebrow { color: var(--boost-gold, #d5aa53); font-size: .875rem; margin: 0 0 1rem; opacity: 1; }
.boost-packages-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; align-items: stretch; }
.boost-package { display: flex; flex-direction: column; min-width: 0; padding: clamp(1.4rem, 2.3vw, 2.4rem); border: 1px solid rgba(213, 170, 83, .55); border-radius: 1.5rem; background: linear-gradient(145deg, rgba(213, 170, 83, .055), transparent 45%), var(--boost-background); }
.boost-package-heading { padding-bottom: 1.5rem; }
.boost-package-inclusions { flex: 1; }
.boost-packages-jump { color: #f6dea3; font-size: 1rem; text-underline-offset: .4rem; padding-block: .75rem; }
.boost-package-number { display: block; color: var(--boost-gold, #d5aa53); font-size: .85rem; margin-bottom: .75rem; letter-spacing: .12em; }
html[lang="ar"] .boost-package h3 { font-size: clamp(1.3rem, 1.7vw, 1.65rem); line-height: 1.8; color: #fff; margin-bottom: .75rem; }
.boost-package-heading p { font-size: 1rem; line-height: 1.95; color: rgba(255, 255, 255, .8); }
.boost-package-details { border-top: 1px solid rgba(213, 170, 83, .3); }
.boost-package-details summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; padding-block: 1.2rem; min-height: 48px; font-weight: 700; font-size: 1rem; line-height: 1.9; color: #f6dea3; }
.boost-package-details summary::-webkit-details-marker { display: none; }
.boost-package-details summary > span { width: 12px; height: 12px; position: relative; flex-shrink: 0; }
.boost-package-details summary > span::before, .boost-package-details summary > span::after { content: ""; position: absolute; top: 5px; left: 0; width: 12px; height: 1px; background: currentColor; }
.boost-package-details summary > span::after { transform: rotate(90deg); }
.boost-package-details[open] summary > span::after { transform: none; }
.boost-package-details ul, .boost-package-preview ul { list-style: none; margin: 0; padding: 0 0 1.25rem; }
.boost-package-details li, .boost-package-preview li { position: relative; padding-inline-start: 1.2rem; font-size: 1rem; line-height: 2; color: rgba(255,255,255,.88); }
.boost-package-details li + li, .boost-package-preview li + li { margin-top: .65rem; }
.boost-package-details li::before, .boost-package-preview li::before { content: ""; position: absolute; inset-inline-start: 0; top: 1em; width: .55rem; height: 1px; background: var(--boost-gold, #d5aa53); }
.boost-package-cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid #d5aa53; color: #fff; border-radius: 3rem; padding: .85rem 1.4rem; min-height: 48px; margin-top: 1.4rem; text-decoration: none; font-size: 1rem; line-height: 1.8; transition: background-color .2s ease; }
.boost-package-cta:hover { background-color: rgba(213, 170, 83, .13); color: #f6dea3; }
.boost-package :is(summary,a):focus-visible, .boost-package-preview summary:focus-visible { outline: 2px solid #f6dea3; outline-offset: 5px; }
.boost-package-picker { width: 100%; min-width: 0; padding-bottom: 1.5rem; }
.legacy-inquiry .boost-package-help { font-size: .9375rem; color: rgba(255,255,255,.75); line-height: 1.95; margin-block: .75rem 1rem; }
.boost-package-preview { border: 1px solid rgba(213,170,83,.4); border-radius: 1rem; margin-top: 1rem; padding: 0 1.25rem; }
.boost-package-preview[hidden] { display: none !important; }
.boost-package-preview summary { cursor: pointer; padding: 1rem 0; color: #f6dea3; font-size: 1rem; line-height: 1.9; }
html[lang="ar"] .boost-package-preview h3 { font-size: 1rem; line-height: 1.9; margin: .75rem 0; color: #f6dea3; }
@media (max-width: 991px) { .boost-packages-grid { grid-template-columns: minmax(0, 1fr); max-width: 44rem; margin-inline: auto; } }
@media (max-width: 767px) { .boost-packages .content-section-heading { align-items: flex-start; } .boost-packages .content-section-ornament { display: none; } .boost-package { padding: 1.5rem; } }
@media (prefers-reduced-motion: reduce) { .boost-package-cta { transition: none; } }

/* One catalog page; other pages provide only a compact link. */
.boost-packages-shortcut { padding: 1.5rem 5%; text-align: center; }
.boost-packages-jump { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 48px; padding: .75rem 1.4rem; border: 1px solid rgba(213,170,83,.5); border-radius: 3rem; text-decoration: none; }
.boost-packages-jump:hover { color: #fff; background: rgba(213,170,83,.08); }
.boost-packages-jump:focus-visible { outline: 2px solid #f6dea3; outline-offset: 5px; }
.boost-package-icon { flex: 0 0 22px; width: 22px; height: 22px; }
.nav-packages-link { display: flex; align-items: center; gap: .5rem; }
.nav-packages-link > .boost-package-icon { color: var(--boost-gold, #d5aa53); }
.nav-packages-link[aria-current="page"] { color: #f6dea3; }
#opening-packages { scroll-margin-top: 7rem; }

.nav_header-link.nav-packages-link > .nav_link-inner { align-self: flex-start; }
