* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f5f7fa;
  color: #18212f;
  font-family: Arial, sans-serif;
}

a {
  color: #175caa;
}

nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

nav a {
  text-decoration: none;
}

.logout-form {
  margin: 0;
}

.link-button {
  min-height: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: #175caa;
  font: inherit;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 32px;
  background: #ffffff;
  border-bottom: 1px solid #dde4ee;
}

.brand {
  align-items: center;
  color: #18212f;
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: #0f1724;
  font-size: 24px;
  font-weight: 800;
}

.brand small {
  color: #526174;
  font-size: 13px;
  font-weight: 400;
}

.page {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  color: #526174;
  font-size: 14px;
}

.breadcrumbs a {
  color: #175caa;
  text-decoration: none;
}

.search-panel,
.tender-card,
.detail,
.intro,
.info-grid article {
  background: #ffffff;
  border: 1px solid #dde4ee;
  border-radius: 8px;
}

.intro {
  margin-bottom: 18px;
  padding: 24px;
}

.intro-heading {
  text-align: center;
}

.intro h1 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.1;
}

.availability-line {
  margin: 0 0 12px;
  color: #0b7a53;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.intro p {
  max-width: 860px;
  margin: 0;
  color: #526174;
  font-size: 18px;
  line-height: 1.45;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.intro .empty-region-note {
  margin-top: 10px;
  color: #0b7a53;
  font-weight: 700;
}

.law-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.law-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #c7d1df;
  border-radius: 6px;
  background: #ffffff;
  color: #18212f;
  text-decoration: none;
}

.law-tabs a.active {
  border-color: #0b7a53;
  background: #0b7a53;
  color: #ffffff;
}

.law-tabs span {
  color: inherit;
  font-weight: 700;
}

.monitor-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 12px;
  margin-top: 18px;
}

.monitor-stats div {
  padding: 14px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.monitor-stats strong {
  display: block;
  color: #0b7a53;
  font-size: 32px;
  line-height: 1;
}

.monitor-stats span {
  display: block;
  margin-top: 6px;
  color: #526174;
  font-size: 14px;
}

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

.blog-hero,
.blog-card,
.blog-article {
  background: #ffffff;
  border: 1px solid #dde4ee;
  border-radius: 8px;
}

.blog-hero {
  margin-bottom: 18px;
  padding: 34px 38px;
}

.blog-hero h1 {
  margin: 0 0 12px;
  color: #0f1724;
  font-size: 42px;
  line-height: 1.1;
}

.blog-hero p:not(.home-kicker) {
  max-width: 760px;
  margin: 0;
  color: #526174;
  font-size: 18px;
  line-height: 1.5;
}

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

.blog-card {
  padding: 24px;
}

.blog-card h2 {
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.2;
}

.blog-card h2 a {
  color: #175caa;
}

.blog-card p {
  margin: 0 0 14px;
  color: #526174;
  font-size: 17px;
  line-height: 1.5;
}

.blog-read-more {
  color: #0b7a53;
  font-weight: 700;
  text-decoration: none;
}

.blog-article {
  padding: 36px 44px;
}

.blog-article h1 {
  margin: 0 0 20px;
  color: #0f1724;
  font-size: 42px;
  line-height: 1.12;
}

.blog-article h2 {
  margin: 34px 0 14px;
  color: #0f1724;
  font-size: 28px;
  line-height: 1.2;
}

.blog-article h3 {
  margin: 26px 0 12px;
  color: #0f1724;
  font-size: 22px;
  line-height: 1.25;
}

.blog-article p,
.blog-article li {
  color: #46556a;
  font-size: 18px;
  line-height: 1.65;
}

.blog-article p {
  margin: 0 0 16px;
}

.blog-article ul {
  margin: 0 0 18px;
  padding-left: 24px;
}

.blog-article a {
  color: #0b7a53;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.blog-article a:hover {
  color: #075f41;
}

.blog-table-wrap {
  margin: 18px 0 24px;
  overflow-x: auto;
}

.blog-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 15px;
}

.blog-table th,
.blog-table td {
  padding: 10px 12px;
  border: 1px solid #dde4ee;
  text-align: left;
  vertical-align: top;
}

.blog-table th {
  background: #f5f7fa;
  color: #18212f;
  font-weight: 700;
}

.blog-table td {
  color: #46556a;
}

.region-monitor-card {
  grid-column: 1 / -1;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.section-heading-row h2 {
  margin-bottom: 6px;
}

.region-count-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px 22px;
  margin-top: 14px;
}

.region-count-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #e7edf5;
  color: #18212f;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.region-count-row span {
  min-width: 0;
}

.region-count-row strong {
  color: #0b7a53;
  white-space: nowrap;
}

.home-landing {
  display: grid;
  gap: 28px;
}

.home-hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 30px;
  min-height: 510px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 46px 0 46px 8px;
}

.home-kicker {
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e7f5ee;
  color: #0b7a53;
  font-size: 14px;
  font-weight: 700;
}

.home-hero-copy h1 {
  max-width: 620px;
  margin: 0;
  color: #0f1724;
  font-size: 42px;
  line-height: 1.15;
}

.home-hero-copy h1::first-line {
  color: #0f1724;
}

.home-hero-copy h1 span {
  color: #0b7a53;
}

.home-hero-copy p {
  max-width: 610px;
  margin: 0;
  color: #46556a;
  font-size: 18px;
  line-height: 1.55;
}

.home-hero-highlight,
.hidden-tenders-highlight {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px 8px 40px;
  border: 1px solid rgb(15 138 95 / 0.65);
  border-radius: 7px;
  background: rgb(255 255 255 / 0.72);
  color: #18212f;
  font-size: 16px;
  line-height: 1.35;
}

.home-hero-highlight::before,
.hidden-tenders-highlight::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 50%;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #e7f5ee;
  color: #0b7a53;
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-50%);
}

