:root {
  --ink: #13131a;
  --muted: #757681;
  --line: #e8e8ef;
  --blue: #1715d4;
  --blue-bright: #575bff;
  --soft: #f6f6fa;
  --green: #3a9c6c;
  --orange: #ff9a62;
  --pink: #f1749b;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.announcement {
  min-height: 37px;
  background: var(--blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .02em;
}

.announcement a {
  margin-left: 8px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.announcement svg {
  width: 13px;
  height: 13px;
}

.announcement-dot {
  width: 6px;
  height: 6px;
  background: #81ffb4;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(129, 255, 180, .15);
}

.site-header {
  position: relative;
  background: #fff;
  z-index: 10;
  border-bottom: 1px solid rgba(232, 232, 239, .7);
}

.nav-wrap {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 5px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -.07em;
}

.brand-copy small {
  font-size: 6px;
  letter-spacing: .22em;
  margin-top: 4px;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  margin-left: 100px;
  color: #696a76;
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a, .footer-links a {
  transition: color .2s;
}

.desktop-nav a:hover, .footer-links a:hover {
  color: var(--blue);
}

.button {
  min-height: 48px;
  padding: 0 21px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 22px rgba(25, 25, 140, .15);
}

.button svg {
  width: 16px;
  height: 16px;
}

.button-dark {
  background: var(--ink);
  color: #fff;
}

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 22px rgba(23, 21, 212, .18);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.mobile-nav {
  display: none;
}

.section-pad {
  padding: 108px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 30%, #f5f5ff 100%);
  padding-top: 82px;
  padding-bottom: 55px;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 48px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 800;
}

.eyebrow-line {
  width: 26px;
  height: 2px;
  background: currentColor;
}

.hero h1, .section-intro h2, .center-intro h2, .section-head h2, .cta-copy h2 {
  font-family: Manrope, sans-serif;
  font-size: clamp(44px, 5.2vw, 70px);
  line-height: 1.08;
  letter-spacing: -.07em;
  margin: 26px 0 20px;
  font-weight: 800;
}

.hero h1 em, .section-intro h2 em, .center-intro h2 em, .section-head h2 em, .cta-copy h2 em {
  font-style: normal;
  color: var(--blue);
}

.hero-lead {
  max-width: 475px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.text-link svg {
  width: 15px;
  height: 15px;
}

.play-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue);
  box-shadow: 0 3px 9px #dedee8;
}

.play-icon svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 38px;
}

.hero-proof p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}

.hero-proof strong {
  color: var(--ink);
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: -7px;
  border: 2px solid #fff;
  background: #d2b49e;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.avatar-stack span:nth-child(2) {
  background: #8cacc2;
}

.avatar-stack span:nth-child(3) {
  background: var(--blue);
  font-size: 10px;
}

.hero-visual {
  position: relative;
  min-height: 460px;
  padding: 22px 5px 35px 28px;
}

.hero-visual:before {
  content: '';
  position: absolute;
  right: 2%;
  top: 7%;
  width: 80%;
  height: 83%;
  background: var(--blue);
  border-radius: 46px;
  transform: rotate(-7deg);
  opacity: .96;
}

.visual-label {
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  padding: 8px 13px;
  color: #5a5a68;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(24, 24, 70, .1);
}

.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #48bb78;
  margin-right: 5px;
  box-shadow: 0 0 0 3px #dcf8e8;
}

.dashboard-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin: 35px auto 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 24px 60px rgba(23, 21, 212, .18);
  padding: 22px 23px 18px;
  transform: rotate(2deg);
}

.dash-top, .chart-heading, .dash-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-greeting, .dash-top strong {
  display: block;
}

.dash-greeting {
  font-size: 9px;
  color: #9b9ba8;
}

.dash-top strong {
  font-size: 13px;
  margin-top: 4px;
}

.icon-button {
  border: 0;
  background: #f6f6fa;
  border-radius: 7px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}

.icon-button svg {
  width: 15px;
}

.dash-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 22px 0;
}

.dash-stats > div {
  background: #f8f8fb;
  border-radius: 8px;
  padding: 12px;
}

.dash-stats span, .dash-stats strong {
  display: block;
}

.dash-stats span {
  font-size: 9px;
  color: #9696a2;
}

