@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body.wotget-help-page {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--wotget-text);
  background: #fdfbf9;
  overflow-x: hidden;
}

body.wotget-help-page #page,
body.wotget-help-page .site-content,
body.wotget-help-page .ast-container {
  max-width: none;
  padding: 0;
  margin: 0;
}

.wotget-help__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wotget-help {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background: #fdfbf9;
}

.wotget-help__wrap {
  width: min(100% - 4rem, 72rem);
  margin-inline: auto;
  box-sizing: border-box;
}

.wotget-help__glyph {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  color: var(--wotget-state);
}

.wotget-help__header {
  width: 100%;
  background: var(--wotget-white);
  border-bottom: 1px solid var(--wotget-border);
}

.wotget-help__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 0.85rem 0;
}

.wotget-help__logo-link {
  display: inline-flex;
  flex-shrink: 0;
}

.wotget-help .wotget-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 13.75rem;
  max-height: 3.75rem;
  object-fit: contain;
}

.wotget-help__nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.wotget-help__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border: 1px solid var(--wotget-state);
  border-radius: 8px;
  color: var(--wotget-state);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.08em;
}

.wotget-help__login:hover {
  border-color: var(--wotget-state);
  color: var(--wotget-state);
}

.wotget-help__login:focus-visible,
.wotget-help__entry:focus-visible,
.wotget-help__cta-btn:focus-visible,
.wotget-help__more:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--wotget-state-ring);
}

.wotget-help__hero {
  width: 100%;
  background: #fdfbf9;
  padding: 2.35rem 0 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.wotget-help__hero-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(16rem, 1.15fr);
  gap: 1.5rem 1.75rem;
  align-items: center;
  overflow: visible;
}

.wotget-help__hero-copy {
  position: relative;
  z-index: 2;
}

.wotget-help__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wotget-state);
}

.wotget-help__h1 {
  margin: 0;
  font-size: clamp(1.85rem, 1.35rem + 1.2vw, 2.55rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--wotget-text);
}

.wotget-help__lead {
  margin: 0.9rem 0 0;
  max-width: 32rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--wotget-text-secondary);
}

.wotget-help__hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: visible;
  margin-bottom: -3.25rem;
}

.wotget-help__hero-visual picture {
  display: block;
  width: 100%;
}

.wotget-help__hero-visual img {
  display: block;
  width: calc(120% + 1.5rem);
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: right center;
}

.wotget-help__entries {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent;
  padding: 0.5rem 0 2.75rem;
}

.wotget-help__entries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.wotget-help__entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 1.5rem 1.55rem 1.4rem;
  border: 1px solid var(--wotget-border);
  border-radius: 14px;
  background: var(--wotget-white);
  box-shadow: 0 10px 28px rgba(24, 39, 55, 0.05);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wotget-help__entry--split {
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 1.35rem 1.4rem;
}

.wotget-help__entry-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 7.5rem;
  align-self: stretch;
}

.wotget-help__entry-media picture {
  display: block;
}

.wotget-help__entry-img {
  display: block;
  width: 6.05rem;
  height: 6.05rem;
  object-fit: contain;
}

.wotget-help__entry-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 0.35rem;
  height: 100%;
}

.wotget-help__entry-copy .wotget-help__entry-cta {
  margin-top: auto;
}

.wotget-help__entry:hover {
  border-color: var(--wotget-state);
  box-shadow: 0 14px 32px rgba(24, 39, 55, 0.08);
}

.wotget-help__entry-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--wotget-state-light);
  color: var(--wotget-state);
  margin-bottom: 0.25rem;
}

.wotget-help__entry-icon .wotget-help__glyph {
  width: 1.35rem;
  height: 1.35rem;
}

.wotget-help__entry-eyebrow {
  font-size: 0.72rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wotget-state);
}

.wotget-help__entry-title {
  font-size: 1.12rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
  color: var(--wotget-text);
}

.wotget-help__entry-body {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--wotget-text-secondary);
}

.wotget-help__entry-cta {
  margin-top: auto;
  padding-top: 0.65rem;
  font-size: 0.875rem;
  font-weight: var(--wotget-weight-semibold);
  color: var(--wotget-state);
}

.wotget-help__faq {
  width: 100%;
  background: #fdfbf9;
  padding: 2.75rem 0 1.25rem;
}

.wotget-help__h2 {
  margin: 0;
  font-size: clamp(1.45rem, 1.2rem + 0.65vw, 1.9rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--wotget-text);
}

.wotget-help__search {
  position: relative;
  display: block;
  width: min(100%, 28rem);
  margin: 1.35rem auto 0;
}