.home-actions,
.home-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-checks {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  color: #18212f;
}

.home-checks li {
  position: relative;
  padding-left: 28px;
}

.home-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #e7f5ee;
  color: #0b7a53;
  font-size: 12px;
  font-weight: 700;
}

.home-hero-copy .home-note {
  position: relative;
  padding-left: 28px;
  color: #46556a;
  font-size: 15px;
}

.home-hero-copy .home-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid #0b7a53;
  border-radius: 50%;
  color: #0b7a53;
  font-size: 12px;
  font-weight: 700;
}

.home-hero-visual {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffffff 0%, rgb(255 255 255 / 0.82) 20%, rgb(255 255 255 / 0.12) 48%, rgb(255 255 255 / 0) 100%),
    linear-gradient(150deg, #ffffff 0%, #eaf3f7 30%, #cbd9e2 55%, #3b4b57 100%);
}

.roof-plane {
  position: absolute;
  inset: 0;
  transform: skewX(-16deg) translateX(54px);
  transform-origin: bottom right;
  background:
    repeating-linear-gradient(112deg, rgb(15 23 36 / 0.18) 0 5px, transparent 5px 88px),
    repeating-linear-gradient(74deg, rgb(255 255 255 / 0.24) 0 2px, transparent 2px 74px),
    linear-gradient(135deg, rgb(255 255 255 / 0.76), rgb(11 122 83 / 0.08) 34%, rgb(24 33 47 / 0.32));
}

.home-stat-card {
  position: absolute;
  top: 54px;
  right: 24px;
  display: grid;
  gap: 8px;
  width: min(290px, calc(100% - 48px));
  padding: 26px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: rgb(255 255 255 / 0.93);
  box-shadow: 0 18px 44px rgb(24 33 47 / 0.14);
}

.home-stat-card span,
.home-stat-card small {
  color: #18212f;
  line-height: 1.45;
}

.home-stat-card strong {
  color: #0b7a53;
  font-size: 42px;
  line-height: 1;
}

.home-stat-card hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #dde4ee;
  margin: 14px 0;
}

.home-paid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px 34px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.home-hidden-tenders h2,
.home-regions h2,
.home-benefits h2,
.home-paid h2,
.home-faq h2 {
  margin: 0 0 12px;
  color: #0f1724;
  line-height: 1.2;
}

.home-hidden-tenders p,
.home-paid p,
.home-faq p {
  margin: 0 0 16px;
  color: #46556a;
  line-height: 1.55;
}

.home-analysis-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  overflow: hidden;
  padding: 44px;
  border: 1px solid #d8e1ea;
  border-radius: 12px;
  background:
    radial-gradient(circle at 10% 0%, rgb(15 138 95 / 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fbfa 62%, #eef7f3 100%);
  box-shadow: 0 20px 44px rgb(24 33 47 / 0.09);
}

.analysis-hero-main {
  display: grid;
  align-content: center;
  gap: 22px;
  min-width: 0;
}

.analysis-kicker {
  width: fit-content;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: #dff3e9;
  color: #08704c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.3;
  text-transform: uppercase;
}

.analysis-hero-main h1 {
  max-width: 820px;
  margin: 0;
  color: #0f1724;
  font-size: clamp(40px, 4.2vw, 56px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.analysis-hero-main h1 span,
.analysis-hero-main h1 strong {
  display: block;
}

.analysis-hero-main h1 span {
  font-weight: 720;
}

.analysis-hero-main h1 strong {
  margin-top: 8px;
  color: #0b7a53;
  font-weight: 820;
}

.analysis-lead {
  max-width: 840px;
  margin: 0;
  color: #46556a;
  font-size: 18px;
  line-height: 1.58;
}

.analysis-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}

.analysis-primary-cta {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b7a53;
  border-radius: 7px;
  background: #0b7a53;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.analysis-primary-cta:hover {
  background: #086a48;
}

.analysis-open-link {
  color: #0b6f4d;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.analysis-open-link:hover {
  text-decoration: underline;
}

.hidden-report-page {
  display: grid;
  gap: 28px;
}

.hidden-report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  padding: 40px;
  border: 1px solid #d8e1ea;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f2faf6 100%);
  box-shadow: 0 18px 38px rgb(24 33 47 / 0.08);
}

.hidden-report-copy h1 {
  max-width: 820px;
  margin: 14px 0 18px;
  color: #101927;
  font-size: clamp(38px, 4.2vw, 56px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hidden-report-lead {
  max-width: 800px;
  margin: 0;
  color: #46556a;
  font-size: 18px;
  line-height: 1.58;
}

.hidden-report-actions,
.hidden-report-tender-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hidden-report-actions {
  margin-top: 24px;
}

.hidden-report-metrics {
  display: grid;
  align-content: start;
  margin: 0;
  padding: 26px;
  border: 1px solid #cbded5;
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgb(255 255 255 / 0.62), transparent 34%),
    linear-gradient(155deg, #edf6f2 0%, #dcece4 100%);
  color: #183c31;
  box-shadow: 0 16px 30px rgb(24 64 51 / 0.1);
}

.hidden-report-metrics div {
  padding: 17px 0;
  border-top: 1px solid rgb(18 75 57 / 0.14);
}

.hidden-report-metrics div:first-child {
  padding-top: 0;
  border-top: 0;
}

.hidden-report-metrics div:last-child {
  padding-bottom: 0;
}

.hidden-report-metrics dt,
.hidden-report-metrics dd,
.hidden-report-tender-facts dt,
.hidden-report-tender-facts dd {
  margin: 0;
}

.hidden-report-metrics dt {
  margin-bottom: 6px;
  color: #0b6f4d;
  font-size: 27px;
  font-weight: 820;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.hidden-report-metrics dd {
  color: #365a4e;
  font-size: 14px;
  line-height: 1.4;
}

.hidden-report-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 30px;
  align-items: start;
  padding: 24px 4px 10px;
}

.hidden-report-intro h2 {
  margin: 8px 0 0;
  font-size: 31px;
  line-height: 1.15;
}

.hidden-report-intro > p {
  margin: 38px 0 0;
  color: #526174;
  line-height: 1.55;
}

.hidden-report-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: hidden-tender;
}

.hidden-report-list > li {
  counter-increment: hidden-tender;
}

.hidden-report-tender {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px 24px 24px 70px;
  border: 1px solid #dce4ed;
  border-radius: 10px;
  background: #ffffff;
}

.hidden-report-tender::before {
  content: counter(hidden-tender);
  position: absolute;
  top: 24px;
  left: 22px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #e3f4eb;
  color: #08704c;
  font-size: 13px;
  font-weight: 800;
}

.hidden-report-number {
  margin: 0 0 7px;
  color: #08704c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.hidden-report-tender h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.hidden-report-tender h2 a {
  color: #18212f;
  text-decoration: none;
}

.hidden-report-tender h2 a:hover {
  color: #0b7a53;
  text-decoration: underline;
}

.hidden-report-material {
  width: fit-content;
  margin: -3px 0 0;
  padding: 6px 10px;
  border-radius: 6px;
  background: #e7f5ee;
  color: #34594d;
  font-size: 14px;
  line-height: 1.35;
}

.hidden-report-material strong {
  color: #0b6f4d;
}

.hidden-report-tender-facts {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 1.2fr;
  gap: 14px;
  margin: 0;
}

.hidden-report-tender-facts div {
  min-width: 0;
}

.hidden-report-tender-facts dt {
  margin-bottom: 4px;
  color: #6b7789;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hidden-report-tender-facts dd {
  color: #273244;
  font-size: 14px;
  line-height: 1.35;
}

.hidden-report-tender-links a {
  display: inline-flex;
  min-height: 40px;
  padding: 8px 12px;
  align-items: center;
  border: 1px solid #cbded5;
  border-radius: 6px;
  background: #ffffff;
  color: #0b6f4d;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.hidden-report-tender-links a:first-child {
  background: #e7f5ee;
}

.hidden-report-tender-links a:hover {
  text-decoration: underline;
}

.hidden-report-footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-radius: 10px;
  background: #edf7f2;
}

.hidden-report-footer h2 {
  margin: 0 0 7px;
  font-size: 24px;
}

.hidden-report-footer p {
  margin: 0;
  color: #526174;
}

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

.analysis-benefit-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid #dbe5e0;
  border-radius: 9px;
  background: rgb(255 255 255 / 0.78);
}

