body.page-dashboard,
body.page-dashboard .landing-main-scroll,
body.page-dashboard .landing-main--dashboard {
  background:
    radial-gradient(circle at 78% 4%, rgba(87, 145, 207, 0.1), transparent 32rem),
    #111a24;
}

.help-center {
  --help-blue: #74aeea;
  --help-blue-bright: #b8d9ff;
  --help-accent: #ff9a4f;
  --help-accent-bright: #ffc184;
  --help-accent-soft: rgba(255, 154, 79, 0.14);
  --help-line: rgba(174, 198, 226, 0.24);
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-bottom: 4rem;
  color: #c3cfdd;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.36fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 169, 104, 0.38);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 145, 69, 0.2), transparent 28rem),
    linear-gradient(135deg, #243448, #1a2636);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.help-eyebrow,
.help-kicker {
  margin: 0 0 0.55rem;
  color: var(--help-accent-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.help-hero h1 {
  margin: 0;
  color: #f7f9fc;
  font-size: clamp(1.7rem, 2.75vw, 2.4rem);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.help-hero > div > p:last-child {
  max-width: 680px;
  margin: 0.7rem 0 0;
  color: #c5d1df;
  font-size: clamp(0.9rem, 1.35vw, 1rem);
  line-height: 1.65;
}

.help-quick-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.help-quick-nav a,
.help-more-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.62rem 0.85rem;
  border: 1px solid var(--help-line);
  border-radius: 10px;
  background: rgba(207, 228, 251, 0.08);
  color: #edf5ff;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.help-quick-nav a:hover,
.help-more-links a:hover {
  border-color: rgba(255, 154, 79, 0.55);
  background: var(--help-accent-soft);
  color: #fff;
}

.help-quick-nav .help-quick-nav__primary {
  grid-column: 1 / -1;
  min-height: 52px;
  border-color: rgba(255, 185, 129, 0.78);
  background: linear-gradient(135deg, #ff9a4f, #ffb06f);
  box-shadow: 0 12px 26px rgba(255, 132, 49, 0.22);
  color: #211006;
  font-size: 0.92rem;
  font-weight: 900;
}

.help-quick-nav .help-quick-nav__primary:hover {
  border-color: #ffd2af;
  background: linear-gradient(135deg, #ffa45f, #ffbc83);
  box-shadow: 0 16px 32px rgba(255, 132, 49, 0.3);
  color: #1a0c03;
}

.help-start {
  padding: clamp(2.2rem, 4vw, 3.6rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.help-section-head {
  max-width: 670px;
  margin-bottom: 1.5rem;
}

.help-section-head h2,
.help-guide-copy h2,
.help-more h2 {
  margin: 0;
  color: #f5f9ff;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  letter-spacing: -0.04em;
}

.help-section-head > p:last-child,
.help-more > div > p:last-child {
  margin: 0.65rem 0 0;
  color: #b2c0d0;
  font-size: 0.96rem;
  line-height: 1.65;
}

.help-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-flow li {
  position: relative;
  min-height: 118px;
  padding: 0.85rem;
  border: 1px solid rgba(166, 198, 233, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, #1c2836, #18222f);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.16);
}

.help-flow li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -0.78rem;
  z-index: 2;
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border: 1px solid var(--help-line);
  border-radius: 50%;
  background: #0d1218;
  color: var(--help-accent-bright);
  content: "→";
  font-size: 0.68rem;
}

.help-flow span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--help-accent-bright);
  font-size: 0.7rem;
  font-weight: 900;
}

.help-flow strong {
  display: block;
  color: #edf2f8;
  font-size: 1.02rem;
}

.help-flow p {
  margin: 0.45rem 0 0;
  color: #acbac9;
  font-size: 0.84rem;
  line-height: 1.55;
}

.help-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: 1.2rem;
  padding: clamp(1.5rem, 3.5vw, 2.75rem);
  border: 1px solid var(--help-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 5%, rgba(105, 171, 241, 0.08), transparent 24rem),
    #18222e;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  scroll-margin-top: 2rem;
}

.help-guide--core {
  border-color: rgba(255, 166, 99, 0.5);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 145, 69, 0.14), transparent 25rem),
    radial-gradient(circle at 8% 92%, rgba(91, 151, 218, 0.08), transparent 24rem),
    #18222e;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.025);
}

.help-guide--reverse .help-guide-copy {
  order: 2;
}

.help-guide--reverse .help-demo-card {
  order: 1;
}

.help-guide-summary {
  margin: 0.65rem 0 1rem;
  color: #bdc8d5;
  font-size: 0.96rem;
  line-height: 1.7;
}

.help-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.help-capability-list li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.28rem 0.65rem;
  border: 1px solid rgba(255, 166, 99, 0.42);
  border-radius: 999px;
  background: rgba(255, 154, 79, 0.1);
  color: #ffd2af;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.help-ready-badge {
  display: inline-flex;
  margin-left: 0.35rem;
  padding: 0.22rem 0.5rem;
  border: 1px solid rgba(174, 198, 226, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #c3cfdd;
  font-size: 0.66rem;
  font-weight: 750;
  vertical-align: middle;
}

.help-guide--coming-soon {
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: none;
}

.help-guide--coming-soon .help-guide-summary {
  margin-bottom: 0.85rem;
}

.help-guide--coming-soon .help-open-link {
  margin-top: 0.15rem;
}

.help-step-list {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-step-list li {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  gap: 0.7rem;
  padding: 0.62rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 12px;
  opacity: 0.72;
  transition: 0.25s ease;
}

.help-step-list li.is-demo-active {
  border-color: rgba(255, 166, 99, 0.72);
  background: linear-gradient(90deg, rgba(255, 145, 69, 0.2), rgba(255, 145, 69, 0.07));
  box-shadow: inset 3px 0 var(--help-accent), 0 7px 18px rgba(0, 0, 0, 0.12);
  opacity: 1;
  transform: translateX(4px);
}

.help-step-list li > span {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 50%;
  background: var(--help-accent-soft);
  color: var(--help-accent-bright);
  font-size: 0.68rem;
  font-weight: 900;
}

.help-step-list strong {
  color: #f1f6fc;
  font-size: 0.94rem;
}

.help-step-list p {
  margin: 0.25rem 0 0;
  color: #aebbc9;
  font-size: 0.82rem;
  line-height: 1.55;
}

.help-open-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 1.1rem;
  color: var(--help-accent-bright);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.help-open-link span {
  transition: transform 0.18s ease;
}

.help-open-link:hover span {
  transform: translateX(4px);
}

.help-open-link--primary {
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid rgba(255, 193, 132, 0.76);
  border-radius: 11px;
  background: linear-gradient(135deg, #ff9a4f, #ffb06f);
  box-shadow: 0 10px 24px rgba(255, 132, 49, 0.18);
  color: #211006;
}

.help-open-link--primary:hover {
  box-shadow: 0 14px 30px rgba(255, 132, 49, 0.27);
  transform: translateY(-2px);
}

.help-demo-card {
  overflow: hidden;
  border: 1px solid rgba(157, 196, 238, 0.34);
  border-radius: 20px;
  background: #18222e;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.help-demo-browser {
  min-height: 350px;
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 145, 69, 0.11), transparent 19rem),
    #131c27;
}

.help-demo-bar {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  height: 42px;
  padding: 0 0.85rem;
  border-bottom: 1px solid var(--help-line);
  background: #253243;
}

.help-demo-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #536171;
}

.help-demo-bar span {
  margin-left: 0.45rem;
  color: #8795a5;
  font-size: 0.68rem;
}

.help-blog-ui,
.help-place-ui,
.help-cafe-ui,
.help-store-ui {
  position: relative;
  box-sizing: border-box;
  min-height: 308px;
  padding: clamp(0.85rem, 2.4vw, 1.3rem);
}

.help-tabs {
  display: flex;
  gap: 0.35rem;
  padding: 0.3rem;
  border: 1px solid var(--help-line);
  border-radius: 10px;
  background: #0b1017;
  opacity: 0.52;
  transition: 0.25s ease;
}

.help-tabs button {
  min-height: 32px;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #8390a0;
  font-size: 0.68rem;
}

.help-tabs button.is-active {
  background: var(--help-accent-soft);
  color: #ffe0c7;
}

[data-demo-target],
[data-demo-visible] {
  transition: 0.28s ease;
}

[data-demo-target].is-demo-active {
  border-color: var(--help-accent);
  background-color: rgba(255, 145, 69, 0.11);
  box-shadow: 0 0 0 4px rgba(255, 154, 79, 0.16), 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 1;
  transform: translateY(-2px);
  animation: help-highlight-pulse 1.8s ease-in-out infinite;
}

[data-demo-visible] {
  opacity: 0;
  transform: translateY(12px);
}

[data-demo-visible].is-demo-visible {
  opacity: 1;
  transform: translateY(0);
  outline: 2px solid rgba(255, 167, 101, 0.8);
  outline-offset: 3px;
  border-radius: 12px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
}

@keyframes help-highlight-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(255, 154, 79, 0.12), 0 10px 24px rgba(0, 0, 0, 0.16);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255, 154, 79, 0.24), 0 12px 28px rgba(0, 0, 0, 0.22);
  }
}

