/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/app/page.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --scrollbar-width: 8px;
  --scrollbar-track: #f6f5f1;
  --scrollbar-thumb: #d9d9d9;
  --scrollbar-thumb-hover: #8c8c8c;
  --scrollbar-thumb-active: #262626;
  --scrollbar-border-radius: 4px;
}

::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-width);
}

::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  border-radius: var(--scrollbar-border-radius);
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-border-radius);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
}
::-webkit-scrollbar-thumb:active {
  background: var(--scrollbar-thumb-active);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

@media (prefers-color-scheme: dark) {
  :root {
    --scrollbar-track: #383838;
    --scrollbar-thumb: #555555;
    --scrollbar-thumb-hover: #777777;
    --scrollbar-thumb-active: #999999;
  }
}
.scrollbar-thin {
  --scrollbar-width: 4px;
}

.scrollbar-thick {
  --scrollbar-width: 12px;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  scrollbar-width: none;
}

.checker-page {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: linear-gradient(135deg, rgba(234, 95, 48, 0.08), transparent 28%), linear-gradient(315deg, rgba(15, 143, 135, 0.12), transparent 32%), #f6f4ed;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
}

.checker-page__glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 193, 143, 0.24), transparent 34%), linear-gradient(300deg, rgba(139, 227, 220, 0.28), transparent 38%);
}

.checker-page h1,
.checker-page .hero-audit__title,
.checker-page .landing-section__title,
.checker-page .analyzer-workspace__preview-title,
.checker-page .checker-panel h2,
.checker-page .brand span {
  font-family: var(--font-law-serif), Georgia, serif;
}

.container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
}

.topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
  background: rgba(246, 244, 237, 0.82);
  border-bottom: 1px solid #ddd8cb;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.topbar__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 68px;
  grid-gap: 28px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 34px;
  height: 34px;
  border: 1px solid #cec6b6;
  border-radius: 18px;
  background: #fffdfa;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}

.nav a {
  position: relative;
  color: #5c5850;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: #ea5f30;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 150ms ease;
}

.nav a:hover {
  color: #151515;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.topbar__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(234, 95, 48, 0.35);
  border-radius: 18px;
  background: #ea5f30;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(234, 95, 48, 0.18);
}

.topbar__action:hover {
  background: #cf461c;
  color: #fff;
}

.hero-audit {
  position: relative;
  z-index: 1;
  padding: 38px 0 52px;
}

.hero-audit .container {
  display: grid;
  grid-gap: 22px;
  gap: 22px;
}

.hero-audit__head {
  display: grid;
  max-width: 820px;
  grid-gap: 12px;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-audit__head::before {
  display: none;
}

.hero-audit__kicker,
.section-kicker {
  margin: 0;
  color: #cf461c;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-audit__title {
  margin: 0;
  max-width: 780px;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.02;
}

.hero-audit__sub {
  margin: 0;
  max-width: 720px;
  color: #5c5850;
  font-size: 18px;
  line-height: 1.48;
}

.hero-audit__sub code {
  padding: 2px 7px;
  border: 1px solid #ddd8cb;
  border-radius: 5px;
  background: #fff;
  color: #1f4a62;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.88em;
}

.hero-audit__status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.live-status,
.free-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.live-status {
  gap: 8px;
  border: 1px solid #e5d6c2;
  background: #fff7eb;
  color: #74553f;
}

.free-badge {
  border: 1px solid #caead8;
  background: #effbf4;
  color: #206341;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #13aa67;
  box-shadow: 0 0 0 rgba(19, 170, 103, 0.35);
  animation: live-pulse 1.6s ease-out infinite;
}

.hero-panel {
  border: 1px solid #cec6b6;
  border-radius: 18px;
  background: rgba(251, 251, 248, 0.96);
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
}

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

.hero-panel .analyzer-workspace {
  padding: clamp(16px, 2.2vw, 24px);
}

.hero-panel__disclaimer {
  margin: 0;
  padding: 16px clamp(18px, 2.4vw, 28px) 20px;
  border-top: 1px solid #ddd8cb;
  color: #777267;
  font-size: 13px;
  line-height: 1.5;
}

.url-analyze-form {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.url-analyze-form__scope {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 360px);
  padding: 4px;
  border: 1px solid #cec6b6;
  border-radius: 18px;
  background: #efece2;
}

.url-analyze-form__scope button {
  min-height: 38px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #5c5850;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.url-analyze-form__scope button[data-active=true] {
  background: #ffffff;
  color: #151515;
  box-shadow: 0 8px 18px rgba(16, 16, 16, 0.08);
}

.url-analyze-form__scope button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.url-analyze-form__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  grid-gap: 10px;
  gap: 10px;
}

