:root {
  --paper: #f4f8f1;
  --ink: #101a14;
  --muted: #637064;
  --line: rgba(15, 40, 27, 0.13);
  --panel: rgba(255, 255, 255, 0.78);
  --green: #18a463;
  --green-dark: #087143;
  --mint: #b6f4d0;
  --cyan: #50c5d8;
  --charcoal: #102019;
  --amber: #ffc45a;
  --danger: #d44b3d;
  --shadow: 0 28px 70px rgba(12, 38, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Aptos, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(9, 33, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 33, 20, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 15% 5%, rgba(80, 197, 216, 0.22), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(24, 164, 99, 0.23), transparent 27%),
    linear-gradient(180deg, #fbfff7 0%, #eef6ed 42%, #f7faf4 100%);
  background-size: 46px 46px, 46px 46px, auto, auto, auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(1160px, calc(100% - 36px));
  min-height: 64px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 48px rgba(20, 54, 33, 0.11);
  transform: translateX(-50%);
  backdrop-filter: blur(20px);
}

.header-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.lang-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, 38px);
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.lang-switch button {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  color: #405246;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.lang-switch button.active {
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(24, 164, 99, 0.22);
}

.brand,
.header-action,
.site-nav,
.proof-strip span,
.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: Onest, Manrope, sans-serif;
  font-weight: 900;
  font-size: 19px;
}

.brand-glyph {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #0c7e4c);
  box-shadow: 0 12px 24px rgba(24, 164, 99, 0.28);
}

.brand-glyph-image {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(24, 164, 99, 0.18);
}

.brand-glyph-image img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-glyph svg,
.header-action svg,
.primary-cta svg,
.secondary-cta svg,
.proof-strip svg,
.problem-card svg,
.flow-step svg,
.security-list svg,
.audience-grid svg,
.lead-form button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.25;
}

.site-nav {
  justify-content: center;
  gap: clamp(18px, 4vw, 38px);
  color: #324237;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 9px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-action {
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--charcoal);
  font-size: 14px;
  font-weight: 900;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 150px clamp(20px, 5vw, 76px) 84px;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 132px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--paper));
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-family: Onest, Manrope, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Onest, Manrope, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin: 0 auto 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 900;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1;
  font-weight: 900;
}

h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.1;
}

.hero-copy {
  width: min(760px, 100%);
  margin: 0 auto 30px;
  color: #3f4c43;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hero-transfer-chip {
  display: grid;
  grid-template-columns: minmax(38px, 96px) 46px minmax(38px, 96px);
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(340px, 100%);
  margin: 0 auto 16px;
  opacity: 0.95;
}

.hero-transfer-chip span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(24, 164, 99, 0.8), rgba(80, 197, 216, 0.78));
}

.hero-transfer-chip span:last-child {
  background: linear-gradient(90deg, rgba(80, 197, 216, 0.78), rgba(24, 164, 99, 0.8), transparent);
}

.hero-transfer-chip i,
.hero-transfer-chip svg {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(24, 164, 99, 0.2);
  border-radius: 50%;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(16, 46, 29, 0.12);
}

