.second-screen-page { min-height: 100vh; background: #07101f; color: #eef8ff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.second-screen-shell { width: min(1120px, 100%); margin: 0 auto; padding: 22px clamp(18px, 4vw, 54px) 42px; }
.second-screen-header, .second-screen-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.second-screen-header { padding-bottom: 24px; border-bottom: 1px solid #83eaff33; }
.second-screen-brand { color: #fff; font: 950 2rem/.8 Impact, Haettenschweiler, sans-serif; letter-spacing: .05em; text-shadow: 0 0 22px #31dcff99; }
.second-screen-eyebrow { margin-left: 12px; color: #78eaff; font-size: .65rem; font-weight: 950; letter-spacing: .16em; }
.second-screen-live { display: inline-flex; align-items: center; gap: 7px; color: #ffb9da; font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.second-screen-live i { width: 7px; height: 7px; border-radius: 50%; background: #ff4c83; box-shadow: 0 0 12px #ff4c83; }
.second-screen-live-now {
  margin-left: auto;
  padding: 2px 10px;
  border-radius: 999px;
  background: #ff4c83;
  color: #fff;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.second-screen-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr); gap: clamp(22px, 5vw, 64px); align-items: center; padding: clamp(34px, 7vw, 82px) 0 44px; }
.second-screen-kicker, .second-screen-card-label { color: #77eaff; font-size: .65rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.second-screen-hero h1 { margin: 16px 0 8px; color: #fff; font: 900 clamp(3rem, 8vw, 6.8rem)/.88 Georgia, serif; letter-spacing: -.065em; }
.second-screen-location { margin: 0; color: #ffcf76; font-size: .85rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.second-screen-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.second-screen-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 16px; border: 1px solid #7cecff66; border-radius: 10px; color: #dffaff; background: #112c49; font-size: .74rem; font-weight: 900; text-decoration: none; }
.second-screen-button.primary { border-color: #ffcb73; background: #ffbd59; color: #1b1730; }
.second-screen-button:hover, .second-screen-text-link:hover { filter: brightness(1.14); }
.second-screen-button.is-saved { border-color: #7df0c0; background: #123a34; color: #c9ffe8; }
.second-screen-toast { position: fixed; z-index: 30; right: 18px; bottom: 18px; left: 18px; padding: 14px 18px; border: 1px solid #7df0c066; border-radius: 12px; background: #0c2233; color: #d8fff0; font-size: .82rem; font-weight: 800; text-align: center; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.second-screen-toast.is-visible { opacity: 1; transform: translateY(0); }
.second-screen-hero figure { position: relative; margin: 0; overflow: hidden; border: 1px solid #75eaff66; border-radius: 20px; background: #101d35; box-shadow: 0 22px 55px #0007; }
.second-screen-hero figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, #050817aa); content: ""; pointer-events: none; }
.second-screen-hero img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.second-screen-hero figcaption { position: absolute; z-index: 1; right: 14px; bottom: 12px; left: 14px; color: #d8f6ff; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.second-screen-hero .second-screen-ar-btn {
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 14px;
  padding: 6px 10px;
  font-size: .66rem;
  font-weight: 900;
  border: 1px solid #fff3;
  border-radius: 999px;
  background: rgba(0,0,0,.45);
  color: #fff;
  cursor: pointer;
}
.second-screen-content { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 16px; }
.second-screen-card { padding: clamp(20px, 3vw, 30px); border: 1px solid #6edfff3d; border-radius: 17px; background: linear-gradient(145deg, #112944, #171332); box-shadow: inset 0 1px #ffffff14, 0 14px 35px #0004; }
.second-screen-story > div { margin-top: 18px; color: #dcecff; font: 400 clamp(1rem, 1.8vw, 1.18rem)/1.7 Georgia, serif; }
.second-screen-story p { margin: 0 0 16px; }
.second-screen-story p:last-child { margin-bottom: 0; }
.second-screen-rail { display: grid; gap: 16px; align-content: start; }
.second-screen-nearby { display: grid; gap: 8px; margin-top: 16px; }
.second-screen-nearby-item { padding: 12px; border: 1px solid #8defff2e; border-radius: 9px; color: #d8f6ff; background: #ffffff08; font-size: .78rem; font-weight: 800; text-decoration: none; }
.second-screen-muted { color: #a9c3d9; font-size: .86rem; line-height: 1.55; }
.second-screen-text-link { display: inline-flex; margin-top: 8px; color: #ffcf76; font-size: .78rem; font-weight: 900; text-decoration: none; }
.second-screen-footer { margin-top: 30px; padding-top: 18px; border-top: 1px solid #83eaff33; color: #8faec8; font-size: .72rem; }
.second-screen-footer a { color: #78eaff; font-weight: 900; text-decoration: none; }
@media (max-width: 720px) { .second-screen-shell { padding-top: 16px; } .second-screen-eyebrow { display: block; margin: 9px 0 0; } .second-screen-hero, .second-screen-content { grid-template-columns: 1fr; } .second-screen-hero { padding-top: 46px; } .second-screen-hero h1 { font-size: clamp(3.2rem, 17vw, 5.4rem); } .second-screen-hero figure { order: -1; } .second-screen-content { gap: 12px; } .second-screen-footer { align-items: flex-start; flex-direction: column; } }