/* Public marketing splash (pre-login) */

.splash-page {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(0, 140, 255, 0.12), transparent),
    radial-gradient(circle at 12% 40%, rgba(249, 115, 22, 0.1), transparent 35%),
    linear-gradient(180deg, #030712 0%, #020617 45%, #000 100%);
  color: #e2e8f0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.splash-header {
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  padding: 16px 20px;
}

.splash-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.splash-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.splash-brand-icon {
  filter: drop-shadow(0 0 12px rgba(249, 115, 22, 0.45));
}

.splash-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.splash-brand-rtx {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #fb923c, #fdba74, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.splash-brand-sub {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: #94a3b8;
}

.splash-header-auth {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.splash-already {
  font-size: 0.82rem;
  color: #94a3b8;
}

.splash-nav-login {
  border-radius: 999px;
  padding: 8px 22px;
  font-weight: 800;
  font-size: 0.82rem;
  cursor: pointer;
  color: #38bdf8;
  background: transparent;
  border: 2px solid rgba(56, 189, 248, 0.65);
  transition: background 0.15s ease, color 0.15s ease;
}

.splash-nav-login:hover {
  background: rgba(56, 189, 248, 0.12);
  color: #e0f2fe;
}

.splash-invite-banner {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(14, 165, 233, 0.08);
  font-size: 0.92rem;
  color: #bae6fd;
}

.splash-hero {
  padding: 48px 20px 56px;
}

.splash-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 900px) {
  .splash-hero-inner {
    grid-template-columns: 1fr;
  }
}

.splash-headline {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: #f8fafc;
}

.splash-sub {
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #94a3b8;
  max-width: 36rem;
}

.splash-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.splash-btn {
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  border: 0;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.splash-btn:hover {
  transform: translateY(-1px);
}

.splash-btn-primary {
  background: linear-gradient(90deg, #f97316, #ea580c);
  color: #0f172a;
  box-shadow: 0 8px 28px rgba(249, 115, 22, 0.35);
}

.splash-btn-secondary {
  background: transparent;
  color: #38bdf8;
  border: 2px solid rgba(56, 189, 248, 0.55);
  padding: 12px 26px;
}

.splash-btn-wide {
  min-width: min(100%, 320px);
}

.splash-hero-visual {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.splash-orbit {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 1;
  max-width: 360px;
}

.splash-orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.9), #020617);
  border: 2px solid rgba(249, 115, 22, 0.5);
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.25), inset 0 0 20px rgba(249, 115, 22, 0.15);
  display: grid;
  place-items: center;
}

.splash-orbit-logo {
  filter: drop-shadow(0 0 8px rgba(251, 146, 60, 0.6));
}

.splash-hex {
  position: absolute;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e0f2fe;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(15, 23, 42, 0.85);
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.2);
  white-space: nowrap;
}

.splash-hex-1 {
  left: 8%;
  top: 18%;
}
.splash-hex-2 {
  right: 4%;
  top: 22%;
}
.splash-hex-3 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.splash-hex-4 {
  right: 8%;
  bottom: 18%;
}
.splash-hex-5 {
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}
.splash-hex-6 {
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

.splash-section {
  padding: 32px 20px 48px;
  max-width: 1120px;
  margin: 0 auto;
}

.splash-section-title {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #f1f5f9;
  margin: 0 0 28px;
}

.splash-section-features {
  overflow-x: auto;
  padding-bottom: 8px;
}

.splash-feature-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

@media (max-width: 1100px) {
  .splash-feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .splash-feature-row {
    grid-template-columns: 1fr;
  }
}

.splash-card {
  border-radius: 16px;
  padding: 20px 18px;
  border: 1px solid rgba(148, 163, 184, 0.15);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.65), rgba(2, 6, 23, 0.9));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.splash-card-feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.splash-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  line-height: 1;
  margin-bottom: 14px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.35), rgba(15, 23, 42, 0.9));
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.12);
}

.splash-card h3 {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fdba74;
}

