:root {
  --ink: #f5fbf5;
  --muted: rgba(245, 251, 245, 0.68);
  --soft: rgba(245, 251, 245, 0.1);
  --line: rgba(245, 251, 245, 0.16);
  --green: #00c986;
  --green-deep: #008a5a;
  --lime: #d6ff85;
  --cream: #f8f3df;
  --charcoal: #06140f;
  --black: #020604;
  --max: 1180px;
  font-family: "Avenir Next", "Trebuchet MS", Verdana, sans-serif;
  color: var(--ink);
  background: var(--black);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(0, 201, 134, 0.22), transparent 30%),
    radial-gradient(circle at 85% 6%, rgba(214, 255, 133, 0.14), transparent 24%),
    linear-gradient(145deg, #020604 0%, #06140f 48%, #001b12 100%);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}

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

.site-shell {
  overflow: hidden;
}

.topbar {
  align-items: center;
  display: flex;
  inset: 0 0 auto 0;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 24px;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  letter-spacing: -0.04em;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--green), #07583e);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 201, 134, 0.26);
  display: grid;
  height: 44px;
  justify-items: center;
  width: 44px;
}

.brand-mark svg {
  height: 26px;
  width: 26px;
}

.brand-name {
  font-size: 1.22rem;
  font-weight: 900;
}

.nav-links {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(3, 15, 10, 0.54);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  padding: 7px;
}

.nav-links a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 10px 14px;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
}

.hero {
  min-height: 100svh;
  padding: 128px 24px 80px;
  position: relative;
}

.hero::before,
.paywall-field::before {
  animation: drift 18s ease-in-out infinite alternate;
  background:
    linear-gradient(90deg, transparent 0 6%, rgba(0, 201, 134, 0.26) 6% 7%, transparent 7% 24%),
    linear-gradient(0deg, transparent 0 8%, rgba(214, 255, 133, 0.12) 8% 9%, transparent 9% 24%);
  content: "";
  inset: -20%;
  mask-image: radial-gradient(circle at 50% 45%, black, transparent 74%);
  opacity: 0.7;
  position: absolute;
  transform: rotate(-7deg);
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 0.92fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100svh - 208px);
  position: relative;
  z-index: 1;
}

.hero-grid > * {
  min-width: 0;
}

.eyebrow {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(4.6rem, 12vw, 10.5rem);
  letter-spacing: -0.105em;
  line-height: 0.78;
  margin: 20px 0 30px;
  max-width: 760px;
}

