/* Landing */
/* Landing hero */
.app-shell {
  width: 100%;
  overflow: hidden;
  background: var(--modal-bg);
}

.landing-header {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 40px));
  height: 80px;
  margin: 0 auto;
  padding-top: 10px;
}

.landing-header-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: clamp(18px, 3vw, 42px);
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0 14px 0 22px;
  border-radius: 10px;
  background: #fbf9f2;
}

.landing-logo {
  position: relative;
  display: block;
  width: 110px;
  height: 36px;
  color: var(--olive);
  text-decoration: none;
}

.landing-logo-svg {
  display: block;
  width: 110px;
  height: 36px;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
  min-width: 0;
  padding-top: 0;
}

.landing-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  color: var(--olive);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-nav a:nth-child(1) {
  flex: 0 1 auto;
}

.landing-nav a:nth-child(2),
.landing-nav a:nth-child(3) {
  flex: 0 1 auto;
}

.landing-nav a:nth-child(4) {
  flex: 0 1 auto;
}

.landing-nav a:nth-child(5) {
  flex: 0 1 auto;
}

.landing-nav a[aria-current="page"] {
  border-bottom: 0;
  padding-bottom: 0;
}

.landing-header-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 159.58px;
  height: 33.68px;
  min-height: 0;
  padding: 0;
  border-radius: 10px;
  background: var(--olive);
  color: var(--modal-bg);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-header-button span {
  display: block;
  width: 100%;
  text-align: center;
}

.landing-header-button:hover,
.landing-header-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.landing-menu-button {
  display: none;
}

.landing-mobile-menu {
  display: none;
}

.landing-hero {
  --hero-flower-left: calc(50% - 306.5px);
  --hero-flower-top: 180px;
  --hero-flower-size: 613px;
  position: relative;
  width: 100%;
  height: 735px;
  min-height: 735px;
  padding: 0;
  overflow: visible;
  background: var(--modal-bg);
}

.landing-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 0;
  width: 100vw;
  height: 810px;
  background: var(--surface-muted);
  transform: translateX(-50%);
  pointer-events: none;
}

.landing-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: var(--hero-flower-left);
  top: var(--hero-flower-top);
  width: var(--hero-flower-size);
  height: var(--hero-flower-size);
  background: var(--modal-bg);
  clip-path: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 384.4 384.4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384.40002 192.10001l-1.30001-1.30002c-26.20002-25.7-60.29999-38.49997-94.4-38.59998 24.5-24.6 39.5-58.50001 39.4-95.90001-37.4-0.1-71.30002 14.90001-95.90001 39.40001-0.10001-34.7-13.4-69.3-40-95.70001-26.5 26.4-39.9 61-40 95.70001-24.6-24.5-58.5-39.50001-95.9-39.40001-0.1 37.4 14.9 71.30002 39.4 95.90001-34.7 0.10001-69.3 13.4-95.7 40 26.4 26.5 61 39.9 95.7 40-24 24.20001-39 57.29999-39.4 94l0 1.9 1.9 0c36.7-0.4 69.89999-15.4 94-39.4 0.1 34.10001 13 68.10001 38.6 94.4l1.29999 1.29998 1.3-1.29998c25.7-26.20002 38.59999-60.29999 38.59999-94.4 24.2 24 57.30001 39 94.00002 39.4l1.90002 0 0-1.9c-0.39999-36.70001-15.40002-69.89999-39.40002-94 34.10001-0.1 68.10004-13 94.40002-38.6l1.5-1.5z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 384.4 384.4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384.40002 192.10001l-1.30001-1.30002c-26.20002-25.7-60.29999-38.49997-94.4-38.59998 24.5-24.6 39.5-58.50001 39.4-95.90001-37.4-0.1-71.30002 14.90001-95.90001 39.40001-0.10001-34.7-13.4-69.3-40-95.70001-26.5 26.4-39.9 61-40 95.70001-24.6-24.5-58.5-39.50001-95.9-39.40001-0.1 37.4 14.9 71.30002 39.4 95.90001-34.7 0.10001-69.3 13.4-95.7 40 26.4 26.5 61 39.9 95.7 40-24 24.20001-39 57.29999-39.4 94l0 1.9 1.9 0c36.7-0.4 69.89999-15.4 94-39.4 0.1 34.10001 13 68.10001 38.6 94.4l1.29999 1.29998 1.3-1.29998c25.7-26.20002 38.59999-60.29999 38.59999-94.4 24.2 24 57.30001 39 94.00002 39.4l1.90002 0 0-1.9c-0.39999-36.70001-15.40002-69.89999-39.40002-94 34.10001-0.1 68.10004-13 94.40002-38.6l1.5-1.5z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.94;
  transform: rotate(23.2075518166deg);
  pointer-events: none;
}

.landing-hero-gallery {
  position: absolute;
  left: calc(50% - 901px);
  top: 63px;
  z-index: 1;
  display: flex;
  gap: 12px;
  width: max-content;
}

.landing-hero-image {
  display: block;
  flex: 0 0 auto;
  width: 247px;
  height: 247px;
  border-radius: 10px;
  object-fit: cover;
}

.landing-hero-container {
  position: absolute;
  left: 50%;
  top: 3px;
  z-index: 1;
  width: 630px;
  color: var(--olive);
  text-align: center;
  transform: translateX(-50%);
}

.landing-hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: max-content;
  margin-left: 50%;
  margin-bottom: 333px;
  color: #53662d;
  font-family: "Jun", Georgia, serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.landing-hero-kicker span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-inline: 0;
  white-space: nowrap;
}

.landing-hero-kicker span:nth-child(1) {
  width: 264px;
}

.landing-hero-kicker span:nth-child(2) {
  width: 342px;
}

.landing-hero-kicker span:nth-child(3) {
  width: 260px;
}

.landing-hero-kicker span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.landing-hero-title {
  margin: 0;
  color: var(--olive);
  font-family: "Jun", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.037;
  text-align: center;
  text-transform: uppercase;
}

.landing-hero-copy {
  margin: 2px 0 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

.launch-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 48px;
  padding: 10px 52px;
  border: 1px solid var(--ink);
  border-radius: 20px;
  background: var(--modal-bg);
  box-shadow: var(--shadow-button);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.landing-hero-button {
  display: none;
  margin-top: 34px;
  border-color: transparent;
  border-radius: 10px;
  background: var(--olive);
  color: var(--modal-bg);
}

.launch-button:hover,
.launch-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  outline: none;
}

.landing-hero-ticker {
  position: absolute;
  left: 0;
  top: 665px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  overflow: hidden;
  background: var(--surface-muted);
}

.landing-hero-ticker-track {
  display: flex;
  align-items: center;
  gap: 19px;
  min-width: max-content;
}

.landing-hero-ticker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 0 0 auto;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 21px;
  font-weight: 200;
  line-height: 2.5;
  letter-spacing: -0.8859px;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-hero-ticker span::after {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 21px;
  background: #fdb6ba;
  clip-path: polygon(67.7% 32.3%, 50% 0, 32.3% 32.3%, 0 50%, 32.3% 67.7%, 50% 100%, 67.7% 67.7%, 100% 50%);
}

.landing-hero2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: min(1280px, calc(100% - 160px));
  margin: 119px auto 0;
  color: var(--ink);
  text-align: center;
}

.landing-hero2-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.landing-section-title {
  width: min(854px, 100%);
  margin: 0;
  color: var(--ink);
  font-family: "Jun", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.landing-section-copy {
  width: min(536px, 100%);
  margin: 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: -1px;
  text-align: center;
}

.landing-hero2-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.landing-hero2-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--surface-soft);
}