.dash-stats strong {
  font-size: 16px;
  margin-top: 5px;
}

.dash-stats small, .tour-cards small {
  font-size: 9px;
  font-weight: 500;
  color: #898a96;
}

.positive {
  font-size: 9px;
  color: #3ca671;
  display: inline-block;
  margin-top: 7px;
}

.chart-heading {
  font-size: 10px;
  color: #676875;
}

.chart-select {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  background: #f7f7fa;
  border-radius: 5px;
  padding: 6px 7px;
  color: #7b7b87;
}

.chart-select svg {
  width: 10px;
}

.chart {
  position: relative;
  height: 140px;
  margin-top: 12px;
}

.chart-grid {
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart-grid span {
  width: 100%;
  border-top: 1px dashed #ededf2;
}

.chart svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105px;
}

.chart-fill {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: #555aff;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.chart-days {
  display: flex;
  justify-content: space-between;
  color: #b2b2bc;
  font-size: 8px;
  margin-top: 10px;
}

.dash-bottom {
  border-top: 1px solid #f0f0f3;
  padding-top: 13px;
  gap: 8px;
  justify-content: flex-start;
}

.mini-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #edeaff;
  color: var(--blue);
}

.mini-icon svg {
  width: 14px;
}

.dash-bottom div:nth-child(2) {
  flex: 1;
}

.dash-bottom span, .dash-bottom strong {
  display: block;
}

.dash-bottom span {
  font-size: 8px;
  color: #9b9ba6;
}

.dash-bottom strong {
  font-size: 10px;
  margin-top: 2px;
}

.dash-bottom > b {
  color: #41a873;
  font-size: 9px;
}

.float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 13px;
  box-shadow: 0 12px 30px rgba(25, 25, 120, .14);
  font-size: 9px;
}

.float-card strong, .float-card small {
  display: block;
}

.float-card strong {
  font-size: 12px;
}

.float-card small {
  color: #9696a2;
  margin-top: 2px;
}

.float-orders {
  left: 0;
  bottom: 66px;
}

.float-notification {
  right: 0;
  bottom: 13px;
}

.float-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.float-icon svg {
  width: 14px;
}

.float-icon.purple {
  background: #ebeaff;
  color: #4d51e8;
}

.float-icon.green {
  background: #e3f8ed;
  color: #35a36f;
}

.float-trend {
  width: 14px;
  color: #41a873;
  margin-left: 7px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .45;
}

.hero-glow-one {
  width: 170px;
  height: 170px;
  background: #ececff;
  top: 50px;
  left: -80px;
}

.hero-glow-two {
  width: 110px;
  height: 110px;
  background: #e0f8ed;
  right: 42%;
  bottom: 45px;
}

.trusted {
  display: flex;
  align-items: center;
  gap: 42px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  margin-top: 45px;
  color: #a0a0ac;
  font-size: 10px;
}

.trusted-items {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  color: #7f7f8b;
  font-size: 12px;
}

.trusted-items strong {
  display: flex;
  align-items: center;
  gap: 7px;
}

.trusted-items svg {
  width: 14px;
}

.problem {
  background: #fbfbfd;
}

.problem-grid, .faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 120px;
  align-items: center;
}

.section-intro h2, .center-intro h2, .section-head h2, .cta-copy h2 {
  font-size: clamp(34px, 4vw, 51px);
  margin-top: 20px;
}

.section-intro p, .center-intro p, .section-head > p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
  max-width: 380px;
}

.dark-link {
  margin-top: 20px;
}

.problem-list article {
  display: grid;
  grid-template-columns: 38px 1fr 42px;
  align-items: center;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.problem-list article:first-child {
  border-top: 1px solid var(--line);
}

.number {
  font-size: 11px;
  font-weight: 700;
  color: #b2b2bd;
}

.problem-list h3 {
  margin: 0 0 6px;
  font-family: Manrope;
  font-size: 16px;
  letter-spacing: -.03em;
}

.problem-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.problem-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  color: var(--blue);
}

.problem-icon svg {
  width: 18px;
}

.product-tour {
  background: #fff;
}

.center-intro {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 600px;
}

.center-intro .eyebrow {
  justify-content: center;
}

