* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --cream: #fffaf0;
  --green: #537b58;
  --dark-green: #31543a;
  --pink: #f39ab4;
  --yellow: #f7d774;
}

body {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.75), transparent 24%),
    linear-gradient(180deg, #cfeee0 0%, #a9d8bc 43%, #7eae78 100%);
  color: var(--dark-green);
}

body::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 30%, rgba(255,255,255,.35) 0 3px, transparent 4px),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.3) 0 2px, transparent 3px);
  pointer-events: none;
}

.sky-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 220, .45);
  filter: blur(20px);
}

.welcome-card {
  width: min(570px, 88vw);
  padding: 34px 38px 38px;
  position: relative;
  z-index: 20;
  text-align: center;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 34px;
  background: rgba(255, 250, 240, .82);
  box-shadow:
    0 24px 70px rgba(47, 83, 57, .22),
    inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  animation: cardFloat 4s ease-in-out infinite;
}

.mini-label {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(92, 142, 97, .13);
  font-size: 13px;
  letter-spacing: 1px;
  color: #56735a;
}

.flower-crown {
  margin: 18px 0 8px;
  font-size: 30px;
  letter-spacing: 5px;
  animation: flowersPulse 3s ease-in-out infinite;
}

h1 {
  font-size: clamp(38px, 7vw, 65px);
  line-height: .98;
  letter-spacing: -2px;
  color: #3d6245;
  text-shadow: 2px 3px 0 rgba(255,255,255,.65);
}

h1 span {
  color: #d87898;
  font-size: .72em;
  letter-spacing: 0;
}

.welcome-card > p {
  max-width: 470px;
  margin: 20px auto 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #607060;
}

.cute-row {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 12px 0 22px;
  font-size: 30px;
}

.cute-row span {
  display: inline-block;
  animation: cuteBounce 2.3s ease-in-out infinite;
}

.cute-row span:nth-child(2) { animation-delay: .15s; }
.cute-row span:nth-child(3) { animation-delay: .3s; }
.cute-row span:nth-child(4) { animation-delay: .45s; }
.cute-row span:nth-child(5) { animation-delay: .6s; }

