@charset "UTF-8";

@font-face {
  font-family: "Etelka Text Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/etelka-text-pro.ttf") format("truetype");
}

@font-face {
  font-family: "Etelka Text Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/etelka-text-pro-bold.ttf") format("truetype");
}

@font-face {
  font-family: "Etelka Medium Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/etelka-medium-pro.otf") format("opentype");
}

.help-page {
  --service-font-body: "Etelka Text Pro", Arial, sans-serif;
  --service-font-display: "Etelka Medium Pro", "Etelka Text Pro", Arial, sans-serif;
  --service-font-data: "Etelka Text Pro", Arial, sans-serif;
  --help-navy: #002e6b;
  --help-navy-deep: #011e46;
  --help-ink: #0f2340;
  --help-muted: #5e6d80;
  --help-ground: #eff2f7;
  --help-line: rgba(0, 46, 107, 0.14);
  --help-red: #ff0000;
  --help-red-action: #d40000;
  background: #fff;
  color: var(--help-ink);
  font-family: var(--service-font-body);
}

.help-page main {
  overflow: clip;
}

.help-service-hero .hero-grid {
  align-items: center;
}

.help-service-hero .hero-title {
  max-width: 760px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 3.35vw, 50px);
  font-weight: 750;
  letter-spacing: -0.042em;
  line-height: 1.02;
}

.help-service-hero .hero-lede {
  max-width: 690px;
}

.help-service-hero .hero-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-hero-link {
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: transparent;
  color: #fff;
}

.help-hero-link:hover,
.help-hero-link:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--help-navy);
}

.help-hero-visual {
  min-height: 620px;
}

.help-hero-wordmark {
  color: rgba(0, 46, 107, 0.13);
  font-size: clamp(78px, 5.6vw, 98px);
}

.help-preview-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(38vw, 540px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.help-preview-orbit::before,
.help-preview-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.help-preview-orbit::before {
  inset: 12%;
  border: 1px dashed rgba(255, 255, 255, 0.22);
}

.help-preview-orbit::after {
  inset: 33%;
  background: rgba(255, 0, 0, 0.84);
  box-shadow: 0 0 80px rgba(255, 0, 0, 0.2);
}

.help-preview-stack {
  --help-preview-shift-y: clamp(96px, 8vw, 112px);

  position: relative;
  z-index: 1;
  width: min(100%, 570px);
  min-height: 620px;
  margin-left: auto;
}

.help-preview-page {
  position: absolute;
  display: block;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 17, 43, 0.34);
}

.help-preview-page--front {
  top: calc(16px + var(--help-preview-shift-y));
  left: 6%;
  z-index: 2;
  width: 58%;
  transform: rotate(-4deg);
}

.help-preview-page--back {
  top: calc(66px + var(--help-preview-shift-y));
  right: 4%;
  width: 54%;
  transform: rotate(5deg);
}

.help-section {
  padding: clamp(64px, 7vw, 92px) 0;
}

.help-section--soft,
.help-memo-section {
  border-top: 1px solid var(--help-line);
}

.help-section--soft {
  background: var(--help-ground);
}

.help-memo-section {
  background:
    linear-gradient(90deg, rgba(0, 46, 107, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(0, 46, 107, 0.028) 1px, transparent 1px),
    #fff;
  background-size: 48px 48px;
}

.help-fines-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(125deg, #001c43 0%, #003679 58%, #0054a6 100%);
  color: #fff;
}

.help-fines-section::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 46%, rgba(74, 157, 236, 0.34), transparent 31%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  content: "";
  pointer-events: none;
}

.help-fines {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.78fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  min-height: 500px;
}

.help-fines__content {
  min-width: 0;
  max-width: 650px;
}

.help-fines__content .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #ff5b5b;
}

.help-fines__content h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: var(--service-font-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.02;
}

.help-fines__content > p {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.55;
}

.help-fines__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.help-fines__details span {
  display: grid;
  gap: 5px;
  padding: 18px 20px 18px 0;
}

