:root {
  --bg-soft: #ececf2;
  --bg-soft-card: #faf9f7;
  --text: #1d1d1d;
  --muted: #777;
  --muted-2: #8d8c8c;
  --blue: #1c83c4;
  --blue-dark: #1973ac;
  --blue-light: #1694e4;
  --orange: #f28100;
  --white: #ffffff;
  --radius-xl: 72px;
  --radius-lg: 15px;
  --radius-md: 13px;
  --shadow-soft: 0 4px 8px rgba(0, 0, 0, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  font-family: "Nunito Sans", "Manrope", sans-serif;
  color: var(--text);
  background: var(--white);
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: var(--white);
}

.topbar-inner {
  min-height: 99px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.topbar-brand {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #a4b2ba;
}

.topbar-logo {
  width: 62px;
  height: 62px;
  justify-self: center;
}

.topbar-logo img {
  width: 100%;
  height: 100%;
}

.topbar-account {
  justify-self: end;
  width: 216px;
  min-height: 47px;
  border-radius: 11px;
  border: 1px solid #a6a6a6;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.topbar-account img {
  width: 16px;
  height: 19px;
}

.hero-section {
  background: linear-gradient(to bottom, var(--white) 54%, var(--bg-soft) 54%);
  padding-bottom: 30px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: var(--radius-xl);
  background-image:
    linear-gradient(90deg, var(--blue), var(--blue)),
    linear-gradient(180deg, var(--blue-dark), var(--blue-light));
  padding: 56px 48px 18px;
}

.hero-car {
  position: absolute;
  left: 0;
  top: 28px;
  width: min(493px, 48vw);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 0;
}

.hero-title-group {
  width: min(582px, 100%);
  margin-left: auto;
}

.hero-title-group h1 {
  margin: 0;
  color: var(--white);
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 900;
  white-space: nowrap;
}

.hero-title-group .hero-subtitle {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.hero-title-group .hero-description {
  margin: 18px 0 0;
  width: min(560px, 100%);
  color: #ade6ff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.hero-description-secondary {
  display: block;
  margin-top: 2px;
  color: #95d7f4;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 400;
}

.hero-tabs {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-tab {
  min-height: 55px;
  border: 0;
  border-radius: var(--radius-lg);
  background: #1f78b4;
  box-shadow: var(--shadow-soft);
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.hero-tab.is-active {
  background: #66b6e8;
}

.hero-check-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 298px;
  gap: 26px;
}

.plate-input {
  min-height: 80px;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  padding: 0 27px;
  background: var(--white);
  color: #323232;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.plate-input::placeholder {
  color: #323232;
  opacity: 0.86;
}

.plate-input:focus-visible,
.email-input:focus-visible {
  outline: 2px solid #0da9f5;
  outline-offset: 2px;
}

.hero-check-btn {
  min-height: 80px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--orange);
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.hero-input-note {
  margin: 8px 0 0;
  color: #91d5f2;
  font-size: 16px;
  line-height: 1.2;
}

.hero-input-note.is-error {
  color: #ff6a6a;
}

.hero-links-row {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 220px 220px 1fr;
  gap: 17px;
  align-items: center;
}

.hero-link-btn {
  min-height: 48px;
  border: 1px solid #66a2bc;
  border-radius: 7px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.hero-link-btn span {
  white-space: nowrap;
}

.hero-link-btn img {
  width: 22px;
  height: 22px;
}

.hero-ready-note {
  margin: 0;
  text-align: right;
  color: var(--white);
  font-size: 15px;
  font-family: "Manrope", "Nunito Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.section-title {
  margin: 0;
  color: var(--text);
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.features-section {
  background: var(--bg-soft);
  padding: 30px 0 52px;
}

.features-section .section-title {
  white-space: nowrap;
}

.features-layout {
  margin-top: 11px;
  display: grid;
  grid-template-columns: 1fr 364px;
  gap: 24px;
  align-items: start;
}

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

.feature-card {
  min-height: 95px;
  background: var(--bg-soft-card);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 26px;
  align-items: center;
  padding: 22px 22px 22px 36px;
}

.feature-card img {
  width: auto;
  height: 33px;
  max-width: 33px;
  min-height: 33px;
  object-fit: contain;
  object-position: center;
  justify-self: center;
  flex: 0 0 auto;
}

.feature-card h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
}

.feature-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 400;
}

.sources-card {
  min-height: 319px;
  border: 9px dashed var(--white);
  border-radius: 33px;
  padding: 52px 24px 30px 30px;
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  align-items: start;
}

.sources-emblem {
  width: 106px;
  height: 99px;
  margin-top: 10px;
}

.sources-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

.sources-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted-2);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}

.how-section {
  background: var(--white);
  padding: 39px 0 83px;
}

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

.how-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 26px;
}

.how-card img {
  width: 38px;
  height: 37px;
  margin-top: 6px;
}

.how-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.how-card p {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
}

.comfort-section {
  background: var(--bg-soft);
  padding: 54px 0;
}

.comfort-grid {
  display: grid;
  grid-template-columns: 238px repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.comfort-grid h2 {
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.comfort-card h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.comfort-card p {
  margin: 4px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.34;
  letter-spacing: -0.03em;
}

.final-cta-section {
  background: var(--white);
  padding: 20px 0 28px;
}

.final-cta-btn {
  width: 100%;
  min-height: 82px;
  border-radius: var(--radius-md);
  border: 0;
  background: var(--orange);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 900;
  cursor: pointer;
  gap: 10px;
}

.btn-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.52);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.btn-arrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-1px) rotate(45deg);
}