.analysis-benefit-icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 50%;
  background: #e3f4eb;
  color: #0b7a53;
  font-size: 18px;
  font-weight: 800;
}

.analysis-benefit-grid h2 {
  margin: 0 0 8px;
  color: #18212f;
  font-size: 17px;
  line-height: 1.25;
}

.analysis-benefit-grid p {
  margin: 0;
  color: #526174;
  font-size: 14px;
  line-height: 1.48;
}

.analysis-proof-card {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  padding: 30px;
  border: 1px solid #cbded5;
  border-radius: 10px;
  background:
    radial-gradient(circle at 100% 0%, rgb(255 255 255 / 0.62), transparent 34%),
    linear-gradient(155deg, #edf6f2 0%, #dcece4 100%);
  color: #183c31;
  box-shadow: 0 16px 30px rgb(24 64 51 / 0.1);
}

.analysis-proof-kicker {
  margin: 0 0 20px;
  color: #416b5d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.analysis-proof-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.analysis-proof-card dl > div {
  padding: 18px 0;
  border-top: 1px solid rgb(18 75 57 / 0.14);
}

.analysis-proof-card dl > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.analysis-proof-card dt,
.analysis-proof-card dd {
  margin: 0;
}

.analysis-proof-card dt {
  margin-bottom: 7px;
  color: #0b6f4d;
  font-size: 31px;
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
}

.analysis-proof-card .analysis-proof-primary {
  font-size: 26px;
  line-height: 1.12;
  white-space: normal;
}

.analysis-proof-card dd {
  color: #365a4e;
  font-size: 15px;
  line-height: 1.4;
}

.analysis-proof-note {
  margin: 5px 0 0;
  color: #5b786e;
  font-size: 13px;
  line-height: 1.4;
}

.competition-caption strong,
.competition-caption span {
  display: block;
}

.competition-caption strong {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 16px;
}

.analysis-proof-card .competition-caption strong {
  color: #234a3e;
}

.hidden-report-metrics .competition-caption strong {
  color: #234a3e;
}

.competition-caption .competition-comparison {
  margin-top: 7px;
  color: #b9ddce;
  font-size: 13px;
  line-height: 1.35;
}

.analysis-proof-card .competition-comparison {
  color: #5b786e;
}

.hidden-report-metrics .competition-comparison {
  color: #5b786e;
}

.analysis-proof-link {
  display: inline-block;
  margin-top: 10px;
  color: #0b6f4d;
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 3px;
}

.home-hidden-tenders {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid #d8e1ea;
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 50%, rgb(11 122 83 / 0.08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbfdfc 56%, #f5faf7 100%);
  box-shadow: 0 18px 34px rgb(11 122 83 / 0.08);
}

.hidden-tenders-kicker {
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #e7f5ee;
  color: #0b7a53;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hidden-tenders-visual,
.hidden-tenders-copy {
  min-height: 220px;
  border-right: 1px solid #dde4ee;
}

.hidden-tenders-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.hidden-tenders-visual::before {
  content: "";
  position: absolute;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background: rgb(11 122 83 / 0.1);
}

.hidden-document {
  position: relative;
  display: grid;
  gap: 12px;
  width: 92px;
  min-height: 118px;
  padding: 18px 14px 14px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgb(24 33 47 / 0.12);
}

.hidden-document span,
.hidden-document strong {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #e8edf3;
}

.hidden-document span:first-child {
  width: 56px;
}

.hidden-document span:nth-child(2) {
  width: 68px;
}

.hidden-document span:nth-child(3) {
  width: 48px;
}

.hidden-document strong {
  position: relative;
  width: 46px;
  height: 27px;
  margin: 4px auto 0;
  border-radius: 4px 4px 8px 8px;
  background: linear-gradient(135deg, #0f8a5f 0%, #0b7a53 46%, #18212f 47%, #233044 100%);
  transform: skewX(-16deg);
}

.hidden-magnifier {
  position: absolute;
  width: 94px;
  height: 94px;
  border: 7px solid #18212f;
  border-radius: 50%;
  transform: translate(-18px, 18px);
}

.hidden-magnifier::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -26px;
  width: 48px;
  height: 10px;
  border-radius: 999px;
  background: #18212f;
  transform: rotate(46deg);
  transform-origin: left center;
}

.hidden-check {
  position: absolute;
  right: 24px;
  bottom: 42px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #0f8a5f;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgb(11 122 83 / 0.25);
}

.hidden-tenders-copy {
  display: grid;
  align-content: center;
  padding-right: 28px;
}

.hidden-tenders-copy h2 {
  max-width: 580px;
  margin-bottom: 18px;
  font-size: 40px;
}

.hidden-tenders-copy h2 .hidden-tenders-title-accent {
  display: block;
  margin-top: 5px;
  color: #0b7a53;
  font-size: 1em;
  line-height: inherit;
}

.hidden-tenders-copy h2 .hidden-tenders-month {
  color: #0f1724;
  font-size: 0.5em;
  line-height: 1;
  white-space: nowrap;
}

.hidden-tenders-copy h2 .hidden-tenders-month em {
  color: #0b7a53;
  font-style: normal;
}

.hidden-tenders-copy p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 18px;
}

.hidden-tenders-copy .hidden-tenders-lead {
  margin-bottom: 18px;
}

.hidden-tenders-copy .hidden-tenders-materials-title {
  color: #18212f;
  font-size: 15px;
  font-weight: 800;
}

.hidden-tenders-copy .hidden-tenders-highlight {
  margin-bottom: 14px;
  font-size: 15px;
}

.hidden-tenders-materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  max-width: 520px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hidden-tenders-materials li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #46556a;
  font-size: 16px;
  line-height: 1.3;
}

.hidden-tenders-materials strong {
  min-width: 26px;
  color: #0b7a53;
  font-size: 20px;
  line-height: 1;
}

.hidden-tenders-stats {
  display: grid;
  gap: 0;
  margin: 0;
}

.hidden-tenders-stats div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #dde4ee;
}