.landing-hero2-card h3 {
  position: relative;
  z-index: 1;
  width: calc(100% - 80px);
  min-height: 108px;
  margin: 40px auto 0;
  color: var(--ink);
  font-family: "Jun", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.941;
  text-align: center;
}

.landing-hero2-card img {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: block;
  width: calc(100% - 80px);
  aspect-ratio: 1;
  border-radius: 20px;
  object-fit: cover;
}

.landing-problem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
  margin: 117px auto 0;
  padding: 10px 0 30px;
  overflow: visible;
  color: var(--ink);
  text-align: center;
}

.landing-problem::before {
  content: "";
  position: absolute;
  left: calc(50% - 974px);
  top: -87px;
  z-index: 0;
  width: 654px;
  height: 654px;
  background: var(--surface-soft);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 384.4 384.4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384.40002 192.10001l-1.30001-1.30002c-26.20002-25.7-60.29999-38.49997-94.4-38.59998 24.5-24.6 39.5-58.50001 39.4-95.90001-37.4-0.1-71.30002 14.90001-95.90001 39.40001-0.10001-34.7-13.4-69.3-40-95.70001-26.5 26.4-39.9 61-40 95.70001-24.6-24.5-58.5-39.50001-95.9-39.40001-0.1 37.4 14.9 71.30002 39.4 95.90001-34.7 0.10001-69.3 13.4-95.7 40 26.4 26.5 61 39.9 95.7 40-24 24.20001-39 57.29999-39.4 94l0 1.9 1.9 0c36.7-0.4 69.89999-15.4 94-39.4 0.1 34.10001 13 68.10001 38.6 94.4l1.29999 1.29998 1.3-1.29998c25.7-26.20002 38.59999-60.29999 38.59999-94.4 24.2 24 57.30001 39 94.00002 39.4l1.90002 0 0-1.9c-0.39999-36.70001-15.40002-69.89999-39.40002-94 34.10001-0.1 68.10004-13 94.40002-38.6l1.5-1.5z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 384.4 384.4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384.40002 192.10001l-1.30001-1.30002c-26.20002-25.7-60.29999-38.49997-94.4-38.59998 24.5-24.6 39.5-58.50001 39.4-95.90001-37.4-0.1-71.30002 14.90001-95.90001 39.40001-0.10001-34.7-13.4-69.3-40-95.70001-26.5 26.4-39.9 61-40 95.70001-24.6-24.5-58.5-39.50001-95.9-39.40001-0.1 37.4 14.9 71.30002 39.4 95.90001-34.7 0.10001-69.3 13.4-95.7 40 26.4 26.5 61 39.9 95.7 40-24 24.20001-39 57.29999-39.4 94l0 1.9 1.9 0c36.7-0.4 69.89999-15.4 94-39.4 0.1 34.10001 13 68.10001 38.6 94.4l1.29999 1.29998 1.3-1.29998c25.7-26.20002 38.59999-60.29999 38.59999-94.4 24.2 24 57.30001 39 94.00002 39.4l1.90002 0 0-1.9c-0.39999-36.70001-15.40002-69.89999-39.40002-94 34.10001-0.1 68.10004-13 94.40002-38.6l1.5-1.5z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.landing-problem-heading,
.landing-problem-track,
.landing-problem-button {
  position: relative;
  z-index: 1;
}

.landing-problem-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: min(1280px, calc(100% - 160px));
}

.landing-problem-heading .landing-section-title {
  width: min(1222px, 100%);
}

.landing-problem-copy {
  width: min(720px, 100%);
}

.landing-problem-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: 1920px;
  height: 301px;
}

.landing-problem-plate {
  position: relative;
  --plate-rotation: 0deg;
  min-width: 0;
  height: 301px;
  overflow: hidden;
}

.landing-problem-plate img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 302px;
  object-fit: cover;
  transform: rotate(var(--plate-rotation));
  transform-origin: 50% 50%;
  will-change: transform;
}

.landing-problem-plate h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 178px;
  margin: 0;
  color: var(--olive);
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.landing-problem-plate:nth-child(2) h3 {
  width: 156px;
}

.landing-problem-plate:nth-child(4) h3 {
  width: 169px;
}

.landing-problem-button {
  width: 350px;
  min-height: 48px;
  padding: 10px 50px;
  border-color: transparent;
  border-radius: 20px;
  background: var(--olive);
  color: var(--modal-bg);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.4px;
}

.landing-why {
  position: relative;
  width: min(1280px, calc(100% - 160px));
  margin: 120px auto 0;
  color: var(--ink);
}

.landing-pencil-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 624px));
  gap: 32px;
  width: 100%;
}

.landing-pencil-card {
  position: relative;
  min-width: 0;
  height: 540px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 30px 52.5px -12px rgba(54, 51, 29, 0.08);
}

.landing-pencil-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 78px 76px 0;
  background: var(--surface-muted);
  color: var(--olive);
  text-align: center;
}

.landing-pencil-title {
  position: relative;
  z-index: 1;
  width: 472px;
  max-width: 100%;
  margin: 0;
  font-family: "Jun", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.landing-pencil-copy {
  position: relative;
  z-index: 1;
  width: 438px;
  max-width: 100%;
  margin: 21px 0 0;
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  text-align: center;
}

.landing-pencil-spark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 483px;
  height: 483px;
  background: currentColor;
  color: #e8eadf;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 483 483' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M241.5 241.5c52.9-52.9 52.9-138.7 0-191.6-52.9 53-52.9 138.7 0 191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9 52.9-52.9 138.7 0 191.6 52.9-52.9 52.9-138.7 0-191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c52.9 52.9 138.7 52.9 191.6 0-53-52.9-138.7-52.9-191.6 0z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9-52.9-138.7-52.9-191.6 0 52.9 52.9 138.7 52.9 191.6 0z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 483 483' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M241.5 241.5c52.9-52.9 52.9-138.7 0-191.6-52.9 53-52.9 138.7 0 191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9 52.9-52.9 138.7 0 191.6 52.9-52.9 52.9-138.7 0-191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c52.9 52.9 138.7 52.9 191.6 0-53-52.9-138.7-52.9-191.6 0z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9-52.9-138.7-52.9-191.6 0 52.9 52.9 138.7 52.9 191.6 0z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.landing-pencil-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-diagnosis {
  width: min(1280px, calc(100% - 160px));
  margin: 32px auto 120px;
}

.landing-pencil-card-dark {
  padding-top: 78px;
  background: var(--olive);
  color: var(--modal-bg);
}

.landing-pencil-card-dark .landing-pencil-spark {
  color: #566c4b;
}

.landing-pencil-card-dark .landing-pencil-title,
.landing-pencil-card-dark .landing-pencil-copy {
  color: var(--modal-bg);
}

.landing-diagnosis-copy {
  width: 412px;
}

.landing-pencil-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  min-height: 56px;
  margin-top: 54px;
  padding: 14px 58px;
  border-radius: 20px;
  background: var(--modal-bg);
  box-shadow:
    0 8px 8.75px rgba(0, 0, 0, 0.1),
    0 20px 21.875px rgba(0, 0, 0, 0.1);
  color: var(--olive);
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-pencil-button:hover,
.landing-pencil-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.landing-system-output {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 50%;
  padding: 0 0 118px;
  overflow: hidden;
  border-radius: 40px;
  background: var(--surface-muted);
  color: var(--ink);
  transform: translateX(-50%);
}

.landing-system-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 160px));
  margin: 0 auto;
}

.landing-system-logic,
.landing-output-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.landing-system-logic {
  padding-top: 126px;
}

.landing-output-preview {
  padding-top: 112px;
}

.landing-system-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  text-align: center;
}

