/**
 * Egypt Story Tours homepage v2.
 * Scoped to .est-home-v2 so the approved homepage cannot alter other pages.
 */
.est-home-v2 {
	--est-home-v2-navy: #1c2e55;
	--est-home-v2-navy-deep: #111f3e;
	--est-home-v2-magenta: #a63e78;
	--est-home-v2-gold: #a97b2d;
	--est-home-v2-cream: #f6f2ed;
	--est-home-v2-paper: #fffdfa;
	--est-home-v2-ink: #192132;
	--est-home-v2-muted: #687181;
	--est-home-v2-line: #ddd5cb;
	--est-home-v2-shadow: 0 18px 44px rgba(28, 46, 85, .10);
	--est-home-v2-shell: min(1180px, calc(100% - 40px));
	background: var(--est-home-v2-paper);
	color: var(--est-home-v2-ink);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow: hidden;
}
.est-home-v2 *, .est-home-v2 *::before, .est-home-v2 *::after { box-sizing: border-box; }
.est-home-v2 img { display: block; max-width: 100%; }
.est-home-v2 a { color: inherit; }
.est-home-v2__shell { width: var(--est-home-v2-shell); margin-inline: auto; }
.est-home-v2__section { padding: 86px 0; }
.est-home-v2__eyebrow { margin: 0 0 8px; color: var(--est-home-v2-magenta); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.est-home-v2__section-head { max-width: 760px; margin: 0 0 34px; }
.est-home-v2__section-head h2, .est-home-v2__connection h2, .est-home-v2__final h2 { margin: 0 0 14px; color: var(--est-home-v2-navy); font: 700 clamp(40px, 3.3vw, 48px)/1.08 "Playfair Display", Georgia, serif; }
.est-home-v2__section-head > p:last-child { margin: 0; color: var(--est-home-v2-muted); font-size: 17px; line-height: 1.65; }
.est-home-v2__button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .24s cubic-bezier(.22,1,.36,1), box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease; }
.est-home-v2 .est-home-v2__button--primary { background: var(--est-home-v2-magenta); color: #fff; box-shadow: 0 12px 28px rgba(166, 62, 120, .25); }
.est-home-v2 .est-home-v2__button--primary:hover, .est-home-v2 .est-home-v2__button--primary:focus-visible { background: #8b2d62; color: #fff; box-shadow: 0 16px 34px rgba(139, 45, 98, .3); transform: translateY(-2px); }
.est-home-v2__button--secondary { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.est-home-v2__button--secondary:hover, .est-home-v2__button--secondary:focus-visible { background: #fff; color: var(--est-home-v2-navy); }
.est-home-v2 :focus-visible { outline: 3px solid var(--est-home-v2-gold); outline-offset: 4px; }

.est-home-v2__hero { min-height: 690px; display: grid; align-items: center; position: relative; color: #fff; background: linear-gradient(90deg, rgba(14,28,57,.93) 0%, rgba(14,28,57,.74) 48%, rgba(14,28,57,.20) 78%), var(--est-home-v2-hero) center/cover; }
.est-home-v2__hero::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(transparent, var(--est-home-v2-paper)); }
.est-home-v2__hero-copy { position: relative; z-index: 1; padding: 100px 0 125px; }
.est-home-v2__hero-copy > * { max-width: 760px; }
.est-home-v2__hero .est-home-v2__eyebrow { color: #f1d89a; }
.est-home-v2__hero h1 { margin: 0 0 20px; color: #fff; font: 700 clamp(52px, 5.8vw, 70px)/.98 "Playfair Display", Georgia, serif; letter-spacing: -.035em; }
.est-home-v2__hero-text { max-width: 675px; margin: 0 0 30px; color: #f4f1eb; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.65; }
.est-home-v2__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.est-home-v2__hero-note { margin: 20px 0 0; color: #e5ddcf; font-size: 14px; }

.est-home-v2__proofbar { position: relative; z-index: 3; margin-top: -42px; }
.est-home-v2__proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--est-home-v2-line); border-radius: 16px; background: #fff; box-shadow: var(--est-home-v2-shadow); }
.est-home-v2__proof { position: relative; display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; min-width: 0; padding: 20px; border-right: 1px solid var(--est-home-v2-line); text-decoration: none; transition: background .18s ease; }
.est-home-v2__proof:last-child { border-right: 0; }
.est-home-v2__proof svg { width: 22px; height: 22px; color: var(--est-home-v2-magenta); transition: transform .16s cubic-bezier(.22,1,.36,1); }
.est-home-v2__proof strong { display: block; color: var(--est-home-v2-navy); line-height: 1.35; }
.est-home-v2__proof span { grid-column: 2; display: block; margin-top: 4px; color: var(--est-home-v2-muted); font-size: 13px; line-height: 1.5; }
.est-home-v2__proof::after { content: ""; position: absolute; right: 20px; bottom: 14px; left: 60px; height: 1px; background: var(--est-home-v2-magenta); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.est-home-v2__proof:hover, .est-home-v2__proof:focus-visible { background: #fff7fb; }
.est-home-v2__proof:hover svg, .est-home-v2__proof:focus-visible svg { transform: translateY(-2px); }
.est-home-v2__proof:hover::after, .est-home-v2__proof:focus-visible::after { transform: scaleX(1); }

.est-home-v2__shapes, .est-home-v2__answers { background: var(--est-home-v2-cream); }
.est-home-v2__shape-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.est-home-v2__shape-card { overflow: hidden; border: 1px solid var(--est-home-v2-line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(28,46,85,.06); text-decoration: none; transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, border-color .28s ease; }
.est-home-v2__shape-card:hover, .est-home-v2__shape-card:focus-visible { border-color: rgba(166,62,120,.5); box-shadow: 0 22px 48px rgba(28,46,85,.14); transform: translateY(-6px); }
.est-home-v2__shape-card img { width: 100%; height: auto !important; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.est-home-v2__shape-card:hover img, .est-home-v2__shape-card:focus-visible img { transform: scale(1.04); }
.est-home-v2__card-body { display: flex; flex-direction: column; padding: 22px; }
.est-home-v2__shape-card .est-home-v2__card-body > strong { margin: 0 0 9px; color: var(--est-home-v2-navy); font: 700 22px/1.22 "Playfair Display", Georgia, serif; }
.est-home-v2__shape-card .est-home-v2__card-body > span:not(.est-home-v2__card-cta) { color: var(--est-home-v2-muted); font-size: 15px; line-height: 1.6; }
.est-home-v2__card-cta { display: flex; min-height: 48px; align-items: center; margin-top: 14px; color: var(--est-home-v2-magenta); font-weight: 800; }
.est-home-v2__card-cta::after { content: "→"; margin-left: auto; transition: transform .24s cubic-bezier(.22,1,.36,1); }
.est-home-v2__shape-card:hover .est-home-v2__card-cta::after, .est-home-v2__shape-card:focus-visible .est-home-v2__card-cta::after { transform: translateX(5px); }

.est-home-v2__journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.est-home-v2__journey-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--est-home-v2-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 26px rgba(28,46,85,.07); transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, border-color .28s ease; }
.est-home-v2__journey-card:hover, .est-home-v2__journey-card:focus-within { border-color: rgba(166,62,120,.45); box-shadow: 0 22px 48px rgba(28,46,85,.14); transform: translateY(-6px); }
.est-home-v2__journey-image { position: relative; display: block; height: auto !important; aspect-ratio: 4/3; overflow: hidden; }
.est-home-v2__journey-image img { position: absolute !important; inset: 0; width: 100%; height: 100% !important; object-fit: cover; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.est-home-v2__journey-card:hover img, .est-home-v2__journey-card:focus-within img { transform: scale(1.04); }
.est-home-v2__journey-card .est-home-v2__card-body { flex: 1; }
.est-home-v2__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 10px; }
.est-home-v2__meta span { padding: 4px 9px; border-radius: 999px; background: var(--est-home-v2-cream); color: var(--est-home-v2-navy); font-size: 12px; font-weight: 800; }
.est-home-v2__journey-card h3 { margin: 0 0 9px; color: var(--est-home-v2-navy); font: 700 21px/1.25 "Playfair Display", Georgia, serif; }
.est-home-v2__journey-card h3 a { text-decoration: none; }
.est-home-v2__summary { min-height: 74px; margin: 0; color: var(--est-home-v2-muted); font-size: 15px; line-height: 1.6; }
.est-home-v2__price { display: grid; gap: 3px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--est-home-v2-line); }
.est-home-v2__price small { color: var(--est-home-v2-muted); }
.est-home-v2__price strong { color: var(--est-home-v2-navy); font-size: 21px; }
.est-home-v2__text-link { display: inline-flex; align-items: center; min-height: 48px; margin-top: 12px; color: var(--est-home-v2-magenta); font-weight: 800; text-decoration: none; }
.est-home-v2__text-link::after { content: "→"; margin-left: 8px; transition: transform .15s ease; }
.est-home-v2__text-link:hover::after, .est-home-v2__text-link:focus-visible::after { transform: translateX(4px); }
.est-home-v2__rail-hint { display: none; margin: 14px 0 0; color: var(--est-home-v2-muted); font-size: 13px; }
.est-home-v2__center-action { margin-top: 30px; text-align: center; }

.est-home-v2__connection { padding: 100px 0 76px; }
.est-home-v2__connection-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: start; }
.est-home-v2__connection h2 { font-size: clamp(42px, 4vw, 56px); }
.est-home-v2__connection-copy { color: #3e4757; font-size: 17px; }
.est-home-v2__connection-copy p:first-child { margin-top: 0; }
.est-home-v2__connection-copy strong { display: inline-flex; align-items: center; gap: 10px; color: var(--est-home-v2-magenta); }
.est-home-v2__connection-copy strong::before { content: ""; width: 45px; height: 2px; background: var(--est-home-v2-gold); }

.est-home-v2__route { background: var(--est-home-v2-navy); color: #fff; }
.est-home-v2__route .est-home-v2__section-head h2 { color: #fff; }
.est-home-v2__route .est-home-v2__section-head > p:last-child { color: #cfd6e4; }
.est-home-v2__route-label { margin: 0 0 14px; color: #f1d89a; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.est-home-v2__route-line { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; padding-top: 36px; }
.est-home-v2__route-line::before { content: ""; position: absolute; top: 51px; right: 16.666%; left: 16.666%; height: 2px; background: var(--est-home-v2-gold); }
.est-home-v2__stop { position: relative; padding-top: 35px; text-align: center; }
.est-home-v2__stop::before { content: ""; position: absolute; top: 8px; left: 50%; width: 22px; height: 22px; border: 4px solid #fff; border-radius: 50%; background: var(--est-home-v2-gold); box-shadow: 0 0 0 7px rgba(255,255,255,.08); transform: translateX(-50%); }
.est-home-v2__stop h3, .est-home-v2__extension h3 { margin: 0 0 6px; color: #fff; font: 700 20px/1.3 "Playfair Display", Georgia, serif; }
.est-home-v2__stop h3 a, .est-home-v2__extension h3 a { color: #fff; text-decoration: none; border-bottom: 1px solid transparent; }
.est-home-v2__stop h3 a:hover, .est-home-v2__stop h3 a:focus-visible, .est-home-v2__extension h3 a:hover, .est-home-v2__extension h3 a:focus-visible { color: #f1d89a; border-bottom-color: currentColor; }
.est-home-v2__stop p, .est-home-v2__extension p { margin: 0; color: #cfd6e4; font-size: 14px; line-height: 1.6; }
.est-home-v2__extensions { margin-top: 34px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.05); }
.est-home-v2__extension-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.est-home-v2__extension { padding: 18px; border-left: 3px solid var(--est-home-v2-magenta); border-radius: 0 12px 12px 0; background: rgba(255,255,255,.06); }
.est-home-v2__route-note { margin: 20px 0 0; color: #dce2ed; font-size: 15px; }

.est-home-v2__process { background: linear-gradient(135deg, #f8f2f5, var(--est-home-v2-cream)); }
.est-home-v2__process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; counter-reset: est-home-v2-steps; }
.est-home-v2__process-step { padding: 26px; border: 1px solid var(--est-home-v2-line); border-radius: 14px; background: #fff; }
.est-home-v2__process-step::before { counter-increment: est-home-v2-steps; content: "0" counter(est-home-v2-steps); display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--est-home-v2-navy); color: #fff; font-weight: 800; }
.est-home-v2__process-step h3 { margin: 16px 0 8px; color: var(--est-home-v2-navy); font: 700 20px/1.3 "Playfair Display", Georgia, serif; }
.est-home-v2__process-step p { margin: 0; color: var(--est-home-v2-muted); font-size: 14px; line-height: 1.6; }
.est-home-v2__process-action { margin-top: 30px; }

.est-home-v2__why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.est-home-v2__why-visual { min-height: 510px; display: flex; align-items: flex-end; overflow: hidden; padding: 24px; border-radius: 20px; background: linear-gradient(160deg, rgba(28,46,85,.1), rgba(166,62,120,.14)), var(--est-home-v2-why) center/cover; }
.est-home-v2__why-visual strong { width: 100%; padding: 18px 20px; border-radius: 12px; background: rgba(17,31,62,.9); color: #fff; font: 700 21px/1.4 "Playfair Display", Georgia, serif; }
.est-home-v2__values { display: grid; gap: 14px; }
.est-home-v2__values > div { padding: 18px; border-left: 3px solid var(--est-home-v2-gold); background: #fff; }
.est-home-v2__values h3 { margin: 0 0 5px; color: var(--est-home-v2-navy); font: 700 19px/1.3 "Playfair Display", Georgia, serif; }
.est-home-v2__values p { margin: 0; color: var(--est-home-v2-muted); font-size: 14px; line-height: 1.6; }
.est-home-v2__trust-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.est-home-v2__trust-actions .est-home-v2__button--secondary { border-color: var(--est-home-v2-navy); background: transparent; color: var(--est-home-v2-navy); }
.est-home-v2__trust-actions .est-home-v2__button--secondary:hover { background: var(--est-home-v2-navy); color: #fff; }

.est-home-v2__answer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.est-home-v2__answer-grid details { padding: 0 20px; border: 1px solid var(--est-home-v2-line); border-radius: 12px; background: #fff; }
.est-home-v2__answer-grid summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; color: var(--est-home-v2-navy); cursor: pointer; font-weight: 800; list-style: none; }
.est-home-v2__answer-grid summary::-webkit-details-marker { display: none; }
.est-home-v2__answer-grid summary::after { content: "+"; color: var(--est-home-v2-magenta); font-size: 24px; }
.est-home-v2__answer-grid details[open] summary::after { content: "–"; }
.est-home-v2__answer-grid p { margin: 0 0 20px; color: var(--est-home-v2-muted); }

.est-home-v2__guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.est-home-v2__guide { padding: 25px; border: 1px solid var(--est-home-v2-line); border-radius: 14px; background: #fff; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.est-home-v2__guide:hover, .est-home-v2__guide:focus-visible { box-shadow: var(--est-home-v2-shadow); transform: translateY(-4px); }
.est-home-v2__guide > span { color: var(--est-home-v2-magenta); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.est-home-v2__guide h3 { margin: 10px 0 8px; color: var(--est-home-v2-navy); font: 700 21px/1.3 "Playfair Display", Georgia, serif; }
.est-home-v2__guide p { margin: 0; color: var(--est-home-v2-muted); font-size: 14px; line-height: 1.6; }
.est-home-v2__guide strong { display: inline-flex; margin-top: 14px; color: var(--est-home-v2-magenta); }

.est-home-v2__final { padding: 86px 0; background: linear-gradient(120deg, var(--est-home-v2-navy), #482443 70%, var(--est-home-v2-magenta)); color: #fff; }
.est-home-v2__final-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.est-home-v2__final .est-home-v2__eyebrow { color: #f3d28e; }
.est-home-v2__final h2 { color: #fff; font-size: clamp(42px,4vw,56px); }
.est-home-v2__final p:last-child { max-width: 720px; margin: 0; color: #e8e2eb; }

@media (max-width: 1100px) and (min-width: 981px) {
	.est-home-v2__proofbar { margin-top: -28px; }
	.est-home-v2__proof-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.est-home-v2__proof:nth-child(2) { border-right: 0; }
	.est-home-v2__proof:nth-child(-n+2) { border-bottom: 1px solid var(--est-home-v2-line); }
}
@media (max-width: 980px) {
	.est-home-v2__proofbar { margin-top: -26px; }
	.est-home-v2__proof-grid, .est-home-v2__shape-grid, .est-home-v2__journey-grid, .est-home-v2__process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.est-home-v2__proof:nth-child(2) { border-right: 0; }
	.est-home-v2__proof:nth-child(-n+2) { border-bottom: 1px solid var(--est-home-v2-line); }
	.est-home-v2__why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
	.est-home-v2 { --est-home-v2-shell: min(100% - 28px, 1180px); }
	.est-home-v2__section { padding: 66px 0; }
	.est-home-v2__hero { min-height: 590px; background-position: 58% center; }
	.est-home-v2__hero-copy { padding: 82px 0 105px; }
	.est-home-v2__hero h1 { font-size: clamp(42px,12vw,56px); }
	.est-home-v2__actions { display: grid; }
	.est-home-v2__button { width: 100%; }
	.est-home-v2__proofbar { margin-top: -22px; }
	.est-home-v2__proof-grid { grid-template-columns: 1fr; }
	.est-home-v2__proof { border-right: 0; border-bottom: 1px solid var(--est-home-v2-line) !important; }
	.est-home-v2__proof:last-child { border-bottom: 0 !important; }
	.est-home-v2__shape-grid, .est-home-v2__journey-grid { display: flex; gap: 14px; overflow-x: auto; margin-right: -14px; padding: 0 14px 18px 0; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
	.est-home-v2__shape-card { width: min(78vw,300px); min-width: min(78vw,300px); flex: 0 0 auto; scroll-snap-align: start; }
	.est-home-v2__journey-card { width: min(84vw,330px); min-width: min(84vw,330px); flex: 0 0 auto; scroll-snap-align: start; }
	.est-home-v2__summary { min-height: 0; }
	.est-home-v2__rail-hint { display: block; }
	.est-home-v2__connection { padding-top: 72px; }
	.est-home-v2__connection-grid, .est-home-v2__process-grid, .est-home-v2__answer-grid, .est-home-v2__guide-grid, .est-home-v2__final-grid { grid-template-columns: 1fr; }
	.est-home-v2__connection-grid { gap: 25px; }
	.est-home-v2__route-line { grid-template-columns: 1fr; gap: 20px; padding: 0 0 0 34px; }
	.est-home-v2__route-line::before { top: 12px; bottom: 12px; left: 10px; width: 2px; height: auto; }
	.est-home-v2__stop { padding: 0; text-align: left; }
	.est-home-v2__stop::before { top: 4px; left: -24px; width: 18px; height: 18px; transform: none; }
	.est-home-v2__extension-grid { grid-template-columns: 1fr; }
	.est-home-v2__why-visual { min-height: 390px; }
}
@media (prefers-reduced-motion: reduce) {
	.est-home-v2 *, .est-home-v2 *::before, .est-home-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