.hidden-tenders-stats div:last-child {
  border-bottom: 0;
}

.hidden-tenders-stats dt,
.hidden-tenders-stats dd {
  margin: 0;
}

.hidden-tenders-stats dt {
  display: contents;
}

.hidden-tenders-stats strong {
  color: #0b7a53;
  font-size: 29px;
  line-height: 1;
  white-space: nowrap;
}

.hidden-tenders-stats dd {
  grid-column: 2;
  color: #18212f;
  line-height: 1.35;
}

.hidden-tenders-note {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid #cfe3d9;
  border-radius: 7px;
  background: #f3faf6;
}

.hidden-tenders-note > span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #0b7a53;
  border-radius: 50%;
  color: #0b7a53;
  font-size: 13px;
  font-weight: 800;
}

.hidden-tenders-note strong {
  color: #0b7a53;
}

.hidden-tenders-explanation {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 18px;
  border-left: 4px solid #0b7a53;
  border-radius: 7px;
  background: #ffffff;
  color: #18212f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  box-shadow: 0 8px 20px rgb(24 33 47 / 0.06);
}

.hidden-stat-icon {
  position: relative;
  grid-row: span 2;
  display: block;
  width: 42px;
  height: 42px;
  color: #0b7a53;
}

.hidden-stat-document {
  border: 3px solid currentColor;
  border-radius: 4px;
}

.hidden-stat-document::before,
.hidden-stat-document::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 8px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.hidden-stat-document::before {
  top: 14px;
}

.hidden-stat-document::after {
  top: 24px;
}

.hidden-stat-eye {
  border: 3px solid currentColor;
  border-radius: 70% 20%;
  transform: rotate(45deg);
}

.hidden-stat-eye::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: currentColor;
}

.hidden-stat-calendar {
  border: 3px solid currentColor;
  border-radius: 4px;
}

.hidden-stat-calendar::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 3px;
  background: currentColor;
}

.hidden-stat-calendar::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 9px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.hidden-stat-no-bids {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.hidden-stat-no-bids::before,
.hidden-stat-no-bids::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.hidden-stat-no-bids::before {
  left: 8px;
  right: 8px;
  top: 18px;
  height: 3px;
}

.hidden-stat-no-bids::after {
  left: 18px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  transform: rotate(45deg);
}

.hidden-stat-share {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.hidden-stat-share::before {
  content: "%";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
}

.home-section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 14px;
}

.home-section-heading a {
  font-weight: 700;
  text-decoration: none;
}

.home-region-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 28px;
}

.home-region-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e7edf5;
  color: #18212f;
  text-decoration: none;
}

.home-region-list strong {
  color: #0b7a53;
}

.home-benefits {
  display: grid;
  gap: 14px;
}

.home-benefits > h2 {
  text-align: center;
}

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

.home-benefit-grid article {
  padding: 24px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.home-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 16px;
  border: 2px solid #0b7a53;
  border-radius: 50%;
  color: #0b7a53;
  font-size: 24px;
  font-weight: 700;
}