.help-fines__details span + span {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.help-fines__details strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.help-fines__details small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.help-fines__button {
  box-sizing: border-box;
  min-width: 210px;
  max-width: 100%;
  margin-top: 30px;
  border-color: #fff;
  background-color: #fff;
  background-image: linear-gradient(90deg, var(--help-red) 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 100%;
  color: var(--help-navy);
}

.help-fines__button:hover,
.help-fines__button:focus-visible {
  border-color: var(--help-red);
  background-position: 0 0;
  color: #fff;
}

.help-fines__visual {
  position: relative;
  display: grid;
  min-height: 440px;
  place-items: center;
}

.help-fines__visual::before {
  position: absolute;
  width: min(420px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.035);
  content: "";
}

.help-fines__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(670px, 52vw);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 34px 36px rgba(0, 15, 40, 0.34));
}

.help-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: end;
  margin-bottom: 44px;
}

.help-section__head .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--help-red);
}

.help-section__head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--help-navy);
  font-family: var(--service-font-display);
  font-size: clamp(32px, 3.2vw, 42px);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.06;
}

.help-section__head > p {
  max-width: 620px;
  margin: 0;
  color: var(--help-muted);
  font-size: 17px;
  line-height: 1.55;
}

.help-memo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.help-memo-page {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--help-line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(1, 30, 70, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.help-memo-page:hover,
.help-memo-page:focus-visible {
  border-color: rgba(0, 46, 107, 0.36);
  box-shadow: 0 28px 64px rgba(1, 30, 70, 0.15);
  transform: translateY(-4px);
}

.help-memo-page__label {
  display: block;
  padding: 15px 18px;
  border-bottom: 1px solid var(--help-line);
  color: var(--help-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.help-memo-page img {
  display: block;
  width: 100%;
  height: auto;
}

.help-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
  padding: 28px 30px;
  background: var(--help-navy);
  color: #fff;
  box-shadow: 0 18px 42px rgba(1, 30, 70, 0.14);
}

.help-download--standalone {
  margin-top: 0;
}

.help-download h3 {
  margin: 0 0 7px;
  color: #fff;
  font-family: var(--service-font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.018em;
}

.help-download p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.help-download__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.help-download .button {
  border-color: #fff;
  background: #fff;
  color: var(--help-navy);
}

.help-download .button:hover,
.help-download .button:focus-visible {
  border-color: var(--help-red);
  background: var(--help-red);
  color: #fff;
}

.help-text-link {
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.help-text-link:hover,
.help-text-link:focus-visible {
  color: #fff;
  text-decoration-color: var(--help-red);
}

.help-law-note {
  margin: 20px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--help-red);
  background: #fff;
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 10px 30px rgba(1, 30, 70, 0.06);
}

.help-law-note strong {
  color: var(--help-ink);
}

.help-manuals {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.help-manual-card {
  position: relative;
  display: flex;
  grid-column: span 2;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--help-line);
  background: #fff;
}

.help-manual-card::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid transparent;
  content: "";
  pointer-events: none;
  transition: border-color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .help-manual-card:hover,
  .help-manual-card:focus-within {
    z-index: 1;
  }

  .help-manual-card:hover::after,
  .help-manual-card:focus-within::after {
    border-color: #0a5bd8;
  }
}

.help-manual-card__media {
  display: flex;
  height: 214px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px 20px;
  border-bottom: 1px solid var(--help-line);
  background: #fff;
}

.help-manual-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.help-manual-card__media img.help-manual-card__image--fill-width {
  height: auto;
  max-height: none;
}

.help-manual-card__media img.help-manual-card__image--uniform {
  object-position: center center;
  filter: brightness(1.08) contrast(1.35);
  transform: scale(0.92);
  transform-origin: center center;
}

.help-manual-card__media img.help-manual-card__image--base {
  transform: scale(0.85);
}

.help-manual-card__media--pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-inline: 12px;
}

.help-manual-card__media--pair img {
  min-width: 0;
}

.help-manual-card__content {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: minmax(64px, auto) auto;
  gap: 16px 18px;
  align-content: stretch;
  flex: 1;
  min-height: 190px;
  padding: 26px 24px 24px;
  background: #f7f9fc;
}

.help-manual-card__document-icon {
  display: block;
  width: 58px;
  height: auto;
  align-self: start;
  margin-top: -3px;
  clip-path: inset(4px 0 5px);
}

.help-manual-card__content > div:not(.help-manual-card__actions) {
  min-width: 0;
  padding-top: 2px;
}

.help-manual-card p {
  margin: 0 0 8px;
  color: var(--help-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.help-manual-card h3 {
  margin: 0;
  min-height: 49px;
  color: var(--help-ink);
  font-family: var(--service-font-display);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.014em;
  line-height: 1.22;
}

.help-manual-card__actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.34fr);
  align-items: center;
  align-self: end;
  gap: 0;
  margin-top: 2px;
}

.help-manual-card__actions > :only-child {
  grid-column: 1 / -1;
}

.help-manual-card__actions > :where(a, button) {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--help-navy);
  border-radius: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  isolation: isolate;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 180ms ease;
}

.help-manual-card__actions > a {
  justify-content: center;
  background: var(--help-navy);
  color: #fff;
}

.help-manual-card__actions > button {
  z-index: 1;
  margin-left: -1px;
  cursor: pointer;
  background: #fff;
  color: var(--help-navy);
}

.help-manual-card__actions > a::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--help-red-action);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.help-manual-card__actions > a > span {
  position: relative;
  z-index: 1;
}

