:root {
  color-scheme: light;
  --ink: #0a1b2c;
  --ink-soft: #33485e;
  --navy: #0b1f33;
  --navy-deep: #071522;
  --navy-raised: #112b45;
  --paper: #f4f1e9;
  --paper-deep: #e9e4d8;
  --surface: #fffdf8;
  --surface-muted: #f8f6f0;
  --line: #d9d5cb;
  --line-dark: rgba(255, 255, 255, 0.16);
  --muted: #667789;
  --accent: #d7aa4f;
  --accent-strong: #b98628;
  --accent-dark: var(--accent-strong);
  --accent-pale: #f4e7c6;
  --teal: #2f7d78;
  --teal-strong: #246b67;
  --teal-pale: #dcecea;
  --danger: #9a3e38;
  --danger-pale: #f5dfdc;
  --success: #266a4d;
  --success-pale: #dcece3;
  --shadow-sm: 0 1px 2px rgba(7, 21, 34, 0.08), 0 8px 24px rgba(7, 21, 34, 0.05);
  --shadow-md: 0 18px 45px rgba(7, 21, 34, 0.12);
  --shadow-lg: 0 28px 80px rgba(7, 21, 34, 0.2);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 30px;
  --line-strong: #c9c6bd;
  --shell: 1240px;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: var(--font-sans);
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --transition: 180ms ease;
}

/* Authentic user feedback: deliberately separate from indexable editorial pages. */
.footer-feedback-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-feedback-strip > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-footer .footer-feedback-strip h2,
.site-footer .footer-feedback-strip p { margin: 0; }
.site-footer .footer-feedback-strip h2 { color: #fff; font-size: 1rem; text-transform: none; letter-spacing: normal; }
.site-footer .footer-feedback-strip p { max-width: 680px; margin-top: 4px; color: rgba(255, 255, 255, 0.64); font-size: 0.82rem; }
.footer-feedback-strip .button { flex: 0 0 auto; }

.footer-feedback-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(113, 205, 181, 0.42);
  border-radius: 50%;
  background: rgba(56, 153, 139, 0.14);
  color: #8bd3bd;
  font-weight: 900;
}

.feedback-hero {
  padding-block: clamp(68px, 9vw, 126px);
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(48, 145, 135, 0.23), transparent 34%),
    linear-gradient(135deg, #071828, #102d3a);
  color: #fff;
}

.feedback-hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(34px, 7vw, 96px);
}

.feedback-hero .eyebrow { color: #8bd3bd; }
.feedback-hero h1 {
  max-width: 820px;
  margin: 10px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 7vw, 5.6rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.feedback-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.75;
}

.feedback-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(6, 23, 36, 0.6);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(12px);
}

.feedback-trust-card h2 { margin: 1px 0 9px; color: #fff; font-size: 1.1rem; }
.feedback-trust-card p { margin: 0; color: rgba(255, 255, 255, 0.66); font-size: 0.86rem; line-height: 1.7; }
.feedback-trust-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(78, 180, 160, 0.18);
  color: #8bd3bd;
  font-weight: 900;
}

.feedback-rules { border-bottom: 1px solid var(--line); background: var(--surface); }
.feedback-rule-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feedback-rule-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  min-height: 116px;
  padding: 28px clamp(20px, 3vw, 38px);
  border-right: 1px solid var(--line);
}
.feedback-rule-grid article:first-child { border-left: 1px solid var(--line); }
.feedback-rule-grid article > span { color: var(--accent-dark); font-size: 0.72rem; font-weight: 850; }
.feedback-rule-grid article p { margin: 0; color: var(--ink-soft); font-size: 0.84rem; line-height: 1.65; }

.feedback-section-heading { display: grid; align-items: end; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr); gap: 36px; }
.feedback-section-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }

.feedback-collecting {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #dccb96;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, var(--accent-pale), #fff);
}
.feedback-collecting > span { color: var(--accent-dark); font-size: 1.45rem; }
.feedback-collecting h3 { margin: 0 0 8px; color: var(--navy); }
.feedback-collecting p { max-width: 780px; margin: 0; color: var(--muted); line-height: 1.7; }