.help-input-panel,
.help-place-form {
  margin-top: 0.9rem;
  padding: 0.85rem;
  border: 1px solid var(--help-line);
  border-radius: 12px;
  background: #171e27;
  opacity: 0.52;
}

.help-input-panel label,
.help-place-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #8491a1;
  font-size: 0.63rem;
}

.help-input-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: #0c1118;
  color: #c2ccda;
  font-size: 0.72rem;
}

.help-input-row b,
.help-place-form button,
.help-cafe-watch button,
.help-store-action button {
  padding: 0.42rem 0.62rem;
  border: 0;
  border-radius: 6px;
  background: var(--help-accent);
  color: #261204;
  font-size: 0.63rem;
}

.help-post-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 1px solid var(--help-line);
  border-radius: 7px;
  color: #aeb9c7;
  font-size: 0.66rem;
}

.help-post-row em {
  color: var(--help-accent-bright);
  font-style: normal;
}

.help-post-row small {
  color: #667384;
}

.help-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.help-result-grid > div {
  padding: 0.8rem;
  border: 1px solid var(--help-line);
  border-radius: 11px;
  background: #161d25;
}

.help-result-grid small {
  display: block;
  color: #788696;
  font-size: 0.58rem;
}

.help-result-grid strong {
  display: block;
  margin-top: 0.3rem;
  color: #d6e0eb;
  font-size: 0.78rem;
}

