:root {
  --ink: #11241a;
  --muted: #667068;
  --forest: #174d32;
  --forest-deep: #0d3522;
  --sage: #dfead7;
  --sage-strong: #aec79f;
  --orange: #e97a2d;
  --orange-deep: #ca5e1b;
  --cream: #fff3d8;
  --paper: #fffdf7;
  --white: #ffffff;
  --line: #e6e5dc;
  --shadow: 0 24px 70px rgba(31, 57, 40, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(221, 235, 210, 0.75), transparent 26rem),
    radial-gradient(circle at 92% 30%, rgba(255, 222, 175, 0.48), transparent 28rem),
    var(--paper);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  line-height: 1.5;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

main {
  overflow: hidden;
}

.nav-shell {
  width: calc(100% - 48px);
  max-width: 1180px;
  min-height: 82px;
  margin: 0 auto;
  padding-top: max(14px, env(safe-area-inset-top));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(22, 76, 49, 0.18);
}

.nav-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(18, 70, 43, 0.15);
}

.hero {
  width: calc(100% - 48px);
  max-width: 1180px;
  min-height: 690px;
  margin: 0 auto;
  padding: 42px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  align-items: center;
  gap: 66px;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 680px;
  margin-bottom: 25px;
  font-family: "Arial Rounded MT Bold", "Avenir Next", sans-serif;
  font-size: 76px;
  font-size: clamp(3.8rem, 6.2vw, 5.8rem);
  font-weight: 900;
}

h1 span {
  color: var(--orange);
}

.hero-subhead {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.65;
}

.proof-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.77);
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(24, 52, 35, 0.05);
}

.proof-row span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--forest);
  content: "";
}

.tiktok-guide {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid #e6dfd1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 225, 180, 0.68), transparent 17rem),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.tiktok-guide::after {
  position: absolute;
  top: -72px;
  right: -72px;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(233, 122, 45, 0.18);
  border-radius: 50%;
  content: "";
}

.guide-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}

.guide-heading p {
  margin: 0;
  color: var(--orange-deep);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guide-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--white);
  background: var(--orange);
  font-size: 1.7rem;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(233, 122, 45, 0.26);
}

.tiktok-guide h2 {
  position: relative;
  z-index: 1;
  max-width: 490px;
  margin: 28px 0;
  font-family: "Arial Rounded MT Bold", "Avenir Next", sans-serif;
  font-size: 42px;
  font-size: clamp(2.2rem, 3.5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.02;
}

.guide-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.guide-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
}

.step-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--sage);
  font-weight: 900;
}

.guide-steps p {
  margin: 0;
  font-size: 0.98rem;
}

.guide-divider {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9b9e98;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-divider::before,
.guide-divider::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.primary-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 78px;
  padding: 12px 24px;
  border-radius: 23px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #f59b3c);
  box-shadow: 0 18px 35px rgba(218, 105, 29, 0.24);
}

.cta-mark {
  display: block;
  width: 49px;
  height: 49px;
  flex: 0 0 49px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(17, 65, 41, 0.2);
}

.primary-cta > span:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.08;
}

.primary-cta small {
  margin-bottom: 5px;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0.9;
}

.primary-cta strong {
  font-size: 1.34rem;
  letter-spacing: -0.025em;
}

.hold-hint {
  margin: 13px 5px 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.steps-section {
  padding: 100px max(24px, calc((100% - 1180px) / 2));
  background: var(--white);
}

.section-heading {
  max-width: 700px;
}

.section-heading h2,
.market-copy h2,
.final-cta h2 {
  margin-bottom: 0;
  font-family: "Arial Rounded MT Bold", "Avenir Next", sans-serif;
  font-size: 46px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 900;
}

.step-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
}

.step-grid article:nth-child(2) {
  background: #f1f6ed;
}

.step-grid article:nth-child(3) {
  background: #fff5e7;
}

.feature-number {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.step-grid h3 {
  margin: 58px 0 14px;
  font-size: 1.65rem;
  font-weight: 900;
}

.step-grid p {
  margin: 0;
  color: var(--muted);
}

.market-section {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 92px auto;
  padding: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: 70px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 243, 216, 0.23), transparent 23rem),
    var(--forest-deep);
  color: var(--white);
}