.center-intro p {
  margin-left: auto;
  margin-right: auto;
}

.tour-window {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 425px;
  background: #fafafe;
  border: 1px solid #e9e9f2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(48, 48, 133, .08);
}

.tour-sidebar {
  background: #fff;
  border-right: 1px solid #ededf3;
  padding: 22px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tour-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 25px;
  font-family: Manrope;
}

.tour-logo .brand-mark {
  width: 24px;
  height: 24px;
  font-size: 23px;
  border-radius: 6px;
}

.tour-logo strong {
  font-size: 16px;
  letter-spacing: -.06em;
}

.tour-sidebar a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #8d8d9a;
  font-size: 10px;
  font-weight: 600;
}

.tour-sidebar a.active {
  background: #eeedff;
  color: var(--blue);
}

.tour-sidebar a:hover {
  background: #f6f6fb;
}

.tour-sidebar svg {
  width: 14px;
}

.sidebar-bottom {
  margin-top: auto;
}

.tour-main {
  padding: 26px 30px;
}

.tour-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-header span {
  font-size: 9px;
  color: #92929e;
}

.tour-header h3 {
  font: 700 17px Manrope;
  margin: 4px 0 0;
  letter-spacing: -.04em;
}

.tour-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tour-search {
  background: #fff;
  border: 1px solid #ededf3;
  color: #9999a5;
  border-radius: 7px;
  padding: 8px 11px;
  display: flex;
  gap: 6px;
  font-size: 9px;
}

.tour-search svg {
  width: 12px;
}

.user-dot {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #dbab8b;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
}

.tour-content {
  margin-top: 25px;
}

.tour-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tour-cards > div {
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #f0f0f4;
  border-radius: 10px;
}

.tour-cards span {
  display: block;
  color: #9595a2;
  font-size: 9px;
}

.tour-cards strong {
  display: block;
  font-size: 17px;
  margin: 8px 0 2px;
}

.tour-cards i {
  position: absolute;
  right: 14px;
  top: 16px;
  color: var(--blue);
  width: 15px;
}

.tour-chart {
  background: #fff;
  border: 1px solid #f0f0f4;
  margin-top: 13px;
  border-radius: 10px;
  padding: 17px;
}

.tour-chart .chart-heading strong {
  font-size: 11px;
}

.big-bars {
  height: 175px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 12px;
  padding: 24px 12px 0;
  border-bottom: 1px solid #ededf3;
  background: repeating-linear-gradient(to bottom, transparent, transparent 43px, #f1f1f5 44px);
}

.big-bars i {
  display: block;
  width: 100%;
  max-width: 28px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, #494fe8, #989aff);
  opacity: .87;
  transition: height .6s;
}

.big-bars i:nth-child(2n) {
  background: linear-gradient(to top, #c5c6ff, #7377f4);
}

.features {
  background: var(--soft);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  margin-bottom: 48px;
}

.section-head > p {
  margin: 0 0 8px;
  max-width: 330px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececf3;
  border-radius: var(--radius);
  padding: 27px;
  min-height: 320px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(45, 45, 116, .1);
}

.feature-main {
  grid-row: span 2;
  min-height: 658px;
}

.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #edecff;
  color: var(--blue);
}

.feature-icon.orange {
  background: #fff0e9;
  color: #ef8651;
}

.feature-icon.pink {
  background: #ffedf3;
  color: #e6648e;
}

.feature-icon.green {
  background: #e6f8ef;
  color: #39a070;
}

.feature-icon svg {
  width: 19px;
}

.feature-index {
  font-size: 11px;
  color: #b2b2bd;
}

.feature-card h3 {
  font: 700 23px Manrope;
  letter-spacing: -.05em;
  margin: 21px 0 7px;
}

.feature-card p {
  font-size: 13px;
  color: var(--muted);
  max-width: 290px;
  margin: 0;
  line-height: 1.6;
}

.feature-visual {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.cash-visual {
  height: 290px;
  background: #f7f7fd;
  border-top: 1px solid #f0f0f5;
  margin-top: 25px;
  padding: 28px 42px 0;
}

.cash-screen {
  background: #fff;
  border: 1px solid #ededf3;
  border-radius: 12px 12px 0 0;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  box-shadow: 0 -4px 20px rgba(20, 20, 90, .04);
}

.screen-head {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
}

.screen-head svg {
  width: 14px;
  color: #a2a2ad;
}

.product-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 0;
  border-bottom: 1px solid #f3f3f6;
}

.product-row > div {
  flex: 1;
}

.product-row b, .product-row small {
  display: block;
}

.product-row b {
  font-size: 10px;
}

.product-row small {
  font-size: 8px;
  color: #a0a0ac;
  margin-top: 2px;
}

.product-row > strong {
  font-size: 9px;
}

.product-thumb {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #a87d5e;
  display: block;
}

.cake-thumb {
  background: #de9c8a;
}

.cash-total {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 3px;
  font-size: 9px;
  color: #8f8f9c;
}

.cash-total strong {
  color: var(--ink);
  font-size: 13px;
}

.inventory-visual {
  bottom: 22px;
  padding: 0 27px;
}

.inventory-lines {
  background: #fafafd;
  border: 1px solid #ededf3;
  border-radius: 10px;
  padding: 14px;
}

.inventory-lines span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  padding: 7px 0;
  color: #656571;
  border-bottom: 1px solid #eeeef3;
}