.help-manual-card__actions > a:hover,
.help-manual-card__actions > a:focus-visible {
  border-color: var(--help-red-action);
  color: #fff;
}

.help-manual-card__actions > a:hover::before,
.help-manual-card__actions > a:focus-visible::before {
  transform: scaleX(1);
}

.help-manual-card__actions > a:active {
  transform: translateY(1px);
}

.help-manual-card__actions > button:hover,
.help-manual-card__actions > button:focus-visible {
  border-color: var(--help-red-action);
  background: #fff;
  color: var(--help-red-action);
}

.help-manual-card__actions > button:active {
  transform: translateY(1px);
}

body.help-errors-modal-open {
  overflow: hidden;
}

.help-errors-modal {
  position: fixed;
  z-index: 1010;
  inset: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  background: rgba(1, 20, 46, 0.76);
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: opacity 220ms ease, visibility 0s 220ms;
}

.help-errors-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 220ms ease, visibility 0s;
}

.help-errors-dialog {
  position: relative;
  display: grid;
  width: min(100%, 1080px);
  max-height: calc(100dvh - 48px);
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  box-shadow: 0 34px 90px rgba(1, 20, 46, 0.34);
  transform: translateY(16px);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.help-errors-modal.is-open .help-errors-dialog {
  transform: none;
}

.help-errors-dialog__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 30px;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.help-errors-dialog__close:hover,
.help-errors-dialog__close:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.help-errors-dialog__head {
  padding: 36px 88px 32px 38px;
  background: linear-gradient(118deg, var(--help-navy-deep) 0%, var(--help-navy) 58%, #075aa7 100%);
  color: #fff;
}

.help-errors-dialog__head .eyebrow {
  margin: 0 0 10px;
  color: #ff4b4b;
}

.help-errors-dialog__head h2 {
  margin: 0;
  max-width: 720px;
  color: #fff;
  font-family: var(--service-font-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.help-errors-dialog__head > p:last-child {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

.help-errors-dialog__body {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.55fr);
  height: min(560px, calc(100dvh - 320px));
  min-height: 420px;
}

.help-errors-directory {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
  border-right: 1px solid var(--help-line);
  background: #f2f5fa;
}

.help-errors-directory__head {
  padding: 28px 28px 22px;
  border-bottom: 1px solid var(--help-line);
}

.help-errors-directory__head > p {
  margin: 0 0 8px;
  color: var(--help-red-action);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.help-errors-directory__head h3 {
  margin: 0;
  color: var(--help-ink);
  font-family: var(--service-font-display);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.help-errors-directory__head > span {
  display: block;
  margin-top: 10px;
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.45;
}

.help-errors-list {
  display: grid;
  min-height: 0;
  align-content: start;
  gap: 8px;
  overflow-y: auto;
  padding: 18px 20px 24px;
  scrollbar-color: rgba(0, 46, 107, 0.34) transparent;
  scrollbar-width: thin;
}

.help-errors-list__item {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 50px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 46, 107, 0.18);
  border-radius: 0;
  background: #fff;
  color: var(--help-ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.help-errors-list__item::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  background: #e7edf6;
  color: var(--help-navy);
  content: "!";
  font-size: 14px;
  font-weight: 900;
  transition: background-color 180ms ease, color 180ms ease;
}

.help-errors-list__item:hover,
.help-errors-list__item:focus-visible {
  border-color: var(--help-navy);
  background: #f8fafd;
}

.help-errors-list__item.is-active,
.help-errors-list__item[aria-pressed="true"] {
  border-color: var(--help-navy);
  background: var(--help-navy);
  color: #fff;
}

.help-errors-list__item.is-active::before,
.help-errors-list__item[aria-pressed="true"]::before {
  background: var(--help-red-action);
  color: #fff;
}

.help-errors-list__item:active {
  transform: translateY(1px);
}

.help-errors-dialog__result {
  display: flex;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  padding: 34px 38px 38px;
  background: #fff;
}

.help-errors-dialog__result-close {
  display: none;
}

.help-errors-dialog__status {
  align-self: center;
  max-width: 480px;
  padding-left: 20px;
  border-left: 3px solid var(--help-red);
  color: var(--help-muted);
  font-size: 17px;
  line-height: 1.55;
}

.help-errors-answer,
.help-errors-fallback {
  width: 100%;
  align-self: flex-start;
}

.help-errors-answer__label,
.help-errors-fallback__label {
  margin: 0 0 10px;
  color: var(--help-red-action);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.help-errors-answer h3,
.help-errors-fallback h3 {
  margin: 0 0 22px;
  color: var(--help-ink);
  font-family: var(--service-font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.help-errors-answer__meaning {
  margin: 0;
  color: #34465e;
  font-size: 16px;
  line-height: 1.6;
}

.help-errors-answer__label--steps {
  margin-top: 28px;
}

.help-errors-answer__steps ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: help-error-step;
}

.help-errors-answer__steps li {
  position: relative;
  min-height: 30px;
  padding: 2px 0 0 44px;
  color: #34465e;
  font-size: 15px;
  line-height: 1.5;
  counter-increment: help-error-step;
}

.help-errors-answer__steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  background: var(--help-navy);
  color: #fff;
  content: counter(help-error-step, decimal-leading-zero);
  font-size: 10px;
  font-weight: 800;
}

.help-errors-answer__source,
.help-errors-fallback__actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 18px;
  border: 1px solid var(--help-navy);
  background: var(--help-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.help-errors-answer__source {
  gap: 14px;
}

.help-errors-answer__source:hover,
.help-errors-answer__source:focus-visible,
.help-errors-fallback__actions a:hover,
.help-errors-fallback__actions a:focus-visible {
  border-color: var(--help-red-action);
  background: var(--help-red-action);
}

.help-errors-fallback > p:not(.help-errors-fallback__label) {
  max-width: 520px;
  margin: 0;
  color: var(--help-muted);
  font-size: 16px;
  line-height: 1.55;
}

.help-errors-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-errors-fallback__actions a:last-child {
  background: #fff;
  color: var(--help-navy);
}

.help-errors-fallback__actions a:last-child:hover,
.help-errors-fallback__actions a:last-child:focus-visible {
  color: #fff;
}

.help-errors-dialog__disclaimer {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px 38px 18px;
  border-top: 1px solid var(--help-line);
  background: #f7f9fc;
}

.help-errors-dialog__disclaimer strong {
  color: var(--help-red-action);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.help-errors-dialog__disclaimer p {
  margin: 0;
  color: #5d6c80;
  font-size: 12px;
  line-height: 1.5;
}

.help-manual-card--catalog {
  border-color: rgba(255, 0, 0, 0.28);
}

.help-faq-section {
  border-top: 1px solid var(--help-line);
  background: #fff;
}

.help-faq-section .help-section__head {
  margin-bottom: clamp(38px, 5vw, 58px);
}

.help-faq-section .faq-panel {
  background: var(--help-navy);
}

.help-faq-section .faq-panel__label strong {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.help-faq-guidance {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.help-cta {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: linear-gradient(112deg, #002e6b 0%, #073f82 56%, #075aa7 100%);
  color: #fff;
}

.help-cta::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--help-red);
  content: "";
}

.help-cta::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url("./tachograph-paper-grid.svg?v=20260720-5");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  filter: brightness(1.6);
  opacity: 1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.82) 28%, rgba(0, 0, 0, 0.3) 46%, transparent 64%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.82) 28%, rgba(0, 0, 0, 0.3) 46%, transparent 64%);
}

.help-cta__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: clamp(42px, 7vw, 96px);
  align-items: stretch;
  min-height: 390px;
}

.help-cta__copy {
  align-self: center;
  padding: 70px 0;
}

.help-cta h2 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-family: var(--service-font-display);
  font-size: clamp(32px, 3.1vw, 42px);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.06;
}

.help-cta p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.help-cta__actions {
  display: flex;
  width: min(100%, 426px);
  align-items: stretch;
  gap: 12px;
  margin-top: 28px;
}

.help-cta__actions .messenger-switch {
  flex: 1 1 250px;
  width: 250px;
}

.help-cta__phone {
  display: inline-flex;
  min-width: 0;
  min-height: 54px;
  flex: 0 0 164px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 180ms ease;
}

.help-cta__phone svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.help-cta__phone:hover,
.help-cta__phone:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--help-red-action);
}

.help-cta__phone:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -4px;
}

.help-cta__phone:active {
  transform: translateY(1px);
}

.help-cta__visual {
  position: relative;
  align-self: stretch;
  min-height: 390px;
}

.help-phone {
  position: absolute;
  bottom: -250px;
  left: 50%;
  width: 270px;
  height: 540px;
  padding: 13px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 42px;
  background: #091525;
  box-shadow: 0 30px 70px rgba(0, 11, 30, 0.42);
  transform: translateX(-50%) rotate(-4deg);
}

.help-phone__speaker {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 50%;
  width: 76px;
  height: 16px;
  border-radius: 999px;
  background: #091525;
  transform: translateX(-50%);
}

.help-phone__screen {
  height: 100%;
  overflow: hidden;
  border-radius: 31px;
  background: #edf2f8;
}

.help-phone__appbar {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 48px 18px 15px;
  background: #fff;
  color: var(--help-ink);
}

.help-phone__appbar > span:last-child {
  display: grid;
  gap: 2px;
}

.help-phone__appbar strong {
  font-family: var(--service-font-display);
  font-size: 15px;
  font-weight: 500;
}

.help-phone__appbar small {
  color: var(--help-muted);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.help-phone__logo {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--help-navy);
  color: #fff;
  font-family: var(--service-font-display);
  font-size: 18px;
  font-weight: 500;
}

.help-phone__chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 14px;
}