.help-result-grid p {
  margin: 0.35rem 0 0;
  color: #8d99a8;
  font-size: 0.61rem;
}

.help-meter {
  display: block;
  height: 4px;
  margin-top: 0.6rem;
  overflow: hidden;
  border-radius: 99px;
  background: #29313b;
}

.help-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #55d995;
}

.help-place-form > div {
  min-height: 58px;
  padding: 0.6rem;
  border-radius: 7px;
  background: #0c1118;
  color: #abb7c5;
  font-size: 0.68rem;
  line-height: 1.7;
}

.help-place-form button {
  width: 100%;
  margin-top: 0.55rem;
}

.help-rank-list {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.7rem;
}

.help-rank-list p {
  display: grid;
  grid-template-columns: 1.7rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--help-line);
  border-radius: 9px;
  background: #161d25;
}

.help-rank-list b {
  color: var(--help-accent-bright);
  font-size: 0.8rem;
}

.help-rank-list span {
  color: #c9d3df;
  font-size: 0.7rem;
}

.help-rank-list small {
  display: block;
  margin-top: 0.18rem;
  color: #748192;
  font-size: 0.57rem;
}

.help-rank-list em {
  color: #8ec5a8;
  font-size: 0.61rem;
  font-style: normal;
}

.help-cafe-watch {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.8rem;
  border: 1px solid var(--help-line);
  border-radius: 11px;
  background: #171e27;
  opacity: 0.52;
}

.help-cafe-watch span,
.help-cafe-watch strong {
  color: #8290a0;
  font-size: 0.65rem;
}

.help-cafe-watch strong {
  color: #cbd5e1;
}

.help-cafe-feed {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.help-cafe-feed p {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid var(--help-line);
  border-radius: 10px;
  background: #161d25;
}

.help-cafe-feed i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6ed49a;
  box-shadow: 0 0 10px rgba(110, 212, 154, 0.45);
}

.help-cafe-feed strong,
.help-cafe-feed small {
  display: block;
  color: #ced8e3;
  font-size: 0.69rem;
}

.help-cafe-feed small {
  margin-top: 0.2rem;
  color: #768394;
  font-size: 0.58rem;
}

.help-cafe-feed em {
  color: #8ec5a8;
  font-size: 0.61rem;
  font-style: normal;
}

.help-store-search {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem;
  border: 1px solid var(--help-line);
  border-radius: 10px;
  background: #0b1017;
  color: #8592a1;
  opacity: 0.52;
}

.help-store-search strong {
  color: #b7c3d0;
  font-size: 0.7rem;
}

