.help-page {
  background: #ffffff;
  color: var(--dayzy-navy);
}

.help-container {
  max-width: 1240px;
  margin: 0 auto;
}

.help-hero {
  position: relative;
  min-height: 640px;
  padding: 150px 6% 90px;
  background:
    linear-gradient(90deg, rgba(7, 23, 53, 0.9) 0%, rgba(7, 23, 53, 0.68) 46%, rgba(7, 23, 53, 0.18) 100%),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=2200&q=85");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.help-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -58px;
  width: 116%;
  height: 118px;
  background: #ffffff;
  border-radius: 50% 50% 0 0;
}

.help-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 44px;
}

.help-hero-copy {
  max-width: 700px;
}

.help-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--dayzy-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.help-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(255, 122, 151, 0.15);
}

.help-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
}

.help-hero p {
  max-width: 640px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1.45;
}

.help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.help-hero-panel {
  min-height: 420px;
  position: relative;
}

.help-hero-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dayzy-navy);
  box-shadow: 0 24px 54px rgba(7, 23, 53, 0.24);
  backdrop-filter: blur(8px);
}

.help-hero-card span,
.help-hero-card strong,
.help-hero-card small {
  display: block;
}

.help-hero-card span {
  margin-bottom: 10px;
  color: var(--dayzy-purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.help-hero-card strong {
  max-width: 360px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1.1;
}

.help-hero-card small {
  color: #596579;
  font-size: 14px;
  line-height: 1.45;
}

.help-hero-card--main {
  right: 34px;
  top: 10px;
  width: min(440px, 86%);
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.help-hero-card--small {
  left: 36px;
  bottom: 26px;
  width: min(320px, 72%);
  padding: 24px;
}

.help-topics,
.help-product-support,
.help-faq {
  padding: 62px 6%;
}

.help-topics {
  position: relative;
  z-index: 3;
  padding-top: 42px;
  background: #ffffff;
}

.help-product-support {
  background:
    linear-gradient(90deg, #fff3f7, #ffffff 48%, #f8f3ff 100%);
}

.help-faq {
  background: #ffffff;
}

.help-section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.help-section-heading h2,
.help-product-support h2,
.help-faq h2,
.help-final-card h2 {
  margin: 0;
  color: var(--dayzy-navy);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: 0;
}

.help-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.help-topic-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid var(--dayzy-border);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.help-topic-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #efe7ff;
  color: var(--dayzy-purple);
  font-size: 14px;
  font-weight: 900;
}

.help-topic-grid h3 {
  margin: 0 0 10px;
  color: var(--dayzy-navy);
  font-size: 23px;
  line-height: 1.14;
}

.help-topic-grid p {
  margin: 0 0 18px;
  color: #596579;
  font-size: 15px;
  line-height: 1.6;
}

.help-topic-grid a {
  margin-top: auto;
  color: var(--dayzy-purple);
  font-size: 14px;
  font-weight: 900;
}

.help-product-grid,
.help-faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 52px;
  align-items: start;
}

.help-product-support p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #596579;
  font-size: 17px;
  line-height: 1.7;
}

.help-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.help-product-list a {
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--dayzy-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.help-product-list strong,
.help-product-list span {
  display: block;
}

.help-product-list strong {
  margin-bottom: 8px;
  color: var(--dayzy-navy);
  font-size: 19px;
}

.help-product-list span {
  color: #596579;
  font-size: 14px;
  line-height: 1.5;
}

.help-faq-list {
  display: grid;
  gap: 14px;
}

.help-faq-list article {
  padding: 22px;
  border: 1px solid var(--dayzy-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.help-faq-list h3 {
  margin: 0 0 8px;
  color: var(--dayzy-navy);
  font-size: 19px;
  line-height: 1.22;
}

.help-faq-list p {
  margin: 0;
  color: #596579;
  font-size: 15px;
  line-height: 1.6;
}

.help-final-cta {
  padding: 56px 6% 44px;
  background: #ffffff;
}

.help-final-card {
  padding: 34px 40px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 40%, rgba(255,255,255,0.5), transparent 24%),
    linear-gradient(135deg, #f5e4ff, #ffdbe7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.help-final-card h2 {
  max-width: 760px;
}

@media (max-width: 1080px) {
  .help-hero-inner,
  .help-product-grid,
  .help-faq-grid {
    grid-template-columns: 1fr;
  }

  .help-hero-panel {
    min-height: 340px;
  }

  .help-topic-grid,
  .help-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .help-hero {
    min-height: auto;
    padding: 52px 6% 66px;
  }

  .help-hero::after {
    bottom: -42px;
    height: 82px;
  }

  .help-hero h1 {
    font-size: 42px;
    line-height: 1.06;
  }

  .help-hero p {
    font-size: 17px;
    line-height: 1.5;
  }

  .help-actions {
    flex-direction: column;
  }

  .help-actions .dayzy-btn {
    width: 100%;
  }

  .help-hero-panel {
    display: none;
  }

  .help-topics,
  .help-product-support,
  .help-faq {
    padding: 42px 6%;
  }

  .help-topics {
    padding-top: 26px;
  }

  .help-section-heading h2,
  .help-product-support h2,
  .help-faq h2,
  .help-final-card h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  .help-topic-grid,
  .help-product-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .help-topic-grid article {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .help-product-grid,
  .help-faq-grid {
    gap: 26px;
  }

  .help-final-cta {
    padding: 34px 6% 28px;
  }

  .help-final-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .help-final-card .dayzy-btn {
    width: 100%;
  }
}