.site-footer {
  background: var(--white);
}

.footer-inner {
  min-height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
}

.site-footer p {
  margin: 0;
  color: var(--muted-2);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.footer-right {
  text-align: right;
}

.footer-logo {
  width: 42px;
  height: 42px;
}

.scroll-top-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(13, 52, 85, 0.32);
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #1676b6;
}

.scroll-top-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(26, 30, 38, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 50;
}

.modal-backdrop.is-open {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(752px, 100%);
  border-radius: var(--radius-lg);
  background: var(--white);
  padding: 36px;
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 12px;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  color: #333;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.modal-head h2 {
  margin: 0;
  color: var(--text);
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 900;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-head p {
  margin: 2px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  color: #323232;
}

.modal-head p span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  vertical-align: bottom;
}

.modal-form {
  margin-top: 36px;
}

.modal-label-row {
  display: grid;
  grid-template-columns: 1fr 231px;
  gap: 10px;
  align-items: center;
}

.modal-label-row label {
  color: var(--blue);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.modal-label-row p {
  margin: 0;
  color: #767676;
  font-size: 14px;
  line-height: 1.3;
}

.email-input {
  margin-top: 13px;
  width: 100%;
  min-height: 79px;
  padding: 0 27px;
  border-radius: var(--radius-lg);
  border: 1px solid #cdc4b5;
  color: #323232;
  font-size: 20px;
}

.email-input::placeholder {
  color: #323232;
  opacity: 0.86;
}

.form-error {
  min-height: 18px;
  margin: 8px 0 0;
  color: #cc1a1a;
  font-size: 13px;
  line-height: 1.3;
}

.modal-submit {
  margin-top: 6px;
  width: 100%;
  min-height: 71px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--orange);
  color: var(--white);
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  cursor: pointer;
}

.modal-consent {
  margin: 15px 0 0;
  text-align: center;
  color: #767676;
  font-size: 14px;
  line-height: 1.3;
}

.modal-card-guide {
  width: min(860px, 100%);
  max-height: min(88vh, 980px);
  padding: 28px 24px 24px;
}

.guide-scroll {
  max-height: calc(88vh - 52px);
  overflow: auto;
  padding-right: 4px;
}

.guide-section {
  background: #f6f6f7;
  border-radius: 18px;
  padding: 20px;
}

