:root {
  --bg-top: #0d1313;
  --bg-mid: #15221b;
  --bg-bottom: #1f2d24;
  --text: #f6fbf6;
  --muted: #d4dfd2;
  --green-1: #b4ff6d;
  --green-2: #6cf07f;
  --green-3: #14983c;
  --green-4: rgba(142, 255, 152, 0.18);
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(ellipse 62% 48% at 16% 18%, rgba(196, 252, 118, 0.24), transparent 58%),
    radial-gradient(ellipse 54% 42% at 78% 16%, rgba(164, 236, 120, 0.14), transparent 54%),
    radial-gradient(ellipse 70% 56% at 50% 56%, rgba(94, 182, 92, 0.06), transparent 62%),
    radial-gradient(ellipse 58% 40% at 50% 100%, rgba(120, 216, 114, 0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 42%, var(--bg-bottom) 100%);
  background-size: 160% 160%, 155% 155%, 170% 170%, 150% 150%, 100% 100%;
  animation: ambient-gradient 16s ease-in-out infinite;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 36%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 95%);
}

.page-shell {
  width: 100%;
}

.shell {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

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

.header-shell {
  padding: 10px 0;
}

.footer-shell {
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  width: 96px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
}

.brand-tm {
  display: inline-block;
  margin-left: 1px;
  font-size: 0.3em;
  font-weight: 800;
  letter-spacing: 0.08em;
  vertical-align: super;
  position: relative;
  top: -0.15em;
  opacity: 0.72;
}

.brand-text small {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.header-download,
.primary-button,
.store-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.header-download,
.primary-button {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-1), var(--green-2));
  color: #09200d;
  padding: 0.82rem 1.22rem;
  font-weight: 900;
}

