@import url('https://fonts.googleapis.com/css2?family=Modak&family=Nunito:wght@500;700;800;900&display=swap');

:root {
  --bg: #07091a;
  --bg-2: #0d1230;
  --bg-3: #0b1030;
  --mint-1: #edf7ec;
  --mint-2: #d7ead3;
  --mint-3: #bdd6b8;
  --mint-4: #95b58f;
  --ink: #09101a;
  --text: rgba(240, 248, 244, 0.9);
  --muted: rgba(230, 239, 236, 0.65);
  --line: rgba(226, 242, 233, 0.16);
  --card-line: rgba(255, 255, 255, 0.16);
  --card-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Nunito", system-ui, sans-serif;
  background:
    radial-gradient(circle at 50% 12%, rgba(90, 116, 190, 0.14), transparent 16%),
    radial-gradient(circle at 10% 20%, rgba(171, 206, 171, 0.08), transparent 24%),
    radial-gradient(circle at 90% 72%, rgba(171, 206, 171, 0.08), transparent 24%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 38px),
    linear-gradient(180deg, #060817, var(--bg) 28%, var(--bg-2) 70%, #080a1d 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 18%, transparent 82%, rgba(255,255,255,0.03));
  z-index: -1;
}

a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.svg-filters { position: fixed; width: 0; height: 0; overflow: hidden; }

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
  z-index: -2;
}
.orb-a {
  width: 28vw;
  height: 28vw;
  top: 10vh;
  left: -8vw;
  background: radial-gradient(circle, rgba(210,237,210,0.16), transparent 65%);
}
.orb-b {
  width: 36vw;
  height: 36vw;
  right: -12vw;
  top: 36vh;
  background: radial-gradient(circle, rgba(144,183,146,0.13), transparent 64%);
}
.orb-c {
  width: 32vw;
  height: 32vw;
  left: 36vw;
  bottom: -12vw;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 62%);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(5,8,23,0.72), rgba(5,8,23,0.35));
}

.brand,
.liquid-title,
.liquid-subtitle,
.ca-label {
  font-family: "Modak", "Arial Rounded MT Bold", sans-serif;
  font-weight: 400;
  filter: url(#soft-goo);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.brand img {
  border-radius: 13px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.32);
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 14px;
}
.topbar nav a {
  text-decoration: none;
  color: rgba(240, 248, 244, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.topbar nav a:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
  transform: translateY(-1px);
}

.hero {
  min-height: calc(100svh - 86px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(330px, 560px);
  gap: 46px;
  align-items: center;
  padding: 28px 0 70px;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
}

.eyebrow,
.card-kicker {
  margin: 0 0 10px;
  color: rgba(231, 242, 237, 0.54);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.liquid-title {
  margin: 0;
  line-height: 0.76;
  font-size: clamp(92px, 13vw, 176px);
  color: var(--mint-1);
  text-shadow:
    0 2px 0 rgba(255,255,255,0.24),
    0 14px 34px rgba(116, 152, 117, 0.12),
    0 30px 64px rgba(0,0,0,0.28);
}

.hero-copy {
  max-width: 560px;
  margin: 22px 0 28px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.5;
  font-weight: 700;
  color: var(--muted);
}

.hero-stage {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.stage-ring,
.stage-ring-small {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.18), rgba(255,255,255,0.02) 54%, transparent 68%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
}
.stage-ring {
  width: min(100%, 540px);
  aspect-ratio: 1;
}
.stage-ring-small {
  width: min(72%, 380px);
  aspect-ratio: 1;
  transform: translateY(28px);
  opacity: 0.9;
}

.drip {
  position: absolute;
  width: 64px;
  background: linear-gradient(180deg, rgba(236,247,236,0.18), rgba(185,208,183,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  border-radius: 40px;
  filter: blur(0.1px);
}
.drip::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: inherit;
  border: inherit;
}
.drip-left {
  height: 120px;
  left: 12%;
  top: 14%;
  rotate: -10deg;
}
.drip-right {
  height: 86px;
  right: 10%;
  top: 20%;
  rotate: 8deg;
}

.hero-stage::before {
  content: "";
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 43% 57% 53% 47% / 47% 39% 61% 53%;
  background: radial-gradient(circle at 50% 50%, rgba(212,236,211,0.18), rgba(212,236,211,0.04) 46%, transparent 72%);
  filter: blur(28px);
  animation: pulse 5.4s ease-in-out infinite;
  z-index: -1;
}

.hero-art {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  max-height: 680px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 42px rgba(197, 230, 194, 0.18))
    drop-shadow(0 26px 48px rgba(0,0,0,0.42));
  animation: bob 5.3s ease-in-out infinite;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.pill {
  min-width: 146px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(227, 241, 227, 0.14), rgba(132, 166, 132, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.17),
    0 10px 28px rgba(0,0,0,0.2);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.pill:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.24);
  background:
    linear-gradient(180deg, rgba(238, 248, 238, 0.18), rgba(156, 192, 157, 0.11));
}
.pill-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(248,252,248,0.94), rgba(217,234,216,0.7));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 7px 14px rgba(0,0,0,0.2);
}
.pill-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
#pumpLink .pill-icon img { width: 25px; height: 25px; }
#xLink .pill-icon img { width: 18px; height: 18px; }
.pill-text {
  flex: 1;
  color: rgba(248, 252, 249, 0.94);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.pill-arrow {
  color: rgba(248, 252, 249, 0.54);
  font-weight: 900;
}

.ca-card {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 10px 10px 10px 16px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(180deg, rgba(231,245,232,0.16), rgba(103,129,103,0.08));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 16px 40px rgba(0,0,0,0.24);
  backdrop-filter: blur(18px);
}
.ca-label {
  font-size: 28px;
  line-height: 1;
  color: var(--mint-1);
}
.ca-card code {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(242,249,244,0.84);
  font: 800 12px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.05em;
}
.ca-card button {
  min-width: 108px;
  border: 0;
  border-radius: 18px;
  padding: 15px 16px;
  background: linear-gradient(180deg, #f5fbf5, #dcefd8);
  color: var(--ink);
  font: 900 11px/1 "Nunito", sans-serif;
  letter-spacing: 0.16em;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,0.16);
  transition: transform .2s ease;
}
.ca-card button:hover { transform: scale(1.03); }
.copy-done { display: none; }
.ca-card button.copied .copy-label { display: none; }
.ca-card button.copied .copy-done { display: inline; }

.feature-grid,
.faq-wrap,
.disclaimer-wrap {
  padding: 34px 0 42px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 26px;
}

.goo-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--card-line);
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(227,241,228,0.13), rgba(104,130,108,0.08));
}
.goo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 22% 18%, rgba(255,255,255,0.18), transparent 22%), radial-gradient(circle at 88% 12%, rgba(255,255,255,0.12), transparent 18%);
}

