/* ==========================================================================
   Offers page + page transition (loaded after main.css)
   ========================================================================== */
.page-head--offers { padding-bottom: clamp(36px, 5vw, 64px); }
.season-strip { padding: 26px 0; }
.season-strip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 40px; }
.season-strip__stats { display: flex; flex-wrap: wrap; gap: 8px 44px; }
.season-strip__stats li { display: flex; align-items: baseline; gap: 10px; }
.season-strip__stats strong { font-size: 1.9rem; color: var(--teal); line-height: 1; font-weight: 700; display: inline-flex; align-items: center; }
.season-strip__stats strong .icon { width: 1.6rem; height: 1.6rem; }
.season-strip__stats span { font-size: .92rem; color: rgba(255,255,255,.72); }
.season-strip__cta { display: flex; align-items: center; gap: 22px; }
.season-strip__soon { display: inline-flex; align-items: center; gap: .6em; font-weight: 500; color: #fff; }

.chip { display: inline-flex; align-items: center; gap: .45em; font-size: .85rem; font-weight: 500; padding: .45em .9em; border-radius: 999px; border: 1px solid var(--rule); color: var(--navy); background: #fff; }
.chip--teal { background: var(--teal-soft); border-color: transparent; color: var(--teal-ink); }
.chip .icon { width: 1.05em; height: 1.05em; }

.pkgc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pkgc { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: clamp(24px, 3vw, 36px); overflow: hidden; transition: border-color .35s, box-shadow .35s, transform .35s; }
.pkgc:hover { border-color: rgba(31,203,212,.6); box-shadow: 0 30px 60px -40px rgba(0,28,113,.45); transform: translateY(-4px); }
.pkgc::after { content: ""; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 4px; background: var(--teal); transform: scaleY(0); transform-origin: top; transition: transform .45s var(--ease); }
.pkgc:hover::after { transform: scaleY(1); }
.pkgc__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 18px; }
.pkgc__num { font-size: 3.4rem; font-weight: 700; line-height: 1; color: transparent; -webkit-text-stroke: 1.2px var(--teal); }
.pkgc:hover .pkgc__num { color: var(--teal); -webkit-text-stroke: 0; }
.pkgc__badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.pkgc__title { font-size: clamp(1.7rem, 2.4vw, 2.2rem); line-height: 1.2; margin-bottom: .2em; }
.pkgc__name { color: var(--muted); font-size: .95rem; margin-bottom: 22px; }
.pkgc__specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 22px; padding: 18px 0; border-block: 1px solid var(--rule); }
.pkgc__specs dt { font-size: .8rem; color: var(--muted); margin-bottom: 4px; }
.pkgc__specs dd { margin: 0; font-weight: 500; color: var(--navy); font-size: .95rem; line-height: 1.5; }
.pkgc__soon-inline { color: var(--teal-ink); }
.pkgc__features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin-bottom: 26px; font-size: .92rem; color: var(--ink); }
.pkgc__features li { display: flex; align-items: center; gap: .5em; }
.pkgc__features .icon { color: var(--teal-ink); width: 1.05em; height: 1.05em; }
.pkgc__foot { margin-top: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px; }
.pkgc__status { display: inline-flex; align-items: center; gap: .6em; font-weight: 500; color: var(--navy); }
.pkgc__price { font-size: 2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.pkgc__price small { font-size: .45em; font-weight: 400; color: var(--muted); margin-inline-start: .3em; }
.pkgc__actions { display: flex; align-items: center; gap: 18px; }
.pkgc--umrah { background: var(--navy); color: #fff; border-color: var(--navy); }
.pkgc--umrah .pkgc__title, .pkgc--umrah .pkgc__status { color: #fff; }
.pkgc--umrah .pkgc__name { color: rgba(255,255,255,.7); }
.pkgc--umrah .pkgc__features { color: rgba(255,255,255,.85); }
.pkgc--umrah .pkgc__features .icon { color: var(--teal); }
.pkgc--umrah .pkgc__num { -webkit-text-stroke-color: rgba(255,255,255,.75); }
.pkgc--umrah .chip--teal { background: rgba(31,203,212,.18); color: var(--teal); }

/* Comparison table */
.compare__wrap { overflow-x: auto; border: 1px solid var(--rule-light); border-radius: 12px; background: rgba(255,255,255,.03); }
.compare__table { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare__table th, .compare__table td { padding: 18px 22px; text-align: start; border-bottom: 1px solid var(--rule-light); vertical-align: middle; }
.compare__table thead th { background: rgba(255,255,255,.04); color: #fff; }
.compare__table tbody th { font-weight: 500; color: rgba(255,255,255,.6); font-size: .9rem; width: 160px; }
.compare__table td { color: #fff; font-weight: 500; }
.compare__table tr:last-child th, .compare__table tr:last-child td { border-bottom: 0; }
.compare__table tbody tr:hover td { background: rgba(31,203,212,.06); }
.compare__num { display: block; font-size: 1.6rem; font-weight: 700; color: var(--teal); line-height: 1; }
.compare__name { display: block; font-size: .85rem; font-weight: 400; color: rgba(255,255,255,.65); margin-top: 4px; }
.compare__ico { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(31,203,212,.15); color: var(--teal); margin-inline-end: 8px; vertical-align: middle; }
.compare__ico .icon { width: 15px; height: 15px; }
.compare__dash { color: rgba(255,255,255,.35); }
.compare__soon { display: inline-flex; align-items: center; gap: .5em; color: var(--teal); font-weight: 500; }
.compare__price td strong { font-size: 1.4rem; color: var(--teal); }
.compare__price td small { color: rgba(255,255,255,.6); }

/* Included */
.included__head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: clamp(32px, 4vw, 48px); }
.included__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; }
.incl { position: relative; padding: 28px 26px 26px; border-inline-start: 1px solid var(--rule); border-top: 1px solid var(--rule); transition: background .3s; }
.incl:nth-child(-n+4) { border-top: 0; }
.incl:nth-child(4n+1) { border-inline-start: 0; }
.incl:hover { background: var(--teal-soft); }
.incl__num { position: absolute; top: 18px; inset-inline-end: 20px; font-size: .8rem; font-weight: 700; color: var(--teal-ink); }
.incl__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--navy); color: var(--teal); margin-bottom: 18px; }
.incl__icon .icon { width: 22px; height: 22px; }
.incl h3 { font-size: 1.08rem; margin-bottom: .3em; }
.incl p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

/* FAQ */
.section--tint { background: var(--bone); }
.faq__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq__grid .h2 { margin-bottom: .5em; }
.faq__list { border-top: 1px solid var(--rule); }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 500; font-size: 1.12rem; color: var(--navy); transition: color .25s; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:focus { outline: none; }
.faq__item summary:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; border-radius: 6px; }
.faq__item summary:hover { color: var(--teal-ink); }
.faq__plus { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--rule); color: var(--navy); flex: none; transition: transform .35s var(--ease), background .25s, color .25s; }
.faq__plus .icon { width: 16px; height: 16px; }
.faq__item[open] .faq__plus { transform: rotate(45deg); background: var(--navy); color: #fff; border-color: var(--navy); }
.faq__body { padding: 0 0 22px; color: var(--muted); max-width: 60ch; }
.faq__body p { margin: 0; }

/* ---------- Page transition ---------- */
.transition { position: fixed; inset: 0; z-index: 1900; background: var(--navy-deep); display: grid; place-items: center; visibility: hidden; opacity: 0; pointer-events: none; overflow: hidden; }
html.transition-in .transition { visibility: visible; opacity: 1; }
html.transition-in .transition .logo--mark { opacity: 0; }
.transition .logo--mark { width: 120px; color: #fff; transform-origin: center; will-change: transform, opacity; }

@media (max-width: 1100px) {
	.included__grid { grid-template-columns: repeat(2, 1fr); }
	.incl:nth-child(-n+4) { border-top: 1px solid var(--rule); }
	.incl:nth-child(-n+2) { border-top: 0; }
	.incl:nth-child(4n+1) { border-inline-start: 1px solid var(--rule); }
	.incl:nth-child(2n+1) { border-inline-start: 0; }
}
@media (max-width: 960px) {
	.pkgc-grid { grid-template-columns: 1fr; }
	.faq__grid, .included__head { grid-template-columns: 1fr; }
	.season-strip__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
	.pkgc__specs { grid-template-columns: 1fr; gap: 12px; }
	.pkgc__features { grid-template-columns: 1fr; }
	.pkgc__foot { flex-direction: column; align-items: stretch; }
	.pkgc__actions { justify-content: space-between; }
	.included__grid { grid-template-columns: 1fr; }
	.incl { border-inline-start: 0 !important; border-top: 1px solid var(--rule) !important; }
	.incl:first-child { border-top: 0 !important; }
	.season-strip__stats { gap: 8px 24px; }
}
