:root {
  --content-max: 1120px;
  --text-max: 600px;
  --page-pad: 20px;
  --section-space-mobile: 72px;
  --section-space-desktop: 112px;
  --ink-main: #25302b;
  --ink-soft: #5f6f68;
  --leaf: #126a53;
  --mint: #dff3eb;
  --cream: #fff8df;
  --sun: #ffe24a;
  --coral: #f5816d;
  --sky: #e7f5ff;
  --line: rgba(18, 106, 83, 0.16);
  --shadow: 0 18px 44px rgba(28, 57, 48, 0.16);
}

@media (min-width: 700px) {
  :root {
    --page-pad: 24px;
  }
}

@media (min-width: 1024px) {
  :root {
    --page-pad: 32px;
  }
}

body {
  background: #ffffff;
  color: var(--ink-main);
}

.block {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--section-space-mobile) var(--page-pad);
}

@media (min-width: 860px) {
  .block {
    padding-block: var(--section-space-desktop);
  }
}

.block__inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  margin: 0 auto;
}

.soft-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.soft-shape--circle {
  border-radius: 999px;
}

.soft-shape--band {
  border-radius: 999px;
  transform: rotate(-11deg);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
}

.section-heading {
  margin: 0 0 16px;
  color: var(--leaf);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.section-heading--center {
  max-width: var(--text-max);
  margin-inline: auto;
  text-align: center;
}

.section-lead,
.section-text {
  max-width: var(--text-max);
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.section-lead {
  margin-inline: auto;
  text-align: center;
}

.section-text--compact {
  margin-top: 14px;
}

.device-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.store-badge {
  display: inline-block;
  line-height: 0;
  border-radius: 10px;
}

.shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 248, 223, 0.72) 0%, rgba(231, 245, 255, 0.58) 100%),
    #ffffff;
  padding-top: calc(var(--section-space-mobile) - 16px);
}

.hero__circle {
  width: 18rem;
  height: 18rem;
  right: -6rem;
  top: 4rem;
  background: rgba(255, 226, 74, 0.42);
}

.hero__band {
  width: 38rem;
  height: 7rem;
  left: -16rem;
  bottom: 5rem;
  background: rgba(245, 129, 109, 0.16);
}

.hero__inner {
  display: grid;
  gap: 42px;
  align-items: center;
  width: 100%;
}

@media (min-width: 860px) {
  .hero__inner {
    grid-template-columns: 46% 1fr;
    gap: 64px;
  }
}

.hero__text {
  text-align: center;
}

@media (min-width: 860px) {
  .hero__text {
    text-align: left;
  }
}

.hero__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

@media (min-width: 860px) {
  .hero__intro {
    justify-content: flex-start;
  }
}

.hero__icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(37, 48, 43, 0.16);
}

.hero__intro-text {
  text-align: left;
}

.hero__appname {
  margin: 0;
  color: var(--leaf);
  font-size: 1.06rem;
  font-weight: 700;
}