.url-analyze-form input {
  min-width: 0;
  height: 56px;
  border: 1px solid #cec6b6;
  border-radius: 18px;
  padding: 0 16px;
  background: #ffffff;
  color: #151515;
  font: inherit;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.url-analyze-form input::placeholder {
  color: #8b9287;
}

.url-analyze-form input:focus {
  outline: none;
  border-color: rgba(31, 74, 98, 0.58);
  box-shadow: 0 0 0 3px rgba(31, 74, 98, 0.12);
}

.url-analyze-form__main button,
.url-analyze-form__add-page {
  width: 156px;
  height: 56px;
  border: 1px solid #ea5f30;
  border-radius: 18px;
  padding: 0 24px;
  background: #ea5f30;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(234, 95, 48, 0.18);
}

.url-analyze-form__main button:hover:not(:disabled),
.url-analyze-form__add-page:hover:not(:disabled) {
  background: #cf461c;
  border-color: #cf461c;
}

.url-analyze-form__main button:disabled,
.url-analyze-form__add-page:disabled {
  cursor: wait;
  opacity: 0.72;
}

.url-analyze-form__extra {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.url-analyze-form__extra-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #5c5850;
  font-size: 13px;
}

.url-analyze-form__extra-head strong {
  color: #151515;
  font-weight: 900;
}

.url-analyze-form__extra-head span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(31, 74, 98, 0.18);
  border-radius: 999px;
  background: rgba(31, 74, 98, 0.06);
  color: #777267;
  font-weight: 900;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.url-analyze-form__extra-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 156px;
  grid-gap: 10px;
  gap: 10px;
}

.url-analyze-form__add-page {
  background: #1f4a62;
  border-color: #1f4a62;
  box-shadow: 0 12px 24px rgba(31, 74, 98, 0.14);
}

.url-analyze-form__add-page:hover:not(:disabled) {
  background: #162f40;
  border-color: #162f40;
}

.url-analyze-form__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.url-analyze-form__presets button {
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(31, 74, 98, 0.2);
  border-radius: 999px;
  background: #f6faf7;
  color: #1f4a62;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.url-analyze-form__presets button:hover:not(:disabled) {
  border-color: rgba(234, 95, 48, 0.42);
  color: #cf461c;
}

.url-analyze-form__presets button:disabled {
  cursor: default;
  opacity: 0.48;
}

.url-analyze-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.url-analyze-form__chips button {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 420px);
  min-height: 32px;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid #ddd8cb;
  border-radius: 999px;
  background: #fff8ef;
  color: #5c5850;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.url-analyze-form__chips span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.url-analyze-form__chips strong {
  color: #cf461c;
  font-size: 13px;
  line-height: 1;
}

.url-analyze-form__hint {
  max-width: 760px;
  margin: 0;
  color: #777267;
  font-size: 13px;
  line-height: 1.5;
}

.url-analyze-form__legal {
  max-width: 780px;
  margin: -2px 0 0;
  color: #777267;
  font-size: 12px;
  line-height: 1.5;
}

.url-analyze-form__legal a {
  color: #1f4a62;
  font-weight: 800;
  text-decoration: none;
}

.url-analyze-form__legal a:hover {
  color: #cf461c;
}

.analyzer-workspace {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.analyzer-workspace__preview {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 1fr);
  grid-gap: 18px;
  gap: 18px;
  min-height: 278px;
  padding: 18px;
  border: 1px solid #ddd8cb;
  border-radius: 18px;
  background: #fff8ef;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  align-items: stretch;
}

.analyzer-workspace__preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.analyzer-workspace__preview-kicker {
  margin: 0;
  color: #cf461c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.analyzer-workspace__preview-title {
  margin: 10px 0 0;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: clamp(1.28rem, 2.1vw, 1.8rem);
  font-weight: 600;
  line-height: 1.08;
}

.analyzer-workspace__preview-foot {
  margin: 12px 0 0;
  color: #777267;
  font-size: 14px;
  line-height: 1.55;
}