.header-download:hover,
.primary-button:hover {
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.site-nav a,
.social-follow a,
.footer-links a,
.footer-socials a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a,
.footer-links a {
  font-weight: 800;
}

.site-nav a,
.footer-links a,
.social-follow a,
.footer-socials a,
.legal-link,
.back-link,
.header-download,
.primary-button,
.example-card,
.review-card {
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover,
.social-follow a:hover,
.legal-link:hover,
.back-link:hover {
  color: var(--green-1);
}

.hero {
  min-height: calc(100svh - 84px);
  display: flex;
  align-items: center;
  padding: 12px 0 10px;
}

.how-it-works,
.safety,
.examples,
.join-post,
.reviews {
  padding: 62px 0 52px;
}

.hero-shell,
.join-post-grid {
  display: grid;
  gap: 44px;
}

.hero-shell {
  grid-template-columns: 1fr 0.98fr;
  align-items: center;
  min-height: 100%;
  gap: 28px;
}

.hero-copy {
  padding-top: 0;
  max-width: 590px;
}

.hero-label {
  margin: 0 0 10px;
  color: var(--green-1);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.store-copy strong,
.waitlist-trigger,
.score-state {
  font-weight: 900;
}

h1 {
  margin: 0 0 14px;
  font-size: clamp(2.9rem, 4.9vw, 4.9rem);
  line-height: 0.96;
  max-width: 10.4ch;
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.hero-description,
.section-description,
.waitlist-form label,
.social-follow,
.step-text-grid p,
.trust-copy p,
.example-card p,
.analysis-summary,
.insight-list span,
.review-card p,
.footer-copy {
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.97rem;
}

.waitlist-area {
  margin-top: 24px;
  max-width: 500px;
}

.waitlist-form {
  margin-top: 14px;
  padding: 16px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hidden {
  display: none;
}

.waitlist-input-row {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

input,
select {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
}

select {
  appearance: none;
  padding-right: 3rem;
  color-scheme: dark;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--green-1) 50%),
    linear-gradient(135deg, var(--green-1) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

option {
  background: #101816;
  color: var(--text);
}

input:focus,
select:focus {
  outline: 2px solid rgba(180, 255, 109, 0.26);
  border-color: transparent;
}

.waitlist-success {
  margin: 12px 0 0;
  font-weight: 800;
  color: var(--green-1);
}

.social-follow {
  margin: 10px 0 0;
}

.social-follow a {
  color: var(--green-1);
  font-weight: 800;
}

.hero-visual {
  display: grid;
  gap: 10px;
  justify-items: center;
  perspective: 1200px;
}

.phone-mockup {
  position: relative;
  width: min(100%, 241px);
  aspect-ratio: 0.468;
  padding: 4px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01)),
    linear-gradient(180deg, #111820 0%, #080c10 64%, #10161d 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform-origin: 50% 58%;
  will-change: transform, box-shadow;
  animation: phone-float 6.8s ease-in-out infinite;
}

.phone-mockup::before,
.phone-mockup::after {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04));
}

.phone-mockup::before {
  left: -2px;
  top: 120px;
  height: 52px;
}

.phone-mockup::after {
  right: -2px;
  top: 166px;
  height: 72px;
}

.phone-notch {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  width: 31%;
  height: 14px;
  border-radius: 999px;
  background: #04080c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  z-index: 2;
}

.phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 38px 38px 31px 31px;
  background: #06090b;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: translateY(-0.9%) scale(1.032);
  transform-origin: center top;
}

.store-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 520px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: var(--text);
  box-shadow: none;
  transition: transform 180ms ease;
  min-width: 0;
}

.store-button:hover,
.store-button.is-active {
  transform: translateY(-2px);
  box-shadow: none;
}

.store-button.is-active .badge-image,
.store-button:hover .badge-image {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.badge-button {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 198px;
}

.badge-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.badge-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  color: var(--green-1);
  font-weight: 800;
  font-size: 0.84rem;
  margin-top: 0;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  background: rgba(10, 16, 14, 0.38);
  border: 1px solid rgba(180, 255, 109, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.store-button.is-active .badge-status,
.store-button:hover .badge-status {
  background: rgba(14, 21, 18, 0.52);
  border-color: rgba(180, 255, 109, 0.36);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
}

.section-kicker {
  margin: 0;
  color: var(--green-1);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
}

.section-description {
  max-width: 42ch;
  margin: 0;
}

.steps-panel,
.trust-panel,
.post-panel,
.score-panel,
.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.steps-panel,
.trust-panel,
.post-panel,
.score-panel,
.review-card {
  padding: 28px;
}

.steps-panel:hover,
.trust-panel:hover,
.post-panel:hover,
.score-panel:hover,
.review-card:hover,
.example-card:hover {
  transform: translateY(-3px);
  border-color: rgba(180, 255, 109, 0.18);
}

.steps-visual {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 34px;
}

.step-visual-item {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.step-visual-item strong {
  font-size: 0.96rem;
  max-width: 12ch;
}

.step-icon {
  width: min(100%, 124px);
  aspect-ratio: 0.84;
  border-radius: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.step-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.step-line {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(180, 255, 109, 0.2), rgba(180, 255, 109, 0.75));
}

.step-text-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.step-text-grid article {
  padding-top: 8px;
}

.safety-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: 32px;
}

.mascot-visual {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 16px 12px 8px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mascot-visual img {
  display: block;
  width: min(100%, 304px);
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.2));
}

.trust-copy {
  max-width: none;
  display: grid;
  align-content: center;
  gap: 14px;
}

.trust-copy h3,
.trust-copy p {
  margin: 0;
}

.verified-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.verified-badges span,
.tag,
.verified-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
}

.examples-grid,
.review-grid,
.form-grid {
  display: grid;
  gap: 20px;
}

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

.example-card {
  padding: 24px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
}

.example-card h3,
.example-card p {
  margin: 0;
}

.example-one {
  background:
    radial-gradient(circle at 18% 16%, rgba(108, 240, 127, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.05);
}

.example-two {
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 200, 122, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.05);
}

.example-three {
  background:
    radial-gradient(circle at 50% 12%, rgba(180, 255, 109, 0.12), transparent 26%),
    rgba(255, 255, 255, 0.05);
}

.exchange-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.exchange-side {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.exchange-label {
  display: block;
  margin-bottom: 8px;
  color: var(--green-1);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.exchange-side strong {
  display: block;
  line-height: 1.3;
}

.exchange-arrows {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.exchange-arrows span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(180, 255, 109, 0.14);
  border: 1px solid rgba(180, 255, 109, 0.22);
  color: var(--green-1);
  font-size: 1.08rem;
  font-weight: 900;
}

.join-post-grid {
  grid-template-columns: 1fr 0.95fr;
}

label {
  display: block;
  margin-bottom: 16px;
  font-weight: 800;
}

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

.score-panel {
  display: grid;
  align-content: start;
}

.score-ring {
  width: 188px;
  aspect-ratio: 1;
  margin: 8px auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(10, 18, 11, 0.95) 0 55%, transparent 56%),
    conic-gradient(var(--green-1) 302deg, rgba(255, 255, 255, 0.1) 0deg);
}

.score-ring strong {
  display: block;
  text-align: center;
  font-size: 3.2rem;
}

.score-ring span {
  display: block;
  text-align: center;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}

.score-state {
  margin: 0 0 12px;
  text-align: center;
}

.insight-list {
  display: grid;
  gap: 12px;
}

.insight-list > div {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.insight-list strong {
  display: block;
  margin-bottom: 6px;
}

.review-grid {
  align-items: stretch;
}

.review-card {
  display: grid;
  gap: 18px;
  align-content: start;
  background:
    radial-gradient(circle at 14% 16%, rgba(180, 255, 109, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.04));
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -22px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 255, 109, 0.12), transparent 68%);
  pointer-events: none;
}

.review-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.review-meta strong,
.footer-brand {
  display: block;
  font-weight: 900;
}

.review-meta span {
  color: var(--green-1);
  font-size: 0.84rem;
  font-weight: 800;
}

.review-card p {
  margin: 0;
}

.site-footer {
  padding: 34px 0 24px;
  margin-top: 10px;
}

.legal-page {
  min-height: 100vh;
  padding: 44px 0 64px;
}

.legal-card {
  max-width: 980px;
  padding: 34px;
  border-radius: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.legal-card h1 {
  max-width: none;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.02rem;
}

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

.legal-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
}

.legal-section {
  padding-top: 18px;
  margin-top: 10px;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 10px;
  font-size: 1.34rem;
}

.legal-section p {
  margin: 0;
}

.admin-card {
  max-width: 1180px;
  gap: 24px;
}

.admin-locked main {
  visibility: hidden;
}

.admin-lock {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(180, 255, 109, 0.12), transparent 26%),
    rgba(9, 14, 11, 0.84);
  backdrop-filter: blur(16px);
}

