/* Public landing. Vuexy visual system; only .postilo-landing routes consume this file. */
.postilo-landing {
  --lp-ink: #444050;
  --lp-muted: #6d6b77;
  --lp-purple: #7367f0;
  --lp-purple-dark: #6258cc;
  --lp-line: #e6e4ed;
  --lp-paper: #f8f7fc;
  --lp-lilac: #eeecfd;
  --lp-shadow: 0 18px 54px -24px #41367138;
  margin: 0;
  color: var(--lp-ink);
  background: #fff;
  font-family: var(--font-sans, "Inter", sans-serif);
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  scrollbar-color: #b4add9 var(--lp-paper);
}
html:has(.postilo-landing) {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
.postilo-landing *,
.postilo-landing *::before,
.postilo-landing *::after {
  box-sizing: border-box;
}
.postilo-landing :is(h1, h2, h3, p) {
  margin: 0;
}
.postilo-landing :is(h1, h2, h3) {
  color: var(--lp-ink);
  text-wrap: balance;
}
.postilo-landing p {
  text-wrap: pretty;
}
.postilo-landing a {
  color: inherit;
  text-decoration: none;
}
.postilo-landing button {
  font: inherit;
  cursor: pointer;
}
.postilo-landing :is(a, button, summary) {
  -webkit-tap-highlight-color: transparent;
}
.postilo-landing :is(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--lp-purple);
  outline-offset: 4px;
}
.postilo-landing ::selection {
  background: #dcd7fc;
  color: #30284c;
}
.lp-container {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}
.lp-icon,
.lp-platform {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.lp-icon > svg {
  display: block;
}
.landing-skip {
  position: fixed;
  top: 10px;
  left: 14px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 12px 20px;
  border-radius: 8px;
  background: #fff;
}
.landing-skip:focus {
  transform: none;
}
.lp-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.lp-logo > span {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.lp-header {
  position: absolute;
  inset: 22px 0 auto;
  z-index: 30;
}
.lp-header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 24px;
  background: #ffffffed;
  border-radius: 12px;
  box-shadow: 0 5px 28px -16px #40346542;
}
.lp-nav {
  display: flex;
  gap: 26px;
  margin-inline: auto;
  align-items: center;
}
.lp-nav a,
.lp-login {
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}
.lp-nav a:hover,
.lp-login:hover {
  color: var(--lp-purple-dark);
}
.lp-login {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.lp-header-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}
.lp-menu-button,
.lp-mobile-login {
  display: none;
}
.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 23px;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition:
    background 0.22s,
    transform 0.22s,
    box-shadow 0.22s;
}
.lp-button-primary {
  color: #fff !important;
  background: var(--lp-purple-dark);
  box-shadow: 0 5px 12px -5px #7367f085;
}
.lp-button-primary:hover {
  background: #564db4;
  box-shadow: 0 8px 20px -9px #7367f099;
  transform: translateY(-2px);
}
.lp-button-light {
  color: var(--lp-ink);
  background: #fff;
  border-color: #d8d5e5;
}
.lp-button-light:hover {
  background: var(--lp-lilac);
  border-color: #c5beed;
  transform: translateY(-2px);
}
.lp-button:active {
  transform: translateY(1px);
}
.lp-button .lp-icon,
.lp-text-link .lp-icon:last-child {
  transition: transform 0.22s;
}
.lp-button-primary:hover .lp-icon,
.lp-text-link:hover .lp-icon:last-child {
  transform: translateX(3px);
}
.lp-header-cta {
  min-height: 40px;
  padding: 8px 15px;
  font-size: 12px;
}
.lp-hero {
  position: relative;
  isolation: isolate;
  padding: 160px 0 0;
  background: var(--lp-paper);
  overflow: hidden;
}
.lp-hero-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("landing/flow-ribbon-20260907.webp") center 35% / cover
    no-repeat;
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 95px;
  padding-bottom: 64px;
}
.lp-hero-copy {
  padding-block: 14px 24px;
}
.lp-hero h1 {
  font-size: clamp(66px, 6.2vw, 89px);
  line-height: 1.025;
  font-weight: 650;
  letter-spacing: -0.04em;
}
.lp-hero h1 > span {
  color: var(--lp-purple);
}
.lp-hero-copy > p {
  font-size: 17px;
  line-height: 1.75;
  margin-top: 28px;
  max-width: 450px;
  color: #686574;
}
.lp-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.lp-hero-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 21px;
  color: #625e70;
  font-size: 12px;
  line-height: 1.7;
}
.lp-hero-note > .lp-icon {
  color: #209a59;
  margin-top: 2px;
}
.lp-hero-showcase {
  min-width: 0;
  max-width: 436px;
  justify-self: end;
  width: 100%;
}
.lp-hero-demo-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #625683 !important;
  font-size: 11px;
  margin-top: 21px;
}
.lp-hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 84px;
  border-top: 1px solid #ded9ed;
  gap: 22px;
}
.lp-hero-bottom > span,
.lp-hero-bottom > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}
.lp-hero-bottom b {
  font-weight: 500;
  margin-left: 5px;
}
.lp-hero-bottom > a {
  color: var(--lp-purple-dark);
}
.lp-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #23995d;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-explorer {
  padding: 98px 0 0;
}
.lp-product {
  position: relative;
  scroll-margin-top: 30px;
}
.lp-product-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 30px;
}
.lp-product-top h2 {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.lp-product-top > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--lp-muted);
  padding-bottom: 4px;
}
.lp-product-top > span .lp-icon {
  color: var(--lp-purple);
}
.lp-product-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  padding: 6px;
  border-radius: 12px;
  background: #f3f2f8;
}
.lp-product-tabs > button {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 17px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #65606f;
  font-size: 13px;
  font-weight: 500;
  transition:
    color 0.22s,
    background 0.22s,
    box-shadow 0.22s;
}
.lp-product-tabs > button > .lp-icon:last-child {
  margin-left: auto;
  opacity: 0.55;
}
.lp-product-tabs > button:hover {
  background: #e9e6f7;
  color: var(--lp-purple-dark);
}
.lp-product-tabs > button.is-active {
  background: var(--lp-purple-dark);
  color: #fff;
  box-shadow: 0 4px 9px -4px #7367f080;
}
.lp-product-tabs > button.is-active > .lp-icon:last-child {
  opacity: 1;
}
.lp-product-panel {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 35px;
  padding: 30px;
  background: var(--lp-paper);
  border-radius: 14px;
}
.lp-product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-block: 18px 14px;
  animation: lp-copy-in 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.lp-product-copy h3 {
  font-size: 30px;
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.lp-product-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--lp-muted);
  margin-top: 19px;
}
.lp-product-tags {
  display: grid;
  gap: 12px;
  margin: 26px 0 32px;
  font-size: 12px;
  color: #635c75;
}
.lp-product-tags > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.lp-product-tags .lp-icon {
  color: var(--lp-purple);
}
.lp-product-copy > .lp-text-link {
  margin-top: auto;
}
.lp-product-free {
  color: var(--lp-muted);
  font-size: 11px;
  margin-top: 9px;
}
.lp-screen {
  position: relative;
  display: block;
  min-width: 0;
  align-self: start;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 38px -22px #4136715c;
}
.lp-screen-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  padding: 0 12px;
  background: #fff;
  border-bottom: 1px solid #ece9f1;
  color: #77707f;
}
.lp-screen-chrome > span {
  display: flex;
  gap: 4px;
}
.lp-screen-chrome i {
  width: 5px;
  height: 5px;
  background: #d5d0df;
  border-radius: 50%;
}
.lp-screen-chrome small,
.lp-screen-chrome b {
  font-size: 8px;
  font-weight: 400;
}
.lp-screen > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/920;
  animation: lp-screen-in 0.28s ease-out;
}
.lp-screen-open {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 6px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 12px 16px;
  border-radius: 7px;
  background: var(--lp-purple-dark);
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.lp-screen:hover .lp-screen-open,
.lp-screen:focus-visible .lp-screen-open {
  opacity: 1;
  transform: translate(-50%, 0);
}
.lp-screen-fallback {
  aspect-ratio: 1440/920;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 30px;
  text-align: center;
}
.lp-product-caption {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  color: var(--lp-muted);
  font-size: 11px;
  padding-top: 17px;
}
.lp-facts {
  padding: 53px 0 65px;
}
.lp-facts > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.lp-facts > div > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
}
.lp-facts .lp-icon {
  color: var(--lp-purple);
}
.lp-facts b,
.lp-facts small {
  display: block;
}
.lp-facts b {
  font-weight: 600;
  font-size: 14px;
}
.lp-facts small {
  margin-top: 6px;
  color: var(--lp-muted);
  font-size: 11px;
  line-height: 1.6;
}
.lp-section {
  padding: 100px 0;
}
.lp-section h2,
.lp-final h2 {
  font-size: clamp(34px, 3.25vw, 47px);
  line-height: 1.17;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.lp-section h2 > span {
  color: var(--lp-purple);
}
.lp-heading {
  margin-bottom: 42px;
}
.lp-heading-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.lp-heading-split > p {
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.85;
  max-width: 365px;
}
.lp-heading-split > p b {
  font-weight: 500;
  color: var(--lp-purple-dark);
}
.lp-section-lead {
  font-size: 16px;
  line-height: 1.8;
  color: var(--lp-muted);
  margin-top: 23px !important;
  max-width: 420px;
}
.lp-features {
  background: var(--lp-paper);
}
.lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.lp-feature {
  --tone: var(--lp-purple);
  --tint: var(--lp-lilac);
  display: flex;
  flex-direction: column;
  min-width: 0;
  grid-column: span 2;
  padding: 30px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.lp-tone-blue {
  --tone: #3983b6;
  --tint: #e8f2fa;
}
.lp-tone-cyan {
  --tone: #008da2;
  --tint: #e2f6f8;
}
.lp-tone-orange {
  --tone: #b96d23;
  --tint: #fff0df;
}
.lp-tone-green {
  --tone: #258452;
  --tint: #e2f4eb;
}
.lp-icon-tile {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 9px;
  color: var(--tone, var(--lp-purple));
  background: var(--tint, var(--lp-lilac));
}
.lp-feature-copy h3 {
  font-size: 21px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 22px 0 12px;
}
.lp-feature-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--lp-muted);
  max-width: 420px;
}
.lp-feature-route,
.lp-feature-archive {
  grid-column: span 3;
  padding: 36px;
}
.lp-feature-route {
  background: #eeebfd;
}
.lp-feature-route .lp-icon-tile {
  background: #ded9fb;
}
.lp-feature-route .lp-feature-copy h3,
.lp-feature-archive .lp-feature-copy h3 {
  font-size: 27px;
}
.lp-feature-route .lp-feature-copy p {
  color: #625b7b;
}
.lp-route-art {
  margin-top: 28px;
  display: grid;
}
.lp-route-node {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  background: #fff;
  border-radius: 9px;
}
.lp-route-node > span:not(.lp-platform):not(.lp-icon) {
  flex: 1;
}
.lp-route-node b,
.lp-route-node small {
  display: block;
}
.lp-route-node b {
  font-weight: 600;
  font-size: 13px;
}
.lp-route-node small {
  font-size: 11px;
  color: var(--lp-muted);
  margin-top: 5px;
}
.lp-route-node > .lp-icon {
  color: #807591;
}
.lp-route-destination {
  margin-left: 62px;
}
.lp-route-destination > .lp-icon {
  color: #20985a;
}
.lp-route-track {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 13px 32px;
  color: #7866b9;
}
.lp-route-track > span {
  height: 1px;
  flex: 1;
  background: #d2c9ee;
}
.lp-route-track > div {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 11px;
}
.lp-route-foot {
  text-align: right;
  color: #39734f;
  font-size: 11px;
  margin-top: 15px;
}
.lp-route-foot .lp-status-dot {
  margin-right: 5px;
}
.lp-archive-art {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 48px 12px 22px;
}
.lp-file-stack {
  position: relative;
  width: 174px;
  height: 157px;
  flex-shrink: 0;
}
.lp-file-stack > span,
.lp-file-stack > div {
  position: absolute;
  inset: 0;
  border: 1px solid #dde4ef;
  border-radius: 9px;
  background: #fff;
}
.lp-file-stack > span:first-child {
  transform: rotate(-8deg) translate(-12px, 0);
  background: #edf2fa;
}
.lp-file-stack > span:nth-child(2) {
  transform: rotate(5deg) translate(4px, 0);
  background: #f5f7fd;
}
.lp-file-stack > div {
  padding: 25px;
}
.lp-file-stack .lp-icon {
  color: #617da6;
}
.lp-file-stack b {
  display: block;
  margin-top: 19px;
  font-size: 13px;
  font-weight: 500;
}
.lp-file-stack small {
  display: block;
  margin-top: 7px;
  font-size: 10px;
  color: var(--lp-muted);
}
.lp-archive-progress {
  min-width: 116px;
}
.lp-archive-progress > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #248353;
  gap: 15px;
}
.lp-archive-progress b {
  font-weight: 600;
  font-size: 22px;
  color: #526782;
}
.lp-archive-progress > i {
  display: block;
  height: 5px;
  background: #81b49a;
  border-radius: 3px;
  margin-block: 13px;
}
.lp-archive-progress small {
  font-size: 11px;
  color: var(--lp-muted);
}
.lp-week-art {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: auto;
  padding-top: 28px;
}
.lp-week-art > span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  width: 42px;
  padding: 12px 4px;
  border-radius: 8px;
  color: #79717e;
  background: #f8f7fa;
}
.lp-week-art small {
  font-size: 10px;
}
.lp-week-art b {
  font-size: 16px;
  font-weight: 500;
}
.lp-week-art i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd5e7;
}
.lp-week-art .selected {
  color: #995e25;
  background: #fff0e0;
}
.lp-week-art .selected i {
  background: #d08741;
}
.lp-link-art {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 27px;
}
.lp-link-art > span,
.lp-link-art > strong {
  font-size: 12px;
  font-weight: 400;
  padding: 9px 12px;
  border-radius: 6px;
  background: #f5f3fa;
}
.lp-link-art > span {
  color: #82798c;
  text-decoration: line-through;
  text-decoration-color: #b6a9c8;
}
.lp-link-art > strong {
  color: #6655bd;
  background: #efebff;
  margin-left: 24px;
}
.lp-link-art > .lp-icon {
  margin-left: 15px;
  color: #9f8dbe;
}
.lp-sync-art {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 45px;
  color: #23864e;
}
.lp-sync-art > span:not(.lp-icon):not(.lp-platform) {
  flex: 1;
  font-size: 13px;
}
.lp-sync-art small {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  color: var(--lp-muted);
}
.lp-feature-insights,
.lp-feature-discovery {
  grid-column: span 3;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding-block: 34px;
}
.lp-feature-insights .lp-feature-copy,
.lp-feature-discovery .lp-feature-copy {
  flex: 1;
}
.lp-feature-insights .lp-feature-copy h3,
.lp-feature-discovery .lp-feature-copy h3 {
  margin-top: 17px;
}
.lp-insights-art {
  width: 155px;
  color: var(--lp-purple);
}
.lp-insights-art > svg {
  width: 100%;
  height: 85px;
}
.lp-insights-art > span {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 10px;
  margin-top: 15px;
  color: #756982;
}
.lp-topics-art {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.lp-topics-art > span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #486c77;
  background: #eef8f9;
  padding: 10px;
  border-radius: 6px;
  font-size: 10px;
  white-space: nowrap;
}
.lp-features-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--lp-muted);
  margin-top: 29px !important;
}
.lp-features-note > .lp-icon {
  color: #238352;
}
.lp-features-note > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lp-purple-dark);
  margin-left: 7px;
}
.lp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lp-purple-dark) !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}
.lp-control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 130px;
}
.lp-control-grid > .lp-message-scene {
  max-width: 455px;
  justify-self: end;
  width: 100%;
}
.lp-benefits {
  display: grid;
  gap: 25px;
  list-style: none;
  margin: 31px 0;
  padding: 0;
}
.lp-benefits > li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.lp-benefits .lp-icon-tile {
  width: 39px;
  height: 39px;
  background: #eeebfd;
}
.lp-benefits b {
  font-size: 14px;
  font-weight: 600;
}
.lp-benefits p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--lp-muted);
  margin-top: 5px;
}
.lp-message-scene {
  min-width: 0;
  position: relative;
  background: #f2effb;
  padding: 20px;
  border-radius: 14px;
}
.lp-message-hero {
  background: #ffffffd9;
  padding: 17px;
  box-shadow: 0 30px 60px -28px #4236695c;
}
.lp-message-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.lp-message-toolbar > span {
  color: #665f74;
  font-size: 11px;
}
.lp-message-toolbar > div {
  display: inline-flex;
  gap: 3px;
  background: #eeebf5;
  padding: 3px;
  border-radius: 7px;
}
.lp-message-toolbar button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  min-height: 40px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #655d70;
  font-size: 11px;
  transition:
    color 0.2s,
    background 0.2s;
}
.lp-message-toolbar button[aria-pressed="true"] {
  background: #fff;
  color: var(--lp-ink);
  box-shadow: 0 2px 6px -3px #5946693d;
}
.lp-message-toolbar button:hover {
  color: var(--lp-purple-dark);
}
.lp-message-card {
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 21px -14px #48346854;
  animation: lp-screen-in 0.28s ease-out;
}
.lp-message-byline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 17px;
}
.lp-city-avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #7260b0;
  background: #eeebf8;
  border-radius: 50%;
}
.lp-message-byline > span:nth-child(2) {
  flex: 1;
}
.lp-message-byline b {
  display: block;
  font-weight: 600;
  font-size: 12px;
}
.lp-message-byline small {
  display: block;
  font-size: 10px;
  color: var(--lp-muted);
  margin-top: 4px;
}
.lp-message-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.95;
  object-fit: cover;
}
.lp-message-text {
  padding: 17px 19px 11px;
  font-size: 12px;
  line-height: 1.65;
}
.lp-message-text > b {
  font-size: 13px;
  font-weight: 600;
}
.lp-message-text > p {
  margin-top: 10px;
  color: var(--lp-muted);
}
.lp-message-link {
  display: block;
  margin-top: 10px;
  color: var(--lp-purple-dark);
}
.lp-message-text .lp-message-signature {
  min-height: 33px;
  font-size: 11px;
  padding-top: 8px;
  border-top: 1px solid #eeeaf5;
}
.lp-message-text > small {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 9px;
  color: var(--lp-muted);
  margin-top: 6px;
}
.lp-message-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  margin-top: 12px;
  font-size: 11px;
  color: #267c4d;
}
.lp-how {
  background: #faf9fd;
}
.lp-how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
.lp-how-grid > div > .lp-text-link {
  margin-top: 28px;
}
.lp-connect-art {
  display: flex;
  align-items: center;
  padding: 45px 0 0;
  max-width: 360px;
}
.lp-connect-art > div {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 7px 18px -10px #58467038;
  flex-shrink: 0;
}
.lp-connect-art > .lp-connect-brand {
  width: 86px;
  height: 86px;
  background: #eeebfd;
}
.lp-connect-art > span {
  height: 1px;
  flex: 1;
  background: #d4cde7;
}
.lp-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-steps > li {
  display: flex;
  gap: 25px;
  position: relative;
  padding-bottom: 35px;
}
.lp-steps > li:last-child {
  padding-bottom: 0;
}
.lp-steps > li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 51px;
  bottom: 7px;
  width: 1px;
  background: #ddd6ed;
}
.lp-step-number {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  color: var(--lp-purple-dark);
  border-radius: 9px;
  background: #eeebfc;
  font-size: 13px;
  font-weight: 500;
}
.lp-steps > li > div {
  position: relative;
  padding: 4px 34px 0 0;
}
.lp-steps > li > div > .lp-icon {
  position: absolute;
  top: 7px;
  right: 0;
  color: #8e81ad;
}
.lp-steps h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.lp-steps p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--lp-muted);
  margin-top: 9px;
}
.lp-free {
  padding-bottom: 40px;
}
.lp-free-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
  padding: 63px;
  border-radius: 16px;
  background: #eeebfc;
}
.lp-free-copy > p {
  font-size: 15px;
  line-height: 1.8;
  color: #655d7c;
  max-width: 435px;
  margin: 22px 0 28px;
}
.lp-free-copy h2 {
  color: #514576;
}
.lp-free-foot {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  font-size: 11px;
  color: #685d83;
}
.lp-price {
  background: #fff;
  border-radius: 12px;
  padding: 30px 35px;
}
.lp-price > span {
  font-size: 12px;
  color: var(--lp-muted);
}
.lp-price > div {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 2px;
  color: var(--lp-purple);
}
.lp-price b {
  font-size: 106px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.lp-price strong {
  font-size: 37px;
  font-weight: 400;
  line-height: 1.2;
}
.lp-price small {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #6c6088;
}
.lp-price > p {
  font-size: 12px;
  color: var(--lp-muted);
  margin-top: 8px;
}
.lp-price ul {
  padding: 22px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid var(--lp-line);
  list-style: none;
  display: grid;
  gap: 12px;
}
.lp-price li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  line-height: 1.5;
}
.lp-price .lp-icon {
  color: var(--lp-purple);
}
.lp-faq {
  padding-top: 70px;
}
.lp-faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}
.lp-faq-grid .lp-text-link {
  margin-top: 28px;
}
.lp-faq-list {
  border-top: 1px solid var(--lp-line);
}
.lp-faq-list details {
  border-bottom: 1px solid var(--lp-line);
}
.lp-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 73px;
  padding: 19px 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  cursor: pointer;
}
.lp-faq-list summary::-webkit-details-marker {
  display: none;
}
.lp-faq-list summary .lp-icon {
  color: var(--lp-purple);
  transition: transform 0.22s;
}
.lp-faq-list details[open] summary {
  color: var(--lp-purple-dark);
}
.lp-faq-list details[open] summary .lp-icon {
  transform: rotate(45deg);
}
.lp-faq-list details p {
  padding: 0 34px 25px 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--lp-muted);
}
.lp-final {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 86px 0 90px;
  background: var(--lp-paper) url("landing/flow-ribbon-20260907.webp") right
    62% / cover no-repeat;
}
.lp-final .lp-container {
  position: relative;
}
.lp-final-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.lp-final h2 {
  font-size: clamp(36px, 4vw, 58px);
}
.lp-final h2 > span {
  color: var(--lp-purple);
}
.lp-final p {
  margin-top: 22px;
  font-size: 15px;
  color: #655d77;
}
.lp-final .lp-hero-actions {
  justify-content: center;
  margin-top: 29px;
}
.lp-footer {
  background: #fff;
}
.lp-footer-top {
  display: flex;
  align-items: center;
  gap: 27px;
  padding: 33px 0;
}
.lp-footer-top > p {
  font-size: 12px;
  color: var(--lp-muted);
}
.lp-footer-top > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--lp-muted);
  margin-left: auto;
}
.lp-back-top {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--lp-lilac);
  color: var(--lp-purple-dark) !important;
  border-radius: 7px;
}
.lp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--lp-line);
  color: var(--lp-muted);
}
.lp-footer-bottom small {
  font-size: 11px;
}
.lp-footer-bottom nav {
  display: flex;
  gap: 27px;
  font-size: 11px;
}
.lp-footer-bottom a:hover {
  color: var(--lp-purple-dark);
}
@keyframes lp-copy-in {
  from {
    opacity: 0.5;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lp-screen-in {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .lp-container {
    width: min(1340px, calc(100% - 100px));
  }
  .lp-hero-grid {
    gap: 120px;
  }
  .lp-hero-showcase {
    max-width: 465px;
  }
  .lp-hero h1 {
    font-size: 96px;
  }
  .lp-product-panel {
    grid-template-columns: 285px minmax(0, 1fr);
  }
}
@media (max-width: 1150px) {
  .lp-container {
    width: calc(100% - 64px);
  }
  .lp-header-inner {
    gap: 23px;
    padding-inline: 20px;
  }
  .lp-nav {
    gap: 17px;
  }
  .lp-nav a {
    font-size: 12px;
  }
  .lp-header-actions {
    gap: 17px;
  }
  .lp-login .lp-icon {
    display: none;
  }
  .lp-hero-grid {
    gap: 45px;
  }
  .lp-hero h1 {
    font-size: 75px;
  }
  .lp-hero-copy > p {
    font-size: 15px;
  }
  .lp-hero-actions {
    gap: 9px;
  }
  .lp-hero-actions .lp-button {
    padding-inline: 17px;
    font-size: 13px;
  }
  .lp-product-tabs > button {
    padding-inline: 11px;
    font-size: 12px;
    gap: 8px;
  }
  .lp-product-panel {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 25px;
    padding: 24px;
  }
  .lp-product-copy h3 {
    font-size: 26px;
  }
  .lp-product-copy {
    padding-top: 7px;
  }
  .lp-feature {
    padding: 25px;
  }
  .lp-feature-route,
  .lp-feature-archive {
    padding: 29px;
  }
  .lp-archive-art {
    gap: 24px;
  }
  .lp-file-stack {
    width: 145px;
  }
  .lp-file-stack > div {
    padding: 23px 18px;
  }
  .lp-feature-insights,
  .lp-feature-discovery {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-insights-art {
    width: 100%;
  }
  .lp-insights-art > svg {
    height: 60px;
  }
  .lp-topics-art {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lp-control-grid,
  .lp-how-grid,
  .lp-faq-grid {
    gap: 60px;
  }
  .lp-free-card {
    padding: 45px;
    gap: 40px;
  }
  .lp-price {
    padding: 27px;
  }
}
@media (max-width: 900px) {
  .lp-container {
    width: calc(100% - 40px);
  }
  .lp-header {
    top: 14px;
  }
  .lp-header-inner {
    height: 66px;
    padding-inline: 17px;
  }
  .lp-logo > span {
    font-size: 22px;
  }
  .lp-nav {
    display: none;
    position: absolute;
    top: 75px;
    right: 20px;
    left: 20px;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--lp-shadow);
  }
  .lp-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
  }
  .lp-nav > a {
    min-height: 44px;
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 6px;
  }
  .lp-nav > a:hover {
    background: var(--lp-lilac);
  }
  .lp-mobile-login {
    display: block;
  }
  .lp-header-actions {
    margin-left: auto;
    gap: 17px;
  }
  .lp-menu-button {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #f3f1f9;
    border: 0;
    border-radius: 7px;
    color: var(--lp-ink);
  }
  .lp-hero {
    padding-top: 123px;
  }
  .lp-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .lp-hero h1 {
    font-size: 64px;
  }
  .lp-hero-copy > p {
    font-size: 14px;
  }
  .lp-hero-actions {
    flex-wrap: wrap;
  }
  .lp-message-toolbar {
    justify-content: center;
  }
  .lp-message-toolbar > span {
    width: 100%;
    text-align: center;
  }
  .lp-message-text {
    padding-inline: 14px;
  }
  .lp-hero-showcase {
    max-width: 400px;
  }
  .lp-hero-bottom > span {
    gap: 8px;
  }
  .lp-hero-bottom b {
    font-size: 11px;
  }
  .lp-hero-bottom > a {
    font-size: 11px;
  }
  .lp-explorer {
    padding-top: 70px;
  }
  .lp-product-top h2 {
    font-size: 34px;
  }
  .lp-product-top > span {
    font-size: 11px;
  }
  .lp-product-tabs > button > .lp-icon:last-child {
    display: none;
  }
  .lp-product-tabs > button {
    justify-content: center;
    gap: 6px;
    padding: 10px 6px;
    font-size: 11px;
  }
  .lp-product-panel {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .lp-product-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 35px;
    padding: 0;
  }
  .lp-product-copy h3 {
    grid-row: span 2;
    font-size: 29px;
  }
  .lp-product-copy p {
    margin: 0;
    font-size: 13px;
  }
  .lp-product-tags,
  .lp-product-free {
    display: none;
  }
  .lp-product-caption {
    justify-content: center;
    font-size: 10px;
  }
  .lp-facts {
    padding-block: 35px 50px;
  }
  .lp-facts > div {
    grid-template-columns: 1fr 1fr;
    gap: 20px 35px;
  }
  .lp-section {
    padding-block: 70px;
  }
  .lp-heading-split {
    gap: 35px;
  }
  .lp-heading-split > p {
    font-size: 13px;
    max-width: 270px;
  }
  .lp-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .lp-feature {
    grid-column: auto;
  }
  .lp-feature-route {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    gap: 45px;
  }
  .lp-feature-route > * {
    flex: 1;
  }
  .lp-route-art {
    margin-top: 0;
  }
  .lp-feature-archive .lp-feature-copy h3 {
    font-size: 21px;
  }
  .lp-archive-art {
    padding-top: 35px;
    gap: 18px;
    flex-wrap: wrap;
  }
  .lp-feature-insights,
  .lp-feature-discovery {
    grid-column: auto;
  }
  .lp-control-grid {
    gap: 40px;
  }
  .lp-section h2 {
    font-size: 34px;
  }
  .lp-benefits p {
    font-size: 12px;
  }
  .lp-how-grid {
    gap: 45px;
  }
  .lp-steps > li {
    gap: 18px;
  }
  .lp-steps h3 {
    font-size: 17px;
  }
  .lp-free-card {
    gap: 30px;
    padding: 35px;
  }
  .lp-free-copy .lp-button {
    font-size: 12px;
    padding-inline: 14px;
  }
  .lp-price {
    padding: 24px;
  }
  .lp-price li {
    font-size: 11px;
  }
  .lp-faq-grid {
    gap: 45px;
  }
}
@media (max-width: 650px) {
  .lp-container {
    width: calc(100% - 36px);
  }
  .lp-header-inner {
    height: 62px;
    padding-inline: 14px;
    gap: 12px;
  }
  .lp-header-actions {
    gap: 11px;
  }
  .lp-header-cta {
    display: none;
  }
  .lp-login {
    font-size: 13px;
  }
  .lp-hero {
    padding-top: 113px;
  }
  .lp-hero-art {
    background-position: 67% 26%;
    background-size: auto 100%;
  }
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 35px;
  }
  .lp-hero-copy {
    padding: 0 5px;
  }
  .lp-hero h1 {
    font-size: clamp(60px, 14vw, 78px);
    line-height: 1.045;
  }
  .lp-hero-copy > p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 24px;
  }
  .lp-desktop-break {
    display: none;
  }
  .lp-hero-actions {
    gap: 9px;
    margin-top: 25px;
    flex-wrap: nowrap;
  }
  .lp-hero-actions .lp-button {
    padding: 12px 13px;
    min-height: 49px;
    font-size: 12px;
    gap: 7px;
  }
  .lp-hero-actions .lp-button .lp-icon > svg {
    width: 17px;
  }
  .lp-hero-note {
    font-size: 11px;
    margin-top: 18px;
  }
  .lp-hero-note br {
    display: none;
  }
  .lp-hero-showcase {
    max-width: 420px;
    justify-self: center;
  }
  .lp-message-hero {
    padding: 13px;
  }
  .lp-message-toolbar {
    justify-content: space-between;
    gap: 8px;
  }
  .lp-message-toolbar > span {
    width: auto;
    font-size: 10px;
    text-align: left;
  }
  .lp-message-toolbar button {
    font-size: 10px;
    padding: 7px;
    min-height: 40px;
  }
  .lp-message-byline {
    padding: 13px;
    gap: 8px;
  }
  .lp-message-byline b {
    font-size: 12px;
  }
  .lp-message-byline small {
    font-size: 9px;
  }
  .lp-message-card > img {
    aspect-ratio: 1.9;
  }
  .lp-message-text {
    font-size: 12px;
    padding: 14px 15px 9px;
  }
  .lp-message-text > b {
    font-size: 12px;
  }
  .lp-message-text .lp-message-signature {
    font-size: 10px;
  }
  .lp-message-status {
    font-size: 10px;
    gap: 5px;
  }
  .lp-hero-demo-note {
    font-size: 10px;
    margin-top: 15px;
  }
  .lp-hero-bottom {
    padding: 22px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .lp-hero-bottom > span {
    flex-wrap: wrap;
    gap: 9px;
  }
  .lp-hero-bottom b {
    font-size: 10px;
    margin-left: 0;
  }
  .lp-hero-bottom > a {
    margin-left: 2px;
  }
  .lp-explorer {
    padding-top: 55px;
  }
  .lp-product-top {
    display: block;
    margin-bottom: 24px;
  }
  .lp-product-top h2 {
    font-size: 31px;
  }
  .lp-product-top > span {
    margin-top: 13px;
    font-size: 12px;
  }
  .lp-product-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 5px;
    gap: 4px;
  }
  .lp-product-tabs > button {
    min-height: 66px;
    padding: 9px 3px;
    font-size: 10px;
    flex-direction: column;
    gap: 7px;
  }
  .lp-product-tabs > button:nth-child(4),
  .lp-product-tabs > button:nth-child(5) {
    min-height: 59px;
  }
  .lp-product-panel {
    margin-top: 15px;
    padding: 23px 14px 14px;
    gap: 25px;
  }
  .lp-product-copy {
    display: flex;
    padding-inline: 6px;
    gap: 0;
  }
  .lp-product-copy h3 {
    font-size: 27px;
    max-width: 310px;
  }
  .lp-product-copy p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .lp-product-copy > .lp-text-link {
    margin-top: 19px;
    font-size: 12px;
  }
  .lp-product-free {
    display: block;
    margin-top: 6px;
    font-size: 10px;
  }
  .lp-screen-chrome {
    height: 24px;
    padding-inline: 9px;
  }
  .lp-screen-chrome small,
  .lp-screen-chrome b {
    font-size: 7px;
  }
  .lp-screen-open {
    position: static;
    transform: none;
    opacity: 1;
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 11px 7px;
    justify-content: center;
    font-size: 9px;
  }
  .lp-screen:hover .lp-screen-open,
  .lp-screen:focus-visible .lp-screen-open {
    transform: none;
  }
  .lp-screen-open .lp-icon {
    display: none;
  }
  .lp-product-caption {
    align-items: flex-start;
    line-height: 1.7;
    font-size: 10px;
    padding: 14px 5px 0;
  }
  .lp-product-caption > .lp-icon {
    margin-top: 2px;
  }
  .lp-facts {
    padding-block: 32px 44px;
  }
  .lp-facts > div {
    gap: 17px 19px;
  }
  .lp-facts > div > div {
    align-items: flex-start;
    gap: 10px;
  }
  .lp-facts .lp-icon > svg {
    width: 19px;
  }
  .lp-facts b {
    font-size: 12px;
  }
  .lp-facts small {
    font-size: 10px;
    margin-top: 5px;
  }
  .lp-section {
    padding-block: 56px;
  }
  .lp-section h2 {
    font-size: 33px;
  }
  .lp-heading-split {
    display: block;
  }
  .lp-heading-split > p {
    margin-top: 20px;
    max-width: 330px;
  }
  .lp-heading {
    margin-bottom: 28px;
  }
  .lp-feature-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .lp-feature {
    padding: 27px;
  }
  .lp-feature-route {
    flex-direction: column;
    gap: 26px;
    align-items: stretch;
  }
  .lp-feature-route .lp-feature-copy h3,
  .lp-feature-archive .lp-feature-copy h3 {
    font-size: 23px;
  }
  .lp-feature-copy h3 {
    font-size: 21px;
    margin-top: 18px;
  }
  .lp-feature-copy p {
    font-size: 13px;
  }
  .lp-route-node {
    padding: 14px;
    gap: 10px;
  }
  .lp-route-node b {
    font-size: 12px;
  }
  .lp-route-node small {
    font-size: 10px;
  }
  .lp-route-destination {
    margin-left: 27px;
  }
  .lp-route-track {
    margin: 12px 19px;
  }
  .lp-route-track > div {
    font-size: 10px;
  }
  .lp-route-foot {
    font-size: 10px;
  }
  .lp-archive-art {
    flex-wrap: nowrap;
    gap: 20px;
    padding: 35px 0 12px;
  }
  .lp-file-stack {
    width: 143px;
    height: 146px;
  }
  .lp-file-stack > div {
    padding: 22px 17px;
  }
  .lp-file-stack b {
    font-size: 11px;
  }
  .lp-file-stack small {
    font-size: 9px;
  }
  .lp-archive-progress {
    min-width: 98px;
  }
  .lp-archive-progress b {
    font-size: 19px;
  }
  .lp-archive-progress small {
    font-size: 9px;
  }
  .lp-week-art {
    justify-content: flex-start;
    gap: 11px;
    padding-top: 24px;
  }
  .lp-link-art {
    padding-top: 23px;
  }
  .lp-sync-art {
    padding-top: 27px;
  }
  .lp-feature-insights,
  .lp-feature-discovery {
    gap: 20px;
  }
  .lp-insights-art > svg {
    height: 55px;
  }
  .lp-insights-art > span {
    margin-top: 7px;
  }
  .lp-features-note {
    line-height: 1.8;
    justify-content: flex-start;
    font-size: 11px;
    margin-top: 24px !important;
  }
  .lp-features-note > a {
    margin-left: 0;
  }
  .lp-control-grid,
  .lp-how-grid,
  .lp-faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lp-control-grid > .lp-message-scene {
    justify-self: center;
  }
  .lp-section-lead {
    font-size: 14px;
    margin-top: 19px !important;
  }
  .lp-benefits {
    gap: 23px;
  }
  .lp-benefits b {
    font-size: 13px;
  }
  .lp-benefits p {
    font-size: 12px;
  }
  .lp-message-scene:not(.lp-message-hero) {
    padding: 15px;
  }
  .lp-control-grid .lp-message-toolbar {
    flex-direction: column;
    justify-content: center;
  }
  .lp-control-grid .lp-message-toolbar > span {
    font-size: 11px;
  }
  .lp-control-grid .lp-message-toolbar button {
    padding-inline: 17px;
    font-size: 12px;
  }
  .lp-connect-art {
    max-width: 310px;
    padding-top: 30px;
  }
  .lp-steps > li {
    padding-bottom: 31px;
  }
  .lp-steps h3 {
    font-size: 18px;
  }
  .lp-steps p {
    font-size: 13px;
  }
  .lp-free {
    padding-bottom: 35px;
  }
  .lp-free-card {
    grid-template-columns: 1fr;
    padding: 30px 23px 23px;
    gap: 30px;
  }
  .lp-free-card h2 {
    font-size: 31px;
  }
  .lp-free-copy > p {
    font-size: 13px;
    line-height: 1.85;
  }
  .lp-free-copy .lp-button {
    width: 100%;
    font-size: 12px;
  }
  .lp-free-foot {
    justify-content: center;
    font-size: 10px;
  }
  .lp-price {
    padding: 26px;
  }
  .lp-price b {
    font-size: 96px;
  }
  .lp-price li {
    font-size: 11px;
  }
  .lp-faq {
    padding-top: 30px;
  }
  .lp-faq-grid {
    gap: 30px;
  }
  .lp-faq-list summary {
    font-size: 13px;
    min-height: 69px;
  }
  .lp-faq-list details p {
    font-size: 13px;
    padding-right: 20px;
  }
  .lp-final {
    padding-block: 58px 63px;
    background-position: 65% 58%;
  }
  .lp-final h2 {
    font-size: 35px;
  }
  .lp-final p {
    font-size: 12px;
    line-height: 1.8;
  }
  .lp-final .lp-hero-actions {
    gap: 9px;
  }
  .lp-footer-top {
    flex-wrap: wrap;
    gap: 17px;
    padding: 27px 0;
  }
  .lp-footer-top > p {
    font-size: 11px;
    margin-left: auto;
  }
  .lp-footer-top > span {
    margin-left: 0;
    font-size: 11px;
  }
  .lp-back-top {
    margin-left: auto;
  }
  .lp-footer-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 23px;
    padding-bottom: 25px;
  }
  .lp-footer-bottom nav {
    gap: 16px 20px;
    flex-wrap: wrap;
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .lp-container {
    width: calc(100% - 28px);
  }
  .lp-hero h1 {
    font-size: 57px;
  }
  .lp-hero-actions {
    flex-wrap: wrap;
  }
  .lp-hero-actions .lp-button {
    flex: 1 1 auto;
  }
  .lp-message-toolbar {
    flex-direction: column;
  }
  .lp-hero-bottom b {
    flex-basis: 100%;
  }
  .lp-archive-art {
    gap: 15px;
    flex-wrap: wrap;
  }
  .lp-feature {
    padding: 23px;
  }
  .lp-product-tabs > button {
    font-size: 9px;
  }
  .lp-free-card {
    padding-inline: 20px;
  }
  .lp-price {
    padding-inline: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.postilo-landing) {
    scroll-behavior: auto;
  }
  .postilo-landing *,
  .postilo-landing *::before,
  .postilo-landing *::after {
    animation: none !important;
    transition: none !important;
  }
  .postilo-landing .lp-button:hover,
  .postilo-landing .lp-text-link:hover .lp-icon,
  .postilo-landing .lp-button-primary:hover .lp-icon {
    transform: none;
  }
}