.landing-system-title {
  width: min(816px, 100%);
  margin: 0;
  font-family: "Jun", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.landing-system-copy {
  width: min(632px, 100%);
  margin: 0;
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: -1px;
  text-align: center;
}

.landing-output-copy {
  width: min(752px, 100%);
}

.landing-system-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.landing-system-steps::before {
  content: "";
  position: absolute;
  left: -7%;
  top: 130px;
  z-index: 2;
  width: 89.7%;
  aspect-ratio: 1147.808 / 332;
  background: url("../images/system-numbers-desktop.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.landing-system-number {
  display: none;
}

.landing-system-number-one {
  left: -89px;
}

.landing-system-number-two {
  left: 302.603px;
}

.landing-system-number-three {
  left: 729.205px;
}

.landing-system-card {
  position: relative;
  z-index: 1;
  height: 540px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--modal-bg);
  box-shadow: 0 30px 52.5px -12px rgba(54, 51, 29, 0.08);
  text-align: center;
}

.landing-system-card h3 {
  position: relative;
  z-index: 1;
  width: min(325px, calc(100% - 80px));
  min-height: 97px;
  margin: 35px auto 0;
  display: grid;
  place-items: center;
  font-family: "Jun", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.941;
  text-align: center;
}

.landing-system-card img {
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 233px;
  height: 414px;
  border-radius: 30px;
  object-fit: contain;
  transform: translateX(-50%);
}

.landing-output-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 296px));
  gap: 32px;
  width: 100%;
}

.landing-output-phone {
  position: relative;
  height: 540px;
  overflow: hidden;
  border-radius: 40px;
}

.landing-output-phone img {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 280px;
  height: 540px;
  object-fit: contain;
  object-position: center top;
  transform: translateX(-50%);
}

.landing-system-star {
  position: absolute;
  z-index: 0;
  width: 434px;
  height: 434px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.landing-system-star-top {
  left: calc(50% + 526px);
  top: -79px;
  background-image: url("../images/decorative-brutalist-star.png");
}

.landing-system-star-bottom {
  left: calc(50% - 930px);
  top: 1322px;
  background-image: url("../images/decorative-brutalist-star-copy.png");
}

.landing-action-layer {
  display: grid;
  grid-template-columns: 566px 477px;
  align-items: center;
  gap: 70px;
  width: min(1113px, calc(100% - 160px));
  margin: 130px auto;
  color: var(--ink);
}

.landing-action-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 566px;
  height: 566px;
}

.landing-action-media::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 25px 43.75px -12px rgba(0, 0, 0, 0.25);
  transform: rotate(-3deg);
}

.landing-action-media img {
  position: relative;
  display: block;
  width: 539px;
  height: 539px;
  border-radius: 20px;
  object-fit: cover;
  transform: rotate(-3deg);
}

.landing-action-content {
  width: 477px;
}

.landing-action-heading {
  position: relative;
  min-height: 244px;
}

.landing-action-heading h2 {
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: 477px;
  margin: 0;
  padding-top: 91px;
  font-family: "Jun", Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.landing-action-heading h2::after,
.landing-action-underline {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 263px;
  height: 38px;
  background: #e2e4d8;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 2518 375' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.64771 224.55669c642.5-243.49816 2526.49999-308.00148 2475.49979-98.5016-35.9078 147.50302-763.4998 134.00302-1478.4998 248.50302-73.49999 7-62.06451-43-41.49999-60 112.49999-93 1987.49999-188.50302 1148.49999-221-576-19.5-1203.49999 0-2092.99998 164.4971-36.50003 8-45.49999-25.49936-11.00001-33.49852z' fill='black'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 2518 375' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.64771 224.55669c642.5-243.49816 2526.49999-308.00148 2475.49979-98.5016-35.9078 147.50302-763.4998 134.00302-1478.4998 248.50302-73.49999 7-62.06451-43-41.49999-60 112.49999-93 1987.49999-188.50302 1148.49999-221-576-19.5-1203.49999 0-2092.99998 164.4971-36.50003 8-45.49999-25.49936-11.00001-33.49852z' fill='black'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.landing-action-heading h2::after {
  right: 0;
  bottom: -12px;
  z-index: -1;
}

.landing-action-list,
.landing-pricing-card ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 3px 0 0;
  padding: 0;
}

.landing-action-list li,
.landing-pricing-card li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
  min-height: 36px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: -0.5px;
}

.landing-action-list li::before,
.landing-pricing-card li::before {
  content: "";
  width: 26px;
  height: 27px;
  background: var(--olive);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 402 402' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M271.79999 129.8l-70.99999-129.8-71 129.8-129.8 71 129.8 71.09999 71 129.80002 70.99999-129.80002 129.79999-71.09999-129.79999-71z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 402 402' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M271.79999 129.8l-70.99999-129.8-71 129.8-129.8 71 129.8 71.09999 71 129.80002 70.99999-129.80002 129.79999-71.09999-129.79999-71z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-action-button,
.landing-pricing-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 48px;
  padding: 10px 52px;
  border: 1px solid var(--ink);
  border-radius: 20px;
  background: var(--modal-bg);
  box-shadow:
    0 8px 8.75px rgba(0, 0, 0, 0.1),
    0 20px 21.875px rgba(0, 0, 0, 0.1);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-action-button {
  margin-top: 130px;
}

.landing-action-button:hover,
.landing-action-button:focus-visible,
.landing-pricing-button:hover,
.landing-pricing-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.landing-pricing {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  padding: 128px 0 140px;
  border-radius: 40px;
  background: var(--surface-muted);
  color: var(--ink);
  transform: translateX(-50%);
}

.landing-pricing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: min(1280px, calc(100% - 160px));
  margin: 0 auto;
}

.landing-pricing-heading {
  gap: 18px;
}

.landing-pricing-copy {
  width: min(648px, 100%);
}

.landing-pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 624px));
  gap: 32px;
  width: 100%;
}

.landing-pricing-card {
  position: relative;
  min-height: 540px;
  overflow: visible;
  border-radius: 20px;
  background: var(--modal-bg);
  box-shadow: 0 30px 52.5px -12px rgba(54, 51, 29, 0.08);
  padding: 35px 60px 64px;
  color: var(--ink);
}

.landing-pricing-card-featured {
  background: var(--olive);
  color: var(--modal-bg);
}

.landing-pricing-card .landing-action-underline {
  left: 43.4%;
  top: 69px;
  width: 201px;
  height: 29px;
}

.landing-pricing-card-featured .landing-action-underline {
  left: 39.3%;
  background: #637858;
}

