.help-page {
  background: #fff;
  color: var(--text);
}

.help-page main {
  overflow: hidden;
  background: #fff;
}

.help-page img {
  display: block;
  max-width: 100%;
}

.help-hero {
  position: relative;
  overflow: hidden;
  min-height: 368px;
  background: linear-gradient(180deg, #73d2ff 0%, #b8edff 100%);
}

.help-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, .38) 0 2px, transparent 3px),
    radial-gradient(circle at 51% 34%, rgba(255, 255, 255, .52) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 48%, rgba(255, 255, 255, .45) 0 2px, transparent 3px);
  pointer-events: none;
}

.help-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -68px;
  height: 132px;
  border-radius: 50% 50% 0 0;
  background: rgba(255, 255, 255, .56);
}

.help-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 368px;
  display: grid;
  grid-template-columns: minmax(500px, .94fr) minmax(620px, 1.06fr);
  gap: 40px;
  align-items: center;
  padding: 43px 0 50px;
}

.help-hero__copy {
  padding-left: 10px;
}

.help-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #071f3d;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.help-hero__copy > p {
  max-width: 590px;
  margin: 16px 0 0;
  color: #163b60;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.help-search {
  max-width: 520px;
  height: 58px;
  display: grid;
  grid-template-columns: 1fr 54px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #dbe9f6;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 47, 82, .08);
}

.help-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 22px;
  color: #1d3c62;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.help-search input::placeholder {
  color: #8da0b4;
}

.help-search button {
  position: relative;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.help-search button::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 18px;
  height: 18px;
  border: 3px solid #1687e8;
  border-radius: 50%;
}

.help-search button::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 35px;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #1687e8;
  transform: rotate(45deg);
}

.help-chip-row {
  max-width: 560px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.help-chip-row a {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  padding: 0 13px;
  background: #eaf6ff;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.help-hero__visual {
  position: relative;
  min-height: 330px;
}

.help-agent {
  position: absolute;
  left: 210px;
  bottom: -8px;
  width: 275px;
  height: 330px;
  border-radius: 150px 150px 0 0;
  object-fit: cover;
  object-position: top center;
}

.help-hero-card,
.help-ai-panel,
.help-path-grid article,
.help-topic-grid article,
.help-request-grid a,
.help-action-grid a,
.help-video-grid article,
.help-ai-assistant,
.help-contact-grid article,
.help-resource-grid article,
.help-cta,
.help-faq details {
  border: 1px solid #dbe9f6;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 47, 82, .06);
}

.help-hero-card {
  position: absolute;
  border-radius: 12px;
  padding: 18px;
}

.help-hero-card strong {
  display: block;
  color: #102b52;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.help-hero-card p {
  margin: 7px 0 0;
  color: #60758e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.help-hero-card--ai {
  left: 0;
  top: 18px;
  width: 188px;
}

.help-hero-card--plan {
  left: 14px;
  top: 158px;
  width: 150px;
}

.help-hero-card--plan span {
  display: block;
  height: 7px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1687e8 0 68%, #dbe9f6 68%);
}

.help-hero-card--ok {
  right: 56px;
  top: 34px;
  width: 192px;
}

.help-hero-card--cert {
  right: 4px;
  top: 166px;
  width: 180px;
  min-height: 68px;
}

.help-ai-panel {
  position: absolute;
  right: 0;
  bottom: -28px;
  width: 360px;
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr 112px;
  gap: 14px;
  padding: 22px;
  border-radius: 15px;
}

.help-ai-panel h2 {
  margin: 0 0 8px;
  color: #102b52;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  text-align: left;
}

.help-ai-panel p {
  margin: 0 0 12px;
  color: #60758e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.help-ai-panel input {
  width: 100%;
  min-height: 34px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  padding: 0 12px;
  color: #60758e;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.help-ai-panel button {
  min-height: 36px;
  margin-top: 10px;
  border: 0;
  border-radius: 7px;
  padding: 0 17px;
  background: #071f3d;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.help-ai-panel small {
  display: block;
  margin-top: 8px;
  color: #8da0b4;
  font-size: 10px;
  font-weight: 800;
}

.help-ai-panel > span {
  position: relative;
  align-self: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #e9f6ff;
}

.help-ai-panel > span::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 36px;
  width: 58px;
  height: 36px;
  border-radius: 16px;
  background: #1687e8;
}

