.home-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1.5rem;
  align-items: stretch;
}

.home-hero-copy {
  display: flex;
  flex-direction: column;
}

.home-hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.home-hero-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  color: rgba(226, 232, 240, 0.72);
}

.home-hero-points {
  margin: 0 0 1.25rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.6rem;
  color: rgba(226, 232, 240, 0.9);
}

.home-hero-points li {
  color: rgba(226, 232, 240, 0.9);
}

.hero-auth-cta,
#hero-creator-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-hero-vtt-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(95, 242, 182, 0.35);
  background:
    radial-gradient(circle at top right, rgba(46, 201, 255, 0.16), transparent 42%),
    linear-gradient(160deg, rgba(9, 16, 15, 0.98), rgba(6, 11, 12, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-hero-vtt-head {
  display: grid;
  gap: 0.45rem;
}

.home-hero-vtt-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  color: rgba(95, 242, 182, 0.8);
}

.home-hero-vtt-copy {
  max-width: none;
}

.home-hero-vtt-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.65rem;
  color: rgba(226, 232, 240, 0.9);
}

.home-hero-vtt-list li {
  color: rgba(226, 232, 240, 0.9);
}

.home-hero-vtt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 1rem;
}

.hero-tile {
  padding: 1rem;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.hero-tile h2 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.hero-tile p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.85);
}

.hero-card .primary-btn {
  min-width: 180px;
}

.hero-card .ghost-btn {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(226, 232, 240, 0.9);
}

@media (max-width: 900px) {
  .home-hero-layout {
    grid-template-columns: 1fr;
  }
}

.spotlight-card {
  margin-bottom: 1.5rem;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 0.75rem;
}

.spotlight-tile {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.35);
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.spotlight-tile h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.spotlight-tile p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.85);
}

.spotlight-tile .text-link {
  color: var(--accent);
  font-weight: 600;
}

.vtt-promo-card {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(95, 242, 182, 0.35);
  background: linear-gradient(135deg, rgba(9, 16, 15, 0.98), rgba(6, 11, 12, 0.95));
}

.vtt-promo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(46, 201, 255, 0.22), transparent 55%),
    radial-gradient(circle at 10% 85%, rgba(95, 242, 182, 0.18), transparent 60%);
  pointer-events: none;
}

.vtt-promo-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: center;
}

.vtt-promo-copy h2 {
  margin: 0.5rem 0 0.6rem;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.vtt-promo-kicker {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.65rem;
  color: rgba(226, 232, 240, 0.75);
}

.vtt-promo-label {
  font-weight: 600;
}

.vtt-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #04100c;
  background: linear-gradient(135deg, #5ff2b6, #2ec9ff);
  box-shadow: 0 6px 16px rgba(95, 242, 182, 0.25);
}

.vtt-pill.vtt-pill-dark {
  color: rgba(226, 232, 240, 0.9);
  background: rgba(5, 16, 13, 0.8);
  border: 1px solid rgba(95, 242, 182, 0.55);
  box-shadow: none;
}

.vtt-promo-lede {
  margin: 0 0 0.9rem;
  color: rgba(226, 232, 240, 0.86);
  max-width: 56ch;
}

.vtt-promo-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: rgba(142, 212, 182, 0.9);
}

.vtt-promo-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.vtt-promo-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  color: rgba(226, 232, 240, 0.85);
}

.vtt-promo-list li::before {
  content: '+';
  color: var(--accent);
  font-weight: 700;
  margin-top: 0.1rem;
}

.vtt-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.vtt-promo-actions .ghost-btn {
  border-color: rgba(255, 255, 255, 0.35);
}

.vtt-promo-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 8, 9, 0.65);
  box-shadow: 0 25px 45px -35px rgba(0, 0, 0, 0.9);
}

.vtt-promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vtt-promo-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, rgba(4, 8, 8, 0), rgba(4, 8, 8, 0.85));
}

.vtt-promo-note {
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.88);
}

.voice-promo-card {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(46, 201, 255, 0.32);
  background: linear-gradient(135deg, rgba(6, 16, 20, 0.96), rgba(4, 11, 15, 0.94));
}

.voice-promo-content {
  display: grid;
  gap: 0.75rem;
}

.voice-promo-content h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}

.voice-promo-lede {
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
  max-width: 58ch;
}

.voice-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.voice-promo-actions .ghost-btn {
  border-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 960px) {
  .vtt-promo-content {
    grid-template-columns: 1fr;
  }

  .vtt-promo-media {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .vtt-promo-meta {
    flex-direction: column;
    gap: 0.35rem;
  }

  .vtt-promo-actions {
    width: 100%;
  }

  .vtt-promo-actions .primary-btn,
  .vtt-promo-actions .ghost-btn {
    width: 100%;
  }

  .voice-promo-actions {
    width: 100%;
  }

  .voice-promo-actions .primary-btn,
  .voice-promo-actions .ghost-btn {
    width: 100%;
  }

  .vtt-promo-overlay {
    flex-direction: column;
    align-items: flex-start;
  }
}


.lore-card {
  margin-top: 1.5rem;
}

.feature-columns {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature-columns h3 {
  margin: 0 0 0.4rem;
}

.feature-columns p {
  margin: 0;
  color: rgba(226, 232, 240, 0.85);
}

.text-link {
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.about-hero {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, rgba(71, 85, 105, 0.35), rgba(148, 163, 184, 0.18));
  border: 1px solid rgba(148, 163, 184, 0.24);
}

.about-hero h1 {
  margin-top: 0;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
}

.about-section {
  margin-top: 1.5rem;
  line-height: 1.6;
}

.about-section h2 {
  margin-top: 0;
}

.about-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: rgba(226, 232, 240, 0.85);
}

.about-list li {
  margin-bottom: 0.6rem;
}

.site-footer {
  margin-top: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1.5rem;
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.75);
}

.footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-nav a {
  color: rgba(226, 232, 240, 0.85);
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.chat-mode-banner {
  margin: 0.5rem 0 0;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chat-mode-banner span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}



.ad-card {
  text-align: center;
  background: linear-gradient(180deg, rgba(7, 10, 9, 0.95), rgba(3, 6, 5, 0.95));
  border: 1px solid rgba(46, 201, 255, 0.2);
}

.sponsor-premium-cta {
  margin-top: 0.85rem;
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(95, 242, 182, 0.32);
  background:
    radial-gradient(circle at 86% 18%, rgba(46, 201, 255, 0.12), transparent 52%),
    rgba(5, 10, 9, 0.82);
  text-align: left;
}

.sponsor-premium-cta h3 {
  margin: 0.2rem 0 0.45rem;
  font-size: 1.06rem;
}

.sponsor-premium-price {
  margin: 0.4rem 0 0.7rem;
  font-weight: 700;
  color: rgba(236, 253, 245, 0.96);
}