.hero-copy {
  color: rgba(245, 251, 245, 0.76);
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.55;
  max-width: 620px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 950;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.button.primary {
  background: var(--ink);
  color: #03120d;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--ink);
}

.button:hover {
  transform: translateY(-2px);
}

.availability {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-visual {
  min-height: 650px;
  position: relative;
}

.phone {
  animation: phoneFloat 6.4s ease-in-out infinite;
  background: linear-gradient(180deg, rgba(250, 255, 248, 0.98), rgba(235, 247, 239, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 52px;
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.42), inset 0 0 0 10px #07100c;
  color: #07110d;
  height: 640px;
  margin-left: auto;
  overflow: hidden;
  padding: 32px 26px;
  position: relative;
  z-index: 2;
  width: min(385px, 100%);
}

.phone::before {
  background: #050807;
  border-radius: 999px;
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 118px;
}

.phone-screen {
  padding-top: 42px;
}

.phone-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.phone-title {
  font-size: 2.1rem;
  font-weight: 950;
  letter-spacing: -0.07em;
}

.phone-sync {
  color: #6d7a75;
  font-size: 0.9rem;
  font-weight: 800;
  margin-top: 4px;
}

.plus-pill {
  align-items: center;
  background: #07110d;
  border-radius: 50%;
  color: white;
  display: grid;
  font-size: 2rem;
  font-weight: 600;
  height: 58px;
  justify-items: center;
  width: 58px;
}

.range-tabs {
  display: flex;
  gap: 8px;
  margin: 24px 0;
}

.range-tabs span {
  border: 1px solid #dbe5df;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 950;
  padding: 9px 14px;
}

.range-tabs span:first-child {
  background: #07110d;
  color: white;
}

.metric-panel {
  background: white;
  border: 1px solid #dce6df;
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(8, 27, 18, 0.1);
  padding: 26px;
}

.metric-label {
  color: #697771;
  font-size: 0.92rem;
  font-weight: 900;
}

.metric-value {
  font-size: 3.7rem;
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 1;
  margin: 12px 0 16px;
}

.mini-chart {
  height: 116px;
  overflow: visible;
  width: 100%;
}

.mini-chart path {
  animation: drawLine 2.4s ease both;
  fill: none;
  stroke: #008a5a;
  stroke-linecap: round;
  stroke-width: 8;
}

.store-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce6df;
  border-radius: 24px;
  display: flex;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
}

.store-icon {
  align-items: center;
  background: linear-gradient(145deg, #008a5a, #16b982);
  border-radius: 18px;
  color: white;
  display: grid;
  font-weight: 950;
  height: 56px;
  justify-items: center;
  width: 56px;
}

.store-row strong,
.store-row span {
  display: block;
}

.store-row strong {
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.store-row span {
  color: #718079;
  font-size: 0.9rem;
  margin-top: 4px;
}

.store-row em {
  color: #008a5a;
  font-style: normal;
  font-weight: 950;
  margin-left: auto;
}

.notification {
  animation: cardOrbit 7s ease-in-out infinite;
  backdrop-filter: blur(28px);
  background: rgba(4, 19, 13, 0.76);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 2px;
  max-width: 224px;
  padding: 18px 20px;
  position: absolute;
  left: -74px;
  top: 92px;
  z-index: 1;
}

.notification strong,
.notification span,
.notification em {
  display: block;
}

.notification span {
  color: var(--lime);
  font-size: 1.72rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.notification em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.pulse-once {
  animation: pulseOnce 520ms ease both;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 110px 24px;
  position: relative;
}

.section.compact {
  padding-top: 48px;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.section-heading h2,
.legal-hero h1 {
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  letter-spacing: -0.095em;
  line-height: 0.9;
}

.section-heading p,
.legal-hero p {
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.6;
}

.workflow {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}

.workflow-step {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.workflow-step span {
  color: var(--green);
  display: block;
  font-size: 0.86rem;
  font-weight: 950;
  margin-bottom: 18px;
}

.workflow-step h3 {
  font-size: 1.4rem;
  letter-spacing: -0.055em;
  line-height: 1.1;
}

.workflow-step p {
  color: var(--muted);
  line-height: 1.55;
  margin-top: 14px;
}

.proof {
  align-items: stretch;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
}

.dashboard-strip {
  background:
    radial-gradient(circle at 20% 10%, rgba(214, 255, 133, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: 44px;
  min-height: 440px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.dashboard-strip::after {
  animation: sweep 6s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  content: "";
  height: 100%;
  left: -40%;
  position: absolute;
  top: 0;
  transform: skewX(-12deg);
  width: 28%;
}

.total-line {
  color: var(--muted);
  font-weight: 900;
}

.total-value {
  color: var(--cream);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 0.95;
  margin: 18px 0 26px;
}

.store-stack {
  display: grid;
  gap: 12px;
}

.glass-store {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.glass-store strong,
.glass-store span {
  display: block;
}

.glass-store span {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 4px;
}

.glass-store em {
  color: var(--lime);
  font-style: normal;
  font-weight: 950;
}

.approval-card {
  align-self: end;
  background: var(--cream);
  border-radius: 42px;
  color: #07110d;
  padding: 34px;
}

.approval-card h3 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  letter-spacing: -0.08em;
  line-height: 0.94;
}

.approval-card p {
  color: #4f5d57;
  line-height: 1.55;
  margin-top: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.check-list span {
  align-items: center;
  display: flex;
  font-weight: 900;
  gap: 10px;
}

.check-list span::before {
  background: #008a5a;
  border-radius: 50%;
  color: white;
  content: "✓";
  display: grid;
  height: 24px;
  place-items: center;
  width: 24px;
}

.paywall-field {
  border: 1px solid var(--line);
  border-radius: 48px;
  margin-top: 52px;
  overflow: hidden;
  padding: 52px;
  position: relative;
}

.paywall-field > * {
  position: relative;
  z-index: 1;
}

.plan-row {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.plan {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  padding: 26px;
}

.plan strong {
  color: var(--lime);
  display: block;
  font-size: 1.34rem;
  letter-spacing: -0.06em;
  line-height: 1.08;
  margin-top: 8px;
}

.final-cta {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.legal-shell {
  margin: 0 auto;
  max-width: 980px;
  padding: 132px 24px 92px;
}

.legal-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 46px;
}

.legal-content {
  color: rgba(245, 251, 245, 0.82);
  display: grid;
  gap: 34px;
  line-height: 1.7;
  padding-top: 46px;
}

.legal-content h2 {
  color: var(--ink);
  font-size: 1.65rem;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
}

.legal-content p,
.legal-content li {
  color: rgba(245, 251, 245, 0.76);
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.legal-content a {
  color: var(--lime);
  font-weight: 900;
}

.support-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.support-box {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
}

.plugin-shell {
  margin: 0 auto;
  max-width: var(--max);
  padding: 116px 24px 92px;
}

.plugin-hero {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  min-height: calc(100svh - 224px);
}

.plugin-copy h1 {
  font-size: clamp(3.8rem, 8vw, 7.4rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin: 18px 0 26px;
}

.plugin-terminal {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    #03110c;
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
  padding: 24px;
}

.terminal-bar {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 8px;
  padding-bottom: 18px;
}

.terminal-bar span {
  background: var(--green);
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}

.terminal-bar span:nth-child(2) {
  background: var(--lime);
}

.terminal-bar span:nth-child(3) {
  background: var(--cream);
}

.terminal-lines {
  display: grid;
  gap: 14px;
  padding-top: 24px;
}

.terminal-lines p {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: rgba(245, 251, 245, 0.82);
  display: flex;
  gap: 10px;
  line-height: 1.4;
  padding: 16px;
}

.terminal-lines strong {
  color: var(--lime);
}

.plugin-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
}

.plugin-info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.plugin-info-grid h2 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  letter-spacing: -0.075em;
  line-height: 0.98;
  margin: 0 0 16px;
}

.plugin-info-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.footer {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: var(--max);
  padding: 34px 24px 48px;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer a,
.footer span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

[data-reveal] {
  animation: riseIn 720ms ease both;
  opacity: 1;
  transform: translateY(0);
}

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

@keyframes drift {
  from {
    transform: rotate(-7deg) translate3d(-2%, -2%, 0);
  }
  to {
    transform: rotate(-3deg) translate3d(3%, 2%, 0);
  }
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(-1deg);
  }
}

@keyframes phoneFloatMobile {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes cardOrbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
  50% {
    transform: translate3d(-14px, 16px, 0) rotate(-1deg);
  }
}

@keyframes drawLine {
  from {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
  }
  to {
    stroke-dasharray: 700;
    stroke-dashoffset: 0;
  }
}

@keyframes sweep {
  0%,
  36% {
    left: -40%;
  }
  100% {
    left: 118%;
  }
}

@keyframes pulseOnce {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes riseIn {
  from {
    opacity: 1;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .topbar {
    padding: 18px;
  }

  .nav-links a:not(:last-child) {
    display: none;
  }

  .hero {
    padding-top: 104px;
  }

  .hero-grid,
  .proof {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .phone {
    height: 560px;
    margin: 0 auto;
    width: min(360px, 100%);
  }

  .notification {
    right: auto;
    top: auto;
    bottom: 26px;
    left: 0;
    z-index: 3;
  }

  .workflow,
  .plan-row,
  .plugin-steps,
  .plugin-info-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .plugin-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .final-cta,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .paywall-field {
    padding: 30px;
  }
}

@media (max-width: 520px) {
  .topbar {
    padding: 16px 18px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-grid {
    gap: 44px;
  }

  h1 {
    font-size: 4.12rem;
    letter-spacing: -0.1em;
    max-width: 100%;
    width: min(100%, 330px);
  }

  .hero-copy {
    font-size: 1.05rem;
    max-width: 100%;
    width: min(100%, 340px);
  }

  .section {
    padding: 76px 18px;
  }

  .hero-visual {
    left: 50%;
    margin-left: -50vw;
    min-height: 520px;
    overflow: hidden;
    width: 100vw;
  }

  .phone {
    animation: phoneFloatMobile 6.4s ease-in-out infinite;
    border-radius: 42px;
    box-shadow: inset 0 0 0 8px #07100c, 0 30px 80px rgba(0, 0, 0, 0.36);
    margin-left: 34px;
    margin-right: auto;
    padding: 28px 20px;
    transform: none;
    width: min(320px, calc(100vw - 52px));
  }

  .metric-value {
    font-size: 3rem;
  }

  .legal-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .plugin-shell {
    padding-left: 18px;
    padding-right: 18px;
  }
}

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