.inventory-lines span:last-child {
  border: 0;
}

.inventory-lines b {
  margin-left: auto;
  font-size: 9px;
  color: #92929e;
}

.stock-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.stock-dot.green {
  background: #50bc7e;
}

.stock-dot.yellow {
  background: #f3bb51;
}

.stock-dot.red {
  background: #ee7373;
}

.report-visual {
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 28px;
}

.report-donut {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--blue) 0 68%, #ededff 68% 100%);
  position: relative;
}

.report-donut:after {
  content: '';
  position: absolute;
  width: 67px;
  height: 67px;
  background: #fff;
  border-radius: 50%;
}

.report-donut span {
  z-index: 1;
  font: bold 18px Manrope;
}

.report-donut small {
  font-size: 10px;
}

.report-legend {
  display: grid;
  gap: 7px;
  font-size: 9px;
  color: #858592;
}

.report-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.report-legend i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--blue);
}

.report-legend span:nth-child(2) i {
  background: #8d91ff;
}

.report-legend span:nth-child(3) i {
  background: #d9daff;
}

.phone-visual {
  bottom: -15px;
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: 168px;
  height: 196px;
  background: #22234c;
  border: 5px solid #d8d9e6;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  color: #fff;
  padding: 25px 13px 0;
  position: relative;
  box-shadow: 0 -10px 25px rgba(28, 29, 83, .14);
}

.phone-notch {
  position: absolute;
  width: 54px;
  height: 8px;
  background: #d8d9e6;
  border-radius: 0 0 8px 8px;
  top: -5px;
  left: 52px;
}

.phone-label {
  display: block;
  color: #bbbce1;
  font-size: 8px;
}

.phone-frame > strong {
  display: block;
  font: 700 20px Manrope;
  margin-top: 4px;
}

.phone-graph {
  height: 75px;
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 21px;
}

.phone-graph i {
  display: block;
  flex: 1;
  background: #777aff;
  border-radius: 3px 3px 0 0;
}

.phone-graph i:nth-child(1) {
  height: 36%;
}

.phone-graph i:nth-child(2) {
  height: 53%;
}

.phone-graph i:nth-child(3) {
  height: 44%;
}

.phone-graph i:nth-child(4) {
  height: 70%;
  background: #a6a8ff;
}

.phone-graph i:nth-child(5) {
  height: 61%;
}

.phone-graph i:nth-child(6) {
  height: 84%;
}

.phone-graph i:nth-child(7) {
  height: 73%;
  background: #9a9cff;
}

.stories {
  background: #fff;
}

.stories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.story-image {
  min-height: 505px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(23, 21, 212, .05), rgba(20, 20, 80, .05)), url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=900&q=82') center/cover;
  position: relative;
  overflow: hidden;
}

.story-image:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 20, 45, .57), transparent 55%);
}

.image-caption {
  position: absolute;
  z-index: 1;
  bottom: 27px;
  left: 28px;
  color: #fff;
}

.image-caption span {
  font-size: 10px;
  display: block;
  margin-bottom: 13px;
  opacity: .7;
}