.feedback-summary-grid { display: grid; grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.35fr); gap: 18px; margin-bottom: 24px; }
.feedback-score-card,
.feedback-distribution,
.feedback-review-card,
.feedback-form-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.feedback-score-card { display: grid; align-content: center; justify-items: center; padding: 30px; text-align: center; }
.feedback-score-card > strong { color: var(--navy); font-family: var(--font-display); font-size: 3.7rem; font-weight: 560; line-height: 1; }
.feedback-score-card > strong span { color: var(--muted); font-family: var(--font-body); font-size: 1rem; }
.feedback-score-card p { margin: 8px 0 0; color: var(--muted); font-size: 0.78rem; }
.feedback-stars { color: var(--accent-dark); letter-spacing: 0.1em; }
.feedback-stars-empty { color: #d9d8d2; }
.feedback-distribution { display: grid; gap: 12px; padding: 26px; }
.feedback-distribution-row { display: grid; align-items: center; grid-template-columns: 48px minmax(0, 1fr) 34px; gap: 12px; color: var(--muted); font-size: 0.76rem; }
.feedback-distribution-row strong { color: var(--ink-soft); text-align: right; }
.feedback-distribution progress { width: 100%; height: 9px; border: 0; border-radius: 99px; overflow: hidden; background: #e8e5dc; }
.feedback-distribution progress::-webkit-progress-bar { background: #e8e5dc; }
.feedback-distribution progress::-webkit-progress-value { border-radius: 99px; background: var(--accent); }
.feedback-distribution progress::-moz-progress-bar { border-radius: 99px; background: var(--accent); }

.feedback-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feedback-review-card { display: grid; align-content: start; gap: 18px; min-height: 230px; padding: 24px; }
.feedback-review-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.feedback-review-head > span:last-child { overflow: hidden; color: var(--ink-soft); font-size: 0.78rem; font-weight: 780; text-overflow: ellipsis; white-space: nowrap; }
.feedback-review-card blockquote { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: 1.13rem; line-height: 1.55; }
.feedback-review-card time { align-self: end; color: var(--muted); font-size: 0.7rem; }

.feedback-form-layout { display: grid; align-items: start; grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr); gap: clamp(34px, 7vw, 90px); }
.feedback-form-intro { position: sticky; top: 112px; }
.feedback-form-intro h2 { margin: 8px 0 16px; color: var(--navy); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 540; letter-spacing: -0.04em; line-height: 1.05; }
.feedback-form-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.feedback-private-note { display: flex; align-items: flex-start; gap: 10px; padding: 15px; border-left: 3px solid var(--teal); background: var(--teal-pale); color: var(--ink-soft) !important; font-size: 0.8rem; }
.feedback-private-note span { color: var(--teal); }
.feedback-form-card { padding: clamp(24px, 4vw, 40px); }
.feedback-login-panel { display: grid; gap: 13px; }
.feedback-login-panel h3 { margin: 0; color: var(--navy); font-size: 1.25rem; }
.feedback-login-panel p { margin: 0; color: var(--muted); line-height: 1.7; }
.feedback-login-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }

.feedback-status { display: grid; gap: 4px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 20px; background: #f5f4ef; font-size: 0.8rem; }
.feedback-status span { color: var(--muted); }
.feedback-status-approved { border-color: #afd0c1; background: var(--success-pale); }
.feedback-status-pending { border-color: #dfcb94; background: var(--accent-pale); }
.feedback-status-rejected { border-color: #e4bcb6; background: var(--danger-pale); }

.feedback-rating-fieldset { padding: 0; border: 0; margin: 0; }
.feedback-rating-fieldset legend { margin-bottom: 9px; color: var(--ink-soft); font-size: 0.8125rem; font-weight: 760; }
.feedback-rating-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.feedback-rating-options label { position: relative; display: grid; min-width: 0; cursor: pointer; }
.feedback-rating-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.feedback-rating-options label > span { display: grid; min-height: 48px; place-items: center; padding: 8px 4px; border: 1px solid #c9c6bd; border-radius: 9px; background: #fff; color: var(--accent-dark); font-size: clamp(0.64rem, 1.25vw, 0.95rem); letter-spacing: -0.08em; }
.feedback-rating-options small { min-height: 2.7em; margin-top: 5px; text-align: center; line-height: 1.35; white-space: normal; }
.feedback-rating-options input:checked + span { border-color: var(--teal); background: var(--teal-pale); box-shadow: inset 0 0 0 1px var(--teal); }
.feedback-rating-options input:focus-visible + span { outline: 3px solid rgba(47, 125, 120, 0.25); outline-offset: 2px; }
.feedback-form textarea { width: 100%; resize: vertical; padding: 12px; border: 1px solid #c9c6bd; border-radius: 9px; background: #fff; color: var(--ink); font: inherit; line-height: 1.55; }
.feedback-form textarea:focus { border-color: var(--teal); outline: 0; box-shadow: 0 0 0 3px rgba(47, 125, 120, 0.14); }
.feedback-form .form-field label span { color: var(--muted); font-weight: 520; }
.feedback-name-note { padding: 12px; border-radius: 8px; margin: 0; background: #f3f2ed; color: var(--muted); font-size: 0.78rem; }
.feedback-delete-form { display: grid; gap: 10px; padding-top: 22px; border-top: 1px solid var(--line); margin-top: 24px; }
.feedback-delete-button { justify-self: start; color: var(--danger); }

@media (max-width: 900px) {
  .feedback-hero-grid,
  .feedback-section-heading,
  .feedback-form-layout { grid-template-columns: 1fr; }
  .feedback-form-intro { position: static; }
  .feedback-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .footer-feedback-strip { align-items: stretch; flex-direction: column; }
  .footer-feedback-strip .button { width: 100%; }
  .feedback-rule-grid,
  .feedback-summary-grid,
  .feedback-card-grid { grid-template-columns: 1fr; }
  .feedback-rule-grid article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
  .feedback-rating-options { grid-template-columns: 1fr; }
  .feedback-rating-options label { grid-template-columns: minmax(105px, auto) 1fr; align-items: center; gap: 10px; }
  .feedback-rating-options small { min-height: 0; margin: 0; text-align: left; }
  .feedback-login-actions { display: grid; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.filters-open {
  overflow: hidden;
}

body.filters-open::after {
  position: fixed;
  z-index: 90;
  inset: 0;
  background: rgba(5, 16, 27, 0.58);
  content: "";
  backdrop-filter: blur(2px);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

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

h1,
h2,
h3,
h4,
p,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid #f4c96d;
  outline-offset: 3px;
}

::selection {
  background: var(--accent-pale);
  color: var(--navy-deep);
}

.page-shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--navy);
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-ribbon {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 18px;
  background: #f3e6bd;
  color: #3e2c0b;
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-align: center;
}

.demo-ribbon__label,
.demo-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  border: 1px solid rgba(62, 44, 11, 0.24);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(7, 21, 34, 0.94);
  color: #fff;
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: inherit;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand__mark {
  position: relative;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff8e8;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1;
}

.brand__mark::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--navy-deep);
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.brand__word {
  font-size: 1.08rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.primary-nav a {
  padding: 10px 13px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}

.primary-nav a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.button--compact {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.82rem;
}

.button--light {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button--light:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.13);
}

.button--accent {
  background: var(--accent);
  color: #201707;
  box-shadow: 0 8px 22px rgba(215, 170, 79, 0.18);
}

.button--accent:hover {
  background: #e3b65d;
  box-shadow: 0 10px 28px rgba(215, 170, 79, 0.24);
}

.button--secondary {
  border-color: #c9c5bb;
  background: var(--surface);
  color: var(--navy);
}

.button--secondary:hover {
  border-color: #9ca7b0;
  box-shadow: var(--shadow-sm);
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  transition: background var(--transition), border-color var(--transition);
}

.icon-button:hover {
  border-color: #aeb5bb;
  background: var(--surface-muted);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(115deg, rgba(13, 46, 73, 0.42), transparent 50%),
    var(--navy-deep);
  color: #fff;
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 92%);
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 120, 0.29), transparent 68%);
  pointer-events: none;
}

.hero__layout {
  position: relative;
  display: grid;
  min-height: 588px;
  align-items: center;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: clamp(44px, 7vw, 96px);
  padding-block: 82px 88px;
}

.hero__content {
  max-width: 760px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.eyebrow--dark {
  color: var(--teal);
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: #fffdf7;
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 5.2vw, 5.05rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 33px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.7;
}

.hero-search {
  max-width: 730px;
}

.hero-search__field {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 10px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.hero-search__symbol {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  border: 2px solid #7b8995;
  border-radius: 50%;
}

.hero-search__symbol::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: #7b8995;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.hero-search input {
  min-width: 0;
  flex: 1;
  padding: 12px 7px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
}

.hero-search input::placeholder {
  color: #82909c;
}

.hero-search input:focus-visible {
  outline: 0;
}

.hero-search__field:focus-within {
  outline: 3px solid rgba(244, 201, 109, 0.56);
  outline-offset: 3px;
}

.suggestion-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.76rem;
}

.suggestion-row button {
  min-height: 30px;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.75rem;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.suggestion-row button:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.market-brief {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.21);
  backdrop-filter: blur(16px);
}

.market-brief::after {
  position: absolute;
  right: 28px;
  bottom: -1px;
  left: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  content: "";
}

.market-brief__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.status-dot > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #71c8a0;
  box-shadow: 0 0 0 4px rgba(113, 200, 160, 0.12);
}

.market-brief__kicker {
  margin: 26px 0 8px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.market-brief h2 {
  max-width: 380px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.7vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.market-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.11);
}

.market-stats > div {
  display: flex;
  min-width: 0;
  flex-direction: column-reverse;
  gap: 4px;
  padding: 15px 12px;
  background: rgba(5, 17, 29, 0.48);
}

.market-stats dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.61rem;
  line-height: 1.3;
}

.market-stats dd {
  margin-bottom: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
}

.market-brief__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
}

.market-brief__note > span {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.7rem;
}

.market-brief__note p {
  margin-bottom: 0;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-point {
  display: flex;
  min-height: 114px;
  align-items: center;
  gap: 15px;
  padding: 24px clamp(18px, 3vw, 38px);
  border-left: 1px solid var(--line);
}

.trust-point:last-child {
  border-right: 1px solid var(--line);
}

.trust-point__index {
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: 0.76rem;
}

.trust-point p {
  display: grid;
  gap: 3px;
  margin-bottom: 0;
}

.trust-point strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.trust-point p span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.directory-section {
  padding-block: clamp(72px, 9vw, 118px);
  background: var(--paper);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading h2,
.method-intro h2 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.45rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.section-heading p:last-child,
.method-intro > p:last-child {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.directory-heading {
  margin-bottom: 36px;
}

.filters-toggle {
  display: none;
}

.count-badge {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding-inline: 5px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.68rem;
}

.directory-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 276px minmax(0, 1fr);
  gap: 28px;
}

.filters-panel {
  position: sticky;
  top: 94px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.filters-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.filters-panel__header h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.filters-panel__eyebrow {
  margin-bottom: 1px;
  color: var(--teal);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filters-close {
  display: none;
}

.filter-field {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
}

.filter-field label {
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 750;
}

.filter-field input,
.filter-field select,
.sort-control select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbc8bf;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-size: 0.8rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.filter-field input {
  padding: 9px 11px;
}

.filter-field select,
.sort-control select {
  padding: 9px 35px 9px 11px;
  appearance: none;
}

.filter-field input:focus,
.filter-field select:focus,
.sort-control select:focus {
  border-color: var(--teal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 125, 120, 0.14);
}

.select-wrap,
.sort-control {
  position: relative;
}

.select-wrap::after,
.sort-control::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #667789;
  border-bottom: 1.5px solid #667789;
  content: "";
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}

.input-suffix {
  position: relative;
}

.input-suffix input {
  padding-right: 48px;
}

.input-suffix > span {
  position: absolute;
  top: 50%;
  right: 11px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 750;
  transform: translateY(-50%);
}

.check-field {
  display: grid;
  min-height: 44px;
  align-items: center;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin: 5px 0 19px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
}

.check-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.check-field__box {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #b9b7af;
  border-radius: 5px;
  background: #fff;
}

.check-field input:checked + .check-field__box {
  border-color: var(--teal);
  background: var(--teal);
}

.check-field input:checked + .check-field__box::after {
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  transform: translateY(-1px) rotate(-45deg);
}

.check-field input:focus-visible + .check-field__box {
  outline: 3px solid #f4c96d;
  outline-offset: 3px;
}

.reset-button {
  min-height: 40px;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 750;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(47, 125, 120, 0.34);
  text-underline-offset: 3px;
}

.results-panel {
  min-width: 0;
}

.results-toolbar {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.results-summary {
  display: grid;
  gap: 1px;
  flex: 0 0 auto;
}

.results-summary strong {
  color: var(--navy);
  font-size: 0.92rem;
}

.results-summary span {
  color: var(--muted);
  font-size: 0.68rem;
}

.results-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.saved-filter,
.view-switcher,
.sort-control select {
  border: 1px solid #cbc8bf;
  background: var(--surface);
}

.saved-filter {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 9px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 720;
}

.saved-filter[aria-pressed="true"] {
  border-color: #cfaa57;
  background: var(--accent-pale);
  color: #4d370d;
}

.saved-filter > span:first-child {
  color: var(--accent-strong);
  font-size: 1.05rem;
  line-height: 1;
}

.saved-filter__count {
  display: inline-grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  padding-inline: 4px;
  border-radius: 999px;
  background: var(--paper-deep);
  color: var(--ink-soft);
  font-size: 0.62rem;
}

.view-switcher {
  display: flex;
  overflow: hidden;
  border-radius: 9px;
}

.view-switcher button {
  min-height: 38px;
  padding: 7px 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 720;
}

.view-switcher button + button {
  border-left: 1px solid #dedbd3;
}

.view-switcher button[aria-pressed="true"] {
  background: var(--navy);
  color: #fff;
}

.sort-control select {
  min-width: 164px;
  min-height: 40px;
  border-radius: 9px;
  font-size: 0.72rem;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 16px;
  margin: 13px 0 4px;
}

.filter-chip {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 4px 9px;
  border: 1px solid #c8d5d3;
  border-radius: 999px;
  background: var(--teal-pale);
  color: #1c5652;
  font-size: 0.68rem;
  font-weight: 700;
}

.filter-chip button {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(28, 86, 82, 0.1);
  color: inherit;
  line-height: 1;
}

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

.tender-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.tender-card:hover {
  border-color: #b7c1c7;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.tender-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
}

.tender-card__badges,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.country-pill,
.deadline-badge,
.sector-pill {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
}

.country-pill {
  border: 1px solid #cbd2d7;
  background: #f4f6f7;
  color: #4b6072;
}

.deadline-badge {
  background: var(--success-pale);
  color: var(--success);
}

.deadline-badge--urgent {
  background: var(--danger-pale);
  color: var(--danger);
}

.deadline-badge--closed {
  background: #ebe9e4;
  color: #686868;
}

.save-button {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid #d2cfc7;
  border-radius: 10px;
  background: #fff;
  color: #8a6b29;
  font-size: 1.18rem;
  line-height: 1;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.save-button:hover {
  border-color: #c9a85d;
  background: var(--accent-pale);
  transform: translateY(-1px);
}

.save-button[aria-pressed="true"] {
  border-color: #c69d43;
  background: var(--accent-pale);
  color: #7b5714;
}

.tender-card__reference,
.table-notice__reference {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 780;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tender-card h3 {
  margin-bottom: 9px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.22;
}

.tender-card__authority {
  margin-bottom: 19px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.tender-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px 0;
  border-top: 1px solid #e5e1d9;
  border-bottom: 1px solid #e5e1d9;
}

.meta-item {
  display: grid;
  gap: 2px;
}

.meta-item span {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.meta-item strong {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-list {
  margin-bottom: 18px;
}

.sector-pill {
  min-height: 24px;
  background: #edf1f3;
  color: #566878;
  font-size: 0.58rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.tender-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}

.text-button,
.text-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 780;
  text-decoration: none;
}

.text-button::after,
.text-link::after {
  content: "→";
  transition: transform var(--transition);
}

.text-link[rel~="external"]::after {
  content: "↗";
}

.text-button:hover::after,
.text-link:hover::after {
  transform: translateX(3px);
}

.tender-card__published {
  color: var(--muted);
  font-size: 0.62rem;
}

.table-shell {
  max-width: 100%;
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.results-table {
  width: 100%;
  min-width: 790px;
  border-collapse: collapse;
}

.results-table th {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-muted);
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.results-table td {
  padding: 16px 15px;
  border-bottom: 1px solid #e8e4dc;
  color: var(--ink-soft);
  font-size: 0.75rem;
  vertical-align: middle;
}

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

.results-table tbody tr:hover {
  background: #fbfaf6;
}

.table-notice {
  max-width: 480px;
}

.table-notice__reference {
  margin-bottom: 4px;
}

.table-notice strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.table-notice span:last-child {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.65rem;
}

.table-actions {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}

.table-actions .save-button {
  width: 36px;
  height: 36px;
}

.table-detail-button {
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid #c9c6bd;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 760;
}

.results-error,
.empty-state {
  margin-top: 18px;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  text-align: center;
}

.results-error strong,
.empty-state h4 {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.results-error p,
.empty-state p {
  max-width: 520px;
  margin: 0 auto 18px;
  color: var(--muted);
  font-size: 0.8rem;
}

.empty-state__symbol {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 0 auto 14px;
  border: 1px solid #cdd4d8;
  border-radius: 50%;
  color: var(--teal);
  font-size: 1.6rem;
}

.load-more-row {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.method-section {
  padding-block: clamp(72px, 9vw, 116px);
  border-top: 1px solid var(--line);
  background: var(--surface-muted);
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(50px, 8vw, 118px);
}

.method-intro {
  max-width: 520px;
}

.method-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.method-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}

.method-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.method-steps > li > span {
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: 0.85rem;
}

.method-steps h3 {
  margin-bottom: 5px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.method-steps p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  padding-block: 46px;
  background: var(--navy-deep);
  color: #fff;
}

.site-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.brand--footer {
  margin-bottom: 13px;
}

.site-footer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
}

.site-footer__meta {
  display: grid;
  justify-items: end;
  gap: 9px;
  text-align: right;
}

.site-footer__meta a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.73rem;
}

.notice-dialog {
  width: min(720px, calc(100% - 28px));
  max-height: min(820px, calc(100dvh - 28px));
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-lg);
}

.notice-dialog::backdrop {
  background: rgba(5, 16, 27, 0.7);
  backdrop-filter: blur(4px);
}

.notice-dialog__frame {
  max-height: min(820px, calc(100dvh - 28px));
  padding: clamp(22px, 4vw, 38px);
  overflow-y: auto;
}

.notice-dialog__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 23px;
}

.notice-dialog__topline form {
  margin: 0;
}

.demo-chip {
  border-color: #cdbd90;
  background: var(--accent-pale);
  color: #5c4311;
}

.dialog-reference {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 780;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.notice-dialog h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.dialog-authority {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.82rem;
}

.dialog-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}

.dialog-facts > div {
  padding: 14px;
  background: var(--surface-muted);
}

.dialog-facts dt {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dialog-facts dd {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 680;
}

.dialog-summary {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.notice-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.dialog-demo-note {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.noscript-message {
  position: fixed;
  z-index: 999;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 13px 16px;
  border: 1px solid #a96762;
  border-radius: 10px;
  background: var(--danger-pale);
  color: #5a2421;
  font-size: 0.82rem;
  text-align: center;
  box-shadow: var(--shadow-md);
}

@media (max-width: 1080px) {
  .hero__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 42px;
  }

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

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

  .results-toolbar {
    align-items: flex-start;
  }

  .results-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .page-shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .site-header__inner {
    gap: 16px;
  }

  .primary-nav {
    display: none;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 72px;
  }

  .hero__content,
  .hero-search {
    max-width: none;
  }

  .market-brief {
    max-width: 620px;
  }

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

  .filters-toggle {
    display: inline-flex;
  }

  .filters-panel {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(370px, 100%);
    padding: 26px 24px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    box-shadow: var(--shadow-lg);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 240ms ease, visibility 240ms;
  }

  .filters-panel[data-open="true"] {
    transform: translateX(0);
    visibility: visible;
  }

  .filters-close {
    display: inline-grid;
  }

  .method-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .method-intro {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 80px;
  }

  .demo-ribbon {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-block: 8px;
    text-align: left;
  }

  .site-header__inner {
    min-height: 64px;
  }

  .site-header .button--compact {
    display: none;
  }

  .trust-strip__inner {
    grid-template-columns: 1fr;
  }

  .trust-point,
  .trust-point:last-child {
    min-height: 88px;
    padding: 18px 20px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .trust-point:last-child {
    border-bottom: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-heading {
    gap: 20px;
  }

  .results-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .results-actions {
    justify-content: flex-start;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .brand__mark {
    width: 34px;
    height: 34px;
  }

  .hero__layout {
    gap: 38px;
    padding-block: 56px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.55rem);
  }

  .hero-search__field {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 8px;
  }

  .hero-search__symbol {
    margin-left: 5px;
  }

  .hero-search__field .button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .suggestion-row > span {
    width: 100%;
  }

  .market-brief {
    padding: 22px;
  }

  .market-brief__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

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

  .market-stats > div {
    min-height: 68px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .directory-section,
  .method-section {
    padding-block: 64px;
  }

  .results-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .saved-filter {
    justify-content: center;
  }

  .sort-control {
    grid-column: 1 / -1;
  }

  .sort-control select {
    width: 100%;
  }

  .tender-card {
    padding: 18px;
  }

  .tender-card__meta {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .tender-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .notice-dialog__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .notice-dialog__footer .button {
    width: 100%;
  }
}

.related-markets-section {
  padding-top: clamp(42px, 6vw, 82px);
  background: #edf3ef;
  background: color-mix(in srgb, var(--paper) 88%, var(--teal) 12%);
  border-top: 1px solid var(--line);
}

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

.compact-directory-card {
  min-height: 190px;
}

.compact-directory-card h3 {
  margin: 18px 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.15;
}

@media (max-width: 980px) {
  .compact-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .compact-directory-grid { grid-template-columns: 1fr; }
  .compact-directory-card { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .demo-ribbon,
  .site-header,
  .hero-search,
  .suggestion-row,
  .filters-panel,
  .results-actions,
  .active-filters,
  .load-more-row,
  .save-button,
  .site-footer,
  .method-section {
    display: none !important;
  }

  body,
  .hero,
  .directory-section {
    background: #fff !important;
    color: #000 !important;
  }

  .hero__layout,
  .directory-layout {
    display: block;
    min-height: 0;
    padding-block: 24px;
  }

  .hero h1,
  .hero__lead,
  .eyebrow {
    color: #000 !important;
  }

  .market-brief {
    display: none;
  }

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

  .tender-card {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Final product identity, source-language hierarchy and guided demo. */
.brand-mark {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.brand-mark::after,
.brand-mark i {
  display: none;
}

.brand-mark img {
  width: 40px;
  height: 40px;
}

.brand-name {
  font-size: 1.13rem;
  letter-spacing: -0.035em;
}

.notice-title-context {
  margin: 0;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 790;
  letter-spacing: 0.035em;
  line-height: 1.45;
}

.notice-title-label {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 760;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-transform: uppercase;
}

.notice-card .notice-title-context {
  margin-top: 17px;
}

.notice-card h3 {
  margin-top: 7px;
}

.notice-hero .notice-title-context {
  margin: 28px 0 0;
  color: #8dc7c1;
  font-size: 0.78rem;
}

.notice-hero .notice-title-label {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
}

.notice-hero .notice-title-label + h1 {
  margin-top: 8px;
}

.favorite-workflow-card .notice-title-context {
  margin-top: 13px;
}

.favorite-workflow-card .notice-title-label + h3 {
  margin-top: 6px;
}

.home-demo-strip {
  padding-block: 34px;
  border-block: 1px solid #d7cfba;
  background:
    linear-gradient(110deg, rgba(215, 170, 79, 0.16), transparent 38%),
    #eee9dc;
}

.home-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.home-demo-grid h2 {
  max-width: 680px;
  margin-bottom: 7px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 570;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.home-demo-grid p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.home-demo-flow {
  display: flex;
  align-items: center;
}

.home-demo-flow span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid #b7aa8a;
  border-radius: 50%;
  background: var(--surface);
  color: var(--teal);
  font-size: 0.58rem;
  font-weight: 820;
}

.home-demo-flow i {
  width: 20px;
  height: 1px;
  background: #b7aa8a;
}

.demo-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 122px) 0 0;
  background:
    radial-gradient(circle at 80% 18%, rgba(47, 125, 120, 0.34), transparent 29%),
    radial-gradient(circle at 13% 110%, rgba(215, 170, 79, 0.18), transparent 34%),
    var(--navy-deep);
  color: #fff;
}

.demo-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  pointer-events: none;
}

.demo-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: clamp(46px, 8vw, 112px);
}

.demo-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fffdf8;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.2vw, 6rem);
  font-weight: 510;
  letter-spacing: -0.062em;
  line-height: 0.94;
}

.demo-hero-copy .hero-lead {
  max-width: 700px;
}

.demo-hero-actions,
.demo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.demo-proof {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
}

.demo-proof span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(47, 125, 120, 0.35);
  color: #a7ddd7;
  font-weight: 850;
}

.demo-live-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}

.demo-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.demo-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #72c8a1;
  box-shadow: 0 0 0 7px rgba(114, 200, 161, 0.1), 0 0 22px rgba(114, 200, 161, 0.55);
}

.demo-live-card .notice-title-context,
.demo-notice-section .notice-title-context {
  color: #9bd1cb;
}

.demo-live-card .notice-title-label,
.demo-notice-section .notice-title-label {
  color: rgba(255, 255, 255, 0.5);
}

.demo-live-card h2 {
  margin: 8px 0 13px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.demo-live-buyer {
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.75rem;
}

.demo-live-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-live-facts span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61rem;
  font-weight: 680;
}

.demo-metrics {
  position: relative;
  display: flex;
  gap: 1px;
  width: min(calc(100% - 40px), var(--shell));
  margin-top: clamp(62px, 9vw, 102px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-metrics > div {
  display: flex;
  min-height: 98px;
  flex: 1 1 0;
  align-items: baseline;
  gap: 12px;
  padding: 25px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.demo-metrics strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 560;
}

.demo-metrics span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
}

.demo-heading {
  display: grid;
  max-width: 850px;
  gap: 11px;
}

.demo-heading h2 {
  margin-bottom: 0;
}

.demo-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.demo-steps {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 44px 0 0;
  list-style: none;
}

.demo-step {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(27px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.demo-step:nth-child(even) .demo-step-copy {
  order: 2;
}

.demo-step-copy {
  position: relative;
  align-self: center;
}

.demo-step-number {
  position: absolute;
  top: -20px;
  right: 0;
  color: rgba(10, 27, 44, 0.05);
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.demo-step-copy h3 {
  position: relative;
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 570;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.demo-step-copy > p:last-child {
  position: relative;
  margin-bottom: 0;
  color: var(--muted);
}

.demo-ui {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 230px;
  gap: 16px;
  padding: clamp(22px, 3.2vw, 36px);
  border: 1px solid #d8d5cc;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(10, 27, 44, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 27, 44, 0.025) 1px, transparent 1px),
    var(--surface-muted);
  background-size: 28px 28px;
}

.demo-ui-label {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.demo-search-field {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.demo-search-field span {
  width: 16px;
  height: 16px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  box-shadow: 7px 7px 0 -6px var(--teal);
}

.demo-search-field strong {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.demo-filter-chips,
.demo-pipeline {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.demo-filter-chips span,
.demo-pipeline span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 700;
}

.demo-radar-ui {
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
}

.demo-radar-ui strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.demo-radar-ui p {
  margin: 5px 0 12px;
  color: var(--muted);
  font-size: 0.72rem;
}

.demo-radar-orbit {
  position: relative;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(47, 125, 120, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 125, 120, 0.22) 0 4px, transparent 5px);
}

.demo-radar-orbit::before,
.demo-radar-orbit::after {
  position: absolute;
  border: 1px solid rgba(47, 125, 120, 0.22);
  border-radius: 50%;
  content: "";
}

.demo-radar-orbit::before { inset: 18px; }
.demo-radar-orbit::after { inset: 39px; }
.demo-radar-orbit i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(215, 170, 79, 0.13); }
.demo-radar-orbit i:nth-child(1) { top: 20px; left: 76px; }
.demo-radar-orbit i:nth-child(2) { top: 76px; left: 24px; }
.demo-radar-orbit i:nth-child(3) { right: 13px; bottom: 28px; }
.demo-radar-orbit span { position: absolute; inset: 63px 13px 63px 63px; height: 1px; background: linear-gradient(90deg, var(--teal), transparent); transform: rotate(-35deg); transform-origin: left; }

.demo-email-ui {
  min-width: 0;
  padding: clamp(16px, 2.7vw, 28px);
  background:
    radial-gradient(circle at 88% 12%, rgba(47, 125, 120, 0.13), transparent 30%),
    linear-gradient(145deg, #e9eeeb, #f8f5ed);
}

.demo-email-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cdd4d0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(10, 27, 44, 0.13);
}

.demo-email-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border-bottom: 1px solid #e2e5e1;
  background: #f8faf8;
}

.demo-email-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
}

.demo-email-head > div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.demo-email-head strong {
  color: var(--navy);
  font-size: 0.72rem;
}

.demo-email-head > div span {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 0.58rem;
}

.demo-email-frequency {
  max-width: 190px;
  padding: 6px 9px;
  border: 1px solid #a9cec8;
  border-radius: 999px;
  background: var(--teal-pale);
  color: #21625e;
  font-size: 0.55rem;
  font-weight: 780;
  line-height: 1.25;
  text-align: center;
}

.demo-email-body {
  min-width: 0;
  padding: clamp(17px, 2.5vw, 24px);
}

.demo-email-subject {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 650;
  line-height: 1.2;
}

.demo-email-intro {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.55;
}

.demo-email-match {
  min-width: 0;
  padding: 15px;
  border: 1px solid #d9ded9;
  border-left: 4px solid var(--teal);
  border-radius: 12px;
  background: #fcfdfb;
}

.demo-email-match-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.demo-email-match-head > span {
  padding: 4px 7px;
  border-radius: 999px;
  background: #dcefe9;
  color: #1f655d;
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.demo-email-match-head small {
  color: var(--muted);
  font-size: 0.54rem;
}

.demo-email-context,
.demo-email-official,
.demo-email-deadline,
.demo-email-disclaimer {
  overflow-wrap: anywhere;
}

.demo-email-context {
  margin: 0 0 4px;
  color: var(--teal);
  font-size: 0.6rem;
  font-weight: 790;
}

.demo-email-official {
  margin: 0 0 4px;
  color: #7b8187;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.demo-email-notice-title {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
  color: var(--ink-soft);
  font-size: 0.71rem;
  line-height: 1.4;
}

.demo-email-deadline {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0 12px;
  color: var(--ink-soft);
  font-size: 0.6rem;
  font-weight: 700;
}

.demo-email-deadline span {
  color: var(--muted);
  font-weight: 600;
}

.demo-email-match .button {
  min-height: 35px;
  padding: 8px 12px;
  font-size: 0.58rem;
}

.demo-email-disclaimer {
  margin: 11px 0 0;
  color: #888e92;
  font-size: 0.53rem;
  line-height: 1.45;
}

.demo-pipeline-ui {
  align-content: center;
}

.demo-pipeline {
  position: relative;
  padding-bottom: 22px;
}

.demo-pipeline::after {
  position: absolute;
  right: 5px;
  bottom: 7px;
  left: 5px;
  height: 2px;
  background: linear-gradient(90deg, var(--teal) 25%, #d2d3ce 25%);
  content: "";
}

.demo-pipeline span.is-active {
  border-color: #9fc9c3;
  background: var(--teal-pale);
  color: #1f625d;
}

.demo-note {
  display: flex;
  gap: 9px;
  padding: 14px;
  border: 1px solid #dfd7c5;
  border-radius: 11px;
  margin: 0;
  background: #fffdf8;
  color: var(--muted);
  font-size: 0.7rem;
}

.demo-note span {
  color: var(--accent-strong);
}

.demo-calendar-ui {
  justify-items: start;
}

.demo-calendar-date {
  display: grid;
  width: 100%;
  gap: 8px;
  padding: 23px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.demo-calendar-date span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.demo-calendar-date strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.demo-notice-section {
  padding-block: clamp(72px, 9vw, 118px);
}

.demo-notice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  align-items: start;
  gap: clamp(46px, 8vw, 110px);
}

.demo-notice-layout h2 {
  max-width: 800px;
  margin: 9px 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  font-weight: 530;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.demo-source-note {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
}

.demo-notice-facts {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
}

.demo-notice-facts dl {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.demo-notice-facts dl > div {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.demo-notice-facts dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.demo-notice-facts dd {
  margin-top: 4px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 650;
}

.demo-notice-facts .button + .button {
  margin-top: 9px;
}

.demo-final-cta .cta-card {
  align-items: center;
}

.demo-cta-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.price-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.coming-soon-badge {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(215, 170, 79, 0.46);
  border-radius: 999px;
  background: rgba(215, 170, 79, 0.1);
  color: #f2d28c;
  font-size: 0.61rem;
  font-weight: 810;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  filter: saturate(0.55);
  opacity: 0.65;
}

.pricing-demo-link {
  display: inline-flex;
  margin-top: 18px;
  color: #b6ded9;
}

.pricing-free-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 12px;
  color: #d9e8e5;
  font-size: 0.7rem;
  font-weight: 720;
}

.billing-card.is-coming-soon {
  border-style: dashed;
  background: linear-gradient(105deg, var(--surface), #f5edda);
}

.back-to-top {
  position: fixed;
  z-index: 72;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 15px 38px rgba(7, 21, 34, 0.24);
  font-size: 1.2rem;
  font-weight: 760;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.back-to-top:hover {
  background: var(--teal);
  box-shadow: 0 18px 44px rgba(7, 21, 34, 0.3);
  transform: translateY(-3px);
}

.back-to-top:focus {
  outline: 0;
}

.back-to-top:focus-visible {
  box-shadow: 0 0 0 3px rgba(244, 201, 109, 0.62), 0 18px 44px rgba(7, 21, 34, 0.3);
}

/* The back-to-top control moves focus here for screen-reader users. Avoid a
   browser-coloured rectangle around the whole header after that jump. */
.site-header[tabindex="-1"]:focus {
  outline: 0;
}

@media (max-width: 980px) {
  .home-demo-grid {
    grid-template-columns: 1fr auto;
  }

  .home-demo-flow {
    display: none;
  }

  .demo-hero-grid,
  .demo-notice-layout {
    grid-template-columns: 1fr;
  }

  .demo-live-card {
    max-width: 680px;
  }

  .demo-step {
    grid-template-columns: 1fr;
  }

  .demo-step:nth-child(even) .demo-step-copy {
    order: initial;
  }
}

@media (max-width: 640px) {
  .brand-name {
    font-size: 1rem;
  }

  .home-demo-grid {
    grid-template-columns: 1fr;
  }

  .home-demo-grid .button {
    justify-self: start;
  }

  .demo-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .demo-hero-actions .button,
  .demo-cta-actions .button {
    width: 100%;
  }

  .demo-live-card,
  .demo-step,
  .demo-ui,
  .demo-notice-facts {
    padding: 20px;
    border-radius: var(--radius-md);
  }

  .demo-metrics {
    flex-direction: column;
  }

  .demo-metrics > div {
    min-height: 76px;
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .demo-radar-ui {
    grid-template-columns: 1fr;
  }

  .demo-radar-orbit {
    width: 108px;
    height: 108px;
  }

  .demo-email-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .demo-email-frequency {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: 100%;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 43px;
    height: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}

@media print {
  .back-to-top,
  .home-demo-strip,
  .demo-ui,
  .demo-hero-actions,
  .demo-cta-actions {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   Production templates
   The PHP site deliberately shares the same tokens as the static preview.
   -------------------------------------------------------------------------- */

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.narrow-shell {
  max-width: 980px;
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  padding: 9px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.brand-mark::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--navy-deep);
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.brand-mark i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: #fff8e8;
}

.brand-mark i:nth-child(1) {
  height: 9px;
  opacity: 0.72;
}

.brand-mark i:nth-child(2) {
  height: 17px;
}

.brand-mark i:nth-child(3) {
  height: 13px;
  opacity: 0.86;
}

.brand-name {
  font-size: 1.08rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-menu {
  position: relative;
}

.language-menu summary {
  display: inline-flex;
  min-width: 58px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.05em;
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu[open] summary,
.language-menu summary:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.language-panel {
  position: absolute;
  z-index: 80;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 190px;
  max-height: min(420px, 70vh);
  padding: 7px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow-md);
  color: var(--ink);
}

.language-panel a {
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
}

.language-panel a:hover,
.language-panel a[aria-current="page"] {
  background: var(--teal-pale);
  color: #174f4b;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 11px 9px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 9px;
  background: transparent;
}

.menu-button > span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 1.5px;
  margin: 5px auto;
  background: #fff;
  transition: transform var(--transition);
}

.menu-button[aria-expanded="true"] > span:nth-last-child(2) {
  transform: translateY(3.25px) rotate(45deg);
}

.menu-button[aria-expanded="true"] > span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  padding: 10px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy-deep);
}

.mobile-menu a {
  display: block;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 680;
  text-decoration: none;
}

.button-small {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.8rem;
}

.button-block {
  width: 100%;
}

.button-dark {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
  box-shadow: 0 8px 22px rgba(7, 21, 34, 0.12);
}

.button-dark:hover {
  border-color: var(--navy-raised);
  background: var(--navy-raised);
}

.button-accent {
  border-color: var(--accent);
  background: var(--accent);
  color: #241806;
  box-shadow: 0 9px 24px rgba(215, 170, 79, 0.2);
}

.button-accent:hover {
  border-color: #e1b55c;
  background: #e1b55c;
}

.button-light {
  border-color: #c9c6bd;
  background: var(--surface);
  color: var(--navy);
}

.button-light:hover {
  border-color: #a8b0b5;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(47, 125, 120, 0.24), transparent 32%),
    linear-gradient(115deg, rgba(13, 46, 73, 0.38), transparent 55%),
    var(--navy-deep);
  color: #fff;
}

.hero-section::before,
.page-hero::before,
.notice-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
  pointer-events: none;
}

.hero-section .hero-grid {
  position: relative;
  display: grid;
  min-height: 600px;
  align-items: center;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  gap: clamp(48px, 7vw, 98px);
  padding-block: 80px 88px;
}

.hero-copy {
  min-width: 0;
}

.hero-copy h1 {
  max-width: 740px;
  margin-bottom: 24px;
  color: #fffdf7;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.7;
}

.hero-section .hero-search {
  position: relative;
  display: flex;
  max-width: 720px;
  min-height: 66px;
  align-items: center;
  gap: 8px;
  padding: 7px 7px 7px 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.hero-section .hero-search:focus-within {
  border-color: var(--accent);
  outline: 3px solid rgba(244, 201, 109, 0.72);
  outline-offset: 3px;
}

.hero-section .hero-search .search-icon {
  position: absolute;
  left: 22px;
  width: 15px;
  height: 15px;
  border: 1.8px solid #5f7182;
  border-radius: 50%;
}

.hero-section .hero-search .search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1.8px;
  border-radius: 2px;
  background: #5f7182;
  content: "";
  transform: rotate(45deg);
}

.hero-section .hero-search input {
  min-width: 0;
  min-height: 48px;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--navy);
  font-size: 0.94rem;
}

.hero-section .hero-search input::placeholder {
  color: #7b8995;
}

.hero-after-search {
  display: flex;
  max-width: 720px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
}

.hero-after-search > a {
  flex: 0 0 auto;
  color: #f1cf86;
  font-size: 0.76rem;
  font-weight: 760;
  text-decoration: none;
}

.hero-after-search > a:hover {
  color: #fff4da;
}

.hero-after-search p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 15px;
  margin: 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.64rem;
}

.hero-after-search p span {
  position: relative;
}

.hero-after-search p span + span::before {
  position: absolute;
  left: -9px;
  color: rgba(121, 194, 162, 0.7);
  content: "·";
}

.hero-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
}

.hero-suggestions a {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.hero-suggestions a:hover {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.live-dot {
  position: relative;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #79c2a2 !important;
  box-shadow: 0 0 0 5px rgba(121, 194, 162, 0.1);
}

.hero-radar {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px;
  background:
    radial-gradient(circle at 74% 18%, rgba(47, 125, 120, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(15, 45, 70, 0.94), rgba(5, 19, 31, 0.96));
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.hero-radar::before,
.hero-radar::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-radar::before {
  z-index: -1;
  top: -130px;
  right: -110px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(47, 125, 120, 0.13);
  filter: blur(2px);
}

.hero-radar::after {
  top: 0;
  right: 18%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(231, 199, 132, 0.72), transparent);
}

.radar-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 25px 25px 0;
}

.radar-head .eyebrow {
  margin-bottom: 6px;
}

.radar-head h2 {
  margin-bottom: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.1vw, 1.62rem);
  font-weight: 580;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.source-badge,
.verified-chip {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(121, 194, 162, 0.24);
  border-radius: 999px;
  background: rgba(47, 125, 120, 0.15);
  color: #b9e0d5;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.source-badge::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #79c2a2;
  box-shadow: 0 0 0 4px rgba(121, 194, 162, 0.1);
  content: "";
}

.radar-map {
  position: relative;
  width: calc(100% - 48px);
  aspect-ratio: 1.72;
  margin: 23px 24px 20px;
  overflow: hidden;
  border: 1px solid rgba(156, 208, 195, 0.16);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 52%, rgba(47, 125, 120, 0.17), transparent 43%),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    rgba(3, 18, 29, 0.64);
  background-size: auto, 24px 24px, 24px 24px, auto;
  box-shadow:
    inset 0 0 42px rgba(0, 0, 0, 0.28),
    0 14px 32px rgba(0, 0, 0, 0.12);
}

.radar-map::before,
.radar-map::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.radar-map::before {
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 24% 34%, rgba(121, 194, 162, 0.11), transparent 9%),
    radial-gradient(circle at 44% 22%, rgba(215, 170, 79, 0.09), transparent 8%),
    radial-gradient(circle at 67% 61%, rgba(215, 170, 79, 0.08), transparent 9%);
  opacity: 0.9;
}

.radar-map::after {
  z-index: 6;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse at center, transparent 48%, rgba(2, 13, 22, 0.34) 100%);
}

.radar-crosshair {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 84%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(155, 209, 195, 0.11) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(transparent calc(50% - 0.5px), rgba(155, 209, 195, 0.11) 50%, transparent calc(50% + 0.5px));
  transform: translate(-50%, -50%);
}

.radar-network {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.radar-route {
  fill: none;
  stroke: rgba(121, 194, 162, 0.24);
  stroke-dasharray: 3 7;
  stroke-linecap: round;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  animation: radar-route 18s linear infinite;
}

.radar-route-main {
  stroke: rgba(215, 170, 79, 0.18);
  stroke-dasharray: 2 9;
  animation-direction: reverse;
}

.radar-ring {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(135, 197, 182, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}

.ring-one {
  width: 30%;
  aspect-ratio: 1;
  border-color: rgba(215, 170, 79, 0.22);
  animation: radar-ring 8s ease-in-out infinite;
}

.ring-two {
  width: 56%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: radar-ring 10s -2.4s ease-in-out infinite reverse;
}

.ring-three {
  width: 84%;
  aspect-ratio: 1;
  border-color: rgba(135, 197, 182, 0.12);
  animation: radar-ring 12s -5.2s ease-in-out infinite;
}

.radar-sweep {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 268deg, transparent 0 318deg, rgba(104, 185, 167, 0.02) 324deg, rgba(104, 185, 167, 0.2) 351deg, rgba(180, 226, 214, 0.42) 358deg, transparent 360deg);
  -webkit-mask-image: radial-gradient(circle, transparent 0 9%, #000 11% 100%);
  mask-image: radial-gradient(circle, transparent 0 9%, #000 11% 100%);
  transform: translate(-50%, -50%) rotate(0deg);
  animation: radar-sweep 18s linear infinite;
  will-change: transform;
}

.radar-core {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #f2d89d;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(215, 170, 79, 0.1), 0 0 18px rgba(215, 170, 79, 0.32);
  transform: translate(-50%, -50%);
}

.radar-core::before {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(215, 170, 79, 0.24);
  border-radius: inherit;
  content: "";
  animation: radar-core 4.8s ease-out infinite;
}

.radar-map i {
  position: absolute;
  z-index: 4;
  top: var(--y);
  left: var(--x);
  width: 7px;
  height: 7px;
  border: 1px solid #c6e9df;
  border-radius: 50%;
  background: #63aa98;
  box-shadow: 0 0 0 5px rgba(79, 158, 140, 0.09), 0 0 13px rgba(99, 170, 152, 0.32);
  transform: translate(-50%, -50%);
  animation: radar-node 5.8s var(--delay, 0s) ease-in-out infinite;
  will-change: transform, opacity;
}

.radar-map i.is-major {
  border-color: #f2d89d;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(215, 170, 79, 0.09), 0 0 14px rgba(215, 170, 79, 0.3);
}

@keyframes radar-sweep {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes radar-ring {
  0%,
  100% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.98);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.025);
  }
}

@keyframes radar-node {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.9);
  }

  48% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.16);
  }
}

@keyframes radar-route {
  to {
    stroke-dashoffset: -80;
  }
}

@keyframes radar-core {
  0% {
    opacity: 0.7;
    transform: scale(0.55);
  }

  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.radar-map.is-radar-paused .radar-sweep,
.radar-map.is-radar-paused .radar-ring,
.radar-map.is-radar-paused .radar-route,
.radar-map.is-radar-paused .radar-core::before,
.radar-map.is-radar-paused i,
.radar-map.is-radar-paused::before,
.radar-map.is-radar-paused::after {
  animation-play-state: paused;
}

.radar-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 24px 17px;
  margin: 0;
}

.radar-stats > div {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 76px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 13px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
}

.radar-stats > div::before {
  position: absolute;
  top: 0;
  right: 12px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 194, 162, 0.7), transparent);
  content: "";
}

.radar-stats > div:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(215, 170, 79, 0.8), transparent);
}

.radar-stats dd {
  order: -1;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  font-weight: 580;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.radar-stats dt {
  min-width: 0;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.61rem;
  line-height: 1.35;
}

.radar-update {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.62rem;
}

.radar-update > span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  border: 1px solid rgba(121, 194, 162, 0.18);
  border-radius: 50%;
  background: rgba(47, 125, 120, 0.1);
  color: #9bd0c2;
  font-size: 0.72rem;
  place-items: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  display: flex;
  min-width: 0;
  min-height: 108px;
  align-items: center;
  gap: 14px;
  padding: 24px clamp(16px, 2.6vw, 32px);
  border-left: 1px solid var(--line);
}

.trust-grid > div:last-child {
  border-right: 1px solid var(--line);
}

.trust-number {
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: 0.74rem;
}

.trust-grid p {
  display: grid;
  gap: 3px;
  margin-bottom: 0;
}

.trust-grid strong {
  color: var(--navy);
  font-size: 0.82rem;
}

.trust-grid small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.section {
  padding-block: clamp(68px, 8vw, 108px);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading .eyebrow,
.editorial-section .eyebrow,
.notice-content .eyebrow,
.method-section .eyebrow,
.results-head .eyebrow,
.price-card .eyebrow {
  color: var(--teal);
}

.section-heading h2,
.explore-intro h2,
.editorial-grid h2,
.results-head h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.split-heading {
  align-items: flex-end;
}

.centered-heading {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading > * {
  width: auto;
  min-width: 0;
  max-width: 100%;
  justify-self: stretch;
}

.centered-heading h2 {
  overflow-wrap: anywhere;
}

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

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

.notice-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.notice-card:hover {
  border-color: #b8bec0;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.notice-card-top,
.notice-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.status,
.notice-country {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.status {
  border: 1px solid #afd0c1;
  background: var(--success-pale);
  color: var(--success);
}

.status-closed,
.status-expired,
.status-cancelled,
.status-superseded {
  border-color: #d9d5cb;
  background: #efede7;
  color: #67727a;
}

.status-closing {
  border-color: #e4bcb6;
  background: var(--danger-pale);
  color: var(--danger);
}

.status-unknown {
  border-color: #decf9f;
  background: var(--accent-pale);
  color: #71551e;
}

.notice-country {
  border: 1px solid #cfd7db;
  background: #eef2f3;
  color: #536979;
}

.notice-card h3,
.notice-card h3 a {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.notice-card h3 {
  margin: 21px 0 10px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.26;
}

.notice-card h3 a {
  display: block;
  text-decoration: none;
}

.notice-card h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.notice-card {
  position: relative;
}

.notice-card h3 a:focus-visible::after {
  border: 3px solid var(--accent);
  border-radius: var(--radius-md);
}

.notice-buyer {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.76rem;
}

.notice-cpv-match {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 650;
}

.notice-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: auto 0 18px;
  overflow: hidden;
  border: 1px solid #e4e0d7;
  border-radius: 9px;
  background: #e4e0d7;
}

.notice-facts > div {
  display: grid;
  gap: 4px;
  padding: 11px;
  background: var(--surface-muted);
}

.notice-facts dt {
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 720;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.notice-facts dd {
  overflow-wrap: anywhere;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 720;
}

.deadline-note {
  display: block;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 560;
  line-height: 1.4;
}

.notice-card-footer {
  padding-top: 15px;
  border-top: 1px solid #e6e2da;
  color: var(--muted);
  font-size: 0.63rem;
}

.notice-card-classification {
  display: grid;
  gap: 3px;
}

.notice-card-classification > small {
  color: var(--muted);
  font-size: 0.61rem;
}

.notice-card-action {
  color: var(--teal);
  font-weight: 780;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
}

.section-dark .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.section-dark h2,
.section-dark h3 {
  color: #fffdf8;
}

.explore-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
}

.explore-intro p:last-child {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.58);
}

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

.column-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.column-head h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 580;
}

.column-head a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.67rem;
  font-weight: 720;
}

.link-list {
  display: grid;
}

.link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  text-decoration: none;
}

.link-list a:hover {
  color: #fff;
}

.link-list small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.6rem;
}

.method-section .method-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-section .method-steps li {
  display: block;
  padding: 28px clamp(18px, 2.5vw, 30px);
  border: 0;
  border-left: 1px solid var(--line);
}

.method-section .method-steps li:last-child {
  border-right: 1px solid var(--line);
}

.method-section .method-steps > li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid #d5c49c;
  border-radius: 50%;
  background: var(--accent-pale);
}

.method-section .method-steps h3 {
  font-size: 1.22rem;
}

.cta-section {
  padding-block: 0 clamp(70px, 9vw, 112px);
  background: var(--surface-muted);
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: clamp(32px, 5vw, 56px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 20%, rgba(47, 125, 120, 0.22), transparent 28%),
    var(--navy);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.cta-card .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.cta-card h2 {
  margin-bottom: 9px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.7vw, 3.2rem);
  font-weight: 540;
  letter-spacing: -0.045em;
}

.cta-card p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.59);
}

.page-hero,
.notice-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(68px, 8vw, 106px);
  background:
    radial-gradient(circle at 82% 0, rgba(47, 125, 120, 0.2), transparent 32%),
    var(--navy-deep);
  color: #fff;
}

.page-hero .shell,
.notice-hero .shell {
  position: relative;
}

.page-hero h1,
.notice-hero h1 {
  max-width: 950px;
  margin-bottom: 20px;
  color: #fffdf7;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 520;
  letter-spacing: -0.052em;
  line-height: 1;
}

.page-hero .shell > p:last-child,
.landing-intro,
.notice-hero-buyer {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.02rem;
  line-height: 1.7;
}

.compact-hero {
  padding-block: 62px 68px;
}

.compact-hero h1 {
  font-size: clamp(2.4rem, 4.5vw, 4.25rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 33px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.67rem;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #fff;
}

.landing-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.landing-score {
  display: grid;
  min-width: 150px;
  gap: 3px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.landing-score strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 580;
}

.landing-score span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.67rem;
}

.market-strip {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.market-strip .market-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.market-strip .market-stats > div {
  display: flex;
  min-height: 100px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 14px;
  padding: 22px clamp(14px, 2.4vw, 28px);
  border-left: 1px solid var(--line);
  background: transparent;
}

.market-strip .market-stats > div:last-child {
  border-right: 1px solid var(--line);
}

.market-strip .market-stats span {
  color: var(--muted);
  font-size: 0.67rem;
}

.market-strip .market-stats strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 580;
}

.search-workspace {
  padding-block: 48px clamp(76px, 9vw, 112px);
}

.search-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 278px minmax(0, 1fr);
  gap: 30px;
}

.filter-panel {
  position: sticky;
  top: 94px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.filter-panel-head h2 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
}

.filter-panel-head a {
  color: var(--teal);
  font-size: 0.69rem;
  font-weight: 760;
}

.filter-panel form {
  display: grid;
}

.filter-field {
  display: grid;
  min-width: 0;
  align-content: start;
}

.filter-panel label {
  margin: 14px 0 6px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 760;
}

.filter-panel .field-help {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid #cbc8bf;
  border-radius: 9px;
  background: #fff;
  font-size: 0.78rem;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--teal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 125, 120, 0.14);
}