.home-benefit-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.home-benefit-grid p {
  margin: 0;
  color: #46556a;
  line-height: 1.55;
}

.home-paid {
  grid-template-columns: 96px minmax(0, 1fr) auto;
  background: #fffaf0;
}

.home-paid-mark {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 3px solid #0b7a53;
  border-radius: 50%;
  color: #0b7a53;
  font-size: 36px;
  font-weight: 700;
}

.home-paid p {
  margin-bottom: 0;
}

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

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

.home-faq details {
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.home-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.home-faq summary::after {
  content: "⌄";
  color: #526174;
}

.home-faq details[open] summary::after {
  content: "⌃";
}

.home-faq details p {
  padding: 0 16px 16px;
}

.home-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 8px 0;
  color: #526174;
  font-size: 14px;
}

.home-footer strong {
  color: #18212f;
}

@media (max-width: 1180px) {
  .region-count-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-benefit-grid,
  .home-region-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home-analysis-hero {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .analysis-proof-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .analysis-proof-card dl > div:nth-child(2) {
    padding-top: 0;
    border-top: 0;
  }

  .hidden-report-hero,
  .hidden-report-intro {
    grid-template-columns: 1fr;
  }

  .hidden-report-intro > p {
    margin-top: 0;
  }

  .hidden-report-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .hidden-report-metrics div:nth-child(2) {
    padding-top: 0;
    border-top: 0;
  }

  .hidden-report-tender-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-panel,
  .home-hidden-tenders,
  .home-paid {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    padding: 32px 24px 0;
  }

  .home-hero-visual {
    min-height: 330px;
  }

  .home-paid {
    align-items: start;
  }

  .hidden-tenders-visual,
  .hidden-tenders-copy {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dde4ee;
  }

  .hidden-tenders-visual {
    min-height: 220px;
    padding-bottom: 24px;
  }

  .hidden-tenders-copy {
    padding-right: 0;
    padding-bottom: 22px;
  }

  .hidden-tenders-note,
  .hidden-tenders-explanation {
    grid-column: auto;
  }

  .section-heading-row {
    display: grid;
  }

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

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid #dde4ee;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: #526174;
  font-size: 14px;
  font-weight: 700;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.info-grid article {
  padding: 18px;
}

.info-grid h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.info-grid ul,
.info-grid ol {
  margin: 0;
  padding-left: 20px;
  color: #526174;
}

.info-grid li {
  margin: 6px 0;
}

.entity-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.entity-list a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #dde4ee;
  border-radius: 6px;
  background: #ffffff;
}

.search-panel {
  padding: 18px;
  margin-bottom: 20px;
}

.filters {
  display: grid;
  grid-template-columns: minmax(220px, 2fr) repeat(2, minmax(140px, 1fr)) auto;
  gap: 14px;
  align-items: end;
}

label {
  display: grid;
  gap: 6px;
  color: #46556a;
  font-size: 14px;
}

input,
select,
button,
.primary,
.secondary {
  min-height: 40px;
  border-radius: 6px;
  font: inherit;
}

input,
select {
  width: 100%;
  border: 1px solid #c7d1df;
  padding: 8px 10px;
  background: #ffffff;
}

button,
.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0b7a53;
  padding: 8px 14px;
  background: #0b7a53;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

button:disabled,
.primary[aria-disabled="true"],
.secondary[aria-disabled="true"] {
  cursor: default;
  opacity: 0.65;
}

.primary {
  border-color: #0b7a53;
  background: #0b7a53;
  color: #ffffff;
  font-weight: 700;
}

.secondary {
  border-color: #c7d1df;
  background: #ffffff;
  color: #18212f;
}

.confirm-state {
  max-width: 760px;
  margin: 56px auto;
  padding: 36px;
  background: #ffffff;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  text-align: center;
}

.confirm-state__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #edf7f2;
  color: #0b7a53;
  font-size: 30px;
  font-weight: 800;
}

.confirm-state h1 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.15;
}

.confirm-state p {
  max-width: 590px;
  margin: 0 auto;
  color: #46556a;
}

.confirm-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.tender-list {
  display: grid;
  gap: 12px;
}

.tender-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.tender-main {
  min-width: 0;
}