.audit-demo {
  display: grid;
  align-content: start;
  grid-gap: 12px;
  gap: 12px;
  min-height: 242px;
  padding: 14px;
  border: 1px solid #333;
  border-radius: 24px;
  background: linear-gradient(180deg, #272727, #171717);
  box-shadow: 0 18px 40px rgba(16, 16, 16, 0.18);
}

.audit-demo__top {
  display: flex;
  align-items: center;
  gap: 7px;
}

.audit-demo__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.audit-demo__dot--red {
  background: #ff6b57;
}

.audit-demo__dot--yellow {
  background: #ffbf4c;
}

.audit-demo__dot--green {
  background: #48d178;
}

.audit-demo__url {
  margin-left: auto;
  padding: 4px 8px;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  color: #cfcfcf;
  font-size: 12px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
}

.audit-demo__summary {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(84px, 0.28fr);
  grid-gap: 10px;
  gap: 10px;
}

.audit-demo__score,
.audit-demo__mini-chart {
  border: 1px solid #3a3a3a;
  border-radius: 18px;
  background: #222;
}

.audit-demo__score {
  padding: 14px;
}

.audit-demo__score-value {
  display: block;
  color: #ff9a57;
  font-size: 42px;
  font-weight: 900;
  line-height: 0.9;
}

.audit-demo__score-label {
  display: block;
  margin-top: 8px;
  color: #ededed;
  font-size: 14px;
}

.audit-demo__mini-chart {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
}

.audit-demo__mini-chart span {
  width: 13px;
  height: var(--level);
  min-height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9a57, #ea5f30);
}

.audit-demo__rows {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.audit-demo__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid #343434;
  border-radius: 14px;
  background: #232323;
}

.audit-demo__row-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.audit-demo__row-icon--ok {
  background: #48d178;
}

.audit-demo__row-icon--warn {
  background: #ffbf4c;
}

.audit-demo__row-icon--risk {
  background: #ff6b57;
}

.audit-demo__row strong,
.audit-demo__row small {
  display: block;
}

.audit-demo__row strong {
  color: #f0f0f0;
  font-size: 13px;
  line-height: 1.2;
}

.audit-demo__row small {
  margin-top: 2px;
  color: #a9a9a9;
  font-size: 11px;
  line-height: 1.2;
}

.audit-demo__rows em {
  padding: 4px 8px;
  border-radius: 999px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.audit-demo__ok {
  background: #243f2f;
  color: #82e3a9;
}

.audit-demo__warn {
  background: #403322;
  color: #ffcf83;
}

.audit-demo__risk {
  background: #492828;
  color: #ff9a8a;
}

.audit-demo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.audit-demo__actions span {
  padding: 6px 10px;
  border: 1px solid #3d3d3d;
  border-radius: 999px;
  background: #2a2a2a;
  color: #ececec;
  font-size: 12px;
  font-weight: 800;
}

.landing-section {
  position: relative;
  z-index: 1;
  padding: 64px 0;
}

.landing-section--alt {
  border-top: 1px solid #ebe6da;
  border-bottom: 1px solid #ebe6da;
  background: rgba(255, 255, 255, 0.52);
}

.landing-section--why {
  padding: 58px 0;
  border-top: 1px solid #ebe6da;
  border-bottom: 1px solid #ebe6da;
  background: rgba(255, 255, 255, 0.42);
}

.landing-section--process {
  margin: 34px 0;
  background: #171717;
  color: #fff;
}

.landing-section--process .landing-section__title,
.landing-section--process .workflow-card__title,
.landing-section--process .section-kicker {
  color: #fff;
}

.landing-section--process .landing-section__lede,
.landing-section--process .workflow-card__text {
  color: #c8c8c8;
}

.landing-section--faq {
  padding-top: 46px;
}

.landing-section--seo {
  padding-top: 42px;
}

.landing-section__intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  grid-gap: 28px;
  gap: 28px;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 0;
}

.landing-section__title {
  margin: 0;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 600;
  line-height: 1;
}

.landing-section__lede {
  margin: 0;
  color: #5c5850;
  font-size: 15px;
  line-height: 1.56;
}

.why-grid,
.check-grid,
.benefit-grid,
.workflow-grid,
.faq-grid {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.why-grid {
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
  grid-auto-rows: auto;
  gap: 14px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.check-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 24px;
  background: #333;
  list-style: none;
}

.why-card,
.check-card,
.benefit-card,
.workflow-card,
.faq-card {
  margin: 0;
  border: 0;
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
}

.why-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 22px;
}

.why-card:first-child {
  grid-row: 1/span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 390px;
  background: linear-gradient(155deg, rgba(234, 95, 48, 0.92), rgba(207, 70, 28, 0.9)), #ea5f30;
  color: #fff;
}

.why-card:first-child::before {
  position: absolute;
  top: -44px;
  right: -34px;
  width: 156px;
  height: 156px;
  border: 28px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.why-card:first-child .why-card__num {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.why-card:first-child .why-card__title,
.why-card:first-child .why-card__text {
  color: #fff;
}

.why-card:first-child .why-card__title {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  line-height: 1.08;
}

.why-card:not(:first-child) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-gap: 8px 16px;
  gap: 8px 16px;
  align-items: start;
  box-shadow: 0 10px 28px rgba(16, 16, 16, 0.055);
}

.why-card:not(:first-child) .why-card__num {
  grid-row: span 2;
  margin: 0;
}

.why-card__num,
.workflow-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 30px;
  margin-bottom: 18px;
  border: 1px solid #e5d6c2;
  border-radius: 999px;
  background: #fff7eb;
  color: #cf461c;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.why-card__title,
.check-card__title,
.faq-card__q {
  margin: 0 0 9px;
  color: #151515;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.18;
}

.why-card__text,
.check-card__text,
.benefit-card__text,
.workflow-card__text,
.faq-card__a {
  margin: 0;
  color: #5c5850;
  font-size: 14px;
  line-height: 1.5;
}

.landing-fines-wrap {
  border: 1px solid #cec6b6;
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
  overflow: hidden;
}

.landing-fines {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 15px;
}

.landing-fines thead th {
  padding: 14px 18px;
  border-bottom: 1px solid #cec6b6;
  background: #eceee8;
  color: #777267;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.landing-fines tbody td {
  padding: 15px 18px;
  border-bottom: 1px solid #ddd8cb;
  color: #5c5850;
  line-height: 1.42;
  vertical-align: top;
}

.landing-fines tbody tr:hover td {
  background: #f4f5f0;
}

.landing-fines__section td {
  padding: 11px 18px;
  border-bottom: 1px solid #cec6b6;
  background: rgba(31, 74, 98, 0.07);
  color: #162f40;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.landing-fines__amount {
  width: 260px;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
  white-space: nowrap;
}

.landing-fines-source {
  max-width: 820px;
  margin: 12px 0 0;
  color: #777267;
  font-size: 13px;
  line-height: 1.45;
}

.check-card,
.benefit-card,
.workflow-card,
.faq-card {
  padding: 22px;
}

.check-card {
  min-height: 184px;
}

.check-card:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(16, 16, 16, 0.12);
}

.benefit-card {
  min-height: 150px;
  background: #fffdfa;
}

.benefit-card__title,
.workflow-card__title {
  margin: 0 0 10px;
  color: #162f40;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.workflow-card {
  min-height: 168px;
  border-radius: 0;
  background: #202020;
  box-shadow: none;
}

.workflow-card__num {
  border-color: rgba(255, 154, 87, 0.38);
  background: #2c241f;
  color: #ff9a57;
}

.landing-cta-row {
  display: flex;
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #ea5f30;
  border-radius: 999px;
  background: #ea5f30;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.btn--primary:hover {
  background: #cf461c;
  color: #fff;
}

.faq-card {
  min-height: 0;
  padding: 20px 0;
  border-top: 1px solid #ddd8cb;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-card:last-child {
  border-bottom: 1px solid #ddd8cb;
}

.landing-section--faq .faq-grid {
  display: block;
  max-width: 860px;
}

.faq-card__q {
  font-size: 1.18rem;
}

.seo-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 0.95fr);
  grid-gap: 14px;
  gap: 14px;
}