.splash-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #94a3b8;
}

.splash-triple {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 20px 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 800px) {
  .splash-triple {
    grid-template-columns: 1fr;
  }
}

.splash-column {
  border-radius: 18px;
  padding: 22px 20px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.4);
}

.splash-column-pool {
  text-align: center;
}

.splash-column-title {
  margin: 0 0 14px;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #38bdf8;
}

.splash-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.55;
}

.splash-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.splash-steps li:last-child {
  margin-bottom: 0;
}

.splash-step-marker {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
  display: grid;
  place-items: center;
  color: #0f172a;
  background: linear-gradient(135deg, #38bdf8, #0284c7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
}

.splash-pool-scene {
  position: relative;
  height: 150px;
  margin: 8px 0 16px;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(ellipse 100% 80% at 50% 100%, rgba(14, 165, 233, 0.35), rgba(15, 23, 42, 0.95));
}

.splash-pool-glow {
  position: absolute;
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
  width: 120%;
  height: 70%;
  background: radial-gradient(ellipse closest-side, rgba(56, 189, 248, 0.45), transparent);
  pointer-events: none;
}

.splash-pool-surface {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 12%;
  height: 28%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(14, 165, 233, 0.5), rgba(30, 64, 175, 0.85));
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.5);
}

.splash-pool-coin {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fcd34d, #d97706, #b45309);
  border: 2px solid rgba(253, 224, 71, 0.8);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.55);
  display: grid;
  place-items: center;
  z-index: 2;
}

.splash-pool-dollar {
  font-size: 1.35rem;
  font-weight: 900;
  color: #422006;
}

.splash-pool-cap {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #e0f2fe;
  text-transform: uppercase;
}

.splash-pool-disclaimer {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #64748b;
  font-style: italic;
}

.splash-revcoin-visual {
  width: 72px;
  height: 72px;
  margin: 4px auto 18px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fde68a, #d97706, #92400e);
  border: 3px solid rgba(253, 230, 138, 0.9);
  box-shadow: 0 8px 28px rgba(217, 119, 6, 0.45);
  display: grid;
  place-items: center;
}

.splash-revcoin-r {
  font-size: 1.75rem;
  font-weight: 900;
  color: #422006;
  font-family: Georgia, "Times New Roman", serif;
}

.splash-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #94a3b8;
}

.splash-check-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 10px;
}

.splash-check-list li:last-child {
  margin-bottom: 0;
}

.splash-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: 900;
  font-size: 0.85rem;
}

.splash-bottom-cta {
  max-width: 1120px;
  margin: 0 auto 48px;
  padding: 36px 24px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(30, 58, 138, 0.55);
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 50px rgba(0, 0, 0, 0.45);
}

.splash-bottom-title {
  margin: 0 0 22px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #f8fafc;
}

.splash-footer {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding: 32px 20px 24px;
}

.splash-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.splash-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.splash-footer-name {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fb923c;
}

.splash-footer-links {
  display: flex;
  gap: 48px;
  font-size: 0.82rem;
  color: #64748b;
}

.splash-footer-col-title {
  font-weight: 800;
  color: #94a3b8;
  margin-bottom: 8px;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.splash-footer-line {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 0.82rem;
}

.splash-footer-action {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  color: #94a3b8;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.splash-footer-action:hover {
  color: #e2e8f0;
}

.splash-footer-social-wrap {
  min-width: 140px;
}

.splash-stay-connected {
  margin-bottom: 10px;
}

.splash-footer-social {
  display: flex;
  gap: 12px;
}

.splash-soc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(148, 163, 184, 0.25);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  color: #94a3b8;
}

.splash-copyright {
  text-align: center;
  margin: 24px 0 0;
  font-size: 0.78rem;
  color: #64748b;
}

.fake-login-back {
  margin: 0 0 18px;
}

.fake-login-back-btn {
  background: none;
  border: 0;
  color: #38bdf8;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  padding: 0;
}

.fake-login-back-btn:hover {
  text-decoration: underline;
}
