.help-page {
  background: #fff;
}

.help-container {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.help-hero-page {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: center;
  padding: 30px 0 22px;
}

.help-hero-copy h1 {
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.06;
  margin: 18px 0 24px;
  letter-spacing: 0;
}

.help-hero-copy h1 span {
  color: var(--orange);
}

.help-hero-copy .orange-rule {
  width: 44px;
  height: 2px;
  background: var(--orange);
  margin: 0 0 24px;
}

.help-hero-copy p {
  color: #2f3a4b;
  font-size: 17px;
  line-height: 1.75;
  max-width: 500px;
}

.hero-support-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-support-metrics span {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 13px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--metric) 16%, white);
  background: linear-gradient(135deg, color-mix(in srgb, var(--metric) 10%, white), #fff);
  box-shadow: 0 12px 24px rgba(15,23,42,.05);
}

.hero-support-metrics b {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--metric);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--metric) 20%, white);
}

.hero-support-metrics svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-support-metrics strong {
  font-size: 15px;
  line-height: 1.2;
}

.hero-support-metrics small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.metric-orange { --metric: var(--orange); }
.metric-blue { --metric: #1769ff; }
.metric-green { --metric: #16a34a; }
.metric-purple { --metric: #7c3aed; }

.help-hero-image {
  position: relative;
}

.help-hero-image img {
  width: 100%;
  border-radius: 0;
  display: block;
  filter: drop-shadow(0 26px 44px rgba(15,23,42,.08));
  aspect-ratio: 1.52;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.support-channel-section {
  padding: 34px 0 26px;
}

.support-channel-section .center-head {
  margin-bottom: 28px;
}

.support-channel-section .center-head h2 {
  font-size: 34px;
}

.support-channel-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.support-channel {
  min-height: 245px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 26px 18px 18px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}

.support-channel > span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--channel);
  background: color-mix(in srgb, var(--channel) 10%, white);
  border: 1px solid color-mix(in srgb, var(--channel) 16%, white);
}

.support-channel svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-channel.chat { --channel: var(--orange); }
.support-channel.ticket { --channel: #7c3aed; }
.support-channel.email { --channel: #1769ff; }
.support-channel.calendar { --channel: #f97316; }
.support-channel.knowledge { --channel: #6b39ff; }
.support-channel.faq { --channel: #0aa6bd; }

.support-channel p {
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

.support-channel b {
  background: var(--orange);
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
}

.support-channel small {
  color: var(--muted);
}

.help-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: 22px;
  padding: 18px 0 34px;
  align-items: stretch;
}

.topic-panel,
.priority-panel,
.support-love {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.04);
}

.topic-panel {
  padding: 30px;
}

.topic-head span,
.priority-kicker {
  display: inline-flex;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.topic-head h2,
.priority-panel h2 {
  margin: 10px 0 8px;
  font-size: 30px;
}

.topic-head p {
  color: var(--muted);
  margin: 0 0 22px;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.topic-card {
  min-height: 172px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px 14px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, #fff9f6);
  box-shadow: 0 10px 22px rgba(15,23,42,.035);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.topic-card:hover {
  transform: translateY(-2px);
  border-color: #ffd1c2;
  box-shadow: 0 16px 34px rgba(255,61,10,.09);
}

.topic-card span {
  grid-row: 1 / span 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: var(--soft);
  border: 1px solid #ffd8cc;
  border-radius: 14px;
}

.topic-card svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topic-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.topic-card small {
  display: block;
  color: var(--muted);
  line-height: 1.45;
}

.topic-card b {
  color: var(--orange);
  font-weight: 800;
}

.topic-card.highlight {
  background: linear-gradient(135deg, #fff1ec, #fff);
  border-color: #ffcdbd;
}

.priority-panel {
  min-height: 100%;
  padding: 34px;
}

.priority-panel p {
  color: var(--muted);
}

.priority-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  background: linear-gradient(135deg, #fff7f2, #fff);
}

.priority-panel .icon-bubble {
  width: 78px;
  height: 78px;
}

.priority-panel ul {
  list-style: none;
  padding: 0;
  margin: 22px 0;
  color: #313746;
  display: grid;
  gap: 12px;
}

.priority-panel li {
  position: relative;
  padding-left: 24px;
}

.priority-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.support-love {
  padding: 30px 38px;
  margin: 0 auto 40px;
}

.support-love h2 {
  text-align: center;
  margin: 0 0 24px;
  font-size: 28px;
}

.support-love-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.support-love-grid div {
  display: grid;
  grid-template-columns: 62px 1fr;
  column-gap: 16px;
  align-items: center;
  border-right: 1px solid var(--line);
}

.support-love-grid div:last-child {
  border-right: 0;
}

.support-love-grid span {
  grid-row: 1 / span 2;
}

.support-love-grid strong {
  color: var(--orange);
  font-size: 20px;
}

.support-love-grid p {
  color: var(--muted);
  margin: 4px 0 0;
}

.help-trust {
  text-align: center;
  padding: 28px 0 40px;
}

.help-trust h3 {
  margin: 0 0 20px;
}

.help-footer {
  border-top: 1px solid var(--line);
  background: #f8fafc;
  padding: 38px 0 22px;
}

.help-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  gap: 34px;
}

.help-footer img {
  width: 160px;
  transform: scale(1.14);
  transform-origin: left center;
}

.help-footer p,
.help-footer a {
  color: #4b5566;
  line-height: 1.7;
}

.help-footer h3 {
  text-transform: uppercase;
  font-size: 14px;
}

.help-footer h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--orange);
  margin: 12px 0 18px;
}

.help-footer a {
  display: block;
  margin-bottom: 10px;
}
.help-footer .socials a {
  display: grid;
  margin-bottom: 0;
}

.help-footer .btn {
  color: #fff;
  display: inline-flex;
  margin-top: 10px;
}

.help-footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #64748b;
  font-size: 13px;
}

.help-footer-bottom nav {
  display: flex;
  gap: 32px;
}

@media (max-width: 1220px) {
  .help-hero-page,
  .help-content-grid {
    grid-template-columns: 1fr;
  }
  .support-channel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .help-footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .help-container {
    width: min(100% - 32px, 540px);
  }
  .help-hero-page {
    padding-top: 40px;
    gap: 28px;
  }
  .hero-support-metrics,
  .support-channel-grid,
  .support-love-grid,
  .topic-grid,
  .help-footer-grid {
    grid-template-columns: 1fr;
  }
  .support-love-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px;
  }
  .priority-panel {
    padding: 26px;
  }
  .help-footer-bottom {
    flex-direction: column;
    gap: 16px;
  }
}
