:root {
  --red: #e53e3e;
  --blue: #2b6cb0;
  --cyan: #18a6c7;
  --pink: #ee5b9d;
  --yellow: #d69e2e;
  --green: #39b978;
  --ink: #183044;
  --muted: #607586;
  --surface: rgba(255, 255, 255, 0.82);
  --line: rgba(43, 108, 176, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 20%, rgba(238, 91, 157, 0.09), transparent 27%),
    radial-gradient(circle at 80% 15%, rgba(57, 185, 120, 0.09), transparent 25%),
    radial-gradient(circle at 50% 90%, rgba(43, 108, 176, 0.1), transparent 34%),
    #f8fbfd;
  overflow-x: hidden;
}

.background {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.background::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(43, 108, 176, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 108, 176, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 80%);
}

.blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.42;
  animation: drift 12s ease-in-out infinite alternate;
}

.blob-pink { width: 340px; height: 340px; background: rgba(238,91,157,.22); top: -90px; left: -80px; }
.blob-blue { width: 430px; height: 430px; background: rgba(24,166,199,.18); right: -120px; top: 18%; animation-delay: -4s; }
.blob-yellow { width: 280px; height: 280px; background: rgba(214,158,46,.16); left: 30%; bottom: -130px; animation-delay: -7s; }

.hero {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.topbar {
  width: min(1180px, calc(100% - 36px));
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.domain-pill,
.status {
  border: 1px solid rgba(255,255,255,.86);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(28, 66, 95, .08);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: .86rem;
  font-weight: 700;
}

.domain-pill { color: var(--blue); letter-spacing: .02em; }
.status { color: #4b6475; display: flex; align-items: center; gap: 8px; }
.status-dot {
  width: 9px; height: 9px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(57,185,120,.45);
  animation: ping 1.8s infinite;
}

.content {
  width: min(1040px, calc(100% - 32px));
  margin: auto;
  padding: 52px 0 44px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--blue);
  background: rgba(43,108,176,.08);
  border: 1px solid rgba(43,108,176,.10);
}

.logos-wrap {
  margin: 28px auto 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 880px;
}

.logo-card {
  min-height: 226px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 22px 70px rgba(30,73,105,.12);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  animation: floatCard 5s ease-in-out infinite;
}

.logo-card::after {
  content: "";
  position: absolute;
  inset: auto 12% -45% 12%;
  height: 55%;
  filter: blur(35px);
  opacity: .22;
  border-radius: 50%;
}

.logo-card-left::after { background: linear-gradient(90deg, var(--red), var(--yellow), var(--green)); }
.logo-card-right::after { background: linear-gradient(90deg, var(--pink), var(--cyan), var(--green)); }
.logo-card-right { animation-delay: -2.5s; }

.logo-card img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(27, 59, 80, .08));
}

.heart-bridge {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: linear-gradient(135deg, var(--red), var(--pink));
  box-shadow: 0 16px 40px rgba(229,62,62,.28);
}

.heart { color: white; font-size: 27px; transform: translateY(-1px); animation: heartbeat 1.5s infinite; }
.pulse-ring {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(229,62,62,.30);
  border-radius: inherit;
  animation: ring 2.2s infinite;
}

.headline-wrap { max-width: 850px; margin: 0 auto; }
.kicker { margin: 12px 0 2px; color: var(--muted); font-weight: 650; font-size: clamp(1rem, 2vw, 1.2rem); }

h1 {
  margin: 2px 0 8px;
  font-size: clamp(4.2rem, 12vw, 8.8rem);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 900;
  color: #17364d;
}

h1 span {
  color: transparent;
  background: linear-gradient(90deg, var(--red), var(--pink), var(--cyan), var(--green));
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradientMove 5s linear infinite;
}

.lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.values {
  margin: 26px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.values span {
  padding: 9px 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(43,108,176,.09);
  color: #496576;
  font-size: .88rem;
  font-weight: 700;
}

.progress-card {
  max-width: 540px;
  margin: 10px auto 0;
  padding: 15px 17px 17px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(27,67,94,.08);
  backdrop-filter: blur(16px);
}

.progress-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 10px;
}

.progress-top strong { color: var(--blue); }
.progress-track { height: 10px; border-radius: 999px; background: rgba(43,108,176,.09); overflow: hidden; }
.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--yellow), var(--green), var(--cyan), var(--pink));
  background-size: 200% 100%;
  box-shadow: 0 0 22px rgba(24,166,199,.28);
  animation: gradientMove 4s linear infinite;
  transition: width 1.4s cubic-bezier(.2,.75,.2,1);
}

.footer-note { margin: 22px 0 0; color: #8a9aa6; font-size: .77rem; }

.particle {
  position: absolute;
  border-radius: 50%;
  opacity: .38;
  animation: rise linear infinite;
}

@keyframes drift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(24px,-20px,0) scale(1.08); }
}

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

@keyframes heartbeat {
  0%, 100% { transform: scale(1); }
  20% { transform: scale(1.14); }
  40% { transform: scale(.98); }
  60% { transform: scale(1.1); }
}

@keyframes ring {
  0% { transform: scale(.82); opacity: 0; }
  25% { opacity: 1; }
  100% { transform: scale(1.45); opacity: 0; }
}

@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(57,185,120,.35); }
  70% { box-shadow: 0 0 0 8px rgba(57,185,120,0); }
  100% { box-shadow: 0 0 0 0 rgba(57,185,120,0); }
}

@keyframes gradientMove {
  to { background-position: 200% 0; }
}

@keyframes rise {
  from { transform: translateY(110vh) scale(.7); opacity: 0; }
  15% { opacity: .35; }
  85% { opacity: .25; }
  to { transform: translateY(-15vh) scale(1.1); opacity: 0; }
}

@media (max-width: 760px) {
  .topbar { margin-top: 14px; }
  .status { display: none; }
  .content { padding-top: 36px; }
  .logos-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 430px;
  }
  .logo-card { min-height: 180px; border-radius: 26px; }
  .logo-card img { max-height: 150px; }
  .heart-bridge { width: 54px; height: 54px; margin: -8px auto; z-index: 2; }
  .heart { font-size: 22px; }
  h1 { font-size: clamp(4rem, 21vw, 6.5rem); }
  .lead { line-height: 1.62; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