.wotget-help__search-input {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.65rem 2.75rem 0.65rem 1rem;
  border: 1px solid var(--wotget-border);
  border-radius: 999px;
  background: var(--wotget-white);
  font: inherit;
  font-size: 0.9375rem;
  color: var(--wotget-text);
  box-sizing: border-box;
}

.wotget-help__search-input:focus {
  outline: none;
  border-color: var(--wotget-state);
  box-shadow: 0 0 0 2px var(--wotget-state-ring);
}

.wotget-help__search-icon {
  position: absolute;
  right: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--wotget-text-secondary);
}

.wotget-help__search-icon .wotget-help__glyph {
  width: 1.15rem;
  height: 1.15rem;
  color: currentColor;
}

.wotget-help__faq-empty {
  margin: 1.25rem 0 0;
  text-align: center;
  color: var(--wotget-text-secondary);
  font-size: 0.9375rem;
}

.wotget-help__faq-grid {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.15rem 1rem;
  align-items: stretch;
}

.wotget-help__cat:nth-child(1),
.wotget-help__cat:nth-child(2),
.wotget-help__cat:nth-child(3) {
  grid-column: span 2;
}

.wotget-help__cat:nth-child(4) {
  grid-column: 1 / span 3;
}

.wotget-help__cat:nth-child(5) {
  grid-column: 4 / span 3;
}

.wotget-help__cat[hidden],
.wotget-help__acc[hidden] {
  display: none !important;
}

.wotget-help__cat {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.15rem 1.1rem 1.2rem;
  border: 1px solid var(--wotget-border);
  border-radius: 14px;
  background: var(--wotget-white);
  box-shadow: 0 8px 22px rgba(24, 39, 55, 0.04);
  box-sizing: border-box;
  min-width: 0;
  height: 100%;
}

.wotget-help__cat-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-size: 0.98rem;
  font-weight: var(--wotget-weight-bold);
  line-height: 1.3;
  color: var(--wotget-text);
}

.wotget-help__cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  color: var(--wotget-state);
  background: transparent;
}

.wotget-help__cat-icon .wotget-help__glyph {
  width: 1.61rem;
  height: 1.61rem;
}

.wotget-help__acc-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--wotget-border);
  border-radius: 10px;
  background: var(--wotget-white);
  overflow: hidden;
  flex: 1 1 auto;
}

.wotget-help__acc {
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  border-bottom: 1px solid var(--wotget-border);
}

.wotget-help__acc:last-child {
  border-bottom: 0;
}

.wotget-help__acc summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 0.95rem;
  font-size: 0.875rem;
  font-weight: var(--wotget-weight-semibold);
  line-height: 1.4;
  color: var(--wotget-text);
}

.wotget-help__acc[open] summary {
  color: var(--wotget-state);
}

.wotget-help__acc summary::-webkit-details-marker {
  display: none;
}

.wotget-help__acc summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--wotget-state-ring);
}

.wotget-help__acc-mark {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--wotget-state);
}

.wotget-help__acc-mark::before,
.wotget-help__acc-mark::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.wotget-help__acc-mark::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.wotget-help__acc-mark::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.wotget-help__acc[open] .wotget-help__acc-mark::after {
  display: none;
}

.wotget-help__acc-body {
  padding: 0 0.95rem 0.95rem;
}

.wotget-help__acc-body p {
  margin: 0 0 0.55rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wotget-text-secondary);
}

.wotget-help__acc-body p:last-child {
  margin-bottom: 0;
}

.wotget-help__cta {
  width: 100%;
  background: #fdfbf9;
  padding: 1rem 0 3rem;
}

.wotget-help__cta-panel {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) minmax(20rem, 1.35fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f5f0;
  border: 1px solid rgba(24, 39, 55, 0.06);
}

.wotget-help__cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
  background: #f8f5f0;
  height: 0;
  min-height: 100%;
}

.wotget-help__cta-copy h2 {
  margin: 0;
  font-size: clamp(1.35rem, 1.15rem + 0.55vw, 1.75rem);
  font-weight: var(--wotget-weight-bold);
  letter-spacing: -0.03em;
}

.wotget-help__cta-copy p {
  margin: 0.65rem 0 0;
  max-width: 28rem;
  color: var(--wotget-text-secondary);
  line-height: 1.5;
}

.wotget-help__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.25rem;
}

.wotget-help__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0 1.25rem;
  border-radius: 8px;
  background: var(--wotget-state);
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: var(--wotget-weight-bold);
  letter-spacing: 0.06em;
}