.intro-card {
  padding: 42px 44px 36px;
  border-radius: 48px 48px 64px 56px / 40px 44px 74px 62px;
}
.intro-card p:last-child,
.disclaimer-card p:last-child {
  max-width: 820px;
  margin: 18px 0 0;
  line-height: 1.72;
  font-size: 16px;
  font-weight: 700;
  color: var(--muted);
}

.mini-card {
  padding: 34px 32px;
  border-radius: 42px 52px 42px 68px / 44px 40px 56px 56px;
}

.trait-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.trait-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}
.trait-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4fcf4, #b9d5b7);
  box-shadow: 0 0 12px rgba(201, 235, 199, 0.45);
}

.section-copy {
  margin-bottom: 16px;
}
.liquid-subtitle {
  margin: 0;
  color: var(--mint-1);
  font-size: clamp(54px, 8vw, 98px);
  line-height: 0.8;
  text-shadow: 0 18px 36px rgba(0,0,0,0.24);
}

.faq-wrap {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: start;
}
.faq-card {
  padding: 12px 28px;
  border-radius: 58px 42px 64px 52px / 42px 52px 58px 64px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 23px 44px 23px 0;
  font-size: 17px;
  font-weight: 900;
  color: #f3fbf3;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 17px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(180deg, #f6fcf5, #cee6cb);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  transition: transform .2s ease;
}
details[open] summary::after { transform: rotate(45deg); }
details p {
  margin: 0 30px 22px 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  color: var(--muted);
}
details code { color: #fff; }

.disclaimer-wrap { padding-bottom: 78px; }
.disclaimer-card {
  padding: 42px 44px 38px;
  border-radius: 54px 44px 70px 50px / 44px 50px 68px 58px;
}

footer {
  min-height: 100px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(228,239,234,0.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(-0.2deg); }
  50% { transform: translateY(-14px) rotate(0.4deg); }
}
@keyframes pulse {
  0%, 100% { transform: scale(0.97); opacity: 0.65; }
  50% { transform: scale(1.03); opacity: 1; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 30px, 760px); }

  .hero {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 18px;
  }
  .hero-copy-block {
    order: 2;
    text-align: center;
  }
  .hero-copy { margin-inline: auto; }
  .socials { justify-content: center; }
  .hero-stage {
    order: 1;
    min-height: 540px;
  }
  .feature-grid,
  .faq-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .topbar {
    min-height: 74px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .brand span { font-size: 19px; }
  .topbar nav {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .topbar nav a {
    font-size: 10px;
    letter-spacing: 0.12em;
    padding: 8px 10px;
  }
  .liquid-title {
    font-size: clamp(82px, 24vw, 128px);
  }
  .hero-stage {
    min-height: 430px;
  }
  .hero-art {
    width: min(100%, 320px);
    max-height: 400px;
  }
  .stage-ring { width: min(100%, 360px); }
  .stage-ring-small { width: min(72%, 240px); }
  .socials {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pill {
    min-width: 0;
  }
  .ca-card {
    grid-template-columns: auto 1fr;
    padding: 12px 12px 12px 14px;
  }
  .ca-card button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .intro-card,
  .mini-card,
  .faq-card,
  .disclaimer-card {
    padding: 28px 22px 24px;
  }
  .liquid-subtitle {
    font-size: clamp(48px, 16vw, 74px);
  }
  details p {
    margin-right: 10px;
  }
  footer {
    min-height: 84px;
    font-size: 9px;
    flex-direction: column;
    justify-content: center;
  }
}

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