.app-card.locked { opacity: .66; }
.phone-intro { font-size: 10px; line-height: 1.4; color: var(--muted); margin-top: -8px; }
.app-pill { text-align: center; }
.pause { margin-left: auto; margin-right: auto; background: #fff; color: #13271f; text-align: center; }
.player-meta > span:first-child,
.player-meta > span:last-child { font-size: 22px; }
.reveal { opacity: 1; transform: none; }
.step.reverse > div:last-child,
.step.reverse > .step-no,
.step.reverse > div:nth-child(2) { order: initial; grid-column: auto; }
.programme { position: relative; background: #173d34; color: #e8eee4; }
.programme-browser { grid-column: 2; min-width: 0; }
.rail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 14px; }
.rail-toolbar p { margin: 0; font: 700 10px var(--sans); letter-spacing: .14em; text-transform: uppercase; color: rgba(232,238,228,.7); }
.rail-buttons { display: flex; gap: 8px; }
.rail-button { width: 42px; height: 42px; border: 1px solid rgba(232,238,228,.38); border-radius: 50%; color: #173d34; background: #e8eee4; font: 18px var(--sans); cursor: pointer; }
.rail-button:disabled { color: rgba(232,238,228,.5); background: transparent; cursor: default; }
.rail-button:focus-visible, .day-rail:focus-visible { outline: 2px solid #e8eee4; outline-offset: 3px; }
.day-rail { overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(232,238,228,.5) rgba(232,238,228,.12); cursor: grab; touch-action: pan-x; padding-bottom: 14px; }
.day-rail::after { content: ""; flex: 0 0 28px; }
.day-rail.dragging { cursor: grabbing; user-select: none; }
.day-rail .day { flex: 0 0 176px; height: 190px; min-height: 190px; padding: 22px 18px; border-color: rgba(232,238,228,.28); color: #e8eee4; display: flex; flex-direction: column; justify-content: flex-start; }
.day-rail .day strong { font: 600 9px var(--sans); letter-spacing: .14em; }
.day-rail .day span { margin: auto 0 8px; font: 400 25px var(--serif); }
.day-rail .day small { margin: 0; font: 500 11px/1.35 var(--sans); opacity: .7; }
.day-rail .day.active { background: #d9e5bd; border-color: #d9e5bd; color: #173d34; }
.day-rail .day.final { border-radius: 40px 40px 4px 4px; }
.static-label { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; color: #9ba69f; }
@media (max-width: 900px) { .programme-browser { grid-column: 1; } }
.native-phone { height: 690px; background: #0a0a0a; overflow: hidden; }
.native-phone img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-stage { flex-direction: column; gap: 12px; padding: 20px 0 24px; }
.native-tabs { position: static; transform: none; z-index: 3; display: flex; gap: 6px; justify-content: center; }
.native-tabs button { width: 68px; padding: 10px 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--muted); font: 700 10px var(--sans); cursor: pointer; box-shadow: 0 8px 22px rgba(10,30,24,.08); }
.native-tabs button.active { background: var(--ink); color: var(--paper); }
.native-tabs small { display: block; font-size: 7px; opacity: .7; }
.hero-stage .stage-note { position: static; margin: 0; text-align: center; }
.native-player { padding: 38px; display: flex; flex-direction: column; align-items: center; }
.native-player img { display: block; width: min(100%, 390px); height: auto; max-height: none; border-radius: 44px; box-shadow: 0 26px 60px rgba(0,0,0,.3); }
body.dark .programme { color: #e8eee4; background: #173d34; }
body.dark .programme .day { border-color: rgba(232,238,228,.28); }
body.dark .programme .day.active { background: #d9e5bd; color: #173d34; }
.learn-more { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding-top: 130px; padding-bottom: 130px; border-top: 1px solid var(--line); }
.learn-more h2 { font-size: clamp(48px,5.7vw,86px); line-height: .92; margin: 24px 0; }
.learn-grid { display: grid; gap: 12px; }
.learn-grid a { display: block; padding: 26px 28px; border: 1px solid var(--line); border-radius: 20px; color: inherit; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.learn-grid a:hover { transform: translateY(-2px); background: var(--surface); }
.learn-grid span { font-size: 10px; letter-spacing: .14em; color: var(--muted); }
.learn-grid h3 { margin: 10px 0 8px; font-size: 22px; }
.learn-grid p { margin: 0 0 14px; color: var(--muted); line-height: 1.55; }
.learn-grid strong { font-size: 12px; }
.closing .store-note { margin: 20px auto 0; max-width: 440px; font-size: 11px; opacity: .72; }
footer a { color: inherit; }
@media (max-width: 900px) { .learn-more { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 560px) {
  .native-phone { height: 640px; }
  .hero-stage { padding-bottom: 12px; gap: 10px; }
  .native-tabs { position: static; transform: none; gap: 4px; width: 100%; justify-content: center; }
  .native-tabs button { width: auto; min-width: 64px; }
  .hero-stage .stage-note { width: 100%; padding: 0 16px; }
  .native-player { padding: 28px 20px 44px; }
  .native-player img { border-radius: 34px; }
}