.seo-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-grid--compact .seo-card:first-child {
  grid-row: auto;
  min-height: 0;
  background: #fffdfa;
}

.seo-grid--compact .seo-card:first-child strong,
.seo-grid--compact .seo-card:first-child p {
  color: inherit;
}

.seo-grid--compact .seo-card:first-child strong {
  font-size: 1.08rem;
  line-height: 1.16;
}

.seo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-gap: 8px 16px;
  gap: 8px 16px;
  min-height: 0;
  padding: 20px;
  border: 1px solid #ddd8cb;
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
  color: #151515;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.seo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(16, 16, 16, 0.13);
}

.seo-card span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e5d6c2;
  border-radius: 50%;
  background: #fff7eb;
  color: #cf461c;
  font-size: 0;
  font-weight: 900;
}

.seo-card span::before {
  content: "→";
  font-size: 18px;
}

.seo-card strong {
  margin: 0;
  color: #151515;
  font-size: 1.08rem;
  line-height: 1.16;
}

.seo-card p {
  margin: 10px 0 0;
  color: #5c5850;
  font-size: 14px;
  line-height: 1.46;
}

.seo-card:first-child {
  grid-row: span 4;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(150deg, rgba(15, 143, 135, 0.9), rgba(31, 74, 98, 0.92)), #1f4a62;
}

.seo-card:first-child span {
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.seo-card:first-child strong,
.seo-card:first-child p {
  color: #fff;
}

.seo-card:first-child strong {
  font-size: 1.7rem;
  line-height: 1.04;
}

.material-page {
  min-height: 100vh;
}

.material-article {
  padding: 58px 0 80px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: #777267;
  font-size: 0.92rem;
  font-weight: 750;
}

.breadcrumbs a {
  color: #1f4a62;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.material-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
  grid-gap: 28px;
  gap: 28px;
  align-items: end;
}

.material-article h1 {
  max-width: 820px;
  margin: 10px 0 0;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 750;
  line-height: 1.04;
}

.material-article__lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #5c5850;
  font-size: 20px;
  line-height: 1.48;
}

.material-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.material-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(206, 198, 182, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #5c5850;
  font-size: 0.92rem;
  font-weight: 700;
}

.material-article__body {
  max-width: none;
  margin-top: 34px;
  padding: 28px;
  border: 1px solid #ddd8cb;
  border-radius: 24px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
}

.material-section {
  padding: 0 0 26px;
  border-bottom: 1px solid #ddd8cb;
}

.material-section + .material-section {
  padding-top: 26px;
}

.material-section:last-of-type {
  border-bottom: 0;
}

.material-sources a {
  color: #1f4a62;
  font-weight: 750;
  text-decoration: none;
}

.material-sources a:hover {
  text-decoration: underline;
}

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

.material-faq__grid h3 {
  margin: 0 0 8px;
  color: #151515;
  font-size: 1.03rem;
  font-weight: 850;
}

.material-related .seo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.material-related .seo-card:first-child {
  grid-row: auto;
  min-height: 0;
  background: #f6f4ed;
}