.value-filter {
  display: grid;
  grid-template-columns: minmax(72px, 0.42fr) minmax(0, 1fr);
  gap: 8px;
}

.filter-panel .button {
  margin-top: 20px;
}

.search-results {
  min-width: 0;
  scroll-margin-top: 92px;
}

.results-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

.results-head .eyebrow {
  margin-bottom: 7px;
}

.results-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.results-head .verified-chip {
  border-color: #acd0c1;
  background: var(--success-pale);
  color: var(--success);
}

.results-head-actions,
.landing-list-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.landing-list-heading {
  flex-wrap: wrap;
}

.landing-list-actions .text-link {
  white-space: nowrap;
}

.compact-sort-form {
  display: grid;
  min-width: min(100%, 280px);
  grid-template-columns: minmax(150px, 1fr) auto;
  align-items: end;
  gap: 5px 8px;
  margin: 0;
}

.compact-sort-form label {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.015em;
}

.compact-sort-form select {
  width: 100%;
  min-height: 40px;
  padding: 8px 34px 8px 11px;
  border: 1px solid #cbc8bf;
  border-radius: 9px;
  background-color: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 650;
}

.compact-sort-form select:focus-visible {
  border-color: var(--teal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 125, 120, 0.14);
}

.compact-sort-form .button {
  min-width: max-content;
  margin: 0;
}