.hero__badge {
  margin: 2px 0 0;
  color: #9b7300;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero__title {
  max-width: 540px;
  margin: 0 auto 14px;
  color: var(--leaf);
  font-size: clamp(1.75rem, 4.4vw, 2.55rem);
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media (min-width: 860px) {
  .hero__title {
    margin-inline: 0;
  }
}

.hero__subtitle {
  margin: 0 0 18px;
  color: #9b7300;
  font-size: clamp(1.02rem, 2.1vw, 1.2rem);
  font-weight: 700;
  line-height: 1.7;
}

.hero__lead {
  max-width: 560px;
  margin: 0 auto 26px;
  color: var(--ink-soft);
  line-height: 1.9;
}

@media (min-width: 860px) {
  .hero__lead {
    margin-inline: 0;
  }
}

.hero__cta {
  margin-bottom: 12px;
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero__visual::before {
  content: "";
  position: absolute;
  width: min(78vw, 430px);
  height: min(78vw, 430px);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.shot--watch-hero {
  position: relative;
  z-index: 1;
  width: min(78vw, 290px);
}

.scenes {
  background: #ffffff;
}

.scene-grid {
  display: grid;
  gap: 16px;
  margin-top: 36px;
}

@media (min-width: 760px) {
  .scene-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.scene-card,
.feature {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(28, 57, 48, 0.08);
}

.scene-card {
  padding: 22px;
}

.scene-card__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--sun);
  color: #2f2b12;
  font-weight: 800;
}

.scene-card h3,
.feature h3 {
  margin: 0 0 10px;
  color: var(--leaf);
  font-size: 1rem;
  line-height: 1.5;
}

.scene-card p,
.feature p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.flow {
  background:
    linear-gradient(180deg, rgba(223, 243, 235, 0.78), rgba(255, 248, 223, 0.62)),
    #f8fffb;
}

.flow__pill {
  width: 24rem;
  height: 7rem;
  right: -8rem;
  top: 4rem;
  background: rgba(18, 106, 83, 0.12);
}

.flow__intro {
  display: grid;
  gap: 12px;
  margin-bottom: 38px;
}

@media (min-width: 860px) {
  .flow__intro {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}

.watch-steps {
  display: grid;
  gap: 22px;
}

@media (min-width: 780px) {
  .watch-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.watch-step {
  margin: 0;
  text-align: center;
}

.shot--watch-step {
  max-width: 210px;
  margin: 0 auto;
}

.watch-step figcaption,
.watch-mini figcaption,
.phone-shot figcaption {
  margin-top: 14px;
  color: var(--ink-main);
  font-weight: 700;
  line-height: 1.6;
}

.watch-step figcaption span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--sun);
  color: #2f2b12;
}

.continue {
  background: #fffdf4;
}

.continue__inner {
  display: grid;
  gap: 42px;
  align-items: center;
}

@media (min-width: 900px) {
  .continue__inner {
    grid-template-columns: 38% 1fr;
  }
}

.continue__shots {
  display: grid;
  gap: 24px;
  align-items: end;
  justify-items: center;
}

@media (min-width: 680px) {
  .continue__shots {
    grid-template-columns: 0.85fr 1fr;
  }
}

.watch-mini,
.phone-shot {
  margin: 0;
  text-align: center;
}

.shot--watch-history {
  max-width: 210px;
}

.shot--phone {
  max-width: 260px;
  border-radius: 28px;
}

.features {
  background:
    linear-gradient(180deg, rgba(231, 245, 255, 0.72), rgba(255, 255, 255, 0.9)),
    #f7fbff;
}

.features__grid {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

@media (min-width: 760px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature {
  padding: 22px;
}

.final-cta {
  background: var(--leaf);
  color: #ffffff;
}

.final-cta__inner {
  max-width: 760px;
  text-align: center;
}

.final-cta .section-heading,
.final-cta .section-text {
  color: #ffffff;
}

.final-cta .section-text {
  margin: 0 auto 24px;
}

.support {
  background: #ffffff;
  padding-block: 44px;
}

.support__inner {
  display: grid;
  gap: 18px;
  align-items: center;
}

@media (min-width: 700px) {
  .support__inner {
    grid-template-columns: 1fr auto;
  }
}

.support h2 {
  margin: 0;
  color: var(--leaf);
  font-size: 1.1rem;
}

.support__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.support__links a {
  color: var(--leaf);
  font-weight: 700;
  text-underline-offset: 0.18em;
}

@media (max-width: 420px) {
  .block {
    padding-inline: 18px;
  }

  .hero {
    min-height: auto;
  }

  .shot--watch-hero {
    width: min(76vw, 238px);
  }

  .shot--watch-step,
  .shot--watch-history {
    max-width: 190px;
  }

  .shot--phone {
    max-width: 236px;
  }
}