.help-ai-panel > span::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 48px;
  width: 16px;
  height: 10px;
  border-radius: 999px;
  background: #071f3d;
  box-shadow: -15px 0 0 #071f3d, 15px 0 0 #071f3d;
}

.help-section {
  padding-top: 34px;
}

.help-section h2,
.help-section-head h2,
.help-faq h2 {
  margin: 0;
  color: #071f3d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.help-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.help-section-head a {
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
}

.help-path-grid {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.help-path-grid article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 58px 1fr 30px;
  grid-template-rows: auto 1fr;
  gap: 14px;
  border-radius: 13px;
  padding: 24px;
}

.help-path-grid .help-icon {
  grid-row: 1 / 3;
}

.help-path-grid h3 {
  grid-column: 2;
  grid-row: 1;
}

.help-path-grid p {
  grid-column: 2;
  grid-row: 2;
}

.help-path-grid h3,
.help-topic-grid h3,
.help-contact-grid h3,
.help-resource-grid h3 {
  margin: 0 0 8px;
  color: #102b52;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.help-path-grid p,
.help-topic-grid li,
.help-contact-grid p,
.help-resource-grid p {
  margin: 0;
  color: #3f5876;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.help-path-grid a {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: end;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe9f6;
  border-radius: 50%;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
}

.help-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.help-icon--blue {
  background: #1687e8;
}

.help-icon--green {
  background: #32c795;
}

.help-icon--orange {
  background: #ff8a3d;
}

.help-icon--purple {
  background: #8067f2;
}

.help-icon--sky {
  background: #61bdf8;
}

.help-icon--pink {
  background: #f25ca5;
}

.help-icon--yellow {
  background: #ffbd3d;
}

.help-icon--gray {
  background: #9ba8b8;
}

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

.help-topic-grid article {
  min-height: 190px;
  border-radius: 13px;
  padding: 24px;
}

.help-topic-grid ul {
  display: grid;
  gap: 6px;
  margin: 8px 0 18px;
  padding: 0;
  list-style: none;
}

.help-topic-grid a {
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
}

.help-requests-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.help-request-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.help-request-grid a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 8px;
  padding: 0 16px;
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
}

.help-request-grid a::after {
  content: ">";
  color: #1687e8;
  font-size: 14px;
}

.help-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.help-action-grid a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  border-radius: 12px;
  padding: 16px;
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
}

.help-action-grid .help-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 12px;
}

.help-video-ai {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 42px;
  align-items: start;
}

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

.help-video-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.help-video-grid img {
  width: 100%;
  height: 132px;
  object-fit: cover;
}

.help-video-grid span {
  position: absolute;
  left: 50%;
  top: 48px;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  border-radius: 50%;
  background: rgba(7, 31, 61, .56);
}

.help-video-grid span::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fff;
}

.help-video-grid h3 {
  margin: 13px 13px 6px;
  color: #102b52;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.help-video-grid p {
  margin: 0 13px 14px;
  color: #60758e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.help-ai-assistant {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  border-radius: 15px;
  padding: 20px;
  background: linear-gradient(135deg, #fff, #f3fbff);
}

.help-ai-left h2 {
  margin: 0 0 18px;
  color: #102b52;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
  text-align: left;
}

.help-ai-left h3 {
  margin: 0 0 10px;
  color: #102b52;
  font-size: 16px;
  font-weight: 900;
}

.help-ai-left ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: #28b87a;
  font-size: 12px;
  font-weight: 900;
}

.help-ai-left p {
  margin: 0 0 8px;
  color: #102b52;
  font-weight: 900;
}

.help-ai-left a {
  min-height: 32px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  border: 1px solid #dbe9f6;
  border-radius: 8px;
  padding: 0 12px;
  color: #1687e8;
  font-size: 11px;
  font-weight: 900;
}

.help-ai-chat {
  border: 1px solid #dbe9f6;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

.help-ai-chat header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #60758e;
  font-size: 11px;
  font-weight: 800;
}

.help-ai-chat p {
  margin: 0 0 12px;
  border-radius: 10px;
  padding: 12px;
  background: #eef7ff;
  color: #24415f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.help-ai-chat b {
  display: block;
  margin: 0 0 8px;
  color: #102b52;
  font-size: 12px;
  font-weight: 900;
}

.help-ai-chat a {
  display: block;
  margin-top: 7px;
  border-radius: 8px;
  padding: 9px 12px;
  background: #f6fbff;
  color: #1687e8;
  font-size: 11px;
  font-weight: 900;
}