.guide-section + .guide-section {
  margin-top: 14px;
}

.guide-section h3 {
  margin: 0;
  color: #111823;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.guide-section p {
  margin: 12px 0 0;
  color: #1f2631;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 500;
}

.guide-image {
  margin: 14px 0 0;
  border-radius: 14px;
  overflow: hidden;
}

.guide-image img {
  width: 100%;
}

.modal-card-fragment {
  width: min(860px, 100%);
  max-height: min(88vh, 680px);
  overflow: auto;
  padding: 58px 28px 24px;
}

.modal-card-fragment .modal-close {
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  font-size: 28px;
}

.report-fragment {
  border: 1px solid #d5dae4;
  border-radius: 24px;
  background: #f8f9fc;
  padding: 18px 22px 18px;
}

.report-fragment h3 {
  margin: 0;
  color: #1f2f49;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
  white-space: nowrap;
}

.fragment-row {
  min-height: 58px;
  border-top: 1px solid #dde2eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fragment-row p {
  margin: 0;
  color: #5e6c82;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 600;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fragment-row strong {
  color: #4f5c72;
  font-size: 19px;
  line-height: 1.12;
  font-weight: 600;
  text-align: right;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}

.fragment-badge {
  min-height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  flex: 0 0 auto;
}

.fragment-badge::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 8px;
}

.fragment-badge.is-ok {
  border: 1px solid #5ece83;
  background: #d5f5df;
  color: #2e9d57;
}

.fragment-badge.is-ok::before {
  background: #2f9d56;
}

.fragment-badge.is-danger {
  border: 1px solid #f4a8a5;
  background: #ffe6e5;
  color: #c9473f;
}

.fragment-badge.is-danger::before {
  background: #d44d45;
}