.primary-cta,
.secondary-cta,
.lead-form button {
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-cta {
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #087143);
  box-shadow: 0 18px 42px rgba(24, 164, 99, 0.28);
}

.secondary-cta {
  padding: 0 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.primary-cta:hover,
.secondary-cta:hover,
.lead-form button:hover {
  transform: translateY(-2px);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.proof-strip span {
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(8, 113, 67, 0.16);
  border-radius: 8px;
  color: #264134;
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0.82;
}

.device {
  position: absolute;
  top: 50%;
  width: 204px;
  height: 392px;
  padding: 20px 13px 36px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(23, 42, 31, 0.96), rgba(11, 24, 17, 0.98));
  box-shadow: 0 42px 90px rgba(9, 24, 15, 0.23);
}

.device-android {
  left: max(26px, calc(50% - 610px));
  transform: translateY(-38%) rotate(-10deg);
}

.device-iphone {
  right: max(26px, calc(50% - 610px));
  transform: translateY(-36%) rotate(9deg);
}

.device-top {
  width: 44px;
  height: 5px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.device-top.notch {
  width: 68px;
  height: 18px;
  margin-top: -6px;
  background: #050a07;
}

.chat-screen {
  display: grid;
  align-content: start;
  gap: 12px;
  height: 282px;
  padding: 16px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(182, 244, 208, 0.12), transparent 36%),
    #eff8f0;
}

.chat-screen.ios {
  background:
    linear-gradient(135deg, rgba(80, 197, 216, 0.16), transparent 38%),
    #f4f9fb;
}

.bubble {
  display: block;
  width: 78%;
  height: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(16, 42, 27, 0.08);
}

.bubble.short {
  width: 52%;
}

.bubble.wide {
  width: 86%;
}

.bubble.right {
  justify-self: end;
  background: #c5f4da;
}

.bubble.media {
  height: 58px;
  background: linear-gradient(135deg, #bdebd2, #80cfdf);
}

.bubble.muted {
  opacity: 0.6;
}

.device-label {
  position: absolute;
  right: 0;
  bottom: -34px;
  left: 0;
  color: rgba(16, 32, 25, 0.72);
  font-weight: 900;
  text-align: center;
}

.transfer-field {
  position: absolute;
  top: 59%;
  left: 50%;
  width: min(760px, 68vw);
  height: 250px;
  z-index: -1;
  opacity: 0.42;
  transform: translate(-50%, -50%);
}

.stream {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(24, 164, 99, 0.95), rgba(80, 197, 216, 0.95), transparent);
  opacity: 0.58;
  filter: drop-shadow(0 0 16px rgba(24, 164, 99, 0.28));
  animation: streamMove 3.8s ease-in-out infinite;
}

.stream-one {
  top: 68px;
}

.stream-two {
  top: 124px;
  animation-delay: 0.6s;
}

.stream-three {
  top: 181px;
  animation-delay: 1.1s;
}

.vault-core {
  display: none;
}

.vault-core svg {
  width: 28px;
  height: 28px;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(24, 164, 99, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 3s ease-out infinite;
}

.ring-two {
  animation-delay: 1.2s;
}

section:not(.hero) {
  position: relative;
  z-index: 2;
  padding: 84px clamp(20px, 5vw, 76px);
}

.section-kicker {
  width: min(820px, 100%);
  margin: 0 auto 32px;
  text-align: center;
}

.section-kicker.narrow {
  width: min(720px, 100%);
}

.problem-grid,
.flow-grid,
.audience-grid {
  display: grid;
  width: min(1160px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.problem-card,
.flow-step,
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(20, 54, 33, 0.09);
  backdrop-filter: blur(16px);
}

.problem-card {
  min-height: 220px;
  padding: 24px;
}

.problem-card svg,
.audience-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--green-dark);
}

.problem-card p,
.flow-step p,
.audience-grid p,
.security-copy p,
.cta-panel p {
  color: var(--muted);
  line-height: 1.62;
}

.flow-section {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

.flow-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-line {
  position: relative;
  width: min(920px, calc(100% - 80px));
  height: 2px;
  margin: 34px auto 38px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(24, 164, 99, 0.36), transparent);
}

.flow-line::before,
.flow-line::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

.flow-line::before {
  left: -18%;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(24, 164, 99, 0.95), rgba(80, 197, 216, 0.9), transparent);
  filter: drop-shadow(0 0 10px rgba(24, 164, 99, 0.45));
  animation: flowScanner 3.8s ease-in-out infinite;
}

.flow-line::after {
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(24, 164, 99, 0.12), 0 0 22px rgba(24, 164, 99, 0.55);
  animation: flowDot 3.8s ease-in-out infinite;
}

.flow-step {
  position: relative;
  overflow: hidden;
  min-height: 276px;
  padding: 22px;
  transform: translateY(0);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}

.flow-step::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.72) 48%, transparent 58%, transparent 100%);
  opacity: 0;
  transform: translateX(-120%);
}

.flow-step::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  content: "";
  pointer-events: none;
  border-right: 2px solid rgba(24, 164, 99, 0.18);
  border-bottom: 2px solid rgba(80, 197, 216, 0.2);
  border-radius: 0 0 8px 0;
  opacity: 0.8;
}

.flow-step:hover {
  border-color: rgba(24, 164, 99, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(20, 54, 33, 0.15);
  transform: translateY(-8px);
}

.flow-step:hover::before {
  opacity: 1;
  animation: cardShine 900ms ease;
}

.flow-step span {
  display: block;
  margin-bottom: 48px;
  color: rgba(8, 113, 67, 0.26);
  font-family: Onest, Manrope, sans-serif;
  font-size: 42px;
  font-weight: 900;
  transition: color 220ms ease, transform 220ms ease;
}

.flow-step:hover span {
  color: rgba(8, 113, 67, 0.42);
  transform: translateX(3px);
}

.flow-step svg {
  position: absolute;
  top: 28px;
  right: 22px;
  width: 28px;
  height: 28px;
  color: var(--green-dark);
  transition: transform 240ms ease, color 240ms ease;
}

.flow-step:hover svg {
  color: var(--green);
  transform: rotate(-8deg) scale(1.08);
}

.security-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
  gap: 34px;
}