.image-caption strong {
  font: 700 22px/1.2 Manrope;
  letter-spacing: -.04em;
}

.story-content blockquote {
  font: 500 25px/1.4 Manrope;
  letter-spacing: -.04em;
  margin: 30px 0;
}

.story-person {
  display: flex;
  align-items: center;
  gap: 11px;
}

.person-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d49e7c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.story-person strong, .story-person span {
  display: block;
}

.story-person strong {
  font-size: 12px;
}

.story-person div span {
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}

.quote-mark {
  font: 700 60px/1 Georgia;
  color: var(--blue);
  margin-left: auto;
  align-self: end;
}

.story-controls {
  display: flex;
  gap: 7px;
  margin-top: 50px;
}

.story-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.story-controls button:last-child {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.story-controls svg {
  width: 14px;
}

.cta-section {
  background: var(--blue);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.cta-section:before {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  right: -130px;
  top: -175px;
  box-shadow: 0 0 0 45px rgba(255, 255, 255, .03), 0 0 0 90px rgba(255, 255, 255, .025);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 120px;
  align-items: center;
  position: relative;
}

.eyebrow.light {
  color: #aeb0ff;
}

.cta-copy h2 {
  color: #fff;
  margin-top: 20px;
}

.cta-copy h2 em {
  color: #aeb0ff;
}

.cta-copy > p {
  max-width: 410px;
  color: #c9c9f4;
  font-size: 15px;
  line-height: 1.7;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 43px;
}

.contact-note > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 8px;
}

.contact-note svg {
  width: 16px;
  color: #9ee9bd;
}

.contact-note p {
  font-size: 10px;
  color: #bfc0ec;
  line-height: 1.5;
}

.contact-note strong {
  color: #fff;
}

.lead-form {
  padding: 31px;
  background: #fff;
  color: var(--ink);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(9, 8, 91, .2);
}

.form-heading > span {
  font-size: 10px;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.form-heading h3 {
  font: 700 26px Manrope;
  letter-spacing: -.05em;
  margin: 8px 0 20px;
}

.lead-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 14px;
}

.lead-form label small {
  font-weight: 400;
  color: #a0a0ab;
  margin-left: 3px;
}

.lead-form input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #e7e7ef;
  border-radius: 7px;
  padding: 0 13px;
  margin-top: 7px;
  outline: 0;
  font-size: 12px;
  background: #fafafe;
  transition: border .2s, box-shadow .2s;
}

.lead-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #e9e9ff;
}

.full-button {
  width: 100%;
  margin-top: 20px;
}

.form-status {
  font-size: 11px;
  margin: 12px 0 0;
  text-align: center;
  min-height: 17px;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #d85b5b;
}

.form-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #a0a0aa;
  font-size: 9px;
  margin-top: 12px;
}

.form-footnote svg {
  width: 11px;
}

.faq {
  background: #fbfbfd;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font: 700 15px Manrope;
  letter-spacing: -.03em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary svg {
  width: 17px;
  color: var(--blue);
  transition: transform .2s;
}

.faq-list details[open] summary svg {
  transform: rotate(45deg);
}

.faq-list p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 600px;
  margin: 13px 30px 0 0;
}

.footer {
  background: #11111a;
  color: #fff;
  padding: 55px 0 24px;
}

.footer-top {
  display: flex;
  align-items: start;
  gap: 75px;
  padding-bottom: 50px;
}

.brand-light .brand-mark {
  background: #fff;
  color: var(--blue);
}

.brand-light .brand-copy strong {
  color: #fff;
}

.footer-top > p {
  margin: 3px 0 0;
  color: #93939e;
  font-size: 13px;
  line-height: 1.5;
}

.footer-links {
  margin-left: auto;
  display: flex;
  gap: 24px;
  color: #c0c0c9;
  font-size: 12px;
}

.footer-bottom {
  border-top: 1px solid #2c2c37;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #676772;
  font-size: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #aaaab4;
}