.empty-state {
  padding: 22px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.empty-state h2 {
  margin: 0 0 10px;
}

.empty-state p {
  max-width: 760px;
  margin: 0;
  color: #526174;
  font-size: 17px;
  line-height: 1.45;
}

.tender-card h2,
.detail h1 {
  margin: 0 0 10px;
  line-height: 1.25;
}

.detail-title-link {
  display: inline;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.detail-title-link:hover {
  color: #0b7a53;
  text-decoration: underline;
}

.tender-card h2 {
  font-size: 19px;
}

.meta,
.status,
.material,
.law-badge {
  margin: 7px 0 0;
  color: #526174;
}

.law-badge {
  display: inline-flex;
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef3f8;
  color: #18212f;
  font-size: 14px;
  font-weight: 700;
}

.tender-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.auth-required-dialog,
.material-unlock-dialog,
.service-confirm-dialog {
  width: min(560px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #ffffff;
  color: #18212f;
  box-shadow: 0 24px 70px rgb(24 33 47 / 0.28);
}

.auth-required-dialog {
  width: min(480px, calc(100% - 32px));
  outline: none;
}

.auth-required-dialog::backdrop,
.material-unlock-dialog::backdrop,
.service-confirm-dialog::backdrop {
  background: rgb(24 33 47 / 0.42);
}

.auth-required-modal,
.material-unlock-modal,
.service-confirm-modal {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.auth-required-modal {
  gap: 16px;
  padding: 28px;
}

.auth-required-modal h3,
.material-unlock-modal h3,
.service-confirm-modal h3 {
  margin: 0;
  padding-right: 40px;
  font-size: 24px;
  line-height: 1.2;
}

.auth-required-modal h3 {
  padding-right: 44px;
  font-size: 22px;
}

.auth-required-modal p,
.material-unlock-modal p,
.service-confirm-modal p {
  margin: 0;
  color: #46556a;
  font-size: 16px;
  line-height: 1.45;
}

.auth-required-close,
.material-unlock-close,
.service-confirm-close {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 36px;
  min-height: 36px;
  border-color: #c7d1df;
  padding: 0;
  background: #ffffff;
  color: #18212f;
  font-size: 24px;
  line-height: 1;
}

.auth-required-close {
  top: 16px;
  right: 16px;
  min-width: 32px;
  min-height: 32px;
  border: 0;
  border-radius: 50%;
  background: #eef3f8;
  color: #46556a;
  font-size: 20px;
}

.auth-required-close:hover {
  background: #dfe7f1;
  color: #18212f;
}

.auth-required-modal-actions,
.material-unlock-modal-actions,
.service-confirm-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.auth-required-modal-actions {
  gap: 8px;
  margin-top: 2px;
}

.auth-required-modal-actions form,
.material-unlock-modal-actions form,
.service-confirm-modal-actions form {
  margin: 0;
}

.detail {
  padding: 24px;
}

.faq-section {
  width: calc(100% + 32px);
  margin: 34px -16px 0;
  padding: 56px 16px 64px;
  background: #f1ede5;
}

.faq-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 10px;
  color: #526174;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-section h2 {
  margin: 0 0 34px;
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
}

.faq-section details {
  border-top: 1px solid #d8d0c3;
  padding: 0;
}

.faq-section details:last-child {
  border-bottom: 1px solid #d8d0c3;
}

.faq-section summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 68px;
  cursor: pointer;
  color: #18212f;
  font-weight: 700;
  list-style: none;
}

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

.faq-section summary::after {
  content: "+";
  color: #526174;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.faq-section details[open] summary::after {
  content: "-";
}

.faq-section p {
  max-width: 800px;
  margin: -4px 0 24px;
  color: #526174;
  line-height: 1.55;
}

.facts {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 10px 18px;
  margin: 22px 0;
}

.facts dt {
  color: #526174;
}

.facts dd {
  margin: 0;
}

.message {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 14px 52px 14px 16px;
  border: 1px solid #b9e4cf;
  border-radius: 8px;
  background: #e7f5ee;
  color: #0b5138;
  line-height: 1.45;
}

.message-warning {
  border-color: #f3d69b;
  background: #fff7e3;
  color: #684200;
}

.message-error {
  border-color: #f2b8b5;
  background: #fdeceb;
  color: #7f1d1d;
}

.message-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.message-close:hover,
.message-close:focus {
  background: rgba(0, 0, 0, 0.08);
  outline: none;
}

.paid-analysis-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #f8fafc;
}

.paid-analysis-note h2,
.paid-analysis-note h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

.paid-analysis-note p {
  margin: 0;
  color: #526174;
  line-height: 1.55;
}

.paid-analysis-note.compact {
  margin: 12px 0 16px;
}

.auth-panel {
  width: min(460px, 100%);
  margin: 0 auto;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #dde4ee;
  border-radius: 8px;
}

.auth-panel h1 {
  margin: 0 0 18px;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.email-update-form {
  display: grid;
  grid-template-columns: minmax(260px, 420px) auto;
  gap: 12px;
  align-items: end;
  margin: 0 0 24px;
}

.auth-note {
  margin: 18px 0 0;
  color: #526174;
}

.orders {
  display: grid;
  gap: 10px;
}

.order-row {
  padding: 14px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
}

.order-row p {
  margin-bottom: 0;
}

.payment-box {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 20px;
}

.analysis-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #fff;
}

.analysis-box h2 {
  margin-top: 0;
}

.payment-qr,
.payment-qr-placeholder {
  width: 220px;
  aspect-ratio: 1;
  border: 1px solid #c7d1df;
  border-radius: 8px;
  background: #f5f7fa;
}

.payment-qr {
  object-fit: contain;
}

.payment-qr-placeholder {
  display: grid;
  place-items: center;
  color: #526174;
  font-weight: 700;
  text-align: center;
}

.steps {
  padding-left: 22px;
  color: #46556a;
}

.steps li {
  margin: 8px 0;
}

.subscription-form {
  display: grid;
  gap: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
}

.two-price-fields {
  grid-template-columns: 1fr 1fr;
}

.form-section {
  display: grid;
  gap: 10px;
}

.form-section h2 {
  margin: 0;
}

.checkbox-grid ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-checkbox-grid {
  max-height: 330px;
  overflow: auto;
  padding: 12px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.compact-checkbox-grid ul {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.checkbox-grid label,
.inline-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-grid li[hidden] {
  display: none;
}

.select-all-regions {
  width: fit-content;
  font-weight: 700;
}

.checkbox-grid input,
.inline-check input {
  width: auto;
}

.paid-section {
  padding: 14px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #f8fafc;
}

.subscription-summary {
  padding: 16px;
  border: 1px solid #c7d1df;
  border-radius: 8px;
  background: #ffffff;
}

.consent-block {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.consent-block .errorlist {
  margin: -4px 0 0;
}

.subscription-summary h2 {
  margin: 0 0 12px;
}

.compact-facts {
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  margin-bottom: 10px;
}

.compact-facts dd {
  font-weight: 700;
}

.compact-facts strong {
  color: #0b7a53;
}

.price-stepper {
  display: grid;
  grid-template-columns: 1fr 38px 38px;
  gap: 6px;
}

.step-button {
  min-height: 40px;
  padding: 0;
  border-color: #c7d1df;
  background: #ffffff;
  color: #18212f;
}

.subscription-page {
  display: grid;
  gap: 24px;
}

.subscription-head h1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  color: #0f1724;
  font-size: 32px;
  line-height: 1.15;
}

.subscription-head h1 span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 14px;
  border: 1px solid #8dc9a7;
  border-radius: 999px;
  background: #f0fbf5;
  color: #0b7a53;
  font-size: 18px;
  font-weight: 700;
}

.subscription-head p {
  max-width: 760px;
  margin: 0;
  color: #46556a;
  font-size: 17px;
  line-height: 1.55;
}

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

.subscription-plan-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 26px;
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  background: #ffffff;
}

.subscription-plan-card-free {
  border-color: #5eb47d;
}

.subscription-plan-icon,
.subscription-summary-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: #e6f6ee;
  color: #0b7a53;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.subscription-plan-card-paid .subscription-plan-icon {
  background: #eef5ff;
  color: #0f5fc2;
}

