.phone-mockup-wrap {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.phone-mockup {
  align-items: center;
  background: #ffffff;
  border-radius: 42px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.25),
    0 0 0 8px #e8e8e8,
    0 0 0 10px #d0d0d0;
  display: flex;
  flex-direction: column;
  height: 640px;
  padding: 18px;
  position: relative;
  width: 320px;
}

.phone-mockup__notch {
  align-self: center;
  background: #1a1a1a;
  border-radius: 20px;
  height: 28px;
  margin: -6px 0 12px;
  width: 150px;
}

.phone-mockup__brand {
  margin-bottom: 24px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}

.phone-mockup__logo {
  background: linear-gradient(135deg, #b8860b, #d4af37);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phone-mockup__tagline {
  color: #b8860b;
  display: block;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-top: -2px;
  text-transform: uppercase;
}

.phone-mockup__intro {
  color: #555555;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0 6px;
  text-align: center;
}

.phone-mockup__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 16px;
  padding: 0 4px;
  width: 100%;
}

.phone-mockup__tile {
  align-items: center;
  background: #faf8f5;
  border: 1px solid #f0ede8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 4px 10px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.phone-mockup__tile:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 8px 18px rgba(184, 134, 11, 0.12);
  transform: translateY(-2px);
}

.phone-mockup__tile svg {
  height: 36px;
  stroke: #b8860b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 36px;
}

.phone-mockup__tile svg circle[fill],
.phone-mockup__tile svg circle:last-child {
  fill: #b8860b;
}

.phone-mockup__tile span {
  color: #777777;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
}

.phone-mockup__pill {
  background: #faf8f5;
  border: 1px dashed #d4af37;
  border-radius: 12px;
  color: #b8860b;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 2px;
  padding: 10px 14px;
  text-align: center;
  width: 100%;
}

.phone-mockup__button {
  background: linear-gradient(135deg, #b8860b, #d4af37);
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
  color: #ffffff;
  cursor: default;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 16px;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.phone-mockup__sparkle {
  animation: phoneMockupTwinkle 2.6s infinite;
  background: #fff4bf;
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.78);
  height: 8px;
  position: absolute;
  width: 8px;
}

.phone-mockup__sparkle--one {
  left: 18%;
  top: 28%;
}

.phone-mockup__sparkle--two {
  animation-delay: 0.8s;
  right: 18%;
  top: 39%;
}

.phone-mockup__sparkle--three {
  animation-delay: 1.4s;
  left: 50%;
  top: 61%;
}

.phone-mockup__invite {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  display: grid;
  gap: 0.4rem;
  margin-top: auto;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.phone-mockup__invite small {
  color: #b8860b;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.phone-mockup__invite strong {
  color: #0f172a;
  font-size: 1.45rem;
  line-height: 1;
}

.phone-mockup__invite span {
  color: #64748b;
  font-size: 0.82rem;
}

.phone-mockup__homebar {
  align-self: center;
  background: #cccccc;
  border-radius: 10px;
  height: 4px;
  margin-top: 12px;
  width: 40%;
}

@keyframes phoneMockupTwinkle {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.45);
  }
}

@media (max-width: 1100px) {
  .phone-mockup {
    height: 600px;
    transform: scale(0.94);
    transform-origin: center;
  }
}