.landing-pricing-card h3 {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 56px;
  margin: 0 auto 24px;
  font-family: "Jun", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.landing-pricing-card ul {
  width: min(524px, 100%);
  margin-top: 0;
}

.landing-pricing-card li {
  min-height: 26px;
}

.landing-pricing-card li::before {
  background: #fdb6ba;
}

.landing-pricing-card-featured li,
.landing-pricing-card-featured .landing-pricing-button {
  color: var(--modal-bg);
}

.landing-pricing-card-featured .landing-pricing-button {
  border-color: var(--modal-bg);
  background: var(--olive);
}

.landing-pricing-card-featured .landing-pricing-button:hover,
.landing-pricing-card-featured .landing-pricing-button:focus-visible {
  background: var(--modal-bg);
  color: var(--olive);
}

.landing-pricing-button {
  position: absolute;
  left: 50%;
  bottom: 64px;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 2;
}

.landing-pricing-button:hover,
.landing-pricing-button:focus-visible {
  transform: translate(-50%, -1px);
}

.landing-pricing-badge {
  position: absolute;
  right: -34px;
  top: -56px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 137px;
  height: 137px;
  background: #fdb6ba;
  color: #fbf9f2;
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 369.1 369' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M184.5 27.7l36.70001-27.7 23.29999 39.6 44.60001-11.5 6.29998 45.49999 45.60001 6.40001-11.60001 44.5 39.70002 23.3-27.80002 36.69998 27.80002 36.70002-39.70002 23.29998 11.60001 44.50002-45.60001 6.40002-6.29998 45.5-44.60001-11.5-23.29999 39.59998-36.70001-27.70001-36.7 27.70001-23.3-39.59998-44.5 11.5-6.39999-45.5-45.50001-6.40002 11.6-44.50002-39.7-23.29998 27.7-36.70002-27.7-36.69998 39.7-23.3-11.6-44.5 45.50001-6.40001 6.39999-45.49999 44.5 11.5 23.3-39.6 36.7 27.7z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 369.1 369' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M184.5 27.7l36.70001-27.7 23.29999 39.6 44.60001-11.5 6.29998 45.49999 45.60001 6.40001-11.60001 44.5 39.70002 23.3-27.80002 36.69998 27.80002 36.70002-39.70002 23.29998 11.60001 44.50002-45.60001 6.40002-6.29998 45.5-44.60001-11.5-23.29999 39.59998-36.70001-27.70001-36.7 27.70001-23.3-39.59998-44.5 11.5-6.39999-45.5-45.50001-6.40002 11.6-44.50002-39.7-23.29998 27.7-36.70002-27.7-36.69998 39.7-23.3-11.6-44.5 45.50001-6.40001 6.39999-45.49999 44.5 11.5 23.3-39.6 36.7 27.7z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: min(1280px, calc(100% - 160px));
  margin: 130px auto 0;
  color: var(--ink);
}

.landing-success-title {
  width: 100%;
  padding-top: 8px;
  line-height: 1.05;
}

.landing-success-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
}

.landing-success-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding-top: 48px;
}

.landing-success-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 60px 32px 32px;
  border-radius: 20px;
  background: var(--surface-soft);
  color: #36331d;
}

.landing-success-quote-muted {
  background: var(--surface-muted);
}

.landing-success-avatar {
  position: absolute;
  left: 32px;
  top: -48px;
  width: 96px;
  height: 96px;
  border: 4px solid #e8eadf;
  border-radius: 999px;
  box-shadow:
    0 4px 5.25px -4px rgba(0, 0, 0, 0.1),
    0 10px 13.125px -3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.landing-success-quote p {
  margin: 0;
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.landing-success-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.667;
}

.landing-success-meta strong {
  font-weight: 700;
}

.landing-success-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--olive);
  font-size: 0;
}

.landing-success-meta span::before {
  content: "";
  width: 17px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7 12l2.3-4 0 0 0 0c-1.1 0-2.04167-0.39167-2.825-1.175-0.78333-0.78333-1.175-1.725-1.175-2.825 0-1.1 0.39167-2.04167 1.175-2.825 0.78333-0.78333 1.725-1.175 2.825-1.175 1.1 0 2.04167 0.39167 2.825 1.175 0.78333 0.78333 1.175 1.725 1.175 2.825 0 0.38333-0.04583 0.7375-0.1375 1.0625-0.09167 0.325-0.22917 0.6375-0.4125 0.9375l-3.45 6-2.3 0 0 0m9 0l2.3-4 0 0 0 0c-1.1 0-2.04167-0.39167-2.825-1.175-0.78333-0.78333-1.175-1.725-1.175-2.825 0-1.1 0.39167-2.04167 1.175-2.825 0.78333-0.78333 1.725-1.175 2.825-1.175 1.1 0 2.04167 0.39167 2.825 1.175 0.78333 0.78333 1.175 1.725 1.175 2.825 0 0.38333-0.04583 0.7375-0.1375 1.0625-0.09167 0.325-0.22917 0.6375-0.4125 0.9375l-3.45 6-2.3 0z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7 12l2.3-4 0 0 0 0c-1.1 0-2.04167-0.39167-2.825-1.175-0.78333-0.78333-1.175-1.725-1.175-2.825 0-1.1 0.39167-2.04167 1.175-2.825 0.78333-0.78333 1.725-1.175 2.825-1.175 1.1 0 2.04167 0.39167 2.825 1.175 0.78333 0.78333 1.175 1.725 1.175 2.825 0 0.38333-0.04583 0.7375-0.1375 1.0625-0.09167 0.325-0.22917 0.6375-0.4125 0.9375l-3.45 6-2.3 0 0 0m9 0l2.3-4 0 0 0 0c-1.1 0-2.04167-0.39167-2.825-1.175-0.78333-0.78333-1.175-1.725-1.175-2.825 0-1.1 0.39167-2.04167 1.175-2.825 0.78333-0.78333 1.725-1.175 2.825-1.175 1.1 0 2.04167 0.39167 2.825 1.175 0.78333 0.78333 1.175 1.725 1.175 2.825 0 0.38333-0.04583 0.7375-0.1375 1.0625-0.09167 0.325-0.22917 0.6375-0.4125 0.9375l-3.45 6-2.3 0z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-success-photo {
  display: block;
  width: 100%;
  height: 297px;
  border-radius: 20px;
  object-fit: cover;
}

.landing-faq {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: min(1280px, calc(100% - 160px));
  margin: 130px auto 0;
  color: var(--ink);
}

.landing-faq-heading {
  display: flex;
  justify-content: center;
  width: 100%;
}

.landing-faq-heading .landing-section-title {
  width: min(588px, 100%);
  padding-top: 8px;
  line-height: 1;
}

.landing-faq-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(988px, 100%);
}

.landing-faq-item {
  display: block;
}

.landing-faq-item summary {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 39px;
  min-height: 74px;
  padding: 12px 39px;
  border-radius: 20px;
  background: var(--surface-soft);
  cursor: pointer;
  list-style: none;
}

.landing-faq-item summary::-webkit-details-marker {
  display: none;
}

.landing-faq-spark {
  width: 26px;
  height: 26px;
  background: #fdb6ba;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 402 402' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M271.79999 129.8l-70.99999-129.8-71 129.8-129.8 71 129.8 71.09999 71 129.80002 70.99999-129.80002 129.79999-71.09999-129.79999-71z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 402 402' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M271.79999 129.8l-70.99999-129.8-71 129.8-129.8 71 129.8 71.09999 71 129.80002 70.99999-129.80002 129.79999-71.09999-129.79999-71z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-item[open] .landing-faq-spark {
  background: var(--olive);
}

.landing-faq-item h3 {
  margin: 0;
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.667;
  text-align: center;
  text-transform: uppercase;
}

.landing-faq-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--olive);
}

