.route-page { min-height: 100vh; background: radial-gradient(circle at 86% 8%, rgba(235, 182, 62, .16), transparent 27%), #153338; }
.route-main { min-height: calc(100vh - 92px); display: grid; place-items: center; padding: 80px max(7vw, 30px); }
.route-layout { width: min(1160px, 100%); display: grid; grid-template-columns: 1.02fr .98fr; gap: 48px; align-items: center; }
.route-kicker { color: #f0bd50; font: 500 12px var(--mono); letter-spacing: 1.4px; text-transform: uppercase; margin: 0 0 18px; }
.route-title { font-size: clamp(50px, 6vw, 82px); line-height: 1; letter-spacing: -4px; margin: 0; color: #fffdf6; max-width: 680px; }
.route-title em { color: #f0bd50; font-style: normal; }
.route-intro { max-width: 580px; color: #d6e2dc; font-size: 18px; margin: 27px 0 30px; }
.route-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.route-back { color: #dce9e3; text-decoration: none; font-weight: 700; padding: 15px 6px; }
.route-panel { position: relative; overflow: hidden; padding: 35px; border: 1px solid rgba(240, 189, 80, .32); background: linear-gradient(145deg, rgba(43, 91, 94, .92), rgba(19, 55, 61, .96)); box-shadow: 0 28px 55px rgba(0,0,0,.25); }
.route-panel:before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(248, 211, 117, .15), transparent 50%); pointer-events: none; }
.route-panel > * { position: relative; }
.route-panel h2 { color: #fff8df; font-size: 23px; margin: 0 0 18px; }
.route-list { list-style: none; padding: 0; margin: 0; }
.route-list li { padding: 15px 0; border-top: 1px solid rgba(238,227,191,.17); color: #e0e9e3; }
.route-list li:before { content: '✦'; color: #f0bd50; margin-right: 12px; }
.route-note { color: #bcd0ca; margin: 20px 0 0; font-size: 14px; }
.route-price { font-size: 58px; letter-spacing: -3px; font-weight: 800; color: #fff8df; margin: 14px 0 3px; }
.route-price small { font-size: 20px; letter-spacing: 0; }

.route-transition { position: fixed; inset: 0; z-index: 9999; pointer-events: none; overflow: hidden; visibility: hidden; }
.route-transition.is-active { visibility: visible; pointer-events: auto; }
.route-panel-left, .route-panel-right { position: absolute; top: 0; bottom: 0; width: 56%; background: linear-gradient(145deg, #061c20, #153f46); box-shadow: inset 0 0 0 1px rgba(240,189,80,.12); }
.route-panel-left { left: -56%; transform-origin: left center; }
.route-panel-right { right: -56%; transform-origin: right center; }
.route-transition:after { content: ''; position: absolute; inset: -25%; opacity: 0; background: radial-gradient(circle, rgba(255,230,145,.8), rgba(223,163,33,.3) 17%, transparent 45%); transform: scale(.25); }
.route-symbol { position: absolute; left: 50%; top: 50%; width: min(310px, 70vw); transform: translate(-50%, -50%) scale(.6); opacity: 0; filter: drop-shadow(0 0 35px rgba(243,193,67,.84)); }
.route-transition.is-leaving .route-panel-left { animation: panel-left-in 1.15s cubic-bezier(.7,0,.2,1) forwards; }
.route-transition.is-leaving .route-panel-right { animation: panel-right-in 1.15s cubic-bezier(.7,0,.2,1) forwards; }
.route-transition.is-leaving:after { animation: route-flash 1.1s .47s ease-out forwards; }
.route-transition.is-leaving .route-symbol { animation: symbol-form .78s .34s cubic-bezier(.1,.8,.2,1) forwards; }
.route-transition.is-arriving .route-panel-left { left: 0; animation: panel-left-out 1.25s .34s cubic-bezier(.55,0,.25,1) forwards; }
.route-transition.is-arriving .route-panel-right { right: 0; animation: panel-right-out 1.25s .34s cubic-bezier(.55,0,.25,1) forwards; }
.route-transition.is-arriving:after { animation: route-flash-out 1.35s ease-out forwards; }
.route-transition.is-arriving .route-symbol { animation: symbol-release .85s ease-out forwards; }
@keyframes panel-left-in { to { left: 0; transform: perspective(900px) rotateY(5deg); } }
@keyframes panel-right-in { to { right: 0; transform: perspective(900px) rotateY(-5deg); } }
@keyframes panel-left-out { to { left: -56%; transform: perspective(900px) rotateY(-8deg); } }
@keyframes panel-right-out { to { right: -56%; transform: perspective(900px) rotateY(8deg); } }
@keyframes route-flash { 0% { opacity: 0; transform: scale(.25); } 45% { opacity: 1; transform: scale(1); } 100% { opacity: .3; transform: scale(1.45); } }
@keyframes route-flash-out { 0% { opacity: .55; transform: scale(1.2); } 100% { opacity: 0; transform: scale(2); } }
@keyframes symbol-form { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.35) rotate(-15deg); } 70% { opacity: 1; transform: translate(-50%, -50%) scale(1.04) rotate(1deg); } 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes symbol-release { 0% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(1.32); } }
@media (max-width: 900px) { .route-page .site-header { height: auto; min-height: 78px; align-items: center; gap: 18px; } .route-page .main-nav { display: flex; justify-content: flex-end; flex: 1; gap: 12px; overflow-x: auto; white-space: nowrap; padding: 10px 0; } .route-page .main-nav > a:not(.button) { display: none; } .route-page .main-nav .button { margin: 0; flex: 0 0 auto; } .route-main { padding-top: 55px; padding-bottom: 65px; } .route-layout { grid-template-columns: 1fr; gap: 30px; } .route-title { letter-spacing: -2.7px; } .route-panel { padding: 27px; } }
@media (prefers-reduced-motion: reduce) { .route-transition { display: none; } }