.market-copy .eyebrow {
  color: #ffc78e;
}

.market-copy p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.market-list div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.market-list span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(233, 122, 45, 0.12);
}

.final-cta {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto 90px;
  padding: 48px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 27px;
  border: 1px solid #e6dfd1;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--cream), #fffaf0);
  box-shadow: 0 22px 55px rgba(31, 57, 40, 0.08);
}

.final-cta img {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  box-shadow: 0 14px 30px rgba(19, 72, 46, 0.18);
}

.final-cta .eyebrow {
  margin-bottom: 11px;
}

.final-cta h2 {
  font-size: 2.6rem;
}

.final-cta p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
}

.store-pending {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  font-weight: 900;
  white-space: nowrap;
}

footer {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 0 calc(34px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-brand {
  color: var(--forest-deep);
  font-size: 1.05rem;
  font-weight: 900;
}

footer p {
  margin: 0;
}

.browser-arrow {
  position: fixed;
  z-index: 20;
  top: max(14px, env(safe-area-inset-top));
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px 8px 9px;
  border: 2px solid var(--orange);
  border-radius: 18px;
  color: var(--forest-deep);
  background: rgba(255, 253, 247, 0.97);
  box-shadow: 0 12px 35px rgba(31, 57, 40, 0.18);
  font-size: 0.78rem;
}

.browser-arrow[hidden] {
  display: none;
}

.browser-arrow span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: var(--white);
  background: var(--orange);
  font-size: 1.25rem;
  font-weight: 900;
}

@media (max-width: 900px), (max-device-width: 560px) {
  .nav-shell,
  .hero,
  .market-section,
  .final-cta,
  footer {
    width: calc(100% - 28px);
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand {
    font-size: 1.15rem;
  }

  .brand img {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .nav-download {
    min-height: 42px;
    padding: 0 17px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 0;
    padding: 32px 0 54px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 0.69rem;
  }

  h1 {
    max-width: 720px;
    margin: 0 auto 18px;
    font-size: 50px;
    font-size: clamp(2.85rem, 12vw, 4.7rem);
  }

  .hero-subhead {
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.55;
  }

  .proof-row {
    margin-top: 22px;
    justify-content: center;
    gap: 8px;
  }

  .proof-row span {
    padding: 8px 11px;
    font-size: 0.75rem;
  }

  .tiktok-guide {
    padding: 24px;
    border-radius: 28px;
  }

  .guide-arrow {
    width: 43px;
    height: 43px;
  }

  .tiktok-guide h2 {
    margin: 22px 0;
    font-size: 35px;
    font-size: clamp(2rem, 9.2vw, 3rem);
  }

  .guide-steps li {
    padding: 11px 12px;
  }

  .primary-cta {
    min-height: 70px;
  }

  .steps-section {
    padding: 72px 14px;
  }

  .section-heading {
    text-align: center;
  }

  .section-heading h2,
  .market-copy h2 {
    font-size: 39px;
    font-size: clamp(2.25rem, 9vw, 3.5rem);
  }

  .step-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }

  .step-grid article {
    min-height: 0;
    padding: 25px;
  }

  .step-grid h3 {
    margin-top: 32px;
  }

  .market-section {
    margin: 58px auto;
    padding: 42px 26px;
    grid-template-columns: 1fr;
    gap: 34px;
    border-radius: 29px;
  }

  .final-cta {
    margin-bottom: 58px;
    padding: 32px 24px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .final-cta h2 {
    font-size: 2.2rem;
  }

  footer {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}

@media (max-width: 370px), (max-device-width: 370px) {
  .nav-shell,
  .hero,
  .market-section,
  .final-cta,
  footer {
    width: calc(100% - 20px);
  }

  .nav-download {
    padding: 0 13px;
  }

  .hero {
    padding-top: 24px;
  }

  h1 {
    font-size: 42px;
  }

  .proof-row span {
    font-size: 0.69rem;
  }

  .tiktok-guide {
    padding: 19px;
  }

  .tiktok-guide h2 {
    font-size: 30px;
  }

  .guide-steps li {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .step-number {
    width: 34px;
    height: 34px;
  }

  .guide-steps p {
    font-size: 0.89rem;
  }

  .primary-cta {
    padding: 10px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