.landing-faq-toggle::before {
  content: "";
  width: 20px;
  height: 20px;
  background: currentColor;
  transform: rotate(90deg);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.47707c0.00035-0.39769 0.15862-0.77896 0.44-1.06l7.672-7.672c0.23222-0.23216 0.41642-0.50778 0.5421-0.81114 0.12568-0.30336 0.19036-0.6285 0.19037-0.95686 0-0.32836-0.06468-0.6535-0.19037-0.95686-0.12568-0.30336-0.30989-0.57898-0.5421-0.81114l-7.662-7.667c-0.27324-0.2829-0.42443-0.66181-0.42101-1.0551 0.00342-0.3933 0.16117-0.76951 0.43928-1.04763 0.27811-0.27811 0.65433-0.43587 1.04763-0.43928 0.3933-0.00342 0.7722 0.14777 1.0551 0.42101l7.662 7.661c1.03023 1.03226 1.60884 2.43109 1.60884 3.8895 0 1.45841-0.57861 2.85724-1.60884 3.8895l-7.672 7.672c-0.20948 0.20962-0.47636 0.35249-0.76695 0.41058-0.2906 0.05809-0.59189 0.02881-0.86586-0.08416-0.27397-0.11297-0.50834-0.30456-0.67353-0.55059-0.16519-0.24603-0.25381-0.53549-0.25466-0.83183z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22.47707c0.00035-0.39769 0.15862-0.77896 0.44-1.06l7.672-7.672c0.23222-0.23216 0.41642-0.50778 0.5421-0.81114 0.12568-0.30336 0.19036-0.6285 0.19037-0.95686 0-0.32836-0.06468-0.6535-0.19037-0.95686-0.12568-0.30336-0.30989-0.57898-0.5421-0.81114l-7.662-7.667c-0.27324-0.2829-0.42443-0.66181-0.42101-1.0551 0.00342-0.3933 0.16117-0.76951 0.43928-1.04763 0.27811-0.27811 0.65433-0.43587 1.04763-0.43928 0.3933-0.00342 0.7722 0.14777 1.0551 0.42101l7.662 7.661c1.03023 1.03226 1.60884 2.43109 1.60884 3.8895 0 1.45841-0.57861 2.85724-1.60884 3.8895l-7.672 7.672c-0.20948 0.20962-0.47636 0.35249-0.76695 0.41058-0.2906 0.05809-0.59189 0.02881-0.86586-0.08416-0.27397-0.11297-0.50834-0.30456-0.67353-0.55059-0.16519-0.24603-0.25381-0.53549-0.25466-0.83183z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.landing-faq-item[open] .landing-faq-toggle::before {
  transform: rotate(-90deg);
}

.landing-faq-item p {
  margin: 10px 0 0;
  padding: 22px 69px;
  border-radius: 20px;
  background: var(--surface-soft);
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: -0.5px;
  text-align: center;
}

.landing-faq-decor {
  position: absolute;
  right: -306px;
  top: -137px;
  width: 434px;
  height: 434px;
  background: var(--surface-soft);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 483 483' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M241.5 241.5c52.9-52.9 52.9-138.7 0-191.6-52.9 53-52.9 138.7 0 191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9 52.9-52.9 138.7 0 191.6 52.9-52.9 52.9-138.7 0-191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c52.9 52.9 138.7 52.9 191.6 0-53-52.9-138.7-52.9-191.6 0z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9-52.9-138.7-52.9-191.6 0 52.9 52.9 138.7 52.9 191.6 0z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 483 483' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M241.5 241.5c52.9-52.9 52.9-138.7 0-191.6-52.9 53-52.9 138.7 0 191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9 52.9-52.9 138.7 0 191.6 52.9-52.9 52.9-138.7 0-191.6z' fill='black'/%3E%3Cpath d='M241.5 241.5c52.9 52.9 138.7 52.9 191.6 0-53-52.9-138.7-52.9-191.6 0z' fill='black'/%3E%3Cpath d='M241.5 241.5c-52.9-52.9-138.7-52.9-191.6 0 52.9 52.9 138.7 52.9 191.6 0z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}

.landing-seo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(837px, calc(100% - 160px));
  margin: 130px auto 0;
  color: var(--ink);
  font-family: var(--mono);
}

.landing-seo-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.landing-seo-item h2,
.landing-seo-item p {
  margin: 0;
  letter-spacing: -0.5px;
}

.landing-seo-item h2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.571;
  text-transform: uppercase;
}

.landing-seo-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.571;
}

.landing-footer {
  position: relative;
  min-height: 492px;
  margin-top: 130px;
  overflow: hidden;
  border-radius: 40px 40px 0 0;
  background: var(--olive);
  color: var(--modal-bg);
}

.landing-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 22px;
  background-image: radial-gradient(circle, var(--modal-bg) 0 10.9px, transparent 11px);
  background-size: 32px 22px;
  background-position: 0 0;
  pointer-events: none;
}

.landing-footer-inner {
  position: relative;
  width: min(1278px, calc(100% - 160px));
  height: 422px;
  margin: 70px auto 0;
}