.fragment-footnote {
  margin: 14px 0 0;
  color: #69778e;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

.report-hero-section {
  background: linear-gradient(to bottom, var(--white) 54%, var(--bg-soft) 54%);
}

.report-hero-card {
  min-height: 282px;
  border-radius: var(--radius-xl);
  background-image:
    linear-gradient(90deg, var(--blue), var(--blue)),
    linear-gradient(180deg, var(--blue-dark), var(--blue-light));
  padding: 34px 32px 26px;
  position: relative;
  overflow: hidden;
}

.report-hero-main {
  display: grid;
  grid-template-columns: 1fr 506px;
  gap: 34px;
  align-items: center;
}

.report-hero-main > * {
  min-width: 0;
}

.report-hero-loading {
  min-height: 222px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.report-hero-spinner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 4px solid #8fd2f3;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
}

.report-hero-left .report-hero-spinner {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.report-hero-loading p {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.report-hero-countdown {
  margin: 0;
  color: #cbeeff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.report-hero-progress {
  width: min(360px, 80vw);
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.report-hero-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #b7e7ff 0%, #ffffff 100%);
  animation: heroLoadingBar 3.6s linear forwards;
}

.report-hero-card.is-loading .report-hero-loading {
  display: flex;
}

.report-hero-card.is-loading .report-hero-main {
  display: none;
}

.report-auto {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 34px;
  align-items: center;
  min-width: 0;
}

.report-auto-image {
  width: 156px;
  height: 156px;
  border-radius: 41px;
  object-fit: contain;
}

.report-auto-brand {
  margin: 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.report-auto-meta h1 {
  margin: 5px 0 0;
  color: var(--white);
  font-size: 45px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 400;
  min-width: 0;
}

.report-hero-right {
  justify-self: end;
  width: 100%;
  max-width: 506px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}

.report-plate {
  margin: 0;
  color: var(--white);
  text-align: right;
  font-size: 53px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
  max-width: 100%;
}

.report-plate.is-long-id {
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.02;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: normal;
}

.report-hero-text {
  margin: 10px 0 0;
  width: auto;
  color: #ade6ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.report-get-btn {
  margin-top: 12px;
  width: auto;
  min-width: 254px;
  padding: 0 20px;
  min-height: 92px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--orange);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}

.report-get-btn img {
  width: 26px;
  height: 34px;
}

.report-get-btn span {
  width: auto;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.report-pending .report-loaders-section,
body.report-pending .report-accordion-section,
body.report-pending .report-payment-section,
body.report-pending .site-footer {
  display: none;
}

.report-loaders-section {
  background: var(--bg-soft);
  padding: 42px 0 27px;
}

.report-headline-row {
  display: grid;
  grid-template-columns: 1fr 364px auto;
  gap: 20px;
  align-items: center;
}

.report-headline-row h2 {
  margin: 0;
  color: var(--text);
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.report-photo-hint {
  min-height: 51px;
  border-radius: var(--radius-lg);
  border: 1px solid #cdc4b5;
  background: var(--bg-soft-card);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 8px 22px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.photo-icon {
  position: relative;
  width: 20px;
  height: 16px;
  border: 2px solid #8e8c8b;
  border-radius: 4px;
  flex: 0 0 auto;
}

.photo-icon::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #8e8c8b;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.photo-icon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 2px;
  background: #8e8c8b;
  left: 3px;
  top: -4px;
  border-radius: 2px;
}

.report-date {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: right;
  white-space: nowrap;
}

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

.loader-card {
  min-height: 72px;
  border-radius: var(--radius-lg);
  background: var(--bg-soft-card);
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 28px;
  align-items: center;
  padding: 20px 22px 20px 36px;
}

.loader-icon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33px;
}

.loader-card.is-loading .loader-icon {
  border: 3px solid #cae4f1;
  border-top-color: var(--blue);
  animation: spin 1s linear infinite;
}

.loader-card.is-done .loader-icon {
  background: #59ca8d;
}

.loader-card.is-done .loader-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-52%, -58%) rotate(38deg);
}

.loader-label {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.loader-value {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.loader-card.is-done .loader-value {
  color: #000;
}

.loader-card.is-alert .loader-icon {
  background: #f08a1a;
}

.loader-card.is-alert .loader-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.loader-card.is-alert .loader-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.loader-card.is-alert .loader-value {
  color: #a14f00;
}

.report-loaders-btn {
  margin: 25px auto 0;
  width: min(550px, 100%);
  min-height: 92px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  cursor: pointer;
}

.report-loaders-btn img {
  width: 26px;
  height: 34px;
}

.report-loaders-btn-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.report-loaders-btn-main {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.report-loaders-btn-sub {
  font-size: 10px;
  line-height: 1.1;
  font-weight: 400;
  white-space: nowrap;
}

.report-accordion-section {
  background: #f7f7f9;
  padding: 39px 0 44px;
}

.report-section-title {
  margin: 0;
  color: var(--text);
  font-size: 49px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.payment-title {
  white-space: nowrap;
  font-size: 42px;
  line-height: 1.08;
}

.accordion-list {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.accordion-item {
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.accordion-item summary {
  list-style: none;
  cursor: pointer;
  min-height: 73px;
  padding: 12px 22px 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.item-left {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.item-lock {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #f2f6fa url("../figma/be572fc9-f1f5-420d-99f9-1a6b3ac401d3.svg") center / 49px 49px
    no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  flex: 0 0 49px;
}

.item-lock.is-accent {
  filter: hue-rotate(185deg) saturate(1.35);
}

.item-title {
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.item-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1787d2;
  border-bottom: 2px solid #1787d2;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.accordion-item[open] .item-arrow::before {
  transform: rotate(-135deg);
}

.accordion-body {
  margin: 0 15px 15px;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 1.45;
}

.accident-item .accordion-body {
  background: #f7f7f9;
}

.accident-figure {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}

.accident-figure.js-locked-preview {
  cursor: pointer;
}

.accident-figure.js-locked-preview:focus-visible {
  outline: 2px solid #0da9f5;
  outline-offset: 2px;
}

.accident-figure img {
  width: 100%;
  aspect-ratio: 985 / 503;
  object-fit: cover;
}

.accident-locked-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: rgba(9, 30, 51, 0.74);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.accident-locked-badge img {
  width: 19px;
  height: 19px;
}

.modal-card-locked {
  width: min(430px, 100%);
  padding: 24px 24px 22px;
}

.locked-modal-body {
  padding-top: 14px;
  display: grid;
  gap: 18px;
}

.locked-modal-body p {
  margin: 0;
  color: var(--text);
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.locked-modal-btn {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 13px;
  background: var(--blue);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.report-payment-section {
  background: var(--bg-soft);
  padding: 58px 0 60px;
}

.payment-grid {
  display: grid;
  grid-template-columns: 558px 1fr;
  gap: 121px;
  align-items: start;
}

.report-email {
  margin: 10px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.payment-main-card {
  margin-top: 14px;
  background: var(--blue);
  border-radius: var(--radius-xl);
  padding: 51px 57px 44px;
  color: var(--white);
}

.payment-main-top {
  display: grid;
  grid-template-columns: 1fr 153px;
  gap: 18px;
  align-items: center;
}

.payment-tariff {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.payment-price {
  margin: 4px 0 0;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.payment-price span {
  margin-left: 10px;
  color: #ade6ff;
  font-size: 20px;
  text-decoration: line-through;
  font-weight: 600;
}

.payment-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.payment-submit {
  margin-top: 16px;
  width: 100%;
  min-height: 70px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.payment-submit img {
  width: 28px;
  height: 23px;
}

.payment-submit span {
  font-size: 20px;
  font-weight: 700;
}

.payment-consent {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
}

.payment-consent input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: var(--orange);
  flex: 0 0 auto;
}

.tariffs-side h3 {
  margin: 121px 0 18px;
  color: var(--text);
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.tariffs-head {
  margin-top: 121px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tariffs-head h3 {
  margin: 0;
}

.tariffs-toggle-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #c7ccd7;
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tariffs-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #5b6a81;
  border-bottom: 2px solid #5b6a81;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.tariffs-toggle-btn:not(.is-open) .tariffs-arrow {
  transform: rotate(-45deg);
}

.tariffs-content {
  margin-top: 18px;
}

.tariffs-content:not(.is-open) {
  display: none;
}

.tariff-card {
  width: 461px;
  max-width: 100%;
  border-radius: var(--radius-lg);
  background: var(--white);
  padding: 21px 36px 24px;
}

.tariff-card + .tariff-card {
  margin-top: 17px;
}

.tariff-title {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.tariff-value {
  margin: 7px 0 0;
  color: #00aaff;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 600;
}

.tariff-text {
  margin: 2px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.35;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes heroLoadingBar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .container {
    width: min(1140px, calc(100% - 32px));
  }

  .hero-card {
    border-radius: 46px;
  }

  .hero-title-group h1 {
    font-size: clamp(34px, 4.1vw, 48px);
  }

  .hero-title-group .hero-subtitle {
    font-size: clamp(22px, 2.8vw, 30px);
  }

  .hero-check-btn {
    font-size: clamp(26px, 3vw, 32px);
  }

  .hero-ready-note {
    font-size: clamp(14px, 1.6vw, 16px);
  }

  .section-title {
    font-size: clamp(34px, 4.3vw, 36px);
  }

  .report-section-title {
    font-size: clamp(34px, 4.3vw, 49px);
  }

  .how-card h3 {
    font-size: clamp(24px, 2.8vw, 30px);
  }

  .modal-head h2 {
    font-size: clamp(34px, 4.3vw, 36px);
  }

  .modal-label-row label {
    font-size: clamp(26px, 3.5vw, 30px);
  }

  .modal-submit {
    font-size: clamp(28px, 3.8vw, 32px);
  }

  .guide-section h3 {
    font-size: clamp(30px, 4.3vw, 42px);
  }

  .report-fragment h3 {
    font-size: clamp(30px, 3vw, 38px);
  }

  .fragment-row p,
  .fragment-row strong {
    font-size: clamp(17px, 1.9vw, 20px);
  }

  .fragment-badge {
    font-size: clamp(14px, 1.6vw, 17px);
  }

  .fragment-footnote {
    font-size: clamp(14px, 1.5vw, 18px);
  }

  .report-auto-meta h1 {
    font-size: clamp(28px, 3.5vw, 45px);
  }

  .report-plate {
    font-size: clamp(37px, 4.4vw, 53px);
  }

  .report-loaders-btn-main {
    font-size: clamp(18px, 2.4vw, 20px);
  }

  .payment-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tariffs-head {
    margin-top: 0;
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .topbar-brand {
    font-size: 18px;
  }

  .topbar-account {
    width: auto;
    padding: 0 14px;
  }

  .hero-card {
    min-height: 0;
    padding: 28px;
    border-radius: 36px;
  }

  .hero-car {
    position: static;
    width: min(300px, 72vw);
    margin: 0 auto;
  }

  .hero-content {
    width: 100%;
    margin-top: 10px;
  }

  .hero-tabs {
    margin-top: 14px;
  }

  .hero-tab {
    font-size: 18px;
    min-height: 50px;
  }

  .hero-check-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
  }

  .plate-input,
  .email-input {
    min-height: 66px;
    font-size: 16px;
  }

  .hero-check-btn {
    min-height: 66px;
  }

  .hero-input-note {
    margin-top: 6px;
    line-height: 1.2;
  }

  .hero-links-row {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hero-ready-note {
    grid-column: 1 / -1;
    text-align: center;
    justify-self: center;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: -0.02em;
  }

  .hero-title-group h1 {
    white-space: nowrap;
    font-size: clamp(26px, 5vw, 38px);
    line-height: 1.08;
  }

  .hero-title-group .hero-subtitle {
    white-space: nowrap;
    font-size: clamp(14px, 3.6vw, 22px);
    line-height: 1.08;
  }

  .features-layout {
    grid-template-columns: 1fr;
  }

  .sources-card {
    min-height: 0;
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    gap: 16px;
  }

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

  .comfort-grid h2 {
    grid-column: 1 / -1;
  }

  .modal-card {
    padding: 20px;
  }

  .modal-label-row {
    grid-template-columns: 1fr;
  }

  .modal-label-row p {
    margin-top: -2px;
  }

  .modal-card-guide,
  .modal-card-fragment {
    width: 100%;
    max-height: 88vh;
  }

  .modal-card-fragment {
    padding: 48px 12px 12px;
  }

  .modal-card-fragment .modal-close {
    right: 10px;
    top: 8px;
  }

  .guide-section {
    padding: 16px;
  }

  .guide-section p {
    font-size: 15px;
  }

  .report-fragment {
    border-radius: 20px;
    padding: 16px;
  }

  .fragment-row {
    min-height: 64px;
  }

  .fragment-row p,
  .fragment-row strong {
    font-size: 18px;
  }

  .fragment-badge {
    min-height: 34px;
    font-size: 16px;
  }

  .fragment-footnote {
    font-size: 16px;
  }

  .report-hero-card {
    min-height: 0;
    border-radius: 36px;
    padding: 24px;
  }

  .report-hero-main {
    grid-template-columns: 1fr;
  }

  .report-hero-right {
    max-width: none;
    align-items: flex-start;
  }

  .report-plate {
    text-align: left;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .report-plate.is-long-id {
    font-size: clamp(30px, 8.6vw, 42px);
    line-height: 1.02;
  }

  .report-hero-text {
    width: 100%;
    white-space: normal;
  }

  .report-get-btn {
    align-self: flex-start;
  }

  .report-headline-row {
    grid-template-columns: 1fr;
  }

  .report-date {
    text-align: left;
  }

  .loader-grid {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .item-title {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 24px);
  }

  .topbar-inner {
    min-height: 68px;
  }

  .topbar-logo {
    width: 44px;
    height: 44px;
  }

  .topbar-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .topbar-brand {
    display: none;
  }

  .topbar-account span {
    display: none;
  }

  .topbar-account {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .hero-card {
    border-radius: 24px;
    padding: 14px;
  }

  .hero-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-tab {
    font-size: 13px;
    min-height: 42px;
    padding: 0 4px;
  }

  .hero-link-btn {
    min-height: 42px;
    font-size: 14px;
    gap: 7px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-section .section-title {
    white-space: normal;
  }

  .sources-card {
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
    text-align: center;
  }

  .sources-emblem {
    margin-top: 0;
  }

  .sources-card ul {
    text-align: center;
  }

  .comfort-grid {
    grid-template-columns: 1fr;
  }

  .final-cta-section {
    padding: 14px 0 18px;
  }

  .final-cta-btn {
    min-height: 66px;
    font-size: 24px;
  }

  .payment-title {
    white-space: nowrap;
    font-size: 30px;
    line-height: 1.1;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    row-gap: 2px;
    padding: 10px 0;
    align-items: center;
  }

  .site-footer p:first-of-type {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

  .footer-right {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }

  .footer-logo {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    justify-self: end;
  }

  .report-page.site-footer p:first-of-type {
    grid-column: 2;
    text-align: right;
  }

  .report-page.footer-right {
    grid-column: 2;
    text-align: right;
  }

  .report-page.footer-logo {
    grid-column: 1;
    justify-self: start;
  }

  .report-auto {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .report-auto-image {
    width: 120px;
    height: 120px;
  }

  .report-hero-right {
    align-items: stretch;
    min-width: 0;
  }

  .report-hero-text {
    width: 100%;
    white-space: normal;
  }

  .report-get-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .report-get-btn span {
    text-align: center;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .loader-grid {
    grid-template-columns: 1fr;
  }

  .loader-card {
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 14px;
  }

  .loader-icon {
    width: 28px;
    height: 28px;
  }

  .loader-label {
    font-size: 16px;
  }

  .loader-value {
    font-size: 14px;
  }

  .report-loaders-btn {
    min-height: 70px;
    gap: 12px;
  }

  .report-loaders-btn img {
    width: 20px;
    height: 26px;
  }

  .report-loaders-btn-text {
    align-items: center;
    text-align: center;
  }

  .report-loaders-btn-main {
    font-size: 18px;
  }

  .report-loaders-btn-sub {
    font-size: 10px;
  }

  .scroll-top-btn {
    width: 46px;
    height: 46px;
    right: 12px;
    bottom: 12px;
    font-size: 26px;
  }

  .payment-main-card {
    padding: 26px 18px 20px;
    border-radius: 30px;
  }

  .payment-main-top {
    grid-template-columns: 1fr;
  }

  .report-loaders-btn {
    width: 100%;
  }

  .tariffs-side,
  .tariffs-content,
  .tariff-card {
    width: 100%;
  }

  .tariff-card {
    padding: 18px 16px 20px;
  }

  .guide-section h3 {
    font-size: 28px;
  }

  .modal-card-fragment {
    padding: 12px;
    max-height: calc(100vh - 16px);
    -webkit-overflow-scrolling: touch;
    padding-top: 44px;
  }

  .report-fragment {
    overflow-x: hidden;
  }

  .report-fragment h3 {
    font-size: 30px;
  }

  .fragment-row {
    min-height: 0;
    padding: 10px 0;
    gap: 10px;
  }

  .fragment-row p,
  .fragment-row strong {
    font-size: 20px;
    line-height: 1.15;
  }

  .fragment-row--count {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fragment-row--count strong,
  .fragment-row--text strong {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  .fragment-row--text {
    grid-template-columns: minmax(0, 1fr);
  }

  .fragment-row--badge {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fragment-row--badge .fragment-badge {
    justify-self: end;
  }

  .fragment-footnote {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media (max-width: 560px) {
  .btn-arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .btn-arrow::before {
    width: 6px;
    height: 6px;
  }

  .hero-links-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-ready-note {
    margin-top: 2px;
    grid-column: 1 / -1;
    text-align: center;
    width: 100%;
    justify-self: stretch;
  }

  .section-title,
  .report-section-title,
  .report-headline-row h2 {
    font-size: clamp(28px, 8.4vw, 34px);
  }

  .hero-description-secondary {
    font-size: 10px;
    line-height: 1.16;
  }

  .hero-check-btn,
  .modal-submit {
    font-size: clamp(28px, 8.2vw, 32px);
  }

  .how-card h3 {
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .hero-title-group h1 {
    font-size: clamp(22px, 7.2vw, 30px);
    white-space: nowrap;
  }

  .hero-title-group .hero-subtitle {
    font-size: clamp(12px, 4.5vw, 16px);
    white-space: nowrap;
  }

  .final-cta-btn {
    min-height: 62px;
    font-size: clamp(22px, 7vw, 26px);
  }

  .report-loaders-btn-main {
    font-size: clamp(18px, 5.4vw, 22px);
    white-space: nowrap;
  }

  .report-loaders-btn-sub {
    font-size: clamp(10px, 3vw, 12px);
  }

  .report-plate {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .plate-input {
    font-size: 13px;
    padding: 0 16px;
  }

  .email-input {
    font-size: 16px;
    padding: 0 16px;
  }

  .hero-ready-note {
    font-size: clamp(10px, 2.9vw, 11px);
    white-space: nowrap;
  }

  .modal-head h2 {
    font-size: clamp(21px, 6.3vw, 25px);
    white-space: nowrap;
  }

  .modal-head p {
    font-size: 11px;
  }

  .modal-form {
    margin-top: 18px;
  }

  .modal-label-row label {
    font-size: clamp(17px, 5vw, 20px);
    line-height: 1.15;
  }

  .modal-label-row p {
    font-size: 11px;
    line-height: 1.25;
  }

  .modal-submit {
    min-height: 56px;
    font-size: clamp(22px, 6.8vw, 26px);
  }

  .hero-link-btn {
    min-height: 34px;
    font-size: 11px;
    gap: 4px;
    padding: 0 4px;
  }

  .hero-link-btn img {
    width: 14px;
    height: 14px;
  }

  .hero-car {
    width: min(210px, 68vw);
  }

  .modal-close {
    right: 8px;
    top: 8px;
    width: 34px;
    height: 34px;
    font-size: 27px;
  }

  .item-left {
    gap: 10px;
  }

  .item-lock {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    background-size: 38px 38px;
  }

  .item-title {
    font-size: 17px;
  }

  .locked-modal-body p {
    font-size: 24px;
  }

  .locked-modal-btn {
    font-size: 20px;
  }

  .payment-title {
    white-space: nowrap;
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.1;
  }

  .guide-section h3 {
    font-size: 24px;
  }

  .guide-section p {
    font-size: 14px;
  }

  .report-fragment h3 {
    font-size: 21px;
  }

  .fragment-row {
    min-height: 0;
    padding: 8px 0;
  }

  .fragment-row p,
  .fragment-row strong {
    font-size: 14px;
  }

  .fragment-badge {
    min-height: 28px;
    font-size: 13px;
    padding: 0 10px;
  }

  .fragment-badge::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }

  .fragment-footnote {
    margin-top: 12px;
    font-size: 14px;
  }

  .fragment-row--badge {
    grid-template-columns: minmax(0, 1fr);
  }

  .fragment-row--badge .fragment-badge {
    justify-self: start;
  }
}

.hide {
  display: none;
}

.errors,
.error {
  display: none;
  background-color: #d62f2f;
  color: #FFFFFF;
  padding: 10px;
  border-radius: var(--radius-md);
}