.subscription-plan-card h2 {
  margin: 0;
  color: #0f1724;
  font-size: 24px;
  line-height: 1.2;
}

.subscription-plan-price {
  margin: 0;
  color: #0b7a53;
  font-size: 24px;
  font-weight: 800;
}

.subscription-plan-price span {
  color: #0b7a53;
  font-size: 16px;
  font-weight: 700;
}

.subscription-plan-price-blue,
.subscription-plan-price-blue span {
  color: #0f5fc2;
}

.subscription-plan-card p:not(.subscription-plan-price) {
  margin: 0;
  color: #46556a;
  line-height: 1.45;
}

.subscription-plan-card ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.subscription-plan-card li {
  position: relative;
  padding-left: 28px;
  color: #18212f;
  line-height: 1.35;
}

.subscription-plan-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b7a53;
  font-weight: 800;
}

.subscription-plan-card-paid li::before {
  color: #0f5fc2;
}

.subscription-plan-note {
  margin-top: 6px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(100deg, #f0fbf5, #ffffff);
  color: #0b5138;
  line-height: 1.45;
}

.subscription-plan-note-blue {
  background: linear-gradient(100deg, #f2f6ff, #ffffff);
  color: #0c4ea2;
}

.subscription-plan-card button {
  width: 100%;
  min-height: 54px;
  font-weight: 700;
}

.subscription-settings,
.subscription-notifications,
.subscription-summary,
.subscription-submit-panel {
  border: 1px solid #d8e2ef;
  border-radius: 8px;
  background: #ffffff;
}

.subscription-settings {
  display: grid;
  gap: 22px;
  padding: 26px;
}

.subscription-settings h2,
.subscription-field-row h3 {
  margin: 0;
  color: #0f1724;
}

.subscription-field-row {
  display: grid;
  gap: 10px;
}

.subscription-price-row {
  grid-template-columns: 1fr 1fr;
}

.compact-laws-grid {
  max-height: none;
}

.compact-laws-grid ul {
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}

.subscription-material-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid #d9ab27;
  border-radius: 8px;
  background: linear-gradient(100deg, #fffdf5, #fff8e6);
}

.subscription-material-callout h2 {
  margin: 0 0 8px;
  color: #0f1724;
  font-size: 19px;
}

.subscription-material-callout p {
  max-width: 720px;
  margin: 0;
  color: #46556a;
  line-height: 1.45;
}

.subscription-material-callout button {
  min-width: 280px;
  min-height: 54px;
  border-color: #b99500;
  background: #b99500;
  font-weight: 700;
}

.subscription-material-callout span {
  margin-left: 6px;
}

.subscription-material-panel {
  padding: 22px 26px;
  border-color: #d9ab27;
  background: #fffdf5;
}

.subscription-material-panel[hidden] {
  display: none;
}

.subscription-notifications {
  display: grid;
  gap: 12px;
  padding: 18px 26px;
}

.subscription-notifications legend {
  padding: 0 8px;
  color: #0f1724;
  font-weight: 700;
}

.subscription-bottom-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.25fr);
  gap: 44px;
  align-items: start;
}