.search-validation {
  padding: 12px 14px;
  border: 1px solid #e4bd7a;
  border-left: 4px solid var(--accent-strong);
  border-radius: 10px;
  margin: -8px 0 20px;
  background: #fff8e8;
  color: #654a18;
  font-size: 0.72rem;
  font-weight: 700;
}

.verified-chip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.notice-list .notice-card {
  min-height: 0;
}

.notice-list .notice-card h3 {
  font-size: 1.4rem;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 28px;
}

.pagination a {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 740;
  text-decoration: none;
}

.pagination a:hover,
.pagination a[aria-current="page"] {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.pagination-gap {
  display: grid;
  min-width: 28px;
  min-height: 40px;
  place-items: center;
  color: var(--muted);
  font-weight: 740;
}

.empty-state h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}

.empty-icon {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 15px;
  border: 1px solid #bdc9ce;
  border-radius: 50%;
}

.empty-icon::before,
.empty-icon::after {
  position: absolute;
  content: "";
}

.empty-icon::before {
  top: 12px;
  left: 12px;
  width: 13px;
  height: 13px;
  border: 1.5px solid var(--teal);
  border-radius: 50%;
}

.empty-icon::after {
  top: 27px;
  left: 27px;
  width: 7px;
  height: 1.5px;
  background: var(--teal);
  transform: rotate(45deg);
}