.landing-footer-title {
  width: 100%;
  margin: 0;
  padding-top: 8px;
  font-family: "Jun", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.landing-footer-button {
  position: absolute;
  left: 50%;
  top: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 350px;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 40px;
  border: 1px solid currentColor;
  border-radius: 20px;
  color: var(--modal-bg);
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  transform: translateX(-50%);
  box-shadow:
    0 8px 8.75px -6px rgba(0, 0, 0, 0.1),
    0 20px 21.875px -5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.landing-footer-button:hover,
.landing-footer-button:focus-visible {
  background: var(--modal-bg);
  color: var(--olive);
  transform: translate(-50%, -1px);
}

.landing-footer-logo {
  position: absolute;
  left: calc(50% + 4px);
  top: 173px;
  width: 319px;
  height: auto;
  text-decoration: none;
  transform: translateX(-50%);
}

.landing-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-footer-disclaimer {
  position: absolute;
  left: 50%;
  top: 373px;
  width: min(527px, 100%);
  margin: 0;
  color: #91ae82;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -0.5px;
  text-align: center;
  transform: translateX(-50%);
}

.landing-footer-links {
  position: absolute;
  left: 2px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 345px;
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 1.4px;
  text-transform: none;
}

.landing-footer-links a,
.landing-footer-email,
.landing-footer-consent {
  color: inherit;
  text-decoration: none;
}

.landing-footer-links a:hover,
.landing-footer-links a:focus-visible,
.landing-footer-email:hover,
.landing-footer-email:focus-visible,
.landing-footer-consent:hover,
.landing-footer-consent:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.landing-footer-contact {
  position: absolute;
  right: 0;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 329px;
}

.landing-footer-email {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 2.572;
  letter-spacing: 1.4px;
  text-align: right;
}

.landing-footer-consent {
  font-family: var(--mono);
  font-size: 14px;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 1.4px;
  text-align: right;
}

@media (max-width: 1366px) and (min-width: 761px) {
  .landing-hero-title {
    font-size: 48px;
    line-height: 1.05;
  }

  .landing-section-title,
  .landing-system-title,
  .landing-footer-title {
    font-size: 36px;
    line-height: 1.05;
  }

  .landing-hero2-card h3,
  .landing-system-card h3 {
    font-size: 30px;
    line-height: 1;
  }

  .landing-pencil-title {
    font-size: 32px;
    line-height: 1.05;
  }

  .landing-action-heading h2 {
    font-size: 50px;
    line-height: 1;
  }

  .landing-pricing-card h3 {
    font-size: 30px;
    line-height: 1.05;
  }

  .landing-success-title,
  .landing-faq-heading .landing-section-title {
    font-size: 36px;
    line-height: 1.05;
  }
}
@media (max-width: 760px) {
  .landing-header {
    width: 100%;
    max-width: none;
    height: 80px;
    padding: 14px 20px 0;
  }

  .landing-header-bar {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    border-radius: 30px;
  }

  .landing-logo {
    position: absolute;
    left: 16px;
    top: 2px;
    width: 144px;
    height: 44px;
    transform: none;
  }

  .landing-logo-svg {
    width: 144px;
    height: 44px;
  }

  .landing-nav,
  .landing-header-button {
    display: none;
  }

  .landing-menu-button {
    position: absolute;
    right: 11px;
    top: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4.5px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    color: var(--olive);
  }

  .landing-menu-button span {
    display: block;
    width: 28px;
    height: 3.5px;
    border-radius: 999px;
    background: currentColor;
  }

  .landing-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: var(--app-viewport-height);
    height: var(--app-viewport-height);
    background: var(--modal-bg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .landing-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .landing-mobile-menu::before {
    display: none;
  }

  .landing-mobile-menu::after {
    content: "";
    position: absolute;
    left: calc(50% - 373px);
    top: 214px;
    width: 516px;
    height: 516px;
    background: var(--surface-muted);
    clip-path: none;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 384.4 384.4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384.40002 192.10001l-1.30001-1.30002c-26.20002-25.7-60.29999-38.49997-94.4-38.59998 24.5-24.6 39.5-58.50001 39.4-95.90001-37.4-0.1-71.30002 14.90001-95.90001 39.40001-0.10001-34.7-13.4-69.3-40-95.70001-26.5 26.4-39.9 61-40 95.70001-24.6-24.5-58.5-39.50001-95.9-39.40001-0.1 37.4 14.9 71.30002 39.4 95.90001-34.7 0.10001-69.3 13.4-95.7 40 26.4 26.5 61 39.9 95.7 40-24 24.20001-39 57.29999-39.4 94l0 1.9 1.9 0c36.7-0.4 69.89999-15.4 94-39.4 0.1 34.10001 13 68.10001 38.6 94.4l1.29999 1.29998 1.3-1.29998c25.7-26.20002 38.59999-60.29999 38.59999-94.4 24.2 24 57.30001 39 94.00002 39.4l1.90002 0 0-1.9c-0.39999-36.70001-15.40002-69.89999-39.40002-94 34.10001-0.1 68.10004-13 94.40002-38.6l1.5-1.5z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 384.4 384.4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384.40002 192.10001l-1.30001-1.30002c-26.20002-25.7-60.29999-38.49997-94.4-38.59998 24.5-24.6 39.5-58.50001 39.4-95.90001-37.4-0.1-71.30002 14.90001-95.90001 39.40001-0.10001-34.7-13.4-69.3-40-95.70001-26.5 26.4-39.9 61-40 95.70001-24.6-24.5-58.5-39.50001-95.9-39.40001-0.1 37.4 14.9 71.30002 39.4 95.90001-34.7 0.10001-69.3 13.4-95.7 40 26.4 26.5 61 39.9 95.7 40-24 24.20001-39 57.29999-39.4 94l0 1.9 1.9 0c36.7-0.4 69.89999-15.4 94-39.4 0.1 34.10001 13 68.10001 38.6 94.4l1.29999 1.29998 1.3-1.29998c25.7-26.20002 38.59999-60.29999 38.59999-94.4 24.2 24 57.30001 39 94.00002 39.4l1.90002 0 0-1.9c-0.39999-36.70001-15.40002-69.89999-39.40002-94 34.10001-0.1 68.10004-13 94.40002-38.6l1.5-1.5z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    opacity: 0.72;
    transform: rotate(23.2075518166deg);
    pointer-events: none;
  }

  .landing-menu-close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    color: var(--olive);
  }

  .landing-menu-close::before,
  .landing-menu-close::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .landing-menu-close::before {
    transform: rotate(45deg);
  }

  .landing-menu-close::after {
    transform: rotate(-45deg);
  }

  .landing-menu-close .icon-svg {
    display: none;
  }

  .landing-menu-close,
  .landing-menu-close * {
    pointer-events: none;
  }

  .landing-menu-close {
    pointer-events: auto;
  }

  .landing-mobile-menu-nav {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    width: calc(100% - 40px);
    max-width: 350px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 106px;
  }

  .landing-mobile-menu-nav a {
    color: var(--olive);
    font-family: "Jun", Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }

  .landing-hero {
    --hero-flower-left: calc(50% - 258px);
    --hero-flower-top: 216px;
    --hero-flower-size: 515.97px;
    height: 856px;
    min-height: 856px;
    padding-top: 0;
    background: var(--modal-bg);
  }

  .landing-hero::before {
    top: -80px;
    height: 875px;
  }

  .landing-hero::after {
    right: auto;
  }

  .landing-hero-gallery {
    position: absolute;
    left: calc(50% - 837px);
    top: 106px;
    gap: 11px;
    width: max-content;
    margin-left: 0;
    padding-inline: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .landing-hero-gallery::-webkit-scrollbar {
    display: none;
  }

  .landing-hero-image {
    width: 225px;
    height: 225px;
    border-radius: 9px;
  }

  .landing-hero-container {
    left: 0;
    top: 13px;
    width: 100%;
    padding-inline: 0;
    transform: none;
  }

  .landing-hero-kicker {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 304px;
    font-size: 16px;
    transform: none;
  }

  .landing-hero-kicker span {
    justify-content: center;
    width: auto;
    min-height: 22px;
    padding-inline: 0;
  }

  .landing-hero-kicker span::after {
    display: none;
  }

  .landing-hero-title {
    width: calc(100% - 40px);
    margin-inline: auto;
    font-size: 36px;
    line-height: 1.056;
  }

  .landing-hero-copy {
    width: calc(100% - 40px);
    max-width: 350px;
    margin: 10px auto 0;
    line-height: 1.375;
  }

  .landing-hero-button {
    display: inline-flex;
    margin-top: 34px;
    width: calc(100% - 40px);
    max-width: none;
  }

  .landing-hero-ticker {
    left: 0;
    top: 790px;
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
    padding-inline: 0;
    overflow: hidden;
    transform: none;
  }

  .landing-hero-ticker::-webkit-scrollbar {
    display: none;
  }

  .landing-hero-ticker span {
    font-size: 18px;
    line-height: 2.953;
    letter-spacing: -0.8859px;
  }

  .landing-hero-ticker span::after {
    width: 20px;
    height: 21px;
  }

  .landing-hero2 {
    gap: 43px;
    width: 100%;
    margin-top: 94px;
    padding: 8px 20px 0;
  }

  .landing-hero2-heading {
    gap: 10px;
  }

  .landing-section-title {
    width: 100%;
    font-size: 36px;
    line-height: 1;
  }

  .landing-section-copy {
    width: 100%;
    max-width: 350px;
    font-size: 16px;
    line-height: 1.375;
  }

  .landing-hero2-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  .landing-hero2-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 0;
    padding: 30px 20px 20px;
  }

  .landing-hero2-card h3 {
    width: calc(100% - 54px);
    min-height: 0;
    margin: 0 auto;
    font-size: 32px;
    line-height: 0.938;
  }

  .landing-hero2-card img {
    position: static;
    width: 100%;
    margin-top: auto;
  }

  @media (min-width: 520px) {
    .landing-hero2 {
      gap: 50px;
      padding-inline: 28px;
    }

    .landing-section-title {
      font-size: 38px;
      line-height: 1.05;
    }

    .landing-section-copy {
      max-width: 430px;
      font-size: 17px;
      line-height: 1.35;
    }

    .landing-hero2-card {
      gap: 28px;
      padding: 38px 28px 28px;
    }

    .landing-hero2-card h3 {
      max-width: 420px;
      font-size: 36px;
      line-height: 1.05;
    }
  }

  .landing-problem {
    gap: 50px;
    margin-top: 80px;
    padding: 10px 0 30px;
    overflow: visible;
  }

  .landing-problem::before {
    left: calc(50% - 318px);
    top: 195px;
    width: 491px;
    height: 491px;
    z-index: 0;
  }

  .landing-problem-heading {
    gap: 10px;
    width: 100%;
    padding-inline: 0;
  }

  .landing-problem-heading .landing-section-title {
    width: calc(100% - 44px);
    max-width: 346px;
    font-size: 36px;
    line-height: 1;
  }

  .landing-problem-copy {
    width: 308px;
    max-width: calc(100% - 40px);
    font-size: 16px;
    line-height: 1.375;
  }

  .landing-problem-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    height: auto;
  }

  .landing-problem-plate {
    width: 352px;
    max-width: calc(100% - 38px);
    height: 272px;
    overflow: visible;
  }

  .landing-problem-plate + .landing-problem-plate {
    margin-top: -1px;
  }

  .landing-problem-plate.is-decorative {
    display: none;
  }

  .landing-problem-plate img {
    left: 50%;
    width: 352px;
    max-width: none;
    height: 342px;
    transform: translateX(-50%) rotate(var(--plate-rotation));
  }

  .landing-problem-plate h3 {
    top: 62.5%;
    width: 178px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }

  .landing-problem-plate:nth-child(2) h3 {
    width: 156px;
  }

  .landing-problem-plate:nth-child(4) h3 {
    width: 169px;
  }

  .landing-problem-button {
    width: calc(100% - 40px);
    max-width: none;
    margin-top: 80px;
    padding: 10px 52px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 2;
  }

  .landing-why {
    width: 100%;
    margin-top: 80px;
    padding: 0 20px;
  }

  .landing-pencil-pair {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
  }

  .landing-pencil-card {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 398px;
    margin-inline: auto;
    box-shadow: 0 30px 52.5px -12px rgba(54, 51, 29, 0.08);
  }

  .landing-pencil-card-text {
    padding: 30px;
    border-radius: 20px;
  }

  .landing-pencil-title {
    width: 100%;
    max-width: 309px;
    font-size: 32px;
    line-height: 0.9375;
  }

  .landing-pencil-copy {
    width: 100%;
    max-width: 309px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0;
  }

  .landing-pencil-spark {
    width: 312px;
    height: 312px;
  }

  .landing-pencil-image-card {
    aspect-ratio: 350 / 398;
    border-radius: 40px;
    min-height: 0;
  }

  .landing-diagnosis {
    width: 100%;
    margin: 20px auto 88px;
    padding: 0 20px;
  }

  .landing-pencil-card-dark {
    padding-top: 30px;
  }

  .landing-pencil-card-dark .landing-pencil-title {
    max-width: 291px;
  }

  .landing-diagnosis-copy {
    width: 100%;
    max-width: 277px;
  }

  .landing-pencil-button {
    width: 307px;
    max-width: 100%;
    min-height: 48px;
    margin-top: 21px;
    padding: 10px 48px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 2;
  }

  @media (min-width: 520px) {
    .landing-why,
    .landing-diagnosis {
      padding-inline: 28px;
    }

    .landing-pencil-card-text {
      padding: 38px 28px;
    }

    .landing-pencil-title {
      max-width: 420px;
      font-size: 36px;
      line-height: 1.05;
    }

    .landing-pencil-copy,
    .landing-diagnosis-copy {
      max-width: 430px;
      font-size: 17px;
      line-height: 1.35;
    }

    .landing-pencil-spark {
      width: 430px;
      height: 430px;
    }

    .landing-pencil-button {
      width: 390px;
      max-width: 100%;
    }
  }

  @media (max-width: 360px) {
    .landing-pencil-title {
      font-size: 30px;
    }

    .landing-pencil-copy {
      font-size: 15px;
      line-height: 1.333;
    }

    .landing-pencil-button {
      padding-inline: 38px;
    }
  }

  .landing-system-output {
    margin-top: 0;
    padding: 70px 0 50px;
    border-radius: 40px;
  }

  .landing-system-inner {
    width: 100%;
  }

  .landing-system-logic,
  .landing-output-preview {
    gap: 50px;
    padding-top: 0;
  }

  .landing-output-preview {
    margin-top: 60px;
  }

  .landing-system-heading {
    gap: 10px;
    padding-inline: 20px;
  }

  .landing-system-title {
    width: 100%;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
  }

  .landing-system-copy {
    width: 100%;
    max-width: 350px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0;
  }

  .landing-output-copy {
    max-width: 350px;
    line-height: 1.5;
  }

  .landing-system-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding-inline: 20px;
  }

  .landing-system-steps::before {
    left: -66px;
    top: 185px;
    z-index: 0;
    width: 314.603px;
    height: 1200px;
    background-image: url("../images/system-numbers-mobile.png");
  }

  .landing-system-card {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 350 / 468;
    margin-inline: auto;
  }

  .landing-system-card h3 {
    width: min(310px, calc(100% - 60px));
    min-height: 67px;
    margin-top: 30px;
    font-size: 32px;
    line-height: 0.9375;
  }

  .landing-system-card img {
    bottom: -4px;
    width: 58.6%;
    height: auto;
    max-height: 78%;
  }

  .landing-system-number {
    top: auto;
    left: -66px;
    font-size: 380px;
    line-height: 0.874;
  }

  .landing-system-number-one {
    top: 206px;
  }

  .landing-system-number-two {
    top: calc(33.333% + 175px);
  }

  .landing-system-number-three {
    top: calc(66.666% + 145px);
  }

  .landing-output-strip {
    display: flex;
    gap: 32px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 20px;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .landing-output-strip::-webkit-scrollbar {
    display: none;
  }

  .landing-output-phone {
    flex: 0 0 min(62.5vw, 244px);
    height: auto;
    aspect-ratio: 244 / 540;
    border-radius: 40px;
    scroll-snap-align: start;
  }

  .landing-output-phone:first-child {
    margin-left: 20px;
  }

  .landing-output-phone:last-child {
    margin-right: 20px;
  }

  .landing-output-phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
  }

  .landing-system-star {
    display: none;
  }

  .landing-action-layer {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
    width: 100%;
    margin: 110px auto 90px;
    padding: 2px 0;
  }

  .landing-action-content {
    width: 100%;
    padding-inline: 20px;
  }

  .landing-action-heading {
    width: 100%;
    min-height: 160px;
  }

  .landing-action-heading h2 {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 6px;
    font-size: 50px;
    line-height: 0.94;
  }

  .landing-action-heading h2::after {
    left: calc(50% - 73px);
    right: auto;
    top: 121px;
    bottom: auto;
    width: 216px;
    height: 31px;
  }

  .landing-action-list {
    width: 365px;
    max-width: 100%;
    margin: 2px auto 0;
  }

  .landing-action-list li,
  .landing-pricing-card li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    min-height: 26px;
    font-size: 18px;
    line-height: 1.111;
  }

  .landing-action-list li::before,
  .landing-pricing-card li::before {
    width: 20px;
    height: 20px;
    background: #fdb6ba;
  }

  .landing-action-list li::before {
    background: #fdb6ba;
  }

  .landing-action-button {
    display: flex;
    width: 100%;
    max-width: 350px;
    min-height: 48px;
    margin: 66px auto 0;
    padding: 10px 52px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 2;
  }

  .landing-action-media {
    width: 100%;
    height: 363px;
    overflow: visible;
  }

  .landing-action-media::before {
    inset: auto;
    width: 347px;
    height: 347px;
  }

  .landing-action-media img {
    width: 347px;
    height: 347px;
  }

  .landing-pricing {
    padding: 70px 0 80px;
    border-radius: 40px;
  }

  .landing-pricing-inner {
    gap: 50px;
    width: 100%;
  }

  .landing-pricing-heading {
    gap: 10px;
    padding-inline: 0;
  }

  .landing-pricing-heading .landing-system-title {
    width: 100%;
    max-width: 391px;
  }

  .landing-pricing-copy {
    max-width: 324px;
  }

  .landing-pricing-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding-inline: 20px;
  }

  .landing-pricing-card {
    width: 100%;
    min-height: 398px;
    padding: 35px 14px 90px;
  }

  .landing-pricing-card .landing-action-underline {
    left: calc(50% - 47px);
    top: 57px;
    width: 184px;
    height: 27px;
  }

  .landing-pricing-card-featured .landing-action-underline {
    left: calc(50% - 72px);
  }

  .landing-pricing-card h3 {
    width: 310px;
    max-width: 100%;
    min-height: 38px;
    margin-bottom: 18px;
    font-size: 32px;
  }

  .landing-pricing-card ul {
    width: min(313px, 100%);
    margin-inline: auto;
  }

  .landing-pricing-card li {
    gap: 10px;
    font-size: 14px;
    line-height: 1.857;
  }

  .landing-pricing-button {
    width: min(306px, calc(100% - 44px));
    bottom: 42px;
    min-height: 48px;
    padding: 10px 46px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 2;
  }

  .landing-pricing-badge {
    display: none;
  }

  .landing-success {
    gap: 30px;
    width: 100%;
    margin: 110px auto 0;
    padding-inline: 20px;
  }

  .landing-success-title {
    font-size: 36px;
    line-height: 1.05;
  }

  .landing-success-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(353px, 100%);
  }

  .landing-success-card {
    gap: 10px;
    padding-top: 48px;
  }

  .landing-success-quote {
    min-height: 260px;
    padding: 60px 25px 32px;
  }

  .landing-success-avatar {
    left: 32px;
  }

  .landing-success-photo {
    height: auto;
    aspect-ratio: 353 / 265;
  }

  .landing-faq {
    gap: 50px;
    width: 100%;
    margin: 110px auto 0;
    padding-inline: 20px;
  }

  .landing-faq-heading .landing-section-title {
    width: min(353px, 100%);
    font-size: 36px;
    line-height: 1;
  }

  .landing-faq-list {
    width: min(363px, 100%);
    gap: 10px;
  }

  .landing-faq-item summary {
    grid-template-columns: 21px minmax(0, 1fr) 46px;
    gap: 10px;
    min-height: 70px;
    padding: 12px 12px 12px 20px;
  }

  .landing-faq-spark {
    width: 21px;
    height: 21px;
  }

  .landing-faq-item h3 {
    font-size: 14px;
    line-height: 1.286;
  }

  .landing-faq-toggle {
    width: 46px;
    height: 46px;
  }

  .landing-faq-toggle::before {
    width: 16px;
    height: 16px;
  }

  .landing-faq-item p {
    padding: 22px 20px;
    font-size: 14px;
    line-height: 1.429;
    letter-spacing: 0;
  }

  .landing-faq-decor {
    display: none;
  }

  .landing-seo {
    gap: 20px;
    width: min(319px, calc(100% - 70px));
    margin: 110px auto 0;
  }

  .landing-seo-item h2,
  .landing-seo-item p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .landing-seo-item h2 {
    font-weight: 500;
  }

  .landing-seo-item p {
    font-weight: 300;
    line-height: 1.571;
  }

  .landing-footer {
    min-height: 815px;
    margin-top: 80px;
    border-radius: 40px 40px 0 0;
  }

  .landing-footer::before {
    top: -11px;
    background-size: 32px 22px;
  }

  .landing-footer-inner {
    width: min(391px, 100%);
    height: 745px;
    margin-top: 70px;
  }

  .landing-footer-title {
    position: absolute;
    left: 21px;
    top: -35px;
    width: 342px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
    padding-top: 0;
    font-size: 44px;
    line-height: 1;
  }

  .landing-footer-button {
    top: 209px;
    width: min(350px, calc(100% - 40px));
    border-radius: 10px;
    padding-inline: 38px;
    font-size: 14px;
    line-height: 2;
  }

  .landing-footer-contact {
    position: static;
    display: block;
    width: auto;
  }

  .landing-footer-email {
    position: absolute;
    left: 50%;
    top: 282px;
    width: min(311px, calc(100% - 80px));
    font-family: var(--mono);
    font-size: 22px;
    line-height: 1.637;
    text-align: center;
    transform: translateX(-50%);
  }

  .landing-footer-consent {
    position: absolute;
    left: 18px;
    top: 693px;
    bottom: auto;
    width: calc(100% - 36px);
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1.4px;
    text-align: left;
  }

  .landing-footer-logo {
    top: 351px;
    width: 319px;
  }

  .landing-footer-disclaimer {
    top: 556px;
    width: min(347px, calc(100% - 44px));
    font-size: 12px;
    line-height: 1.17;
  }

  .landing-footer-links {
    left: 18px;
    top: 630px;
    bottom: auto;
    width: calc(100% - 36px);
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 1.4px;
  }

  @media (min-width: 520px) {
    .landing-system-output {
      padding-top: 80px;
      padding-bottom: 70px;
    }

    .landing-system-heading,
    .landing-system-steps {
      padding-inline: 28px;
    }

    .landing-system-title {
      font-size: 38px;
      line-height: 1.05;
    }

    .landing-system-copy,
    .landing-output-copy {
      max-width: 500px;
      font-size: 17px;
      line-height: 1.35;
    }

    .landing-system-card {
      aspect-ratio: 350 / 468;
    }

    .landing-system-card h3 {
      width: min(420px, calc(100% - 80px));
      font-size: 36px;
      line-height: 1.05;
    }

    .landing-system-card img {
      width: 58.6%;
    }

    .landing-output-phone {
      flex-basis: min(44vw, 260px);
    }

    .landing-action-layer {
      padding-inline: 28px;
    }

    .landing-action-content {
      padding-inline: 0;
    }

    .landing-action-heading {
      min-height: 174px;
    }

    .landing-action-heading h2 {
      width: min(520px, 100%);
      font-size: 54px;
      line-height: 0.96;
      text-align: center;
    }

    .landing-action-heading h2::after {
      left: 50%;
      top: 116px;
      right: auto;
      bottom: auto;
      transform: translateX(0);
    }

    .landing-action-list {
      width: min(460px, 100%);
    }

    .landing-action-list li {
      font-size: 18px;
      line-height: 1.35;
    }

    .landing-action-button {
      display: flex;
      width: 390px;
      max-width: 100%;
    }

    .landing-action-media {
      height: 480px;
    }

    .landing-action-media::before,
    .landing-action-media img {
      width: min(460px, 100%);
      height: min(460px, calc(100vw - 56px));
    }

    .landing-pricing-cards {
      padding-inline: 28px;
    }

    .landing-pricing-heading .landing-system-title {
      max-width: 520px;
    }

    .landing-pricing-copy {
      max-width: 500px;
    }

    .landing-pricing-card {
      width: min(528px, 100%);
      min-height: 430px;
      margin-inline: auto;
      padding-inline: 38px;
      padding-bottom: 104px;
    }

    .landing-pricing-card ul {
      width: min(440px, 100%);
    }

    .landing-pricing-card li {
      font-size: 16px;
      line-height: 1.45;
    }

    .landing-pricing-button {
      width: 390px;
      max-width: calc(100% - 76px);
    }

    .landing-success,
    .landing-faq {
      padding-inline: 28px;
    }

    .landing-success-title,
    .landing-faq-heading .landing-section-title {
      width: min(520px, 100%);
      font-size: 38px;
      line-height: 1.05;
    }

    .landing-success-grid {
      width: min(528px, 100%);
    }

    .landing-success-quote {
      padding-inline: 32px;
    }

    .landing-faq-list {
      width: min(528px, 100%);
    }

    .landing-faq-item summary {
      grid-template-columns: 24px minmax(0, 1fr) 50px;
      gap: 16px;
      padding-inline: 24px 16px;
    }

    .landing-faq-spark {
      width: 24px;
      height: 24px;
    }

    .landing-faq-item h3,
    .landing-faq-item p {
      font-size: 15px;
      line-height: 1.4;
    }

    .landing-seo {
      width: min(520px, calc(100% - 56px));
    }

    .landing-footer-title {
      width: min(520px, calc(100% - 56px));
    }

    .landing-footer-button {
      width: 390px;
      max-width: 100%;
    }

    .landing-footer-logo {
      width: 319px;
    }

  }
}
