/* seo-static.css — layout for crawler SEO pages under /<lang>/
 * Shell (header, langswitcher, hero, sections, footer) + uptrade chain/story.
 * Cache-buster: bump ?v= when changing this file (templates/base.html).
 */

.seo-static {
  min-height: 100vh;
  background: #0A0E1A;
  color: #F5F6FA;
}

.seo-static a {
  color: inherit;
  text-decoration: none;
}

.seo-static a:hover {
  color: #6C5CE7;
}

/* —— Header / brand / language switcher —— */
.seo-static-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.85rem 1.5rem;
  background: rgba(10, 14, 26, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-static-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.seo-static-brand .brand-name {
  background: linear-gradient(135deg, #8c78ff, #6C5CE7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.seo-static-langswitcher {
  flex: 1 1 auto;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.seo-static-langswitcher ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.seo-static-langswitcher a,
.seo-static-langswitcher span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid transparent;
  color: rgba(245, 246, 250, 0.72);
}

.seo-static-langswitcher a:hover {
  border-color: rgba(108, 92, 231, 0.45);
  color: #F5F6FA;
  background: rgba(108, 92, 231, 0.12);
}

.seo-static-langswitcher [aria-current="page"],
.seo-static-langswitcher .is-active {
  border-color: rgba(108, 92, 231, 0.55);
  background: rgba(108, 92, 231, 0.22);
  color: #fff;
}

/* —— Main / hero / sections —— */
.seo-static-main {
  padding-bottom: 3rem;
}

.seo-static-hero {
  padding: 3.5rem 0 2.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(108, 92, 231, 0.28), transparent 60%),
    #0A0E1A;
}

.seo-static-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c78ff;
}

.seo-static-h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 18ch;
}

.seo-static-lede {
  margin: 0 0 1.75rem;
  max-width: 42rem;
  font-size: 1.05rem;
  color: rgba(245, 246, 250, 0.72);
  line-height: 1.6;
}

.seo-static-hero .btn {
  margin-right: 0.65rem;
  margin-bottom: 0.65rem;
}

.seo-static-section {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-static-section h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
}

.seo-static-section .seo-static-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-static-section .seo-static-list > li {
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 26, 42, 0.65);
}

.seo-static-section .seo-static-list > li strong {
  display: block;
  margin-bottom: 0.35rem;
}

.seo-static-section .seo-static-list > li p {
  margin: 0;
  color: rgba(245, 246, 250, 0.72);
  line-height: 1.5;
}

.seo-static-qa {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(20, 26, 42, 0.65);
  padding: 0.85rem 1.15rem;
  margin-bottom: 0.65rem;
}

.seo-static-qa summary {
  cursor: pointer;
  font-weight: 600;
}

.seo-static-qa p {
  margin: 0.75rem 0 0;
  color: rgba(245, 246, 250, 0.72);
}

.seo-static-card {
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(20, 26, 42, 0.65);
}

.seo-static-price {
  margin: 0.5rem 0 0;
  font-weight: 700;
  color: #8c78ff;
}

.seo-static-viewall {
  margin: 1.25rem 0 0;
}

.seo-static-viewall a {
  color: #8c78ff;
  font-weight: 600;
}

.seo-static-stat {
  text-align: center;
  padding: 1rem;
}

.seo-static-disclaimer {
  margin: 1.5rem auto 0;
  max-width: 1140px;
  padding: 0 1.5rem;
  font-size: 0.85rem;
  color: rgba(245, 246, 250, 0.55);
}

/* —— In-page footer nav + site footer —— */
.seo-static-footer-nav {
  margin: 2.5rem auto 0;
  max-width: 1140px;
  padding: 0 1.5rem;
}

.seo-static-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-static-footer-nav a {
  font-size: 0.9rem;
  color: rgba(245, 246, 250, 0.72);
}

.seo-static-footer-nav a:hover {
  color: #8c78ff;
}

.seo-static-footer {
  margin-top: 2rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.85rem;
  color: rgba(245, 246, 250, 0.55);
}

.seo-static-footer a {
  color: rgba(245, 246, 250, 0.72);
}

.seo-static-footer a:hover {
  color: #8c78ff;
}

.seo-static-meta {
  margin: 0.5rem 0 0;
}

/* —— Uptrade chain / story (existing) —— */
.seo-static--uptrade .seo-static-section--chain .seo-static-list,
.seo-static-section--uptrade .seo-static-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-static--uptrade .seo-static-chain-item,
.seo-static-chain-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 1rem;
  border: 1px solid rgba(140, 120, 255, 0.18);
  border-radius: 14px;
  background: rgba(20, 20, 30, 0.5);
  gap: 0.5rem;
}

.seo-static--uptrade .seo-static-chain-step,
.seo-static-chain-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #8c78ff, #5a3fd6);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
}

.seo-static--uptrade .seo-static-chain-emoji,
.seo-static-chain-emoji {
  font-size: 2.25rem;
  line-height: 1;
}

.seo-static--uptrade .seo-static-chain-label,
.seo-static-chain-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: inherit;
}

.seo-static--uptrade .seo-static-section--story .seo-static-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.seo-static--uptrade .seo-static-story-item,
.seo-static-story-item {
  padding: 1rem 1.25rem;
  border-left: 3px solid #8c78ff;
  background: rgba(20, 20, 30, 0.4);
  border-radius: 0 12px 12px 0;
}

.seo-static--uptrade .seo-static-story-kicker,
.seo-static-story-kicker {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8c78ff;
  margin-bottom: 0.25rem;
}

.seo-static--uptrade .seo-static-story-item p,
.seo-static-story-item p {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .seo-static-header {
    align-items: flex-start;
  }

  .seo-static-langswitcher ul {
    justify-content: flex-start;
  }

  .seo-static-h1 {
    max-width: none;
  }
}