.directory-browser-section {
  padding-top: clamp(38px, 5vw, 58px);
}

.directory-filter {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  margin-bottom: 24px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow-sm);
}

.directory-filter__field {
  width: min(100%, 700px);
  min-width: 0;
}

.directory-filter__field label {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 9px;
  color: var(--navy);
}

.directory-filter__field label .eyebrow {
  margin-bottom: 0;
  color: var(--teal);
}

.directory-filter__field label strong {
  font-family: var(--font-display);
  font-size: 1.03rem;
  font-weight: 600;
}

.directory-filter__control {
  position: relative;
}

.directory-filter__control input {
  width: 100%;
  min-height: 52px;
  padding: 11px 94px 11px 45px;
  border: 1px solid #c9c8c1;
  border-radius: 11px;
  outline: 0;
  background: #fff;
  color: var(--navy);
  font-size: 0.85rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.directory-filter__control input::placeholder {
  color: #7b8995;
}

.directory-filter__control input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(47, 125, 120, 0.14);
}

.directory-filter__control input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}

.directory-filter__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 18px;
  width: 14px;
  height: 14px;
  border: 1.7px solid #5f7182;
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-55%);
}

.directory-filter__icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1.7px;
  border-radius: 2px;
  background: #5f7182;
  content: "";
  transform: rotate(45deg);
}

.directory-filter__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  min-height: 36px;
  padding: 7px 11px;
  border: 0;
  border-radius: 8px;
  background: var(--surface-muted);
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 760;
  transform: translateY(-50%);
}

.directory-filter__clear:hover {
  background: var(--teal-pale);
  color: #225b56;
}

.directory-filter__clear:focus-visible {
  outline-offset: 1px;
}

.directory-filter__count {
  display: inline-flex;
  min-width: 118px;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  margin: 0;
  background: var(--surface-muted);
  color: var(--muted);
  font-size: 0.68rem;
  white-space: nowrap;
}

.directory-filter__count strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.directory-filter-empty {
  padding: 42px 24px;
  border: 1px dashed #bdc9ce;
  border-radius: var(--radius-md);
  background: var(--surface);
  text-align: center;
}

.directory-filter-empty p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--muted);
}

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

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

.directory-card {
  position: relative;
  min-height: 215px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.directory-card:hover {
  border-color: #aeb9bd;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.directory-code {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--teal-pale);
  color: #225b56;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.directory-card h2 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.directory-card p {
  margin: 0 28px 0 0;
  color: var(--muted);
  font-size: 0.77rem;
}

.card-arrow {
  position: absolute;
  right: 22px;
  bottom: 20px;
  color: var(--teal);
  transition: transform var(--transition);
}

.directory-card:hover .card-arrow {
  transform: translateX(4px);
}

.editorial-section {
  border-top: 1px solid var(--line);
  background: var(--surface-muted);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 8vw, 110px);
}

.editorial-grid > * {
  min-width: 0;
}

.editorial-grid h2 {
  font-size: clamp(2rem, 3.5vw, 3.15rem);
  overflow-wrap: anywhere;
}

.editorial-copy {
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: clamp(1.14rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.editorial-copy p:last-child {
  margin-bottom: 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.values-grid article {
  min-height: 240px;
  padding: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.values-grid article:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.values-grid article > span {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 0.78rem;
}

.values-grid h2 {
  margin: 42px 0 12px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 580;
}

.values-grid p {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
}

.notice-hero {
  padding-block: 54px 72px;
}

.notice-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.notice-heading-row .source-badge {
  margin-left: auto;
  line-height: 1.35;
  text-align: right;
  white-space: normal;
}

.notice-hero h1 {
  font-size: clamp(2.15rem, 4.5vw, 4.15rem);
  line-height: 1.04;
}

.notice-key-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.13);
}

.notice-key-facts > div {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: rgba(5, 17, 29, 0.58);
}

.notice-key-facts span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.notice-key-facts strong {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 720;
}

.notice-key-facts .deadline-note {
  color: rgba(255, 255, 255, 0.72);
}

.notice-mobile-cta {
  display: none;
  margin-top: 18px;
}

.notice-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(35px, 6vw, 80px);
}

.notice-content {
  min-width: 0;
}

.notice-content > section {
  padding-bottom: 46px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 46px;
}

.notice-content > section:last-child {
  margin-bottom: 0;
}

.notice-content h2,
.notice-sidebar h2 {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.notice-content h2 {
  margin-bottom: 17px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.lead-paragraph {
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
  line-height: 1.75;
}

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

.lot-list article {
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--surface);
}

.lot-list article > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 780;
}

.lot-list h3 {
  margin: 12px 0 7px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.lot-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.source-note {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 24px !important;
  border: 1px solid #bad3c8 !important;
  border-radius: 13px;
  background: var(--success-pale);
}

.source-note-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--success);
  color: #fff;
}

.source-note h2 {
  margin-bottom: 7px;
  font-size: 1.3rem;
}

.source-note p {
  margin-bottom: 7px;
  color: #39594b;
  font-size: 0.76rem;
}

.notice-sidebar {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 16px;
}

.action-card,
.detail-card,
.related-card {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.action-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--navy);
  color: #fff;
}

.action-card .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.action-card h2 {
  color: #fff;
  font-size: 1.55rem;
}

.action-card > p:not(.eyebrow):not(.copy-status) {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.action-card .button-light {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.action-card .button + .button {
  margin-top: 9px;
}

.copy-status {
  min-height: 1.3em;
  margin: 9px 0 0;
  color: #b7dacf;
  font-size: 0.65rem;
  text-align: center;
}

.detail-card h2,
.related-card h2 {
  margin-bottom: 17px;
  font-size: 1.27rem;
}

.detail-card dl {
  margin-bottom: 0;
}

.detail-card dl > div {
  display: grid;
  gap: 3px;
  padding: 10px 0;
  border-top: 1px solid #e5e1d9;
}

.detail-card dt {
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 720;
  text-transform: uppercase;
}

.detail-card dd {
  overflow-wrap: anywhere;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 680;
}

.related-card {
  display: grid;
}

.related-card a {
  padding: 10px 0;
  border-top: 1px solid #e5e1d9;
  color: var(--teal);
  font-size: 0.73rem;
  font-weight: 740;
  text-decoration: none;
}

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

.pricing-grid-two {
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  display: flex;
  min-width: 0;
  min-height: 440px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.price-card h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
}

.price-card > strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 560;
}

.price-card ul {
  display: grid;
  gap: 11px;
  padding: 25px 0;
  margin: 0 0 auto;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.price-card li::before {
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.featured-price {
  border-color: #b49a5e;
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow-md);
  transform: translateY(-10px);
}

.featured-price .eyebrow {
  color: #dfc781;
}

.featured-price h2,
.featured-price > strong {
  color: #fff;
}

.featured-price li {
  color: rgba(255, 255, 255, 0.69);
}

.featured-price li::before {
  background: var(--accent);
}

.availability-note {
  display: flex;
  min-height: 34px;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 760;
  text-align: center;
}

.featured-price .availability-note {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.pricing-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.73rem;
  text-align: center;
}

.pricing-cta-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: .69rem;
  line-height: 1.55;
  text-align: center;
}

.pricing-value-section {
  padding-top: 14px;
  background: var(--surface-muted);
}

.pricing-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-value-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.pricing-value-grid article > span {
  color: var(--teal);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.pricing-value-grid h3 {
  margin: 13px 0 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.pricing-value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.65;
}

.header-account-link {
  padding: 8px 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}

.header-account-link:hover,
.header-account-link[aria-current="page"] {
  color: #fff;
}

.account-page {
  min-height: 70vh;
  padding-block: clamp(58px, 9vw, 110px);
  background:
    radial-gradient(circle at 75% 15%, rgba(47, 125, 120, 0.16), transparent 32%),
    var(--paper);
}

.account-shell {
  display: grid;
  place-items: center;
}

.auth-card {
  width: min(100%, 560px);
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.auth-card .eyebrow,
.dashboard-card .eyebrow,
.billing-card .eyebrow {
  color: var(--teal);
}

.auth-card h1 {
  margin-bottom: 13px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 6vw, 3.35rem);
  font-weight: 540;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.auth-card > p:not(.eyebrow):not(.form-notice) {
  margin-bottom: 25px;
  color: var(--muted);
}

.account-form {
  display: grid;
  gap: 16px;
}

.account-form > label:not(.consent-row),
.account-form > .form-field {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.8125rem;
  font-weight: 730;
}

.account-form > .form-field > label { color: inherit; font: inherit; }

.account-form input:not([type="checkbox"]),
.save-radar-panel input,
.save-radar-panel select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #c9c6bd;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
}

.account-form input:not([type="checkbox"]):focus,
.save-radar-panel input:focus,
.save-radar-panel select:focus {
  border-color: var(--teal);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(47, 125, 120, 0.14);
}

.password-field {
  position: relative;
  display: block;
}

.account-form .password-field input {
  padding-right: 84px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  min-height: 34px;
  padding: 5px 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--teal);
  font: inherit;
  font-size: 0.69rem;
  font-weight: 760;
  cursor: pointer;
  transform: translateY(-50%);
}

.password-toggle:hover {
  background: var(--teal-pale);
}

.password-toggle:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
}