.help-store-card {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.9rem;
  padding: 0.8rem;
  border: 1px solid var(--help-line);
  border-radius: 12px;
  background: #171e27;
  opacity: 0.52;
}

.help-store-card > div {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(255, 154, 79, 0.35);
  border-radius: 12px;
  background: var(--help-accent-soft);
  color: var(--help-accent-bright);
  font-weight: 900;
}

.help-store-card small,
.help-store-card strong,
.help-store-card em {
  display: block;
}

.help-store-card small {
  color: var(--help-accent-bright);
  font-size: 0.58rem;
}

.help-store-card strong {
  margin-top: 0.18rem;
  color: #d9e2ec;
  font-size: 0.78rem;
}

.help-store-card em {
  margin-top: 0.28rem;
  color: #7f8c9b;
  font-size: 0.58rem;
  font-style: normal;
}

.help-store-action {
  margin-top: 0.8rem;
  padding: 0.8rem;
  border: 1px solid var(--help-line);
  border-radius: 11px;
  background: #161d25;
}

.help-store-action span {
  display: block;
  margin-bottom: 0.55rem;
  color: #95a2b1;
  font-size: 0.65rem;
}

.help-store-action button {
  width: 100%;
}

.help-demo-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  align-items: center;
  padding: 0.65rem 0.8rem;
  border-top: 1px solid var(--help-line);
  background: #243143;
}

.help-demo-controls button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--help-line);
  border-radius: 7px;
  background: #10161e;
  color: #aab6c4;
  cursor: pointer;
}

.help-demo-controls span {
  min-width: 42px;
  color: #7f8c9b;
  font-size: 0.65rem;
  text-align: center;
}

.help-more {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--help-line);
  border-radius: 20px;
  background: linear-gradient(135deg, #1f2d3d, #1a2634);
}

.help-more-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.help-more-links a {
  min-width: 120px;
}

@media (max-width: 900px) {
  .help-hero,
  .help-guide {
    grid-template-columns: 1fr;
  }

  .help-guide-copy,
  .help-guide--reverse .help-guide-copy,
  .help-guide--reverse .help-demo-card {
    order: initial;
  }

  .help-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-flow li:nth-child(2)::after {
    display: none;
  }

  .help-demo-card {
    width: min(680px, 100%);
  }
}

@media (max-width: 560px) {
  .help-hero {
    padding: 1.1rem;
    border-radius: 18px;
  }

  .help-hero h1 br {
    display: none;
  }

  .help-quick-nav,
  .help-flow {
    grid-template-columns: 1fr;
  }

  .help-flow li {
    min-height: 0;
  }

  .help-flow li::after {
    display: none !important;
  }

  .help-guide {
    padding: 1.3rem;
  }

  .help-demo-browser {
    min-height: 350px;
  }

  .help-blog-ui,
  .help-place-ui,
  .help-cafe-ui,
  .help-store-ui {
    min-height: 308px;
  }

  .help-result-grid {
    grid-template-columns: 1fr;
  }

  .help-more {
    display: block;
  }

  .help-more-links {
    margin-top: 1rem;
  }

  .help-more-links a {
    flex: 1 1 100%;
  }
}

.help-free {
  margin: 0 0 clamp(2.2rem, 4vw, 3.4rem);
  padding: 1.35rem 1.25rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(255, 138, 61, 0.1), transparent 42%),
    rgba(8, 12, 18, 0.35);
  scroll-margin-top: 2rem;
}

.help-free .help-section-head {
  margin-bottom: 1rem;
}

.help-free-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-free-grid li {
  display: grid;
  gap: 0.28rem;
  align-content: start;
  min-height: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
}

.help-free-grid strong {
  color: #f4f7fb;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}

.help-free-grid span {
  color: #a7b3c2;
  font-size: 0.84rem;
  line-height: 1.45;
}

.help-free-grid em {
  margin-top: 0.15rem;
  color: #ffb07a;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 750;
}

.help-free-grid a {
  margin-top: 0.35rem;
  color: #dfe7f1;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.help-free-grid a:hover {
  color: #ffd0ad;
}

.help-free-note {
  margin: 0.95rem 0 0;
  color: #93a0b0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.help-free-note a {
  color: #ffb68f;
  font-weight: 700;
  text-decoration: none;
}

.help-free-note a:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .help-free-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-demo-target],
  [data-demo-visible],
  .help-step-list li {
    transition: none;
  }

  [data-demo-target].is-demo-active {
    animation: none;
  }
}