.footer-bottom svg {
  width: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay {
  transition-delay: .12s;
}

.reveal-delay-2 {
  transition-delay: .22s;
}

@media (max-width: 900px) {
  .desktop-nav {
    margin-left: 0;
    gap: 18px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-content {
    max-width: 620px;
  }
  .hero-visual {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .problem-grid, .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .stories-grid {
    gap: 50px;
  }
  .cta-grid {
    gap: 55px;
  }
  .trusted {
    gap: 20px;
  }
  .trusted-items {
    gap: 14px;
  }
  .section-pad {
    padding: 82px 0;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 36px, 560px);
  }
  .announcement {
    font-size: 10px;
    padding: 8px 16px;
    text-align: center;
    line-height: 1.3;
  }
  .announcement a {
    display: none;
  }
  .nav-wrap {
    height: 70px;
  }
  .desktop-nav, .nav-cta {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .mobile-nav {
    display: none;
    padding: 0 0 17px;
    flex-wrap: wrap;
    gap: 15px;
    border-top: 1px solid var(--line);
    margin-top: 0;
    padding-top: 17px;
  }
  .mobile-nav.open {
    display: flex;
  }
  .mobile-nav a:not(.button) {
    font-size: 12px;
    color: var(--muted);
  }
  .mobile-nav .button {
    width: 100%;
  }
  .hero {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .text-link {
    justify-content: center;
  }
  .hero-visual {
    min-height: 330px;
    padding: 9px 0 26px;
  }
  .hero-visual:before {
    right: 0;
    width: 94%;
    height: 83%;
    border-radius: 30px;
  }
  .dashboard-card {
    margin-top: 28px;
    padding: 15px;
    transform: rotate(1deg);
  }
  .dash-stats {
    margin: 13px 0;
    gap: 8px;
  }
  .dash-stats > div {
    padding: 9px;
  }
  .dash-stats strong {
    font-size: 13px;
  }
  .chart {
    height: 116px;
  }
  .chart-grid, .chart svg {
    height: 88px;
  }
  .float-card {
    transform: scale(.82);
    transform-origin: center;
  }
  .float-orders {
    left: -13px;
    bottom: 52px;
  }
  .float-notification {
    right: -16px;
    bottom: 0;
  }
  .trusted {
    display: block;
    margin-top: 30px;
  }
  .trusted > span {
    display: block;
    margin-bottom: 18px;
  }
  .trusted-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
  .problem-grid, .faq-grid {
    gap: 28px;
  }
  .problem-list h3 {
    font-size: 14px;
  }
  .problem-list p {
    font-size: 11px;
  }
  .section-intro h2, .center-intro h2, .section-head h2, .cta-copy h2 {
    font-size: 36px;
  }
  .tour-window {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .tour-sidebar {
    display: none;
  }
  .tour-main {
    padding: 18px 15px;
  }
  .tour-header h3 {
    font-size: 14px;
  }
  .tour-search {
    display: none;
  }
  .tour-cards {
    gap: 6px;
  }
  .tour-cards > div {
    padding: 10px 8px;
  }
  .tour-cards span {
    font-size: 8px;
  }
  .tour-cards strong {
    font-size: 12px;
  }
  .tour-cards i {
    right: 7px;
    top: 10px;
    width: 12px;
  }
  .big-bars {
    gap: 5px;
    height: 140px;
    padding: 20px 0 0;
  }
  .section-head {
    display: block;
    margin-bottom: 32px;
  }
  .section-head > p {
    margin-top: 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature-main {
    grid-row: auto;
    min-height: 520px;
  }
  .feature-card {
    min-height: 300px;
    padding: 23px;
  }
  .cash-visual {
    height: 225px;
    padding: 20px 15px 0;
  }
  .story-image {
    min-height: 360px;
  }
  .stories-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .story-content blockquote {
    font-size: 21px;
  }
  .cta-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .cta-section:before {
    width: 330px;
    height: 330px;
    right: -150px;
    top: -80px;
  }
  .cta-copy h2 {
    font-size: 39px;
  }
  .lead-form {
    padding: 23px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-bottom: 33px;
  }
  .footer-top > p {
    grid-column: 1/-1;
    order: 3;
  }
  .footer-links {
    margin: 0;
    display: grid;
    gap: 10px;
  }
  .footer-bottom {
    display: block;
    line-height: 1.6;
  }
  .footer-bottom div {
    margin-top: 11px;
  }
  .section-pad {
    padding: 70px 0;
  }
}