.help-ai-chat footer {
  display: grid;
  grid-template-columns: 1fr 92px 104px;
  gap: 8px;
  margin-top: 14px;
}

.help-ai-chat input {
  min-width: 0;
  min-height: 38px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
  font-size: 12px;
}

.help-ai-chat button {
  border: 0;
  border-radius: 8px;
  background: #071f3d;
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.help-ai-chat button:last-child {
  border: 1px solid #1687e8;
  background: #fff;
  color: #1687e8;
}

.help-contact-grid,
.help-resource-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.help-contact-grid article,
.help-resource-grid article {
  min-height: 124px;
  border-radius: 12px;
  padding: 20px;
}

.help-contact-grid .help-icon,
.help-resource-grid .help-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #eef7ff;
  color: #1687e8;
  font-size: 12px;
}

.help-contact-grid a {
  display: block;
  margin-top: 12px;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
}

.help-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .55fr 1.45fr 82px;
  gap: 26px;
  align-items: center;
  margin-top: 32px;
  border-radius: 14px;
  padding: 30px;
  background: linear-gradient(135deg, #2bbaff, #1687e8);
}

.help-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.help-cta p {
  margin: 8px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.help-cta form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 136px;
  gap: 14px;
  align-items: center;
}

.help-cta input,
.help-cta select {
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: #38516c;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.help-cta button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.help-cta label {
  grid-column: 1 / -1;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.help-cta > span {
  position: relative;
  width: 64px;
  height: 64px;
}

.help-cta > span::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 24%, 100% 0, 62% 100%, 43% 54%);
  background: #d7f0ff;
  transform: rotate(13deg);
}

.help-faq {
  padding-top: 28px;
  padding-bottom: 34px;
}

.help-faq > div:last-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
}

.help-faq details {
  border-radius: 8px;
  box-shadow: none;
}

.help-faq summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  color: #17375f;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.help-faq summary::after {
  content: "v";
  color: #1687e8;
  font-size: 12px;
}

.help-faq summary::-webkit-details-marker {
  display: none;
}

.help-faq p {
  margin: 0;
  padding: 0 18px 14px;
  color: #60758e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .help-hero__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 72px;
  }

  .help-hero__visual {
    min-height: 330px;
  }

  .help-agent {
    left: 38%;
    transform: translateX(-50%);
  }

  .help-hero-card--ai,
  .help-hero-card--plan {
    left: 6%;
  }

  .help-hero-card--ok {
    right: 12%;
  }

  .help-hero-card--cert,
  .help-ai-panel {
    right: 6%;
  }

  .help-path-grid {
    max-width: none;
  }

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

  .help-requests-actions,
  .help-video-ai {
    grid-template-columns: 1fr;
  }

  .help-contact-grid,
  .help-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .help-cta > span {
    display: none;
  }
}

@media (max-width: 760px) {
  .help-hero {
    min-height: 0;
  }

  .help-hero__inner {
    min-height: 0;
    padding: 34px 0 58px;
  }

  .help-hero__copy {
    padding-left: 0;
  }

  .help-hero h1 {
    font-size: 38px;
  }

  .help-hero__copy > p {
    font-size: 15px;
  }

  .help-hero__visual {
    min-height: 520px;
  }

  .help-agent {
    left: 50%;
    width: 230px;
    height: 274px;
  }

  .help-hero-card--ai {
    left: 0;
    top: 0;
  }

  .help-hero-card--plan {
    left: 0;
    top: 130px;
  }

  .help-hero-card--ok {
    right: 0;
    top: 30px;
  }

  .help-hero-card--cert {
    right: 0;
    top: 142px;
  }

  .help-ai-panel {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    grid-template-columns: 1fr;
  }

  .help-ai-panel > span {
    display: none;
  }

  .help-path-grid,
  .help-topic-grid,
  .help-request-grid,
  .help-action-grid,
  .help-video-grid,
  .help-ai-assistant,
  .help-contact-grid,
  .help-resource-grid,
  .help-faq > div:last-child {
    grid-template-columns: 1fr;
  }

  .help-path-grid article {
    grid-template-columns: 50px 1fr 30px;
    padding: 20px;
  }

  .help-ai-chat footer,
  .help-cta form {
    grid-template-columns: 1fr;
  }

  .help-section {
    padding-top: 28px;
  }
}