.account-form small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 520;
}

.consent-row {
  display: grid;
  align-items: start;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.consent-row input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.consent-row input:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
}

.form-notice {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  margin-bottom: 18px;
  font-size: 0.8125rem;
}

.form-notice.success { border-color: #afd0c1; background: var(--success-pale); color: var(--success); }
.form-notice.error { border-color: #e4bcb6; background: var(--danger-pale); color: var(--danger); }
.form-notice.warning { border-color: #dfcb94; background: var(--accent-pale); color: #6c511b; }
.notice-feedback { max-width: 620px; margin: 18px 0 0; }

.auth-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.8125rem;
}

.auth-links a { color: var(--teal); font-weight: 720; }

.remember-row { margin-top: -2px; }
.verification-resend {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid #d8c995;
  border-radius: 10px;
  margin-top: 16px;
  background: var(--accent-pale);
}
.verification-resend p { margin: 0; color: var(--ink-soft); font-size: .7rem; line-height: 1.5; }
.verification-resend .text-button { flex: 0 0 auto; color: var(--teal); }
.verification-resend-public { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.verification-resend-public > p { grid-column: 1 / -1; }
.verification-resend-public > label:not(.form-trap) { min-width: 0; }
.verification-resend-public > .text-button { align-self: center; }
.verification-resend-disclosure {
  margin-top: 16px;
}
.verification-resend-disclosure > summary {
  padding: 12px 14px;
  border: 1px solid #d8c995;
  border-radius: 10px;
  background: var(--accent-pale);
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 720;
}
.verification-resend-disclosure[open] > summary {
  border-radius: 10px 10px 0 0;
}
.verification-resend-disclosure > .verification-resend {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.save-radar-panel {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid #d4c795;
  border-radius: var(--radius-md);
  margin-bottom: 18px;
  background: linear-gradient(120deg, #f8edd1, var(--surface));
}

.save-radar-panel > div { display: grid; gap: 3px; }
.save-radar-panel > div span { color: var(--muted); font-size: 0.67rem; }
.save-radar-panel > a { justify-self: end; }
.save-radar-panel > .save-radar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}
.save-radar-actions .text-link { white-space: nowrap; }
.save-radar-panel form { display: grid; grid-template-columns: minmax(130px, 1fr) 130px auto; gap: 8px; }
.save-radar-panel input,
.save-radar-panel select { min-height: 40px; padding-block: 8px; font-size: 0.74rem; }

.account-hero {
  padding-block: clamp(50px, 7vw, 78px);
  background: var(--navy-deep);
  color: #fff;
}

.account-hero > .shell {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.account-hero h1 {
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 520;
  letter-spacing: -0.045em;
}

.account-hero p:last-child { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.66); }
.account-identity { display: grid; min-width: 0; max-width: 100%; justify-items: end; gap: 3px; text-align: right; overflow-wrap: anywhere; }
.account-identity span { color: rgba(255,255,255,.58); font-size: .72rem; }
.account-identity .text-button { color: rgba(255,255,255,.74); }

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

.account-summary-grid article {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.account-summary-grid span { color: var(--muted); font-size: .66rem; font-weight: 720; text-transform: uppercase; }
.account-summary-grid strong { color: var(--navy); font-family: var(--font-display); font-size: 1.7rem; font-weight: 560; }

.account-settings-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 0;
}

.settings-card { height: 100%; }
.settings-card .settings-intro { margin: 8px 0 20px; color: var(--muted); font-size: .74rem; }
.settings-card .account-form { align-content: start; }
.settings-card .button { justify-self: start; margin-top: 2px; }
.settings-card input[readonly] { background: var(--paper); color: var(--muted); cursor: text; }
.verified-address {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -5px 0 2px;
  color: var(--success);
  font-size: .7rem;
  font-weight: 720;
}
.verified-address span {
  display: inline-grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--success-pale);
}

.account-dashboard-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.dashboard-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.dashboard-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.dashboard-card h2 { color: var(--navy); font-family: var(--font-display); font-size: 1.7rem; font-weight: 560; }
.dashboard-empty { color: var(--muted); font-size: .78rem; }
.dashboard-empty-action { display: grid; justify-items: start; gap: 8px; }
.dashboard-empty-action p { margin: 0; }
.radar-list,
.favorite-list { display: grid; }

.saved-row {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.saved-row__summary { min-width: 0; }
.saved-row h3 { margin: 4px 0; font-size: .86rem; line-height: 1.4; }
.saved-row p { margin-bottom: 0; color: var(--muted); font-size: .67rem; }
.saved-row .text-button.danger { color: var(--danger); }

.radar-row-footer {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.radar-editor {
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 12px;
}

.radar-editor > summary {
  width: max-content;
  cursor: pointer;
  list-style: none;
}

.radar-editor > summary::-webkit-details-marker { display: none; }
.radar-editor > summary::after { content: "+"; }
.radar-editor[open] { padding: 0 14px 14px; border-color: var(--line); background: var(--surface-muted); }
.radar-editor[open] > summary::after { transform: rotate(45deg); }

.radar-edit-form {
  display: grid;
  gap: 15px;
  padding-top: 8px;
}

.radar-edit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.radar-edit-grid > label {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  color: var(--ink-soft);
  font-size: .68rem;
  font-weight: 730;
}

.radar-edit-grid .radar-edit-wide { grid-column: 1 / -1; }

.radar-edit-grid input,
.radar-edit-grid select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 560;
}

.radar-edit-grid input:focus,
.radar-edit-grid select:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(15, 111, 103, .12);
}

.radar-edit-grid small { color: var(--muted); font-size: .6rem; font-weight: 520; line-height: 1.45; }
.radar-value-input { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 7px; }
.radar-edit-form .button { justify-self: start; }
.radar-delete-form { padding-top: 1px; }

.favorite-list { gap: 14px; margin-top: 16px; }

.favorite-workflow-card {
  position: relative;
  display: grid;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, #fff 0%, #fbfaf6 100%);
  box-shadow: 0 10px 24px rgba(8, 30, 43, .055);
}

.favorite-workflow-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  background: var(--teal);
  content: "";
}

.favorite-workflow-card[data-workflow-status="won"]::before { background: var(--success); }
.favorite-workflow-card[data-workflow-status="lost"]::before { background: var(--danger); }
.favorite-workflow-card[data-workflow-status="submitted"]::before { background: var(--accent); }

.favorite-workflow-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.favorite-workflow-head > div { min-width: 0; }
.favorite-workflow-head h3 { margin: 7px 0 4px; font-size: .88rem; line-height: 1.42; }
.favorite-workflow-head p { margin: 0; color: var(--muted); font-size: .67rem; }

.workflow-badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid #cddedc;
  border-radius: 999px;
  background: #eef7f5;
  color: var(--teal-strong);
  font-size: .61rem;
  font-weight: 780;
  letter-spacing: .02em;
  white-space: nowrap;
}

.workflow-badge-bidding,
.workflow-badge-submitted { border-color: #ead5a1; background: #fff6df; color: #72500a; }
.workflow-badge-won { border-color: #b9ddcc; background: var(--success-pale); color: #236047; }
.workflow-badge-lost { border-color: #e7c4bf; background: var(--danger-pale); color: var(--danger); }

.favorite-workflow-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--paper);
}

.favorite-workflow-facts div { display: flex; flex-wrap: wrap; gap: 5px; }
.favorite-workflow-facts dt { color: var(--muted); font-size: .63rem; font-weight: 650; }
.favorite-workflow-facts dd { margin: 0; color: var(--ink-soft); font-size: .63rem; font-weight: 760; }

.favorite-workflow-form {
  display: grid;
  grid-template-columns: minmax(130px, .45fr) minmax(0, 1fr);
  gap: 12px;
}

.favorite-workflow-form label {
  display: grid;
  align-content: start;
  gap: 7px;
  color: var(--ink-soft);
  font-size: .66rem;
  font-weight: 740;
}

.favorite-workflow-form select,
.favorite-workflow-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 560;
}

.favorite-workflow-form select { min-height: 42px; padding: 8px 34px 8px 10px; }
.favorite-workflow-form textarea { min-height: 82px; padding: 10px 11px; resize: vertical; line-height: 1.45; }
.favorite-workflow-form select:focus,
.favorite-workflow-form textarea:focus { border-color: var(--teal); outline: 3px solid rgba(15, 111, 103, .12); }
.favorite-workflow-form small { color: var(--muted); font-size: .6rem; font-weight: 520; line-height: 1.45; }
.favorite-workflow-form .button { align-self: end; justify-self: start; }
.favorite-workflow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
  align-self: end;
}
.localized-title-note {
  margin: .75rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  line-height: 1.5;
}
body[data-title-translation-endpoint] .is-translation-pending [data-title-translation-label] {
  display: flex;
  align-items: center;
}
body[data-title-translation-endpoint] .is-translation-pending [data-title-translation-subject] {
  transition: opacity .2s ease;
}
.has-machine-translation [data-title-translation-subject] { opacity: 1; }
.official-title-reference {
  max-width: 760px;
  margin: 1rem 0 0;
  border: 1px solid rgba(159, 211, 204, .24);
  border-radius: 12px;
  background: rgba(4, 26, 39, .46);
  overflow: hidden;
}
.official-title-reference summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 15px;
  color: rgba(255, 255, 255, .84);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 720;
  letter-spacing: .025em;
  list-style: none;
}
.official-title-reference summary::-webkit-details-marker { display: none; }
.official-title-reference summary::after {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  border: 1px solid rgba(159, 211, 204, .28);
  border-radius: 999px;
  color: #9fd3cc;
  content: "+";
  font-size: 1rem;
  line-height: 1;
  transition: transform .18s ease;
}
.official-title-reference[open] summary::after { transform: rotate(45deg); }
.official-title-reference summary:hover { color: #fff; }
.official-title-reference summary:focus-visible {
  outline: 2px solid #9fd3cc;
  outline-offset: -3px;
}
.official-title-reference > div {
  padding: 13px 16px 15px;
  border-top: 1px solid rgba(159, 211, 204, .16);
}
.official-title-reference .notice-title-label { margin: 0 0 5px; }
.official-title-reference > div > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: .92rem;
  line-height: 1.5;
}
@media (prefers-reduced-motion: reduce) {
  .official-title-reference summary::after { transition: none; }
}
.radar-criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.radar-criteria li {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--ink-soft);
  font-size: .59rem;
  font-weight: 690;
}
.favorite-remove-form { position: absolute; right: 18px; bottom: 19px; }
.favorite-remove-form .danger { color: var(--danger); }

.billing-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
}