.help-phone__bubble {
  max-width: 80%;
  padding: 10px 12px;
  border-radius: 14px 14px 14px 4px;
  background: #fff;
  color: var(--help-ink);
  font-size: 12px;
  line-height: 1.35;
  box-shadow: 0 5px 16px rgba(1, 30, 70, 0.08);
}

.help-phone__bubble--user {
  align-self: flex-end;
  border-radius: 14px 14px 4px;
  background: #dce9fb;
}

.help-phone__photo {
  display: flex;
  width: 78%;
  height: 88px;
  align-self: flex-end;
  align-items: flex-end;
  gap: 7px;
  padding: 13px;
  border-radius: 14px 4px 14px 14px;
  background: linear-gradient(145deg, #0c1a2a 0%, #263b52 100%);
}

.help-phone__photo i {
  display: block;
  width: 28%;
  height: 7px;
  border-radius: 999px;
  background: #50d6ff;
  box-shadow: 0 -22px 0 rgba(80, 214, 255, 0.6);
}

.help-phone__photo i:nth-child(2) {
  width: 40%;
  background: #fff;
  box-shadow: 0 -22px 0 rgba(255, 255, 255, 0.56);
}

.help-phone__photo i:nth-child(3) {
  width: 22%;
  background: var(--help-red);
  box-shadow: 0 -22px 0 rgba(255, 0, 0, 0.5);
}

.help-page :where(a, button):focus-visible {
  outline: 3px solid rgba(255, 0, 0, 0.34);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .help-service-hero .hero-title {
    font-size: clamp(38px, 4.2vw, 48px);
  }

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

  .help-manual-card {
    grid-column: auto;
  }
}

@media (max-width: 960px) {
  .help-hero-visual {
    min-height: 560px;
  }

  .help-preview-stack {
    --help-preview-shift-y: 0px;

    min-height: 540px;
    margin-inline: auto;
  }

  .help-preview-orbit {
    width: min(72vw, 520px);
  }

  .help-section__head,
  .help-cta__layout {
    grid-template-columns: 1fr;
  }

  .help-section__head,
  .help-cta__layout {
    gap: 24px;
  }

  .help-section__head > p {
    max-width: 760px;
  }

  .help-fines {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
  }

  .help-fines__content {
    max-width: 720px;
  }

  .help-fines__visual {
    min-height: 390px;
  }

  .help-fines__visual::before {
    width: min(420px, 58vw);
  }

  .help-fines__visual img {
    width: min(700px, 88vw);
  }

  .help-cta__layout {
    min-height: 620px;
  }

  .help-cta__copy {
    padding: 62px 0 12px;
  }

  .help-cta__visual {
    min-height: 260px;
  }

  .help-phone {
    bottom: -270px;
  }
}

@media (max-width: 720px) {
  .help-service-hero .hero-title {
    font-size: clamp(36px, 8.4vw, 44px);
  }

  .help-hero-visual {
    min-height: 500px;
  }

  .help-preview-stack {
    width: min(100%, 480px);
    min-height: 480px;
  }

  .help-preview-page--front {
    left: 3%;
    width: 60%;
  }

  .help-preview-page--back {
    right: 2%;
    width: 56%;
  }

  .help-memo-grid,
  .help-manuals {
    grid-template-columns: 1fr;
  }

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

  .help-download__actions {
    align-items: flex-start;
  }

  .help-cta__actions .messenger-switch {
    width: 100%;
    flex: 0 0 54px;
  }

  .help-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .help-cta__phone {
    width: 100%;
    flex-basis: 54px;
  }

  .help-errors-modal {
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
  }

  .help-errors-dialog {
    display: block;
    width: 100%;
    max-height: 100dvh;
    overflow-y: auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .help-errors-dialog__head {
    padding: 30px 70px 26px 24px;
  }

  .help-errors-dialog__body {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .help-errors-directory {
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--help-line);
  }

  .help-errors-directory__head {
    padding: 22px 24px 18px;
  }

  .help-errors-list {
    max-height: 38dvh;
    padding: 16px 18px 20px;
  }

  .help-errors-dialog__result {
    --help-errors-sheet-height: min(78dvh, 680px);
    position: fixed;
    z-index: 5;
    inset: 0;
    display: flex;
    visibility: hidden;
    min-height: 0;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    background: rgba(1, 20, 46, 0.56);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease, visibility 0s 200ms;
  }

  .help-errors-dialog__result.is-mobile-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 200ms ease, visibility 0s;
  }

  .help-errors-dialog__result::before {
    position: absolute;
    z-index: 2;
    top: calc(100dvh - var(--help-errors-sheet-height) + 10px);
    left: 50%;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: rgba(0, 46, 107, 0.24);
    content: "";
    transform: translateX(-50%);
  }

  .help-errors-dialog__result > :where(.help-errors-answer, .help-errors-fallback, .help-errors-dialog__status) {
    width: 100%;
    height: var(--help-errors-sheet-height);
    max-width: none;
    align-self: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 54px 24px 34px;
    border-top: 1px solid var(--help-line);
    background: #fff;
    box-shadow: 0 -24px 54px rgba(1, 20, 46, 0.28);
    transform: translateY(24px);
    -webkit-overflow-scrolling: touch;
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .help-errors-dialog__result.is-mobile-open > :where(.help-errors-answer, .help-errors-fallback, .help-errors-dialog__status) {
    transform: none;
  }

  .help-errors-dialog__result-close {
    position: absolute;
    z-index: 3;
    top: calc(100dvh - var(--help-errors-sheet-height) + 14px);
    right: 14px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(0, 46, 107, 0.2);
    border-radius: 0;
    background: #fff;
    color: var(--help-navy);
    cursor: pointer;
    font: inherit;
    font-size: 27px;
    line-height: 1;
  }

  .help-errors-dialog__result-close:hover,
  .help-errors-dialog__result-close:focus-visible {
    border-color: var(--help-red-action);
    color: var(--help-red-action);
  }

  .help-errors-dialog__disclaimer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 24px 22px;
  }
}

@media (max-width: 520px) {
  .help-service-hero .hero-title {
    font-size: clamp(34px, 10vw, 40px);
    letter-spacing: -0.035em;
  }

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

  .help-service-hero .hero-proof span:last-child {
    grid-column: 1 / -1;
  }

  .help-service-hero .hero-title__line {
    flex-wrap: wrap;
  }

  .help-service-hero .hero-actions,
  .help-service-hero .hero-actions .button {
    width: 100%;
  }

  .help-hero-visual {
    min-height: 410px;
  }

  .help-preview-stack {
    min-height: 400px;
  }

  .help-preview-page--front {
    top: 8px;
  }

  .help-preview-page--back {
    top: 48px;
  }

  .help-section__head {
    margin-bottom: 30px;
  }

  .help-fines__content h2 {
    font-size: clamp(34px, 10vw, 40px);
  }

  .help-fines__content > p {
    font-size: 16px;
  }

  .help-fines__details {
    margin-top: 24px;
  }

  .help-fines__details span {
    padding: 16px 12px 16px 0;
  }

  .help-fines__details span + span {
    padding-left: 16px;
  }

  .help-fines__button {
    width: 100%;
    margin-top: 24px;
  }

  .help-fines__visual {
    min-height: 300px;
    margin: 0 -18px -38px;
  }

  .help-fines__visual img {
    width: min(520px, 110vw);
  }

  .help-download {
    padding: 24px 20px;
  }

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

  .help-download__actions .button {
    width: 100%;
  }

  .help-manual-card__media {
    height: 190px;
  }

  .help-manual-card__content {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 184px;
    padding: 24px 18px 20px;
    background: #f7f9fc;
  }

  .help-manual-card__document-icon {
    width: 54px;
  }

  .help-manual-card__actions {
    grid-column: 1 / -1;
    width: 100%;
    gap: 0;
  }

  .help-manual-card__actions > :where(a, button) {
    width: 100%;
    min-height: 50px;
    padding-inline: 10px;
    font-size: 11.5px;
  }

  .help-errors-dialog__head h2 {
    font-size: 30px;
  }

  .help-errors-dialog__head > p:last-child {
    font-size: 14px;
  }

  .help-errors-dialog__close {
    top: 12px;
    right: 12px;
  }

  .help-errors-answer h3,
  .help-errors-fallback h3 {
    font-size: 25px;
  }

  .help-errors-list__item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 10px;
    font-size: 12.5px;
  }

  .help-errors-list__item::before {
    width: 28px;
    height: 28px;
  }

  .help-cta__layout {
    min-height: 590px;
  }

  .help-cta__copy {
    padding-top: 54px;
  }

  .help-cta h2 {
    font-size: clamp(30px, 9vw, 36px);
  }

  .help-cta__visual {
    min-height: 230px;
  }

  .help-phone {
    bottom: -290px;
    width: 250px;
    height: 510px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-page *,
  .help-page *::before,
  .help-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .help-page [data-site-header],
  .help-page [data-curtain],
  .help-page [data-login-modal],
  .help-errors-modal,
  .help-service-hero,
  .help-download,
  .help-section--soft,
  .help-cta,
  .shared-footer,
  .back-to-top {
    display: none !important;
  }

  .help-memo-section {
    padding: 0;
    background: #fff !important;
  }

  .help-section__head,
  .help-law-note,
  .help-memo-page__label {
    display: none;
  }

  .help-memo-grid {
    display: block;
  }

  .help-memo-page {
    break-after: page;
    border: 0;
    box-shadow: none;
  }
}
