* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  background: #FBF2E8;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #2A2130;
  position: relative;
  overflow-x: hidden;
}

.screen {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 28px 34px;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.5;
}

.glow--top {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -70px;
  background: oklch(88% 0.07 90 / 0.55);
}

.glow--bottom {
  width: 160px;
  height: 160px;
  bottom: 120px;
  left: -70px;
  background: oklch(85% 0.06 150 / 0.5);
}

/* wordmark */
.wordmark {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wordmark__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: oklch(66% 0.17 35);
}

.wordmark__text {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5B4B57;
}

/* hero */
.hero {
  margin-top: 18px;
}

.hero__title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.04;
  margin: 0;
  letter-spacing: -0.01em;
}

.hero__title em {
  font-style: italic;
  color: oklch(58% 0.17 35);
}

.hero__subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #5B4B57;
  margin: 20px 0 0;
  max-width: 300px;
  font-weight: 500;
}

/* mini story-card illustration */
.cards {
  position: relative;
  height: 150px;
  margin: 26px 0 6px;
}

.card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 30px -12px rgba(60, 30, 20, 0.22);
}

.card--1 {
  left: 34px;
  top: 18px;
  width: 92px;
  height: 120px;
  transform: rotate(-9deg);
}

.card--2 {
  left: 150px;
  top: 6px;
  width: 96px;
  height: 128px;
  transform: rotate(4deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card--2 span {
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  color: #2A2130;
}

.card--3 {
  left: 258px;
  top: 22px;
  width: 88px;
  height: 112px;
  background: oklch(66% 0.17 35);
  transform: rotate(11deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

/* CTA */
.cta-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  background: oklch(66% 0.17 35);
  color: #FFF9F3;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 17px;
  padding: 19px 22px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 14px 28px -10px oklch(58% 0.17 35 / 0.55);
}

.cta-micro {
  text-align: center;
  font-size: 12.5px;
  color: #8B7C87;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* footer strip */
.footer-strip {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(42, 33, 48, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vibe-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vibe-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.vibe-dot--cute { background: oklch(66% 0.17 35); }
.vibe-dot--funny { background: oklch(80% 0.14 90); }
.vibe-dot--bold { background: #191A20; }

.vibe-label {
  font-size: 12.5px;
  color: #6B5D68;
  font-weight: 700;
  margin-left: 4px;
}

.price-label {
  font-size: 12.5px;
  color: #6B5D68;
  font-weight: 700;
}
