/* Try / How it works page — no hero, centered content, thank-you overlay */
.try-page {
  margin: 0;
  min-height: 100vh;
  background: #f0f4f8;
}
.try-main {
  max-width: min(520px, 92vw);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 48px) clamp(16px, 4vw, 24px);
  padding-bottom: 3rem;
}
.try-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0 0 0.5rem;
  color: #1a1a1a;
  text-align: center;
}
.try-how {
  margin-bottom: 2rem;
}
.try-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.75rem;
}
.try-how p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  margin: 0 0 0.75rem;
}
.try-stream-section {
  margin: 1.5rem 0;
}
.try-main {
  max-width: min(680px, 96vw);
}
.try-stream-wrapper {
  flex: 1;
  min-width: 0;
}
.try-stream-section .stream-with-notes .notes-ticker-container {
  height: 220px;
  align-self: center;
}
.try-stream-container {
  max-width: 100%;
}
.dashboard-stream-aurora-wrap #try-stream-aurora {
  width: 100%;
  height: 220px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.try-picker {
  margin-top: 1.5rem;
}
.try-footer {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
  min-height: 1.5em;
}
.try-signup-wrap {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.95rem;
  color: #555;
}
.try-signup-link {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}
.try-signup-link:hover {
  text-decoration: underline;
}
.try-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
}
.try-overlay[hidden] {
  display: none !important;
}
.try-overlay-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.try-overlay-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #1a1a1a;
}
.try-overlay-message {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
  margin: 0 0 1.5rem;
}
.try-overlay-signup {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
  background: #1a73e8;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.try-overlay-signup:hover {
  background: #0d65d6;
}