.subscription-summary {
  padding: 24px;
  background: linear-gradient(120deg, #f5fff9, #ffffff);
}

.subscription-summary h2 {
  margin: 0 0 22px;
  color: #0b7a53;
  font-size: 20px;
}

.subscription-summary-main {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
}

.subscription-summary-main p {
  margin: 0 0 8px;
  color: #0f1724;
  font-size: 20px;
  font-weight: 800;
}

.subscription-summary-main strong {
  color: #0b7a53;
  font-size: 18px;
}

.subscription-summary > .meta {
  margin-top: 22px;
  color: #46556a;
}

.subscription-summary-details {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.subscription-submit-panel {
  display: grid;
  gap: 16px;
  border: 0;
  background: transparent;
}

.subscription-submit-panel .consent-block {
  padding: 0;
  border: 0;
  background: transparent;
}

.subscription-submit-panel button[type="submit"] {
  min-height: 54px;
  font-size: 18px;
  font-weight: 700;
}

.subscription-submit-note {
  margin: -4px 0 0;
  color: #526174;
  text-align: center;
}

.legal-page {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.legal-page,
.legal-page * {
  font-family: Arial, sans-serif;
}

.legal-page h1,
.legal-page h2,
.legal-page p,
.legal-page ul {
  margin: 0;
}

.legal-page h1 {
  font-size: 36px;
  line-height: 1.1;
}

.legal-page h2 {
  margin-top: 10px;
  font-size: 24px;
}

.legal-page p,
.legal-page li,
.legal-table {
  color: #526174;
  font-size: 18px;
  line-height: 1.45;
}

.legal-page ul {
  padding-left: 24px;
}

.legal-page li + li {
  margin-top: 6px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dde4ee;
  border-radius: 8px;
  background: #ffffff;
}

.legal-table th,
.legal-table td {
  padding: 12px;
  border-bottom: 1px solid #dde4ee;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: #18212f;
  font-weight: 700;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(680px, calc(100% - 48px));
  padding: 14px 16px;
  border: 1px solid #c7d1df;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(24, 33, 47, 0.16);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: #526174;
  font-size: 15px;
  line-height: 1.4;
}

.cookie-banner button {
  flex: 0 0 auto;
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    display: grid;
    gap: 14px;
  }

  .brand img {
    width: 60px;
    height: 60px;
  }

  .topbar nav {
    flex-wrap: wrap;
  }

  .filters,
  .tender-card,
  .payment-box,
  .form-grid,
  .info-grid,
  .monitor-grid,
  .email-update-form,
  .subscription-plan-grid,
  .subscription-bottom-grid,
  .subscription-material-callout,
  .subscription-price-row {
    grid-template-columns: 1fr;
  }

  .subscription-material-callout button {
    width: 100%;
    min-width: 0;
  }

  .compact-laws-grid ul {
    grid-template-columns: 1fr;
  }

  .monitor-stats {
    grid-template-columns: 1fr;
  }

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

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

  .home-section-heading,
  .home-footer {
    display: grid;
  }

  .home-faq-grid,
  .home-benefit-grid,
  .home-region-list {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 520px) {
  .home-analysis-hero {
    gap: 24px;
    padding: 24px 18px;
  }

  .analysis-kicker {
    font-size: 11px;
  }

  .analysis-hero-main h1 {
    font-size: 36px;
  }

  .analysis-lead {
    font-size: 16px;
  }

  .analysis-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .analysis-primary-cta,
  .analysis-open-link {
    width: 100%;
  }

  .hidden-report-hero {
    gap: 24px;
    padding: 24px 18px;
  }

  .hidden-report-copy h1 {
    font-size: 36px;
  }

  .hidden-report-lead {
    font-size: 16px;
  }

  .hidden-report-actions,
  .hidden-report-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hidden-report-actions .primary,
  .hidden-report-actions .secondary,
  .hidden-report-footer .primary {
    width: 100%;
  }

  .hidden-report-metrics,
  .hidden-report-tender-facts {
    grid-template-columns: 1fr;
  }

  .hidden-report-metrics div:nth-child(2) {
    padding-top: 17px;
    border-top: 1px solid rgb(18 75 57 / 0.14);
  }

  .hidden-report-tender {
    padding: 66px 18px 20px;
  }

  .hidden-report-tender-links {
    align-items: stretch;
    flex-direction: column;
  }

  .hidden-report-tender-links a {
    width: 100%;
    justify-content: center;
  }

  .hidden-report-tender::before {
    top: 18px;
    left: 18px;
  }

  .hidden-report-footer {
    padding: 24px 20px;
  }

  .analysis-open-link {
    padding: 6px 0;
    text-align: center;
  }

  .analysis-benefit-grid,
  .analysis-proof-card dl {
    grid-template-columns: 1fr;
  }

  .analysis-proof-card {
    padding: 24px 20px;
  }

  .analysis-proof-card dl > div:nth-child(2) {
    padding-top: 18px;
    border-top: 1px solid rgb(18 75 57 / 0.14);
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

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

  .home-hero-copy {
    padding: 24px 18px 0;
  }

  .home-hero-copy h1 {
    font-size: 32px;
  }

  .home-hero-copy p {
    font-size: 16px;
  }

  .home-actions .primary,
  .home-actions .secondary,
  .home-paid .secondary,
  .subscription-plan-card button,
  .subscription-submit-panel button[type="submit"] {
    width: 100%;
  }

  .subscription-head h1 {
    font-size: 28px;
  }

  .subscription-settings,
  .subscription-plan-card,
  .subscription-material-callout,
  .subscription-summary {
    padding: 18px;
  }

  .subscription-summary-main {
    grid-template-columns: 1fr;
  }

  .home-stat-card {
    top: 28px;
    right: 16px;
    width: calc(100% - 32px);
  }

  .home-hidden-tenders,
  .home-paid {
    padding: 22px 18px;
  }

  .hidden-tenders-copy h2 {
    font-size: 30px;
  }

  .hidden-tenders-copy h2 .hidden-tenders-title-accent {
    font-size: 1em;
  }

  .hidden-tenders-stats strong {
    font-size: 30px;
  }

  .hidden-tenders-materials {
    grid-template-columns: 1fr;
  }

  .hidden-tenders-note {
    align-items: flex-start;
  }

  .blog-hero,
  .blog-card,
  .blog-article {
    padding: 22px 18px;
  }

  .blog-hero h1,
  .blog-article h1 {
    font-size: 32px;
  }

  .blog-article h2 {
    font-size: 24px;
  }

  .blog-article p,
  .blog-article li {
    font-size: 16px;
  }

  .legal-page {
    padding: 22px 18px;
  }

  .legal-page h1 {
    font-size: 32px;
  }

  .legal-page p,
  .legal-page li,
  .legal-table {
    font-size: 16px;
  }

  .legal-table {
    display: block;
    overflow-x: auto;
  }

  .cookie-banner {
    display: grid;
    gap: 12px;
  }

  .cookie-banner button {
    width: 100%;
  }

  .material-unlock-dialog,
  .service-confirm-dialog {
    width: calc(100% - 20px);
  }

  .material-unlock-modal,
  .service-confirm-modal {
    padding: 20px;
  }

  .material-unlock-modal-actions,
  .material-unlock-modal-actions form,
  .material-unlock-modal-actions button,
  .material-unlock-modal-actions .primary,
  .material-unlock-modal-actions .secondary {
    width: 100%;
  }

  .service-confirm-modal-actions,
  .service-confirm-modal-actions form,
  .service-confirm-modal-actions button,
  .service-confirm-modal-actions .primary,
  .service-confirm-modal-actions .secondary {
    width: 100%;
  }
}