.material-related .seo-card:first-child strong,
.material-related .seo-card:first-child p {
  color: inherit;
}

.material-related .seo-card:first-child strong {
  font-size: 1.05rem;
  line-height: 1.24;
}

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

.material-prev-next a {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  padding: 16px;
  border: 1px solid #ddd8cb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
  color: #151515;
  text-decoration: none;
}

.material-prev-next a:hover {
  border-color: rgba(234, 95, 48, 0.38);
}

.material-prev-next span {
  color: #777267;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.material-prev-next strong {
  color: #1f4a62;
  line-height: 1.25;
}

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

.sitemap-links a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #ddd8cb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  color: #1f4a62;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.sitemap-links a:hover {
  border-color: rgba(234, 95, 48, 0.38);
  color: #cf461c;
}

.material-section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  grid-gap: 26px;
  gap: 26px;
}

.material-note {
  padding: 20px;
  border: 1px solid #ddd8cb;
  border-radius: 18px;
  background: #fff8ef;
}

.material-article__body h2 {
  margin: 0 0 14px;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.material-article__body p,
.material-article__body li {
  color: #5c5850;
  font-size: 16px;
  line-height: 1.62;
}

.material-article__body ul {
  display: grid;
  grid-gap: 0;
  gap: 0;
  margin: 0;
  padding: 0;
}

.material-article__body li {
  display: block;
  padding: 12px 0;
  border-top: 1px solid rgba(206, 198, 182, 0.75);
}

.material-article__body li::before {
  content: none;
}

.material-article__body .btn {
  margin-top: 28px;
}

.legal-footer {
  position: relative;
  z-index: 1;
  padding: 28px 0 34px;
  border-top: 1px solid #ddd8cb;
  background: rgba(246, 244, 237, 0.72);
}

.legal-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.legal-footer p {
  max-width: 560px;
  margin: 0;
  color: #777267;
  font-size: 13px;
  line-height: 1.45;
}

.legal-footer nav,
.legal-doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.legal-footer a,
.legal-doc-links a {
  color: #5c5850;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.legal-footer a:hover,
.legal-doc-links a:hover {
  color: #cf461c;
}

.legal-page {
  min-height: 100vh;
}

.legal-article {
  padding: 58px 0 80px;
}

.legal-article__hero {
  max-width: 860px;
}

.legal-article__hero h1 {
  margin: 10px 0 0;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 750;
  line-height: 1.04;
}

.legal-article__hero p {
  margin: 18px 0 0;
  color: #5c5850;
  font-size: 19px;
  line-height: 1.5;
}

.legal-article__hero span {
  display: inline-flex;
  margin-top: 18px;
  color: #777267;
  font-size: 13px;
  font-weight: 800;
}

.legal-article__body {
  display: grid;
  grid-gap: 0;
  gap: 0;
  margin-top: 30px;
  padding: 28px;
  border: 1px solid #ddd8cb;
  border-radius: 24px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(16, 16, 16, 0.1);
}

.legal-doc-section {
  padding: 0 0 24px;
  border-bottom: 1px solid #ddd8cb;
}

.legal-doc-section + .legal-doc-section {
  padding-top: 24px;
}

.legal-doc-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-doc-section h2 {
  margin: 0 0 12px;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 1.28rem;
  font-weight: 850;
}

.legal-doc-section p,
.legal-doc-section li {
  color: #5c5850;
  font-size: 16px;
  line-height: 1.62;
}

.legal-doc-section p {
  margin: 0;
}

.legal-doc-section ul {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.legal-doc-section li {
  display: block;
  padding-left: 16px;
  border-left: 3px solid rgba(15, 143, 135, 0.24);
}

.legal-doc-links {
  margin-top: 24px;
}

.material-report-card {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 16px;
  border: 1px solid #333;
  border-radius: 24px;
  background: linear-gradient(180deg, #272727, #171717);
  box-shadow: 0 18px 40px rgba(16, 16, 16, 0.18);
}

.material-report-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.material-report-card__head span {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.material-report-card__head strong {
  color: #ff9a57;
  font-size: 24px;
  font-weight: 900;
}

.material-report-card__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #343434;
  border-radius: 14px;
  background: #232323;
}

.material-report-card__row p {
  margin: 0;
}

.material-report-card__row strong,
.material-report-card__row small {
  display: block;
}

.material-report-card__row strong {
  color: #f0f0f0;
  font-size: 13px;
  line-height: 1.2;
}

.material-report-card__row small {
  margin-top: 2px;
  color: #a9a9a9;
  font-size: 11px;
}

.material-report-card__row em {
  padding: 4px 8px;
  border-radius: 999px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.material-report-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.material-report-card__chips span {
  padding: 6px 9px;
  border: 1px solid #3d3d3d;
  border-radius: 999px;
  background: #2a2a2a;
  color: #ececec;
  font-size: 12px;
  font-weight: 800;
}

.analyzer-workspace__error,
.progress-panel {
  border-radius: 18px;
  padding: 16px;
}

.analyzer-workspace__error {
  border: 1px solid #e3b5ad;
  background: #fff1ee;
  color: #9f2b2b;
  font-size: 14px;
}

.progress-panel {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  border: 1px solid #cec6b6;
  background: #f3f5f0;
  color: #151515;
}

.progress-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-law-sans), sans-serif;
  font-weight: 800;
}

.progress-panel__head strong {
  padding: 4px 9px;
  border: 1px solid rgba(31, 74, 98, 0.3);
  border-radius: 999px;
  background: #fff;
  color: #1f4a62;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.progress-panel p {
  margin: 0;
  color: #5c5850;
  font-size: 14px;
  line-height: 1.5;
}

.progress-panel__metric {
  display: grid;
  grid-gap: 7px;
  gap: 7px;
}

.progress-panel__metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #777267;
  font-size: 12px;
  font-weight: 800;
}

.progress-panel__metric-head strong {
  color: #1f4a62;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.progress-panel__hint {
  padding: 9px 10px;
  border: 1px solid rgba(234, 95, 48, 0.18);
  border-radius: 12px;
  background: rgba(255, 248, 239, 0.72);
  color: #5c5850;
  font-size: 12px;
  line-height: 1.45;
}

.progress-panel__bar {
  height: 6px;
  overflow: hidden;
  border: 1px solid rgba(31, 74, 98, 0.18);
  border-radius: 999px;
  background: #e0e4dc;
}

.progress-panel__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #1f4a62, #0f8f87);
  transition: width 180ms ease;
}

.progress-panel__bar--detail span {
  background: linear-gradient(90deg, #ea5f30, #0f8f87);
}

.progress-panel__url {
  overflow-wrap: anywhere;
  color: #777267;
  font-size: 12px;
}

.progress-panel__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
}

.progress-panel__step {
  display: grid;
  grid-template-columns: 9px minmax(0, 1fr);
  grid-gap: 4px 8px;
  gap: 4px 8px;
  align-items: start;
  padding: 10px;
  border: 1px solid #ddd8cb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.progress-panel__step > span {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 999px;
  background: #cec6b6;
}

.progress-panel__step strong {
  color: #151515;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.progress-panel__step small {
  grid-column: 2;
  color: #777267;
  font-size: 12px;
  line-height: 1.35;
}

.progress-panel__step[data-state=done] > span {
  background: #1f7a4d;
}

.progress-panel__step[data-state=active] {
  border-color: rgba(15, 143, 135, 0.42);
  background: rgba(15, 143, 135, 0.08);
}

.progress-panel__step[data-state=active] > span {
  background: #0f8f87;
  box-shadow: 0 0 0 4px rgba(15, 143, 135, 0.12);
}

.progress-panel dl,
.report-summary dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
  margin: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.progress-panel dl > div,
.report-summary dl > div {
  padding: 13px;
  border: 1px solid #ddd8cb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.progress-panel dt,
.report-summary dt {
  min-height: 28px;
  color: #777267;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.progress-panel dd,
.report-summary dd {
  margin: 4px 0 0;
  color: #151515;
  font-size: 22px;
  font-weight: 900;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.checker-panel {
  border: 1px solid #cec6b6;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.035), transparent 72px), rgba(251, 251, 248, 0.94);
  box-shadow: 0 12px 30px rgba(16, 16, 16, 0.06);
  font-family: var(--font-law-sans), system-ui, sans-serif;
  padding: 22px;
}

.analyzer-workspace__results .checker-panel {
  border-color: rgba(23, 23, 23, 0.18);
}

.analyzer-workspace__results .checker-panel h2 {
  display: block;
}

.checker-page__eyebrow {
  margin: 0 0 8px;
  color: #0f8f87;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checker-panel h2 {
  margin: 0 0 14px;
  color: #162f40;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.16;
}

.checker-panel h3 {
  margin: 0 0 8px;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.checker-panel p {
  margin: 0;
  color: #5c5850;
  font-size: 14px;
  line-height: 1.55;
}

.analyzer-workspace__results {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.report-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 16px;
  gap: 16px;
}

.report-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.report-summary__title {
  min-width: 0;
}

.report-summary .checker-page__eyebrow {
  margin-bottom: 10px;
}

.report-summary__head .status-badge {
  flex: 0 0 auto;
  margin-top: 2px;
}

.report-summary h2 {
  margin-bottom: 0;
  color: #151515;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.report-summary__status-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.report-summary__status-line strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(155, 107, 37, 0.2);
  border-radius: 999px;
  background: rgba(155, 107, 37, 0.08);
  color: #9b6b25;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.report-summary__badges,
.report-summary__scope div,
.report-summary__failed div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.report-summary__badges {
  margin-top: 10px;
}

.report-summary__mode,
.report-summary__badges span,
.report-summary__scope span,
.report-summary__failed span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  max-width: min(100%, 420px);
  padding: 0 10px;
  border: 1px solid rgba(31, 74, 98, 0.22);
  border-radius: 999px;
  background: #fff;
  color: #1f4a62;
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-summary__badges .report-summary__badge--warn,
.report-summary__failed span {
  border-color: rgba(155, 107, 37, 0.28);
  background: rgba(155, 107, 37, 0.08);
  color: #9b6b25;
}

.report-summary__scope,
.report-summary__failed {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 12px;
  border: 1px solid #ddd8cb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
}

.report-summary__scope strong,
.report-summary__failed strong {
  color: #151515;
  font-size: 13px;
  font-weight: 900;
}

.priority-plan {
  display: grid;
  grid-gap: 0;
  gap: 0;
}

.report-actions {
  gap: 18px;
}

.priority-plan__head,
.legal-checks-panel__head,
.report-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.priority-plan__head,
.legal-checks-panel__head {
  gap: 18px;
  margin-bottom: 16px;
}

.priority-plan__head h2,
.legal-checks-panel__head h2,
.report-actions h2 {
  margin-bottom: 0;
}

.priority-plan__count,
.legal-checks-panel__head > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(15, 143, 135, 0.28);
  border-radius: 999px;
  background: rgba(15, 143, 135, 0.08);
  color: #0f8f87;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.priority-plan__grid,
.priority-plan__list {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.priority-card {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 16px;
  border: 1px solid #ddd8cb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.priority-card__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}

.priority-card__num {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.priority-card h3 {
  margin-bottom: 0;
}

.priority-card__details {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin: 0;
}

.priority-card__details div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-gap: 12px;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid #ddd8cb;
}

.priority-card__details dt {
  color: #777267;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.priority-card__details dd {
  margin: 0;
  color: #5c5850;
  font-size: 13px;
  line-height: 1.5;
}

.report-actions {
  align-items: center;
  gap: 18px;
}

.report-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.report-action-btn {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(31, 74, 98, 0.22);
  border-radius: 999px;
  background: #fff;
  color: #151515;
  cursor: pointer;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.report-action-btn:hover {
  border-color: rgba(234, 95, 48, 0.42);
  color: #ea5f30;
}

.report-action-btn--primary {
  border-color: #ea5f30;
  background: #ea5f30;
  color: #fff;
}

.report-action-btn--primary:hover {
  background: #cf461c;
  color: #fff;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.checker-panel table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.checker-panel th,
.checker-panel td {
  padding: 12px 14px 12px 0;
  border-top: 1px solid #ddd8cb;
  color: #5c5850;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.checker-panel th {
  color: #777267;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checker-panel tbody tr:hover td {
  background: rgba(255, 255, 255, 0.58);
}

.table-note {
  display: block;
  margin-top: 8px;
  color: #777267;
  font-size: 13px;
  line-height: 1.45;
}

.table-note--why {
  color: #5c5850;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--font-law-sans), sans-serif;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.status-badge--green {
  background: rgba(31, 122, 77, 0.1);
  color: #1f7a4d;
}

.status-badge--yellow {
  background: rgba(155, 107, 37, 0.12);
  color: #9b6b25;
}

.status-badge--red {
  background: rgba(159, 43, 43, 0.1);
  color: #9f2b2b;
}

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

.checked-pages__columns > div:only-child {
  grid-column: 1/-1;
}

.checked-pages__columns h3 {
  margin-bottom: 12px;
}

.checked-pages__note {
  max-width: 860px;
  margin: 2px 0 26px;
  color: #5c5850;
  font-size: 14px;
  line-height: 1.55;
}

.checked-pages ul {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.checked-pages li {
  color: #5c5850;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.45;
}

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

.checked-pages__item {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid #ddd8cb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
  color: #151515;
  text-decoration: none;
}

.checked-pages__item:hover {
  border-color: rgba(234, 95, 48, 0.38);
}

.checked-pages__item strong {
  color: #151515;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.checked-pages__item span {
  color: #5c5850;
  font-family: var(--font-law-sans), system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.checked-pages__item--muted {
  opacity: 0.72;
}

.evidence-list,
.anglicism-item__pages {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.evidence-list span,
.anglicism-item__pages span,
.evidence-empty {
  display: inline-flex;
  max-width: 260px;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #ddd8cb;
  border-radius: 999px;
  background: #fff8ef;
  color: #5c5850;
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.anglicisms-panel h2 {
  margin-bottom: 14px;
}

.anglicisms-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.anglicism-item {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  padding: 14px;
  border: 1px solid #ddd8cb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
}

.anglicisms-panel__summary {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  margin: -4px 0 14px;
}

.anglicisms-panel__summary p {
  color: #5c5850;
  font-size: 14px;
  line-height: 1.45;
}

.anglicism-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.anglicism-item__head strong {
  color: #151515;
  font-size: 17px;
  font-weight: 900;
}

.anglicism-item__head span {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.anglicism-item p {
  color: #5c5850;
  font-size: 13px;
  line-height: 1.45;
}

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

.json-report summary {
  color: #151515;
  cursor: pointer;
  font-weight: 800;
}

.json-report pre {
  margin: 16px 0 0;
  overflow-x: auto;
  padding: 16px;
  border: 1px solid #0f172a;
  border-radius: 18px;
  background: #111827;
  color: #eef2f7;
  font-size: 13px;
}

.table-wrap--anglicisms .anglicisms-table__context,
.table-wrap--anglicisms .anglicisms-table__pages {
  max-width: min(560px, 92vw);
  overflow-wrap: anywhere;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .hero-audit .container {
    grid-template-columns: 1fr;
  }
  .hero-audit__title {
    max-width: 780px;
  }
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-card:first-child {
    grid-row: auto;
    min-height: 240px;
  }
  .why-card:not(:first-child) {
    display: block;
  }
  .why-card:not(:first-child) .why-card__num {
    margin-bottom: 18px;
  }
  .check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefit-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seo-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seo-card:first-child {
    grid-row: auto;
    min-height: 260px;
  }
  .anglicisms-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .priority-plan__grid {
    grid-template-columns: 1fr;
  }
  .material-hero,
  .material-section--split {
    grid-template-columns: 1fr;
  }
  .material-faq__grid,
  .material-related .seo-grid,
  .material-prev-next,
  .sitemap-links {
    grid-template-columns: 1fr;
  }
  .legal-footer__row {
    display: grid;
  }
}
@media (max-width: 860px) {
  .topbar__row {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 12px 0;
  }
  .brand {
    grid-column: 1;
  }
  .nav {
    grid-column: 1/-1;
    order: 3;
    justify-content: flex-start;
  }
  .topbar__action {
    grid-column: 2;
    grid-row: 1;
  }
  .landing-section__intro,
  .analyzer-workspace__preview {
    grid-template-columns: 1fr;
  }
  .why-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }
  .seo-grid {
    grid-template-columns: 1fr;
  }
  .seo-grid--compact {
    grid-template-columns: 1fr;
  }
  .anglicisms-list {
    grid-template-columns: 1fr;
  }
  .progress-panel dl,
  .report-summary dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .progress-panel__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .checked-pages__columns {
    grid-template-columns: 1fr;
  }
  .checked-pages__list {
    grid-template-columns: 1fr;
  }
  .report-actions {
    display: grid;
  }
  .report-actions__buttons {
    justify-content: flex-start;
  }
}
@keyframes live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 170, 103, 0.38);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(19, 170, 103, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(19, 170, 103, 0);
  }
}
@media (max-width: 620px) {
  .container {
    width: calc(100% - 28px);
  }
  .hero-audit {
    padding-top: 24px;
  }
  .hero-audit__head {
    padding: 0;
  }
  .hero-audit__title {
    font-size: clamp(2.15rem, 13vw, 3.45rem);
  }
  .hero-audit__sub {
    font-size: 15px;
  }
  .url-analyze-form__main {
    grid-template-columns: 1fr;
  }
  .url-analyze-form__extra-row {
    grid-template-columns: 1fr;
  }
  .url-analyze-form__main button,
  .url-analyze-form__add-page {
    width: 100%;
  }
  .topbar__action {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
  .progress-panel dl,
  .report-summary dl {
    grid-template-columns: 1fr;
  }
  .progress-panel__steps {
    grid-template-columns: 1fr;
  }
  .report-summary__head {
    display: grid;
    grid-gap: 12px;
    gap: 12px;
  }
  .report-summary__head .status-badge {
    justify-self: start;
  }
  .priority-plan__head,
  .legal-checks-panel__head {
    display: grid;
  }
  .priority-plan__count,
  .legal-checks-panel__head > span {
    justify-self: start;
  }
  .report-actions__buttons {
    display: grid;
    width: 100%;
  }
  .legal-article__body {
    padding: 20px;
  }
}
@media print {
  body.check-law-print-report {
    background: #fff;
  }
  body.check-law-print-report .topbar,
  body.check-law-print-report .checker-page__glow,
  body.check-law-print-report .hero-audit__head,
  body.check-law-print-report .url-analyze-form,
  body.check-law-print-report .progress-panel,
  body.check-law-print-report .analyzer-workspace__error,
  body.check-law-print-report .analyzer-workspace__preview,
  body.check-law-print-report .report-actions,
  body.check-law-print-report .hero-panel__disclaimer,
  body.check-law-print-report .landing-section,
  body.check-law-print-report .legal-footer {
    display: none !important;
  }
  body.check-law-print-report .checker-page,
  body.check-law-print-report .hero-audit,
  body.check-law-print-report .hero-panel,
  body.check-law-print-report .analyzer-workspace,
  body.check-law-print-report .analyzer-workspace__results {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  body.check-law-print-report .container {
    width: 100% !important;
    max-width: none !important;
  }
  body.check-law-print-report .checker-panel {
    break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 14px !important;
    border-color: #d7d7d7 !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  body.check-law-print-report .checker-panel table {
    min-width: 0;
  }
  body.check-law-print-report .table-wrap {
    overflow: visible;
  }
  body.check-law-print-report a {
    color: inherit;
    text-decoration: none;
  }
}
