html {
  overflow-x: hidden;
  overflow-y: auto;
}

.help-body {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
}

.help-page-shell {
  height: auto;
  min-height: 100dvh;
  padding-bottom: 112px;
}

.help-content-frame {
  position: relative;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(33, 105, 235, 0.42);
  background:
    radial-gradient(140% 130% at 88% 2%, rgba(11, 58, 140, 0.28), transparent 52%),
    radial-gradient(160% 140% at 0% 100%, rgba(12, 39, 95, 0.22), transparent 52%),
    linear-gradient(180deg, rgba(2, 8, 26, 0.9), rgba(2, 8, 21, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(90, 145, 255, 0.12),
    0 26px 56px rgba(1, 6, 20, 0.62);
  padding: 20px 20px 96px;
}

.help-content-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(30, 84, 189, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 84, 189, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.22;
}

.help-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
}

.help-kicker {
  margin: 0;
  color: #33a8ff;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 14px;
}

.help-hero-copy h1 {
  margin: 8px 0 0;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #f2f8ff;
}

.help-hero-copy h1 span {
  color: #2786ff;
  text-shadow: 0 0 20px rgba(32, 137, 255, 0.46);
}

.help-hero-copy p {
  margin: 12px 0 0;
  max-width: 680px;
  color: rgba(221, 233, 251, 0.84);
  font-size: 22px;
  line-height: 1.45;
}

.help-hero-visual {
  position: relative;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-bot-card {
  width: 258px;
  min-height: 118px;
  border-radius: 22px;
  border: 1px solid rgba(52, 162, 255, 0.75);
  background: linear-gradient(180deg, rgba(2, 24, 63, 0.88), rgba(1, 13, 37, 0.94));
  box-shadow:
    inset 0 0 24px rgba(38, 152, 255, 0.18),
    0 0 22px rgba(35, 139, 255, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: helpFloat 5s ease-in-out infinite;
}

.help-bot-card img {
  width: 68px;
  height: 68px;
}

.help-hero-ring {
  position: absolute;
  width: 272px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(44, 158, 255, 0.66);
  box-shadow: 0 0 18px rgba(44, 158, 255, 0.28);
  bottom: 20px;
}

.help-visual-chip {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(48, 161, 255, 0.64);
  background: rgba(3, 18, 46, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 14px rgba(32, 142, 255, 0.28);
}

.help-visual-chip img {
  width: 22px;
  height: 22px;
}

.help-visual-chip-chat {
  top: 8px;
  left: 28px;
}

.help-visual-chip-check {
  right: 28px;
  bottom: 52px;
}

.help-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.help-feature-card {
  min-height: 118px;
  border-radius: 14px;
  border: 1px solid rgba(38, 110, 239, 0.46);
  background: linear-gradient(180deg, rgba(3, 12, 34, 0.8), rgba(2, 9, 25, 0.9));
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 12px;
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.help-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(67, 154, 255, 0.8);
  box-shadow: 0 14px 30px rgba(7, 21, 55, 0.5);
}

.help-feature-card-green {
  border-color: rgba(38, 182, 128, 0.5);
}

.help-feature-card-violet {
  border-color: rgba(146, 96, 255, 0.5);
}

.help-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(50, 138, 255, 0.6);
  background: linear-gradient(180deg, rgba(6, 31, 76, 0.84), rgba(2, 14, 40, 0.9));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.help-feature-card-green .help-feature-icon {
  border-color: rgba(45, 194, 138, 0.72);
  background: linear-gradient(180deg, rgba(5, 56, 40, 0.84), rgba(2, 32, 24, 0.9));
}

.help-feature-card-violet .help-feature-icon {
  border-color: rgba(147, 100, 255, 0.72);
  background: linear-gradient(180deg, rgba(50, 24, 91, 0.84), rgba(26, 14, 52, 0.9));
}

.help-feature-icon img {
  width: 26px;
  height: 26px;
}

.help-feature-card h3 {
  margin: 0;
  color: #f0f6ff;
  font-size: 25px;
}

.help-feature-card p {
  margin: 8px 0 0;
  color: rgba(204, 220, 248, 0.82);
  font-size: 20px;
  line-height: 1.43;
}

.help-section {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.help-section h2 {
  margin: 0 0 14px;
  color: #f2f8ff;
  font-size: 35px;
  letter-spacing: -0.01em;
}

.help-steps-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1fr) 78px minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.help-step-card {
  min-height: 166px;
  border-radius: 14px;
  border: 1px solid rgba(39, 117, 247, 0.48);
  background: linear-gradient(180deg, rgba(3, 13, 35, 0.8), rgba(2, 10, 28, 0.9));
  padding: 18px 16px 16px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.help-step-index {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #2f8bff, #1653d9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 0 16px rgba(24, 101, 233, 0.5);
}

.help-step-card h3 {
  margin: 2px 0 0;
  color: #f3f8ff;
  font-size: 27px;
}

.help-step-card p {
  margin: 8px 0 0;
  color: rgba(204, 220, 248, 0.8);
  font-size: 20px;
  line-height: 1.42;
}

.help-step-icon {
  grid-column: 2;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  border-radius: 999px;
  border: 1px solid rgba(120, 98, 255, 0.66);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.help-step-icon img {
  width: 22px;
  height: 22px;
}

.help-step-arrow {
  color: #2394ff;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: helpArrowPulse 2s ease-in-out infinite;
}

.help-step-arrow svg {
  width: 74px;
  height: 24px;
}

.help-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.help-plan-card {
  min-height: 210px;
  border-radius: 14px;
  border: 1px solid rgba(38, 110, 239, 0.46);
  background: linear-gradient(180deg, rgba(3, 12, 34, 0.8), rgba(2, 9, 25, 0.9));
  padding: 16px;
}

.help-plan-card-guest {
  border-color: rgba(43, 194, 136, 0.56);
}

.help-plan-card-free {
  border-color: rgba(53, 142, 255, 0.58);
}

.help-plan-card-premium {
  border-color: rgba(147, 100, 255, 0.52);
}

.help-plan-head {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  align-items: center;
}

.help-plan-icon {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  border: 1px solid rgba(45, 133, 250, 0.54);
  background: linear-gradient(180deg, rgba(5, 28, 70, 0.82), rgba(2, 13, 35, 0.9));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.help-plan-card-guest .help-plan-icon {
  border-color: rgba(45, 194, 138, 0.66);
  background: linear-gradient(180deg, rgba(6, 52, 38, 0.82), rgba(2, 27, 21, 0.9));
}

.help-plan-card-premium .help-plan-icon {
  border-color: rgba(147, 100, 255, 0.66);
  background: linear-gradient(180deg, rgba(47, 23, 85, 0.82), rgba(25, 12, 50, 0.9));
}

.help-plan-icon img {
  width: 24px;
  height: 24px;
}

.help-plan-head h3 {
  margin: 0;
  color: #f2f8ff;
  font-size: 28px;
}

.help-plan-head p {
  margin: 6px 0 0;
  color: rgba(204, 220, 248, 0.78);
  font-size: 20px;
}

.help-plan-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.help-plan-card li {
  color: rgba(213, 228, 250, 0.92);
  font-size: 20px;
  line-height: 1.42;
  margin-top: 6px;
  padding-left: 22px;
  position: relative;
}

.help-plan-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #38b4ff;
  font-weight: 700;
}

.help-plan-card-guest li::before {
  color: #35dd9e;
}

.help-plan-card-premium li::before {
  color: #a783ff;
}

.help-cta-card {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  border-radius: 14px;
  border: 1px solid rgba(38, 110, 239, 0.46);
  background: linear-gradient(180deg, rgba(3, 12, 34, 0.8), rgba(2, 9, 25, 0.9));
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.help-cta-copy {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
}

.help-cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(55, 146, 255, 0.65);
  background: linear-gradient(180deg, rgba(4, 25, 63, 0.9), rgba(2, 11, 31, 0.96));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.help-cta-icon img {
  width: 26px;
  height: 26px;
}

.help-cta-copy h3 {
  margin: 0;
  color: #f2f8ff;
  font-size: 31px;
}

.help-cta-copy p {
  margin: 6px 0 0;
  color: rgba(204, 220, 248, 0.78);
  font-size: 19px;
}

.help-cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.help-cta-btn {
  border-radius: 12px;
  min-height: 54px;
  border: 1px solid rgba(61, 136, 255, 0.54);
  background: linear-gradient(180deg, rgba(4, 17, 46, 0.88), rgba(2, 9, 24, 0.95));
  color: #e9f4ff;
  padding: 0 18px;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.help-cta-btn img {
  width: 20px;
  height: 20px;
}

.help-cta-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(94, 164, 255, 0.85);
  box-shadow: 0 12px 22px rgba(4, 15, 38, 0.48);
}

.help-cta-btn-primary {
  background: linear-gradient(180deg, rgba(31, 117, 255, 0.95), rgba(10, 69, 199, 0.98));
  border-color: rgba(88, 170, 255, 0.8);
}

.help-tips-panel {
  margin-top: 18px;
}

.help-tip-test-btn {
  margin-top: 12px;
  min-height: 42px;
  font-size: 15px;
}

.help-copy-item {
  cursor: pointer;
  border-radius: 8px;
  padding: 4px 6px;
  margin: 0 -6px;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.help-copy-item:hover,
.help-copy-item:focus-visible {
  background: rgba(41, 132, 255, 0.12);
  color: #e9f4ff;
  outline: none;
}

.help-copy-item-copied {
  background: rgba(48, 204, 150, 0.16);
  color: #c8f7e6;
}

.help-footer {
  margin: 0 auto;
  width: calc(100vw - 128px);
  position: fixed;
  left: 64px;
  bottom: 10px;
  z-index: 60;
  border-radius: 13px;
  border: 1px solid rgba(40, 110, 226, 0.44);
  background: linear-gradient(180deg, rgba(3, 13, 35, 0.8), rgba(2, 10, 28, 0.9));
  padding: 12px 14px;
  color: rgba(196, 215, 246, 0.88);
  font-size: 14px;
}

.help-footer p {
  margin: 0;
}

.help-footer a {
  color: #c6defe;
  text-decoration: none;
}

.help-footer a:hover {
  color: #f2f8ff;
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .help-footer {
    left: 40px;
    width: calc(100vw - 80px);
  }
}

@keyframes helpFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes helpArrowPulse {
  0%,
  100% {
    opacity: 0.45;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .help-hero {
    grid-template-columns: 1fr;
  }

  .help-hero-visual {
    justify-content: flex-start;
    min-height: 130px;
  }

  .help-feature-grid,
  .help-plan-grid {
    grid-template-columns: 1fr;
  }

  .help-steps-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .help-step-arrow {
    display: none;
  }

  .help-cta-card {
    flex-direction: column;
    align-items: stretch;
  }

  .help-cta-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .help-cta-btn {
    flex: 1 1 220px;
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .help-page-shell {
    padding-top: 132px;
    padding-bottom: 64px;
  }

  .help-content-frame {
    padding: 14px;
  }

  .help-kicker {
    font-size: 12px;
  }

  .help-hero-copy h1 {
    font-size: clamp(32px, 8.2vw, 48px);
  }

  .help-hero-copy p,
  .help-feature-card p,
  .help-step-card p,
  .help-plan-head p,
  .help-plan-card li,
  .help-cta-copy p {
    font-size: 16px;
  }

  .help-feature-card h3,
  .help-step-card h3,
  .help-plan-head h3 {
    font-size: 22px;
  }

  .help-section h2,
  .help-cta-copy h3 {
    font-size: 26px;
  }

  .help-cta-btn {
    font-size: 17px;
    min-height: 48px;
  }

  .help-footer {
    width: min(1720px, calc(100% - 26px));
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin-top: -20px;
    font-size: 13px;
    z-index: 25;
  }
}
