* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background: #08080a;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.08;
  pointer-events: none;
  background-image: radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 18px 18px;
}

.glow {
  position: fixed;
  z-index: -2;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.45;
}

.glow-one {
  top: -160px;
  left: -120px;
  background: #e879f9;
}

.glow-two {
  top: 120px;
  right: -140px;
  background: #22d3ee;
}

.glow-three {
  bottom: -180px;
  left: 35%;
  background: #facc15;
  opacity: 0.18;
}

.header {
  position: relative;
  z-index: 10;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #ffffff;
  color: #08080a;
}

.nav {
  display: flex;
  gap: 34px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.nav a {
  transition: 0.2s ease;
}

.nav a:hover {
  color: #ffffff;
}

.small-button,
.button,
.shuffle-button {
  border-radius: 999px;
  transition: 0.2s ease;
}

.small-button {
  padding: 12px 18px;
  background: #ffffff;
  color: #08080a;
  font-weight: 700;
}

.small-button:hover,
.button.primary:hover,
.shuffle-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
}

.hero {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 110px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  font-size: 14px;
}

.badge span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #34d399;
}

h1 {
  max-width: 780px;
  font-size: clamp(58px, 9vw, 116px);
  line-height: 0.93;
  letter-spacing: -0.08em;
}

.hero-text {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  font-weight: 800;
}

.button.primary {
  background: #ffffff;
  color: #08080a;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.button.secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
}

.mood-card {
  position: relative;
}

.mood-card::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.02));
  filter: blur(22px);
}

.browser-card {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(22px);
}

.browser-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.dots {
  display: flex;
  gap: 8px;
}

.dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.dots span:nth-child(1) { background: #fb7185; }
.dots span:nth-child(2) { background: #facc15; }
.dots span:nth-child(3) { background: #4ade80; }

.browser-top p {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.gradient-panel {
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(135deg, #f472b6, #8b5cf6 48%, #22d3ee);
  overflow: hidden;
  position: relative;
}

.gradient-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.3), transparent 30%);
}

.gradient-panel h2 {
  position: relative;
  z-index: 1;
  max-width: 360px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.tags span {
  padding: 16px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
  font-size: 14px;
}

.shuffle-button {
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  background: #ffffff;
  color: #08080a;
  font-weight: 800;
}

.section,
.moment,
.footer {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 70px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}

.eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.section h2,
.moment h2 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.section-head > p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
  transition: 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.09);
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 70px;
  border-radius: 18px;
  background: #ffffff;
  color: #08080a;
  font-size: 24px;
  font-weight: 900;
}

.card h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

.card p {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}

.moment {
  margin-top: 40px;
  padding: 48px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.moment > p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 22px;
  line-height: 1.7;
}

.footer {
  padding: 46px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .section-head,
  .moment {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }

  .cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .header {
    width: min(100% - 28px, 1200px);
  }

  .small-button {
    display: none;
  }

  .hero,
  .section,
  .moment,
  .footer {
    width: min(100% - 28px, 1200px);
  }

  .hero {
    padding-bottom: 70px;
  }

  .hero-text,
  .moment > p {
    font-size: 17px;
  }

  .gradient-panel h2 {
    font-size: 28px;
  }

  .footer {
    flex-direction: column;
  }
}