.security-visual,
.security-copy {
  min-width: 0;
}

.terminal-window {
  position: relative;
  min-height: 380px;
  padding: 54px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #d9ffe8;
  background:
    linear-gradient(135deg, rgba(24, 164, 99, 0.13), transparent 40%),
    #101f18;
  box-shadow: var(--shadow);
}

.terminal-window span {
  position: absolute;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--danger);
}

.terminal-window span:nth-child(1) {
  left: 22px;
}

.terminal-window span:nth-child(2) {
  left: 40px;
  background: var(--amber);
}

.terminal-window span:nth-child(3) {
  left: 58px;
  background: var(--green);
}

.terminal-window pre {
  margin: 0;
  white-space: pre-wrap;
  color: #d9ffe8;
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 15px;
  line-height: 1.65;
}

.security-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.security-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.security-list svg {
  flex: 0 0 auto;
  color: var(--green-dark);
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid article {
  min-height: 230px;
  padding: 26px;
}

.cta-section {
  padding-bottom: 110px !important;
}

.cta-panel {
  width: min(1050px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(24, 164, 99, 0.12), rgba(80, 197, 216, 0.12)),
    rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  width: min(860px, 100%);
}

.cta-panel p {
  width: min(760px, 100%);
  margin-top: 18px;
}

.lead-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(210px, 0.74fr) auto;
  gap: 12px;
  margin-top: 30px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label span {
  color: #38463c;
  font-size: 13px;
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 56px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: rgba(24, 164, 99, 0.5);
  box-shadow: 0 0 0 4px rgba(24, 164, 99, 0.12);
}

.lead-form button {
  align-self: end;
  min-width: 190px;
  border: 0;
  color: #fff;
  background: var(--charcoal);
  cursor: pointer;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.form-status.ok {
  color: var(--green-dark);
}

.form-status.error {
  color: var(--danger);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.flow-step:nth-child(2) {
  animation-delay: 70ms;
}

.flow-step:nth-child(3) {
  animation-delay: 140ms;
}

.flow-step:nth-child(4) {
  animation-delay: 210ms;
}

.flow-step.is-visible {
  animation: cardSettle 560ms cubic-bezier(0.2, 0.85, 0.2, 1.12) both;
}

@keyframes streamMove {
  0%, 100% {
    opacity: 0.32;
    transform: translateX(-18px) scaleX(0.82);
  }
  50% {
    opacity: 1;
    transform: translateX(18px) scaleX(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.72);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.45);
  }
}

@media (max-width: 1120px) {
  .device {
    opacity: 0.32;
  }

  .problem-grid,
  .flow-grid,
  .audience-grid,
  .security-section,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .flow-line {
    display: none;
  }

  .lead-form button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding: 8px;
  }

  .site-nav {
    display: none;
  }

  .header-action span {
    display: none;
  }

  .header-action {
    width: 42px;
    min-height: 38px;
    padding: 0;
  }

  .header-controls {
    justify-self: end;
    gap: 6px;
  }

  .lang-switch {
    grid-template-columns: repeat(2, 34px);
    padding: 2px;
  }

  .lang-switch button {
    min-height: 34px;
    font-size: 11px;
  }

  .hero {
    min-height: 100vh;
    padding: 118px 18px 58px;
    align-items: start;
  }

  h1 {
    font-size: clamp(38px, 13vw, 58px);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .device {
    width: 132px;
    height: 256px;
    opacity: 0.22;
    pointer-events: none;
  }

  .device-android {
    left: -54px;
    top: 54%;
  }

  .device-iphone {
    right: -54px;
    top: 55%;
  }

  .transfer-field {
    top: 58%;
    width: 96vw;
    opacity: 0.28;
  }

  .stream {
    height: 3px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .proof-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .proof-strip span {
    justify-content: center;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 16px;
  }

  .brand-glyph {
    width: 34px;
    height: 34px;
  }

  .header-action {
    display: none;
  }

  .hero {
    padding-top: 108px;
  }
}

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

@keyframes flowScanner {
  0% {
    transform: translate(-8%, -50%);
  }
  55% {
    transform: translate(655%, -50%);
  }
  100% {
    transform: translate(655%, -50%);
  }
}

@keyframes flowDot {
  0%, 100% {
    left: 0%;
    opacity: 0;
  }
  12%, 88% {
    opacity: 1;
  }
  50% {
    left: 50%;
  }
  88% {
    left: 100%;
  }
}

@keyframes cardShine {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@keyframes cardSettle {
  0% {
    transform: translateY(24px) scale(0.985);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}