.wotget-help__cta-btn:hover {
  filter: brightness(1.05);
  color: #fff;
}

.wotget-help__more {
  color: var(--wotget-state);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: var(--wotget-weight-semibold);
}

.wotget-help__more:hover {
  text-decoration: underline;
}

.wotget-help__cta-visual {
  min-width: 0;
  display: flex;
  align-items: stretch;
  background: #f8f5f0;
}

.wotget-help__cta-visual picture {
  display: block;
  width: 100%;
}

.wotget-help__cta-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: right center;
}

.wotget-help__footer {
  width: 100%;
  background: var(--wotget-state);
  color: #fff;
  padding: 2.25rem 0;
}

.wotget-help__footer-inner {
  display: grid;
  grid-template-columns: minmax(12rem, 1.2fr) minmax(14rem, 1.6fr) minmax(10rem, 0.9fr);
  gap: 1.5rem;
  align-items: start;
}

.wotget-help__footer-brand strong {
  display: block;
  font-size: 1.15rem;
  font-weight: var(--wotget-weight-bold);
}

.wotget-help__footer-brand p {
  margin: 0.55rem 0 0;
  max-width: 18rem;
  font-size: 0.875rem;
  line-height: 1.45;
  opacity: 0.88;
}

.wotget-help__footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  align-items: center;
}

.wotget-help__footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.92;
}

.wotget-help__footer-nav a:not(:last-child)::after {
  content: '|';
  margin-left: 0.85rem;
  opacity: 0.45;
}

.wotget-help__footer-nav a:hover {
  text-decoration: underline;
  opacity: 1;
}

.wotget-help__copy {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.8;
  text-align: right;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1200px) {
  .wotget-help__faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wotget-help__cat:nth-child(1),
  .wotget-help__cat:nth-child(2),
  .wotget-help__cat:nth-child(3),
  .wotget-help__cat:nth-child(4),
  .wotget-help__cat:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .wotget-help__wrap {
    width: min(100% - 2.5rem, 48rem);
  }

  .wotget-help__hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .wotget-help__hero-visual {
    justify-content: center;
    margin-bottom: -1.5rem;
  }

  .wotget-help__hero-visual img {
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
  }

  .wotget-help__entries-grid {
    grid-template-columns: 1fr;
  }

  .wotget-help__faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wotget-help__cat:nth-child(1),
  .wotget-help__cat:nth-child(2),
  .wotget-help__cat:nth-child(3),
  .wotget-help__cat:nth-child(4),
  .wotget-help__cat:nth-child(5) {
    grid-column: auto;
  }

  .wotget-help__cta-panel {
    grid-template-columns: 1fr;
  }

  .wotget-help__cta-copy {
    height: auto;
    min-height: 0;
    padding: 1.5rem 1.5rem 1rem;
  }

  .wotget-help__cta-visual {
    order: -1;
  }

  .wotget-help__footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-help__footer-brand p,
  .wotget-help__copy {
    max-width: none;
    margin-inline: auto;
    text-align: center;
  }

  .wotget-help__footer-nav {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .wotget-help__wrap {
    width: min(100% - 1.5rem, 40rem);
  }

  .wotget-help__header-inner {
    min-height: 3.75rem;
  }

  .wotget-help__hero {
    padding: 1.75rem 0 0;
  }

  .wotget-help__hero-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .wotget-help__hero-visual {
    order: 2;
    justify-content: center;
    margin-bottom: -1rem;
  }

  .wotget-help__hero-visual img {
    width: 100%;
    max-width: 28rem;
  }

  .wotget-help__entries-grid,
  .wotget-help__faq-grid {
    grid-template-columns: 1fr;
  }

  .wotget-help__cat:nth-child(1),
  .wotget-help__cat:nth-child(2),
  .wotget-help__cat:nth-child(3),
  .wotget-help__cat:nth-child(4),
  .wotget-help__cat:nth-child(5) {
    grid-column: auto;
  }

  .wotget-help__entry-media {
    flex-basis: 6.35rem;
  }

  .wotget-help__entry-img {
    width: 5.2rem;
    height: 5.2rem;
  }

  .wotget-help__cta-panel {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .wotget-help__cta-copy {
    height: auto;
    min-height: 0;
    padding: 1.35rem 1.25rem;
  }

  .wotget-help__cta-visual {
    order: -1;
  }

  .wotget-help__footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .wotget-help__footer-nav {
    justify-content: center;
  }

  .wotget-help__footer-nav a:not(:last-child)::after {
    margin-left: 0.65rem;
  }

  .wotget-help__copy {
    text-align: center;
  }
}