.billing-card h2 { margin-bottom: 6px; }
.billing-card p:last-child { margin-bottom: 0; color: var(--muted); }
.danger-zone { margin-top: 24px; border-top: 1px solid var(--line); }
.danger-zone > summary { padding: 18px 0; color: var(--muted); cursor: pointer; font-size: .74rem; font-weight: 720; }
.danger-zone > div { max-width: 560px; padding: 20px; border: 1px solid #e4bcb6; border-radius: var(--radius-md); background: var(--danger-pale); }
.danger-zone h2 { color: var(--danger); font-size: 1.25rem; }
.button-danger { border-color: var(--danger); background: var(--danger); color: #fff; }
.compact-form { margin-top: 18px; }

.price-amount { display: flex; min-width: 0; align-items: baseline; flex-wrap: wrap; gap: 7px; margin-bottom: 2px; }
.price-amount strong { max-width: 100%; color: var(--navy); font-family: var(--font-display); font-size: 2.65rem; font-weight: 560; overflow-wrap: anywhere; }
.price-amount span { color: var(--muted); font-size: .7rem; }
.price-caption { color: var(--muted); font-size: .7rem; }
.featured-price .price-amount strong { color: #fff; }
.featured-price .price-amount span,
.featured-price .price-caption { color: rgba(255,255,255,.62); }
.price-card form { width: 100%; }
.price-amount-text strong { font-size: 1.45rem; line-height: 1.2; }
.muted-price { background: #f0ede5; box-shadow: none; }

@media (max-width: 1080px) {
  .save-radar-panel { grid-template-columns: 1fr; }
  .save-radar-panel > a { justify-self: start; }
  .save-radar-panel > .save-radar-actions { justify-content: flex-start; }
}

@media (max-width: 800px) {
  .save-radar-panel form,
  .account-dashboard-grid,
  .account-settings-grid { grid-template-columns: 1fr; }
  .account-hero > .shell,
  .billing-card { align-items: flex-start; flex-direction: column; }
  .account-identity { justify-items: start; text-align: left; }
}

@media (max-width: 560px) {
  .account-summary-grid { grid-template-columns: 1fr; }
  .auth-card { padding: 24px 19px; }
  .saved-row { grid-template-columns: 1fr; }
  .radar-row-footer,
  .radar-edit-grid { grid-template-columns: 1fr; }
  .radar-delete-form { justify-self: start; }
  .radar-edit-grid .radar-edit-wide { grid-column: auto; }
  .favorite-workflow-head { align-items: flex-start; flex-direction: column; }
  .favorite-workflow-form { grid-template-columns: 1fr; padding-bottom: 28px; }
  .favorite-remove-form { right: 18px; bottom: 21px; }
  .verification-resend { align-items: flex-start; flex-direction: column; }
  .verification-resend-public { grid-template-columns: 1fr; }
  .save-radar-panel > .save-radar-actions { align-items: flex-start; flex-direction: column; }
  .verification-resend-public > .text-button { justify-self: start; }
}

.error-page {
  display: grid;
  min-height: 65vh;
  place-items: center;
  padding-block: 80px;
  text-align: center;
}

.error-code {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: 4rem;
}

.error-page .eyebrow {
  justify-content: center;
  color: var(--teal);
}

.error-page h1 {
  margin-bottom: 13px;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 550;
  letter-spacing: -0.05em;
}

.error-page p:not(.eyebrow) {
  color: var(--muted);
}

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

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(130px, 0.5fr));
  gap: clamp(30px, 5vw, 72px);
}

.site-footer .brand-footer {
  margin-bottom: 15px;
}

.site-footer .footer-grid > div:first-child p {
  max-width: 350px;
}

.site-footer .footer-grid > div:not(:first-child) {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer h2 {
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer .footer-grid a,
.site-footer .footer-grid .text-button {
  min-height: 0;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.71rem;
  font-weight: 560;
  text-decoration: none;
}

.site-footer .footer-grid a:hover,
.site-footer .footer-grid .text-button:hover {
  color: #fff;
}

.site-footer .footer-grid .text-button::after {
  content: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.63rem;
}

.cookie-banner {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  width: min(860px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  margin-inline: auto;
  background: var(--navy-deep);
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.cookie-banner .eyebrow {
  margin-bottom: 4px;
}

.cookie-banner p:last-child {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.75rem;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.cookie-banner .button-light,
.cookie-banner .button-dark {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-shadow: none;
}

.cookie-banner .button-light:hover,
.cookie-banner .button-dark:hover {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 1080px) {
  .hero-section .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 42px;
  }

  .primary-nav {
    gap: 2px;
  }

  .primary-nav a {
    padding-inline: 9px;
  }

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

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

  .site-footer .footer-grid {
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(105px, 0.5fr));
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .primary-nav,
  .header-account-link,
  .header-actions > .button {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .hero-section .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 68px 72px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-radar {
    width: min(100%, 620px);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid > div:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .trust-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .explore-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .method-section .method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-section .method-steps li:nth-child(3),
  .method-section .method-steps li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .method-section .method-steps li:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .search-layout,
  .notice-layout {
    grid-template-columns: 1fr;
  }

  .filter-panel,
  .notice-sidebar {
    position: static;
  }

  .filter-panel form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
  }

  .filter-panel .button {
    align-self: end;
    grid-column: 1 / -1;
  }

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

  .notice-mobile-cta {
    display: inline-flex;
  }

  .notice-desktop-cta {
    display: none;
  }

  .action-card {
    grid-row: span 2;
  }

  .pricing-grid,
  .pricing-value-grid {
    grid-template-columns: 1fr;
  }

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

  .featured-price {
    transform: none;
  }

  .site-footer .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .header-inner {
    min-height: 64px;
    gap: 12px;
  }

  .hero-after-search {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .hero-after-search p {
    justify-content: flex-start;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .hero-section .hero-grid {
    gap: 36px;
    padding-block: 54px 58px;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }

  .hero-section .hero-search {
    display: grid;
    padding: 10px;
  }

  .hero-section .hero-search .search-icon {
    display: none;
  }

  .hero-section .hero-search input {
    padding-inline: 7px;
  }

  .hero-section .hero-search .button {
    width: 100%;
  }

  .radar-head {
    padding: 20px 20px 0;
  }

  .radar-map {
    width: calc(100% - 40px);
    margin: 20px 20px 17px;
  }

  .radar-stats {
    padding: 0 20px 15px;
  }

  .radar-update {
    padding-inline: 20px;
  }

  .directory-filter {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
  }

  .directory-filter__field {
    width: 100%;
  }

  .directory-filter__count {
    min-height: 42px;
    align-self: flex-start;
  }

  .trust-grid,
  .notice-grid,
  .directory-grid,
  .country-directory,
  .explore-columns,
  .notice-key-facts,
  .notice-sidebar,
  .pricing-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid > div,
  .trust-grid > div:nth-child(2),
  .trust-grid > div:last-child {
    min-height: 86px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .trust-grid > div:first-child {
    border-top: 0;
  }

  .section {
    padding-block: 62px;
  }

  .section-heading,
  .landing-title-row,
  .results-head,
  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .split-heading {
    display: flex;
  }

  .method-section .method-steps {
    grid-template-columns: 1fr;
  }

  .method-section .method-steps li,
  .method-section .method-steps li:nth-child(2),
  .method-section .method-steps li:nth-child(3),
  .method-section .method-steps li:nth-child(4),
  .method-section .method-steps li:last-child {
    border: 0;
    border-top: 1px solid var(--line);
  }

  .method-section .method-steps li:last-child {
    border-bottom: 1px solid var(--line);
  }

  .page-hero,
  .notice-hero {
    padding-block: 52px 58px;
  }

  .landing-score {
    width: 100%;
  }

  .market-strip .market-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-strip .market-stats > div:nth-child(2) {
    border-right: 1px solid var(--line);
  }

  .market-strip .market-stats > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .filter-panel form {
    grid-template-columns: 1fr;
  }

  .results-head-actions,
  .landing-list-actions {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .compact-sort-form {
    width: 100%;
    max-width: 430px;
  }

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

  .notice-content > section {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .source-note {
    grid-template-columns: 1fr;
  }

  .values-grid article,
  .values-grid article:last-child {
    min-height: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom,
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 430px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .language-menu summary {
    min-width: 52px;
  }

  .hero-suggestions {
    display: none;
  }

  .directory-filter__field label {
    flex-wrap: wrap;
    gap: 5px 8px;
  }

  .directory-filter__control input {
    padding-right: 82px;
  }

  .directory-filter__count {
    width: 100%;
    justify-content: flex-start;
  }

  .radar-head {
    flex-wrap: wrap;
  }

  .radar-stats {
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .radar-stats > div {
    min-height: 70px;
    padding: 11px 8px;
    border: 1px solid rgba(255, 255, 255, 0.09);
  }

  .radar-stats > div::before {
    right: 8px;
    left: 8px;
  }

  .radar-stats dd {
    font-size: 1.16rem;
  }

  .radar-stats dt {
    font-size: 0.56rem;
  }

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

  .market-strip .market-stats > div,
  .market-strip .market-stats > div:nth-child(2) {
    min-height: 74px;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .market-strip .market-stats > div:first-child {
    border-top: 0;
  }

  .notice-card,
  .directory-card,
  .price-card,
  .action-card,
  .detail-card,
  .related-card {
    padding: 19px;
  }

  .notice-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer .footer-grid > div:first-child {
    grid-column: auto;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    padding: 18px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }
}

/* European procurement barometer */
.barometer-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 126px);
  background:
    radial-gradient(circle at 84% 22%, rgba(48, 145, 135, 0.23), transparent 31%),
    linear-gradient(135deg, #071726 0%, #0b2234 58%, #102f38 100%);
  color: #fff;
}

.barometer-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  pointer-events: none;
}

.barometer-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  gap: clamp(46px, 8vw, 112px);
}

.barometer-hero .eyebrow { color: #89d1bc; }
.barometer-hero-copy h1 {
  max-width: 930px;
  margin: 13px 0 24px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.7vw, 6.3rem);
  font-weight: 520;
  letter-spacing: -0.058em;
  line-height: 0.96;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.barometer-hero-copy > p:not(.eyebrow) {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.75;
}

.barometer-source-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.barometer-source-row span { display: inline-flex; align-items: center; gap: 8px; color: #acdccc; font-weight: 780; }
.barometer-source-row i { width: 7px; height: 7px; border-radius: 50%; background: #6fc4a9; box-shadow: 0 0 0 5px rgba(111, 196, 169, 0.13); }

.barometer-period-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--radius-lg);
  background: rgba(4, 19, 31, 0.55);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.barometer-period-index {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(215, 170, 79, 0.47);
  border-radius: 50%;
  color: #f0c96f;
  font-family: var(--font-display);
  font-size: 1.55rem;
}

.barometer-period-card strong { display: block; margin-top: 2px; color: #fff; font-size: 0.84rem; }
.barometer-period-card p { margin: 7px 0 0; color: rgba(255, 255, 255, 0.58); font-size: 0.72rem; line-height: 1.55; }
.barometer-change {
  grid-column: 2;
  justify-self: start;
  padding: 6px 9px;
  border-radius: 99px;
  background: rgba(111, 196, 169, 0.13);
  color: #91d7c2;
  font-size: 0.72rem;
  font-weight: 830;
}
.barometer-change.is-negative { background: rgba(215, 125, 101, 0.13); color: #ecaa98; }
.barometer-change.is-neutral { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.62); }

.barometer-kpis { border-bottom: 1px solid var(--line); background: var(--surface); }
.barometer-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.barometer-kpi-grid article {
  position: relative;
  min-height: 170px;
  padding: 30px clamp(20px, 3vw, 38px);
  border-left: 1px solid var(--line);
}
.barometer-kpi-grid article:last-child { border-right: 1px solid var(--line); }
.barometer-kpi-grid article > span { position: absolute; top: 29px; right: 26px; color: var(--accent-dark); font-size: 0.66rem; font-weight: 850; }
.barometer-kpi-grid strong { display: block; margin-top: 19px; color: var(--navy); font-family: var(--font-display); font-size: clamp(2.35rem, 4.2vw, 4rem); font-weight: 540; letter-spacing: -0.045em; line-height: 1; }
.barometer-kpi-grid p { max-width: 220px; margin: 13px 0 0; color: var(--muted); font-size: 0.77rem; line-height: 1.55; }

.barometer-trend-section { background: var(--paper); }
.barometer-section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  gap: 48px;
  margin-bottom: 36px;
}
.barometer-section-heading h2,
.barometer-ranking-card header h2,
.barometer-method-grid h2 {
  max-width: 780px;
  margin: 8px 0 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 530;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
.barometer-comparison { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.barometer-comparison > div { min-width: 0; padding: 17px; border-right: 1px solid var(--line); }
.barometer-comparison > div:last-child { border-right: 0; }
.barometer-comparison dt { min-height: 31px; color: var(--muted); font-size: 0.7rem; font-weight: 740; line-height: 1.35; text-transform: uppercase; }
.barometer-comparison dd { margin: 8px 0 0; color: var(--navy); font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; }
.barometer-comparison dd.is-positive { color: var(--success); }
.barometer-comparison dd.is-negative { color: var(--danger); }

.barometer-chart-wrap {
  overflow-x: auto;
  padding: 28px 28px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  scrollbar-color: var(--line-strong) transparent;
}
.barometer-chart {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: repeat(60, minmax(5px, 1fr));
  gap: 4px;
  min-width: 720px;
  height: 285px;
  padding-top: 15px;
  border-bottom: 1px solid var(--line-strong);
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 66px, rgba(10, 27, 44, 0.07) 67px);
}
.barometer-chart::after { position: absolute; top: 0; bottom: 0; left: 50%; border-left: 1px dashed rgba(10, 27, 44, 0.18); content: ""; }
.barometer-chart-bar { --bar-height: 0%; position: relative; display: flex; align-items: end; height: 100%; min-width: 0; }
.barometer-chart-bar i { display: block; width: 100%; height: var(--bar-height); border-radius: 4px 4px 1px 1px; background: #96aaa9; transition: opacity var(--transition), transform var(--transition); transform-origin: bottom; }
.barometer-chart-bar.is-current i { background: linear-gradient(180deg, #4b9e91, var(--teal-strong)); }
.barometer-chart-bar:hover i { opacity: 0.78; transform: scaleY(1.02); }
.barometer-chart-axis { display: grid; grid-template-columns: 1fr 1fr 1fr; min-width: 720px; margin-top: 10px; color: var(--muted); font-size: 0.7rem; }
.barometer-chart-axis span:nth-child(2) { text-align: center; }
.barometer-chart-axis span:last-child { text-align: right; }
.barometer-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; min-width: 720px; margin-top: 18px; color: var(--muted); font-size: 0.68rem; }
.barometer-legend span { display: inline-flex; align-items: center; gap: 7px; }
.barometer-legend i { width: 16px; height: 6px; border-radius: 99px; background: #96aaa9; }
.barometer-legend i.is-current { background: var(--teal); }
.barometer-collecting { display: flex; gap: 13px; padding: 24px; border: 1px solid #ddcb99; border-radius: var(--radius-md); background: var(--accent-pale); color: var(--ink-soft); }
.barometer-collecting p { margin: 0; line-height: 1.6; }

.barometer-rankings-section { padding-top: 0; background: var(--paper); }
.barometer-ranking-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.barometer-ranking-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.barometer-ranking-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; min-height: 185px; padding: 30px; border-bottom: 1px solid var(--line); }
.barometer-ranking-card header .eyebrow { color: var(--teal); }
.barometer-ranking-card header h2 { max-width: 480px; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.2; }
.barometer-ranking-card header > span { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 0.68rem; font-weight: 760; }
.barometer-ranking-card ol { padding: 0; margin: 0; list-style: none; }
.barometer-ranking-card li { display: grid; align-items: center; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 15px; min-height: 82px; padding: 15px 25px; border-bottom: 1px solid var(--line); }
.barometer-ranking-card li:last-child { border-bottom: 0; }
.barometer-rank { color: var(--accent-dark); font-size: 0.7rem; font-weight: 850; }
.barometer-rank-main { min-width: 0; }
.barometer-rank-main > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.barometer-rank-main a,
.barometer-rank-main strong { overflow: hidden; color: var(--ink); font-size: 0.78rem; font-weight: 760; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.barometer-rank-main a:hover { color: var(--teal); }
.barometer-rank-main small { flex: 0 0 auto; color: var(--muted); font-size: 0.68rem; }
.barometer-rank-track { --rank-width: 0%; display: block; height: 4px; margin-top: 10px; overflow: hidden; border-radius: 99px; background: var(--paper-deep); }
.barometer-rank-track i { display: block; width: var(--rank-width); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #75b9a8); }
.barometer-rank-value { min-width: 58px; text-align: right; }
.barometer-rank-value strong { display: block; color: var(--navy); font-family: var(--font-display); font-size: 1.15rem; }
.barometer-rank-value small { color: var(--muted); font-size: 0.68rem; }
.barometer-ranking-card li.barometer-ranking-empty { display: block; min-height: 0; padding-block: 24px; }
.barometer-ranking-empty p { margin: 0; color: var(--muted); font-size: 0.76rem; line-height: 1.6; }

.barometer-quality-section { background: var(--surface-muted); }
.barometer-quality-grid { display: grid; grid-template-columns: 1.35fr 0.825fr 0.825fr; gap: 18px; }
.barometer-quality-feature,
.barometer-quality-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-sm); }
.barometer-quality-feature { padding: clamp(28px, 4vw, 46px); }
.barometer-quality-feature .eyebrow { color: var(--teal); }
.barometer-quality-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 18px; }
.barometer-quality-heading .eyebrow { margin: 0; }
.barometer-metric-period { display: inline-flex; width: fit-content; padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 0.68rem; font-weight: 760; line-height: 1.3; }
.barometer-quality-number { display: flex; align-items: flex-start; margin-top: 24px; color: var(--navy); }
.barometer-quality-number strong { font-family: var(--font-display); font-size: clamp(4rem, 8vw, 7rem); font-weight: 520; letter-spacing: -0.06em; line-height: 0.8; }
.barometer-quality-number span { margin: 5px 0 0 7px; color: var(--accent-dark); font-size: 1.4rem; font-weight: 720; }
.barometer-quality-track { height: 8px; margin: 30px 0 25px; overflow: hidden; border-radius: 99px; background: var(--paper-deep); }
.barometer-quality-track i { --quality-width: 0%; display: block; width: var(--quality-width); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), #72bda9); }
.barometer-quality-feature h2,
.barometer-quality-card h2 { margin: 0; color: var(--navy); font-size: 0.95rem; }
.barometer-quality-feature > p:last-child { max-width: 610px; margin: 10px 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.7; }
.barometer-quality-card { display: grid; align-content: center; justify-items: start; min-height: 330px; padding: 34px; }
.barometer-quality-card > .barometer-quality-icon { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--teal-pale); color: var(--teal); font-weight: 850; }
.barometer-quality-card > .barometer-metric-period { margin-bottom: 24px; }
.barometer-quality-card > strong { color: var(--navy); font-family: var(--font-display); font-size: clamp(3rem, 5vw, 4.6rem); font-weight: 530; letter-spacing: -0.05em; line-height: 0.9; }
.barometer-quality-card > small { margin: 7px 0 26px; color: var(--accent-dark); font-size: 0.7rem; font-weight: 780; text-transform: uppercase; }
.barometer-currency-note { display: flex; align-items: flex-start; gap: 10px; max-width: 860px; margin: 20px 0 0; color: var(--muted); font-size: 0.72rem; line-height: 1.6; }
.barometer-currency-note span { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--teal); font-weight: 800; }

.barometer-method-section { padding-block: clamp(64px, 8vw, 100px); background: var(--paper); }
.barometer-method-grid { display: grid; align-items: end; grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr); gap: 50px; }
.barometer-method-grid h2 { max-width: 920px; font-size: clamp(1.65rem, 3.3vw, 2.7rem); line-height: 1.3; }
.barometer-method-actions { display: grid; justify-items: start; gap: 13px; }
.barometer-method-actions .text-link { font-size: 0.76rem; }

.barometer-cta-section { border-top: 1px solid var(--line); background: var(--surface); }
.barometer-cta-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.barometer-cta-grid a { display: grid; align-items: center; grid-template-columns: auto minmax(0, 1fr) auto; gap: 17px; min-height: 112px; padding: 24px 30px; border-left: 1px solid var(--line); color: var(--navy); text-decoration: none; transition: background var(--transition), color var(--transition); }
.barometer-cta-grid a:last-child { border-right: 1px solid var(--line); }
.barometer-cta-grid a:hover { background: var(--navy); color: #fff; }
.barometer-cta-grid span { color: var(--accent-dark); font-size: 0.7rem; font-weight: 850; }
.barometer-cta-grid strong { font-size: 0.82rem; }
.barometer-cta-grid i { font-style: normal; }

.radar-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 18px 18px; border-top: 1px solid rgba(255, 255, 255, 0.09); }
.radar-footer .radar-update { padding: 0; border: 0; }
.radar-barometer-link { flex: 0 0 auto; color: #95d6c3; font-size: 0.72rem; font-weight: 760; text-decoration: none; }
.radar-barometer-link:hover { color: #fff; }

@media (max-width: 1040px) {
  .barometer-hero-grid,
  .barometer-section-heading,
  .barometer-method-grid { grid-template-columns: 1fr; }
  .barometer-period-card { max-width: 520px; }
  .barometer-section-heading { align-items: start; gap: 28px; }
  .barometer-comparison { max-width: 680px; }
  .barometer-ranking-grid { grid-template-columns: 1fr; }
  .barometer-quality-grid { grid-template-columns: 1.2fr 0.8fr; }
  .barometer-quality-feature { grid-row: span 2; }
  .barometer-quality-card { min-height: 240px; }
}

@media (max-width: 760px) {
  .barometer-hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4.7rem); }
  .barometer-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .barometer-kpi-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .barometer-kpi-grid article:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .barometer-comparison { grid-template-columns: 1fr; }
  .barometer-comparison > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .barometer-comparison > div:last-child { border-bottom: 0; }
  .barometer-comparison dt { min-height: 0; }
  .barometer-comparison dd { margin: 0; }
  .barometer-ranking-card header { min-height: 0; }
  .barometer-quality-grid { grid-template-columns: 1fr; }
  .barometer-quality-feature { grid-row: auto; }
  .barometer-quality-card { min-height: 220px; }
  .barometer-cta-grid { grid-template-columns: 1fr; }
  .barometer-cta-grid a { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .barometer-cta-grid a:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .barometer-hero { padding-block: 62px; }
  .barometer-hero-grid { gap: 38px; }
  .barometer-period-card { grid-template-columns: auto minmax(0, 1fr); padding: 20px; }
  .barometer-period-index { width: 48px; height: 48px; font-size: 1.25rem; }
  .barometer-kpi-grid { grid-template-columns: 1fr; }
  .barometer-kpi-grid article { min-height: 142px; border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .barometer-kpi-grid article:first-child { border-top: 0; }
  .barometer-kpi-grid strong { margin-top: 10px; }
  .barometer-chart-wrap { padding-inline: 18px; }
  .barometer-ranking-card header { display: grid; padding: 24px 20px; }
  .barometer-ranking-card header > span { justify-self: start; }
  .barometer-ranking-card li { grid-template-columns: 24px minmax(0, 1fr); padding-inline: 18px; }
  .barometer-rank-value { grid-column: 2; display: flex; align-items: baseline; gap: 10px; min-width: 0; text-align: left; }
  .barometer-rank-main > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .barometer-rank-main a,
  .barometer-rank-main strong { width: 100%; white-space: normal; }
  .barometer-quality-feature,
  .barometer-quality-card { padding: 27px; }
  .radar-footer { align-items: flex-start; flex-direction: column; }
}

@media print {
  .barometer-hero { padding-block: 30px; background: #fff !important; color: #000 !important; }
  .barometer-hero-copy h1,
  .barometer-hero-copy > p:not(.eyebrow) { color: #000 !important; }
  .barometer-period-card { box-shadow: none; background: #fff; color: #000; }
  .barometer-period-card strong { color: #000; }
  .barometer-chart-wrap,
  .barometer-ranking-card,
  .barometer-quality-feature,
  .barometer-quality-card { break-inside: avoid; box-shadow: none; }
  .barometer-cta-section { display: none; }
}

/* Quiet data-map ornament: depth without competing with the hero content. */
.hero-section::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 88% 49%, transparent 0 214px, rgba(121, 194, 162, 0.075) 215px 216px, transparent 217px 284px, rgba(121, 194, 162, 0.045) 285px 286px, transparent 287px),
    radial-gradient(circle at 7% 89%, rgba(215, 170, 79, 0.13) 0 1px, transparent 1.6px) 0 0 / 27px 27px;
  content: "";
  opacity: 0.78;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.18) 44%, #000 72%, transparent 100%);
  mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.18) 44%, #000 72%, transparent 100%);
}

.hero-section .hero-grid {
  z-index: 1;
}

@media (max-width: 700px) {
  .hero-section::after {
    opacity: 0.48;
  }
}

@media print {
  .hero-section::after {
    display: none;
  }
}

/* The home radar now explains the three signals instead of showing anonymous dots. */
.radar-map::before {
  background: none;
}

.radar-origin {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  width: 88px;
  height: 88px;
  place-content: center;
  border: 1px solid rgba(215, 170, 79, 0.48);
  border-radius: 50%;
  background: radial-gradient(circle, #143d52 0, #0a2739 68%, #071d2c 100%);
  box-shadow: 0 0 0 9px rgba(215, 170, 79, 0.06), 0 18px 34px rgba(0, 0, 0, 0.3);
  text-align: center;
  transform: translate(-50%, -50%);
}

.radar-origin strong {
  color: #fffdf8;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1;
}

.radar-origin small {
  margin-top: 5px;
  color: #a7d8ce;
  font-size: 0.48rem;
  font-weight: 730;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.radar-signal {
  position: absolute;
  z-index: 7;
  display: inline-flex;
  min-height: 38px;
  max-width: 190px;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(164, 215, 202, 0.2);
  border-radius: 10px;
  background: rgba(7, 29, 44, 0.88);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
}

.radar-signal i {
  position: static;
  z-index: auto;
  top: auto;
  left: auto;
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: #74c1ae;
  box-shadow: 0 0 0 5px rgba(116, 193, 174, 0.1);
  transform: none;
  animation: none;
  will-change: auto;
}

.radar-signal b {
  overflow-wrap: normal;
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.015em;
  line-height: 1.3;
}

.radar-signal-new {
  top: 15%;
  right: 5%;
}

.radar-signal-new i {
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(215, 170, 79, 0.1);
}

.radar-signal-update {
  right: 5%;
  bottom: 13%;
}

.radar-signal-deadline {
  bottom: 13%;
  left: 5%;
}

.radar-signal-deadline i {
  background: #d77d65;
  box-shadow: 0 0 0 5px rgba(215, 125, 101, 0.1);
}

@media (max-width: 560px) {
  .radar-origin {
    width: 76px;
    height: 76px;
  }

  .radar-signal {
    max-width: 150px;
    gap: 9px;
    padding: 8px 10px;
  }

  .radar-signal b {
    font-size: 0.6rem;
  }

  .radar-signal-new {
    top: 10%;
    right: 3%;
  }

  .radar-signal-update {
    right: 3%;
    bottom: 9%;
  }

  .radar-signal-deadline {
    bottom: 9%;
    left: 3%;
  }

  .radar-origin small {
    font-size: 0.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .radar-sweep,
  .radar-ring,
  .radar-route,
  .radar-core::before,
  .radar-map i,
  .radar-map::before,
  .radar-map::after {
    animation: none !important;
  }
}

@media print {
  .language-menu,
  .menu-button,
  .mobile-menu,
  .cookie-banner,
  .hero-search,
  .hero-suggestions,
  .cta-section,
  .notice-sidebar {
    display: none !important;
  }

  .hero-section,
  .page-hero,
  .notice-hero,
  .section-dark {
    background: #fff !important;
    color: #000 !important;
  }

  .hero-copy h1,
  .page-hero h1,
  .notice-hero h1,
  .section-dark h2,
  .section-dark h3,
  .hero-lead,
  .landing-intro,
  .notice-hero-buyer {
    color: #000 !important;
  }

  .hero-radar,
  .trust-strip,
  .market-strip {
    display: none;
  }

  .hero-section .hero-grid,
  .notice-layout,
  .search-layout,
  .editorial-grid {
    display: block;
    min-height: 0;
    padding-block: 24px;
  }

  .notice-card,
  .directory-card,
  .price-card {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Keep the production header on the same final SVG mark at every breakpoint. */
.brand-mark,
.brand-footer .brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.brand-mark::after,
.brand-mark i {
  display: none;
}

.brand-mark img {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
}

@media (max-width: 430px) {
  .brand-mark,
  .brand-footer .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-mark img {
    width: 38px;
    height: 38px;
  }
}