button {
  border: 0;
  padding: 14px 25px;
  border-radius: 999px;
  background: linear-gradient(135deg, #df8eaa, #b86f8c);
  color: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .3px;
  cursor: pointer;
  box-shadow: 0 9px 22px rgba(184, 111, 140, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

button:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 13px 28px rgba(184, 111, 140, .35);
}

button:active {
  transform: scale(.96);
}

.message {
  min-height: 24px;
  margin-top: 12px !important;
  font-size: 14px !important;
  color: #57735b !important;
}

.cloud,
.bird,
.butterfly,
.bee,
.tree,
.decor,
.bunny,
.squirrel,
.hedgehog {
  position: absolute;
  z-index: 5;
  user-select: none;
  pointer-events: none;
}

.cloud {
  font-size: 78px;
  opacity: .72;
  filter: drop-shadow(0 7px 5px rgba(70,110,75,.08));
}

.cloud-1 {
  top: 7%;
  left: 4%;
  animation: cloudMove 14s ease-in-out infinite;
}

.cloud-2 {
  top: 12%;
  right: 4%;
  font-size: 62px;
  animation: cloudMoveReverse 17s ease-in-out infinite;
}

.bird {
  font-size: 26px;
}

.bird-1 {
  top: 19%;
  left: 19%;
  animation: birdFly 7s ease-in-out infinite;
}

.bird-2 {
  top: 27%;
  right: 18%;
  animation: birdFlyReverse 9s ease-in-out infinite;
}

.butterfly {
  font-size: 30px;
}

.butterfly-1 {
  left: 12%;
  top: 46%;
  animation: butterflyFloat 5s ease-in-out infinite;
}

.butterfly-2 {
  right: 12%;
  top: 53%;
  animation: butterflyFloat 6s ease-in-out infinite reverse;
}

.butterfly-3 {
  left: 25%;
  bottom: 18%;
  font-size: 24px;
  animation: butterflyFloat 4.5s ease-in-out infinite;
}

.bee {
  font-size: 26px;
}

.bee-1 {
  top: 35%;
  left: 7%;
  animation: beeFly 6s ease-in-out infinite;
}

.bee-2 {
  top: 42%;
  right: 7%;
  animation: beeFlyReverse 5s ease-in-out infinite;
}

.tree {
  bottom: 7%;
  font-size: 115px;
  transform-origin: bottom center;
  filter: drop-shadow(0 10px 8px rgba(45,75,45,.18));
}

.tree-left {
  left: -8px;
  animation: treeSway 4s ease-in-out infinite;
}

.tree-left-2 {
  left: 8%;
  bottom: 5%;
  font-size: 86px;
  animation: treeSway 5s ease-in-out infinite reverse;
}

.tree-right {
  right: -8px;
  animation: treeSway 4.5s ease-in-out infinite reverse;
}

.tree-right-2 {
  right: 9%;
  bottom: 5%;
  font-size: 88px;
  animation: treeSway 5.5s ease-in-out infinite;
}

.decor {
  font-size: 40px;
}

.decor-1 {
  left: 24%;
  bottom: 10%;
  animation: decorBounce 2.7s ease-in-out infinite;
}

.decor-2 {
  right: 25%;
  bottom: 9%;
  animation: decorBounce 3s ease-in-out infinite .4s;
}

.decor-3 {
  left: 18%;
  bottom: 5%;
  font-size: 52px;
  animation: decorBounce 3.5s ease-in-out infinite;
}

.decor-4 {
  right: 17%;
  bottom: 5%;
  font-size: 48px;
  animation: decorBounce 3.2s ease-in-out infinite .3s;
}

.flower-field {
  position: absolute;
  z-index: 8;
  bottom: 7%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 0 7%;
  font-size: 31px;
}

.flower-field span {
  display: inline-block;
  transform-origin: bottom center;
  animation: flowerSway 2.5s ease-in-out infinite;
}

.flower-field span:nth-child(even) {
  animation-delay: .4s;
}

.ground {
  position: absolute;
  z-index: 6;
  left: -5%;
  right: -5%;
  bottom: -11%;
  height: 19%;
  border-radius: 50% 50% 0 0;
  background: #5f9461;
  box-shadow: inset 0 12px 0 rgba(116,166,100,.35);
}

.bunny {
  left: 31%;
  bottom: 6%;
  font-size: 56px;
  z-index: 10;
  animation: animalHop 3.5s ease-in-out infinite;
}

.squirrel {
  right: 31%;
  bottom: 6%;
  font-size: 48px;
  z-index: 10;
  animation: animalHop 3s ease-in-out infinite .8s;
}

.hedgehog {
  left: 43%;
  bottom: 4%;
  font-size: 38px;
  z-index: 10;
  animation: animalHop 4s ease-in-out infinite .3s;
}

.firefly {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff5a5;
  box-shadow: 0 0 13px 4px rgba(255,245,165,.65);
  animation: fireflyBlink 2.5s ease-in-out infinite;
}

.spark {
  position: fixed;
  z-index: 50;
  pointer-events: none;
  font-size: 20px;
  animation: sparkUp 900ms ease-out forwards;
}

@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes flowersPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes cuteBounce {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes cloudMove {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(35px); }
}

@keyframes cloudMoveReverse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-30px); }
}

@keyframes birdFly {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(55px, -25px); }
}

@keyframes birdFlyReverse {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-50px, -22px); }
}

@keyframes butterflyFloat {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(35px, -35px) rotate(10deg); }
}

@keyframes beeFly {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(65px, -18px); }
}

@keyframes beeFlyReverse {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-60px, -25px); }
}

@keyframes treeSway {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: rotate(1.5deg); }
}

@keyframes decorBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes flowerSway {
  0%, 100% { transform: rotate(-3deg); }
  50% { transform: rotate(5deg) translateY(-3px); }
}

@keyframes animalHop {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fireflyBlink {
  0%, 100% { opacity: .2; transform: scale(.7); }
  50% { opacity: 1; transform: scale(1.25); }
}

@keyframes sparkUp {
  0% { opacity: 1; transform: translate(0, 0) scale(1); }
  100% { opacity: 0; transform: translate(var(--x), -80px) scale(.2); }
}

@media (max-width: 700px) {
  body {
    align-items: center;
  }

  .welcome-card {
    padding: 27px 20px 30px;
    border-radius: 28px;
  }

  .flower-crown {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .cute-row {
    font-size: 25px;
    gap: 8px;
  }

  .tree {
    font-size: 80px;
  }

  .tree-left-2,
  .tree-right-2 {
    font-size: 58px;
  }

  .bunny {
    left: 12%;
    font-size: 43px;
  }

  .squirrel {
    right: 12%;
    font-size: 39px;
  }

  .hedgehog {
    left: 45%;
    font-size: 31px;
  }

  .flower-field {
    font-size: 23px;
    padding: 0 2%;
  }

  .butterfly-1,
  .butterfly-3 {
    left: 4%;
  }

  .butterfly-2 {
    right: 4%;
  }
}
