:root {
  --bg: #f6fbfc;
  --panel: rgba(255, 255, 255, 0.84);
  --panel-border: rgba(86, 196, 207, 0.26);
  --text: rgba(18, 23, 28, 0.92);
  --muted: rgba(18, 23, 28, 0.72);
  --primary: #56c4cf;
  --primary-2: #18a8d5;
  --accent-pink: #e34b9c;
  --accent-green: #7dbb3f;
  --accent-orange: #f28a2f;
  --shadow: rgba(16, 24, 40, 0.18);
  --radius: 22px;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: radial-gradient(900px 620px at 15% 10%, rgba(86, 196, 207, 0.18), transparent 62%),
    radial-gradient(720px 520px at 88% 22%, rgba(227, 75, 156, 0.12), transparent 60%),
    radial-gradient(760px 560px at 75% 85%, rgba(125, 187, 63, 0.10), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 55%, #f1f7f8 100%);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  letter-spacing: 0.2px;
}

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg__glow {
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.65;
  transform: translate3d(0, 0, 0);
}

.bg__glow--a {
  left: -220px;
  top: -250px;
  background: radial-gradient(circle at 30% 30%, rgba(86, 196, 207, 0.32), transparent 62%);
  animation: floatA 10s ease-in-out infinite;
}

.bg__glow--b {
  right: -260px;
  bottom: -300px;
  background: radial-gradient(circle at 30% 30%, rgba(227, 75, 156, 0.22), transparent 62%);
  animation: floatB 12s ease-in-out infinite;
}

.bg__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(86, 196, 207, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 196, 207, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 50% 30%, rgba(0, 0, 0, 0.50), transparent 72%);
  opacity: 0.55;
}

.page {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 28px 16px;
}

.card {
  width: min(920px, 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 252, 253, 0.82) 100%);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  box-shadow: 0 24px 80px var(--shadow);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 240px at 35% 0%, rgba(86, 196, 207, 0.12), transparent 60%);
  pointer-events: none;
}

.card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius) + 2px);
  padding: 2px;
  background: linear-gradient(
    130deg,
    rgba(86, 196, 207, 0.0),
    rgba(86, 196, 207, 0.36),
    rgba(24, 168, 213, 0.18),
    rgba(227, 75, 156, 0.16),
    rgba(86, 196, 207, 0.0)
  );
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.8;
}

.card__header,
.card__footer {
  padding: 20px 26px;
}

.card__body {
  padding: 12px 26px 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  user-select: none;
  width: auto;
  justify-content: flex-start;
}

.brand__logo {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(86, 196, 207, 0.18);
  object-fit: cover;
  /* Crop to the flower mark area in the source PNG */
  object-position: 50% 22%;
}

.brand__name {
  font-weight: 700;
  letter-spacing: 0.6px;
  color: rgba(18, 23, 28, 0.92);
  text-transform: none;
  font-size: 18px;
}

.title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.6px;
  background: linear-gradient(180deg, rgba(24, 168, 213, 0.98), rgba(86, 196, 207, 0.90));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.lead {
  margin: 0 0 12px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
  color: var(--muted);
  max-width: 70ch;
}

.lead strong {
  color: rgba(18, 23, 28, 0.92);
  font-weight: 700;
}

.meta {
  margin: 0;
  color: rgba(18, 23, 28, 0.56);
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .bg__glow--a,
  .bg__glow--b,
  .brand__logo {
    animation: none !important;
  }
}

@keyframes shine {
  0% {
    transform: translateX(-70%) rotate(12deg);
  }
  40% {
    transform: translateX(50%) rotate(12deg);
  }
  100% {
    transform: translateX(70%) rotate(12deg);
  }
}

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

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