.admin-lock[hidden] {
  display: none;
}

.admin-lock-card {
  width: min(100%, 460px);
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 16%, rgba(180, 255, 109, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.admin-lock-card h1,
.admin-lock-card p {
  margin-left: 0;
  margin-right: 0;
}

.admin-login-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.admin-heading {
  display: grid;
  gap: 12px;
}

.admin-heading h1 {
  margin: 8px 0 0;
}

.admin-note {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.admin-tile {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(180, 255, 109, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.admin-tile h2,
.admin-tile p {
  margin: 0;
}

.admin-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(180, 255, 109, 0.1);
  border: 1px solid rgba(180, 255, 109, 0.18);
  color: var(--green-1);
  font-size: 0.82rem;
  font-weight: 800;
}

.legal-link {
  color: var(--green-1);
  font-weight: 800;
  text-decoration: none;
}

.back-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: var(--green-1);
  font-weight: 800;
  text-decoration: none;
}

.footer-brand {
  margin: 0 0 4px;
}

.footer-copy {
  margin: 0;
}

.footer-links,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
  border: 1px solid transparent;
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: var(--text);
  transition: fill 180ms ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  background: rgba(180, 255, 109, 0.12);
  border-color: rgba(180, 255, 109, 0.18);
}

.footer-socials a:hover svg {
  fill: var(--green-1);
}

@keyframes phone-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.9deg) rotateX(0.55deg);
    box-shadow:
      0 22px 48px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  25% {
    transform: translate3d(5px, -8px, 0) rotate(-0.15deg) rotateX(0.7deg);
    box-shadow:
      0 30px 58px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(0.95deg) rotateX(0.9deg);
    box-shadow:
      0 38px 68px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
  75% {
    transform: translate3d(-5px, -8px, 0) rotate(0.1deg) rotateX(0.7deg);
    box-shadow:
      0 30px 58px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }
}

@keyframes ambient-gradient {
  0% {
    background-position: 0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%;
    filter: saturate(1.08);
  }
  50% {
    background-position: 6% 4%, 94% 8%, 48% 92%, 52% 98%, 0% 0%;
    filter: saturate(1.2);
  }
  100% {
    background-position: 0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%;
    filter: saturate(1.08);
  }
}

@media (max-width: 1100px) {
  .hero-shell,
  .join-post-grid,
  .examples-grid,
  .review-grid,
  .step-text-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
    padding: 28px 0 24px;
  }

  .hero-shell {
    align-items: start;
  }

  .hero-copy {
    max-width: 100%;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .trust-panel {
    grid-template-columns: 1fr;
  }

  .step-text-grid article:last-child,
  .examples-grid .example-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 24px, 1380px);
  }

  .hero {
    padding: 18px 0 22px;
  }

  .header-shell,
  .footer-shell,
  .how-safety-grid,
  .join-post-grid,
  .step-text-grid,
  .examples-grid,
  .review-grid,
  .waitlist-input-row,
  .form-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-shell {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-label {
    order: 1;
    margin-bottom: 4px;
  }

  h1 {
    order: 2;
    margin-bottom: 8px;
  }

  .hero-description {
    order: 3;
    margin: 0;
  }

  .hero-visual {
    order: 4;
    margin-top: 6px;
  }

  .waitlist-area {
    order: 5;
  }

  .site-header {
    position: static;
  }

  .header-actions {
    width: 100%;
    justify-content: start;
    gap: 12px;
  }

  .header-download {
    display: none;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a {
    font-size: 0.95rem;
  }

  .section-heading {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-bottom: 24px;
  }

  h1 {
    font-size: clamp(2.5rem, 10.5vw, 4rem);
    line-height: 0.98;
    max-width: none;
  }

  h2 {
    font-size: clamp(1.9rem, 8.2vw, 2.6rem);
    line-height: 1;
  }

  .hero-description,
  .section-description {
    font-size: 0.95rem;
  }

  .waitlist-area {
    margin-top: 10px;
    max-width: 100%;
    text-align: center;
  }

  .hero-visual {
    gap: 12px;
    width: 100%;
    align-self: center;
  }

  .phone-mockup {
    width: min(100%, 232px);
  }

  .store-buttons {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 12px;
  }

  .store-button {
    width: 100%;
    justify-content: center;
    min-width: 0;
  }

  .steps-visual {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step-line {
    width: 3px;
    height: 40px;
  }

  .step-visual-item {
    justify-items: center;
    text-align: center;
  }

  .steps-panel,
  .trust-panel,
  .post-panel,
  .score-panel,
  .review-card,
  .example-card {
    border-radius: 28px;
  }

  .steps-panel,
  .trust-panel,
  .post-panel,
  .score-panel,
  .review-card {
    padding: 22px;
  }

  .example-card {
    padding: 20px;
  }

  .exchange-flow {
    grid-template-columns: 1fr;
  }

  .exchange-arrows {
    grid-auto-flow: column;
    gap: 6px;
    justify-content: center;
    align-items: center;
  }

  .exchange-arrows span {
    transform: rotate(90deg);
  }

  .score-ring > div {
    width: 100%;
    padding: 0 14px;
    position: relative;
    z-index: 1;
  }

  .score-ring span {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.2;
  }

  .step-text-grid article:last-child,
  .examples-grid .example-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .header-shell {
    gap: 10px;
    padding: 8px 0 4px;
  }

  .brand-logo {
    width: 82px;
  }

  .brand-text strong {
    font-size: 1.14rem;
  }

  .brand-text small {
    font-size: 0.74rem;
  }

  .header-download,
  .primary-button {
    padding: 0.78rem 1.02rem;
    font-size: 0.95rem;
  }

  .hero-label {
    margin-bottom: 2px;
    font-size: 0.72rem;
  }

  h1 {
    margin-bottom: 6px;
    font-size: clamp(2.2rem, 12vw, 3.3rem);
    max-width: 9.2ch;
  }

  .hero-description {
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .hero-visual {
    gap: 10px;
  }

  .waitlist-area {
    margin-top: 14px;
    display: grid;
    justify-items: start;
    text-align: left;
  }

  .waitlist-trigger,
  .waitlist-form,
  .social-follow {
    margin-left: 0;
    margin-right: 0;
  }

  .waitlist-trigger {
    display: inline-flex;
    justify-content: center;
  }

  .social-follow {
    margin-top: 12px;
  }

  .phone-mockup {
    width: min(100%, 214px);
    border-radius: 38px;
  }

  .phone-screen {
    border-radius: 34px 34px 29px 29px;
  }

  .badge-button {
    width: min(100%, 184px);
  }

  .badge-status {
    min-width: 112px;
    font-size: 0.8rem;
    padding: 0.32rem 0.72rem;
  }

  .how-it-works,
  .safety,
  .examples,
  .join-post,
  .reviews {
    padding: 50px 0 40px;
  }

  .step-visual-item {
    width: 100%;
    justify-items: center;
    text-align: center;
  }

  .step-icon {
    width: min(100%, 112px);
  }

  .trust-panel {
    gap: 20px;
  }

  .mascot-visual img {
    width: min(100%, 250px);
  }

  .score-ring {
    width: 162px;
  }

  .score-ring strong {
    font-size: 2.8rem;
  }

  .score-ring span {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .footer-shell {
    gap: 14px;
  }

  .admin-tile {
    padding: 20px;
  }

  .admin-lock-card {
    padding: 24px;
    border-radius: 26px;
  }
}
