/* Dailymoni landing – mobile-first, dark theme, animated 3D coins */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/npm/@fontsource-variable/geist@5/files/geist-latin-variable-wght-normal.woff2') format('woff2');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  background: #121212;
  background: linear-gradient(135deg, #0f0f12 0%, #12121a 50%, #16161f 100%);
  color: #fff;
  padding: 1rem 1.25rem 2rem;
  overflow-x: hidden;
}

/* Background coin layer – behind content, non-interactive */
.landing__coins {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.coin {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f4d03f, #d4a017 40%, #b8860b 70%, #8b6914);
  box-shadow:
    inset -2px -3px 4px rgba(0, 0, 0, 0.35),
    inset 2px 2px 4px rgba(255, 255, 255, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.4);
  animation: coinFloat 8s ease-in-out infinite;
}

.coin--1 { width: 2.5rem; height: 2.5rem; bottom: 8%; left: 5%;  --coin-rotate: 15deg;  animation-delay: 0s; }
.coin--2 { width: 1.75rem; height: 1.75rem; bottom: 12%; right: 8%;  --coin-rotate: -20deg; animation-delay: -1.5s; }
.coin--3 { width: 2rem; height: 2rem; bottom: 18%; left: 12%;  --coin-rotate: 10deg;  animation-delay: -3s; }
.coin--4 { width: 1.5rem; height: 1.5rem; bottom: 5%; left: 35%;  --coin-rotate: -15deg; animation-delay: -4.5s; }
.coin--5 { width: 2.25rem; height: 2.25rem; bottom: 10%; right: 22%; --coin-rotate: 25deg;  animation-delay: -2s; }
.coin--6 { width: 1.25rem; height: 1.25rem; bottom: 22%; right: 5%;  --coin-rotate: -10deg; animation-delay: -5s; }
.coin--7 { width: 1.75rem; height: 1.75rem; bottom: 3%; right: 38%;  --coin-rotate: 5deg;   animation-delay: -6s; }
.coin--8 { width: 2rem; height: 2rem; bottom: 15%; left: 2%;   --coin-rotate: -25deg; animation-delay: -2.5s; }
.coin--9 { width: 1.5rem; height: 1.5rem; bottom: 25%; right: 28%;  --coin-rotate: 18deg;  animation-delay: -7s; }

@keyframes coinFloat {
  0%, 100% { transform: translateY(0) rotateY(var(--coin-rotate, 0deg)); opacity: 0.85; }
  50% { transform: translateY(-14px) rotateY(calc(var(--coin-rotate, 0deg) + 180deg)); opacity: 1; }
}

/* Main content – above coins */
.landing {
  position: relative;
  z-index: 1;
  max-width: 28rem;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.landing__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: slideUp 0.5s ease forwards;
}

.landing__brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.landing__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.landing__nav-link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #a0a0a8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.landing__nav-link:hover {
  color: #fff;
}

.landing__hero {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0;
}

.landing__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  opacity: 0;
  animation: slideUp 0.5s ease 0.1s forwards;
}

.landing__status-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  box-shadow: 0 0 8px #22c55e;
}

.landing__headline {
  font-size: clamp(1.875rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: #fff;
  opacity: 0;
  animation: slideUp 0.5s ease 0.2s forwards;
}

.landing__subheadline {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a0a0a8;
  margin: 0 0 2rem;
  opacity: 0;
  animation: slideUp 0.5s ease 0.25s forwards;
}

.landing__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  opacity: 0;
  animation: slideUp 0.5s ease 0.35s forwards;
}

.landing__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.landing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, opacity 0.2s ease;
}

.landing__cta--primary {
  color: #121212;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.landing__cta--primary:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}

.landing__cta--primary:active {
  transform: translateY(0);
}

.landing__cta--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: default;
}

.landing__cta-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.landing__coming-soon {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #71717a;
  text-transform: uppercase;
}

.landing__footer {
  margin-top: auto;
  padding-top: 2.5rem;
  font-size: 0.8125rem;
  color: #71717a;
  text-align: center;
  opacity: 0;
  animation: slideUp 0.5s ease 0.45s forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet and up: slightly more breathing room */
@media (min-width: 480px) {
  body {
    padding: 1.5rem 2rem 2.5rem;
  }

  .landing__cta {
    width: auto;
    min-width: 16rem;
  }

  .landing__ctas {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) {
  body {
    padding: 2rem 2rem 3rem;
  }

  .landing {
    max-width: 32rem;
  }

  .coin--1 { width: 3rem; height: 3rem; }
  .coin--2 { width: 2.25rem; height: 2.25rem; }
  .coin--5 { width: 2.75rem; height: 2.75rem; }
}
