/* SSR SEO pages — extends landing design system */

.landing-page.seo-page .seo-main {
  padding: 48px 0 88px;
  min-height: 60vh;
}

.landing-page.seo-page .seo-title {
  margin: 0 0 1rem;
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

.landing-page.seo-page .seo-title-gold {
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-lead {
  margin: 0 0 2rem;
  max-width: 720px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--muted, rgba(226, 224, 252, 0.75));
}

.landing-page.seo-page .seo-panel {
  max-width: 640px;
  text-align: center;
}

.landing-page.seo-page .seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.landing-page.seo-page .seo-breadcrumb {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--muted, rgba(226, 224, 252, 0.75));
}

.landing-page.seo-page .seo-breadcrumb a {
  color: var(--gold, #ffd700);
  text-decoration: none;
}

.landing-page.seo-page .seo-directory {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
}

.landing-page.seo-page .seo-directory li {
  padding: 0.85rem 1rem;
  background: var(--surface, #1a1a2e);
  border: 3px solid #000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}

.landing-page.seo-page .seo-directory a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.landing-page.seo-page .seo-directory a:hover {
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-directory--posts {
  grid-template-columns: 1fr;
}

.landing-page.seo-page .seo-post-desc {
  margin: 0.4rem 0 0;
  font-size: 0.95rem;
  color: var(--muted, rgba(226, 224, 252, 0.75));
}

.landing-page.seo-page .seo-chip {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.15rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold, #ffd700);
  border: 2px solid var(--gold, #ffd700);
  border-radius: 999px;
}

.landing-page.seo-page .seo-profile__hero {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.landing-page.seo-page .seo-profile__avatar {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: top;
  border: 3px solid #000;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.55);
  background: #1a1a2e;
}

.landing-page.seo-page .seo-score-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.75rem 1.1rem;
  background: #111125;
  border: 3px solid var(--gold, #ffd700);
  box-shadow: 4px 4px 0 rgba(255, 215, 0, 0.3);
}

.landing-page.seo-page .seo-score-pill__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.landing-page.seo-page .seo-score-pill__value {
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  font-size: 2rem;
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-score-pill__meta {
  font-size: 0.9rem;
  color: var(--muted, rgba(226, 224, 252, 0.75));
}

.landing-page.seo-page .seo-section {
  margin: 2.5rem 0;
}

.landing-page.seo-page .seo-section__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.landing-page.seo-page .seo-bar {
  margin-bottom: 1rem;
}

.landing-page.seo-page .seo-bar__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.landing-page.seo-page .seo-bar__meta strong {
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-bar__track {
  height: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.landing-page.seo-page .seo-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #3a0ca3, #f72585);
}

.landing-page.seo-page .seo-table-wrap {
  overflow-x: auto;
  border: 3px solid #000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.45);
}

.landing-page.seo-page .seo-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--surface, #1a1a2e);
}

.landing-page.seo-page .seo-table th,
.landing-page.seo-page .seo-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-page.seo-page .seo-table th {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-table a {
  color: #fff;
  font-weight: 600;
}

.landing-page.seo-page .seo-table a:hover {
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-empty {
  color: var(--muted, rgba(226, 224, 252, 0.75));
}

.landing-page.seo-page .seo-cta {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
  background: linear-gradient(135deg, #3a0ca3 0%, #f72585 100%);
  border: 3px solid #000;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.55);
}

.landing-page.seo-page .seo-cta__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
}

.landing-page.seo-page .seo-cta__text {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.92);
}

.landing-page.seo-page .seo-article .seo-prose {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.landing-page.seo-page .seo-prose h2,
.landing-page.seo-page .seo-prose h3 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.landing-page.seo-page .seo-prose a {
  color: var(--gold, #ffd700);
}

.landing-page.seo-page .seo-prose ul,
.landing-page.seo-page .seo-prose ol {
  padding-left: 1.25rem;
}

/* Sticky mobile download CTA (homepage) */
.sticky-get-app {
  display: none;
}

@media (max-width: 768px) {
  .sticky-get-app {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: block;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(17, 17, 37, 0.92);
    border-top: 3px solid var(--gold, #ffd700);
    backdrop-filter: blur(8px);
  }

  .sticky-get-app .btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  body.has-sticky-get-app {
    padding-bottom: 5.5rem;
  }
}

/* Phone mock frames */
.phone-frame {
  position: relative;
  width: min(260px, 70vw);
  margin: 0 auto;
  padding: 12px;
  background: #111125;
  border: 3px solid #000;
  border-radius: 28px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.55);
}

.phone-frame__notch {
  width: 40%;
  height: 10px;
  margin: 0 auto 10px;
  background: #000;
  border-radius: 999px;
}

.phone-frame__screen {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
  background: linear-gradient(160deg, #2a0880, #1a1a2e 55%, #111125);
  border: 2px solid rgba(255, 255, 255, 0.08);
}

.phone-frame__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  border-radius: 16px;
  background: linear-gradient(160deg, #3a0ca3, #1a1a2e);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  border: 2px solid rgba(255, 215, 0, 0.35);
}

.how-phones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0 2rem;
  align-items: start;
}

.how-phone-card {
  text-align: center;
}

.how-phone-card__title {
  margin: 1rem 0 0.35rem;
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.how-phone-card__text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted, rgba(226, 224, 252, 0.75));
}

@media (max-width: 900px) {
  .how-phones {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-phone-support {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.hero-phone-support img {
  width: 72px;
  height: 96px;
  object-fit: cover;
  object-position: top;
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0 0;
}

.social-proof__stat {
  min-width: 140px;
  padding: 0.85rem 1.1rem;
  text-align: center;
  background: #111125;
  border: 3px solid var(--gold, #ffd700);
  box-shadow: 4px 4px 0 rgba(255, 215, 0, 0.28);
}

.social-proof__stat strong {
  display: block;
  font-family: var(--font-display, 'Anybody', Impact, sans-serif);
  font-style: italic;
  font-weight: 900;
  font-size: 1.75rem;
  color: var(--gold, #ffd700);
}

.social-proof__stat span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
