:root {
  --bg: #edf3ee;
  --bg-deep: #16231d;
  --surface: rgba(249, 251, 249, 0.88);
  --surface-strong: #fbfcfb;
  --text: #16231d;
  --muted: #5f6f66;
  --accent: #236347;
  --accent-deep: #163f2d;
  --teal: #2d7656;
  --gold: #7d947f;
  --line: rgba(22, 35, 29, 0.1);
  --success: #236347;
  --warning: #c67c14;
  --danger: #bf3f36;
  --shadow: 0 30px 80px rgba(16, 37, 61, 0.16);
  --radius: 24px;
  --font-display: "Aptos Display", "Segoe UI Variable Display", "Trebuchet MS", sans-serif;
  --font-body: "Aptos", "Segoe UI Variable Text", "Tahoma", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(45, 118, 86, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(110, 141, 118, 0.12), transparent 30%),
    linear-gradient(180deg, #edf3ee 0%, #e8efe9 50%, #e4ebe5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(12, 31, 49, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 31, 49, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  line-height: 1.6;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(247, 240, 227, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(16, 37, 61, 0.08);
}

/* Bordivo checker rescue pass v20260422b */
body.public-checker-page {
  background:
    radial-gradient(circle at 16% 14%, rgba(63, 116, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #edf4ee 0%, #e8f0e8 100%) !important;
}

.public-checker-page .page-shell {
  width: min(1120px, calc(100% - 34px)) !important;
  padding-top: 12px !important;
}

.public-checker-page .site-header {
  min-height: 58px !important;
  padding: 9px 12px !important;
  border-radius: 18px !important;
}

.public-checker-page .brand-mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

.public-checker-page .brand-copy strong {
  font-size: 0.98rem !important;
}

.public-checker-page .brand-copy span:last-child {
  font-size: 0.68rem !important;
}

.route-command {
  margin-top: 10px !important;
}

.route-command-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 22px !important;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 254, 249, 0.98), rgba(244, 250, 247, 0.96)) !important;
  box-shadow: 0 16px 38px rgba(17, 35, 27, 0.07) !important;
}

.route-command-kicker {
  grid-column: 1;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
}

.route-command-title {
  grid-column: 1;
  max-width: none !important;
  font-size: clamp(1.75rem, 2.9vw, 2.7rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.route-command-line {
  grid-column: 1;
  max-width: 62ch !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.route-command-pills {
  grid-column: 2;
  grid-row: 1 / span 3;
  max-width: 250px;
  justify-content: flex-end;
  align-content: center;
  margin: 0 !important;
}

.route-command-pills span {
  min-height: 30px !important;
  padding: 6px 10px !important;
  font-size: 0.66rem !important;
}

.public-checker-page .checker-section {
  margin-top: 18px !important;
}

.public-checker-page .section-heading-compact {
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px !important;
}

.public-checker-page .section-heading-compact .eyebrow {
  display: block !important;
  margin: 0;
}

.public-checker-page .section-heading-compact h2 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem) !important;
  line-height: 1.02 !important;
}

.public-checker-page .section-heading-compact p:not(.eyebrow) {
  max-width: 34ch !important;
  margin: 0 !important;
  font-size: 0.86rem !important;
  text-align: right;
}

.public-checker-page .checker-layout {
  grid-template-columns: 318px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
}

.public-checker-page .checker-form {
  top: 82px !important;
  padding: 12px !important;
  border-radius: 22px !important;
  gap: 8px !important;
}

.checker-form-intro {
  padding: 8px 8px 4px !important;
}

.checker-form-intro strong {
  font-size: 1.08rem !important;
}

.checker-form-intro p {
  font-size: 0.78rem !important;
}

.public-checker-page .checker-form label {
  padding: 8px 8px 0 !important;
  border-radius: 14px !important;
}

.public-checker-page .checker-form select,
.public-checker-page .checker-form input[type="date"] {
  min-height: 42px !important;
  border-radius: 12px !important;
}

.public-checker-page .checker-form .button {
  min-height: 46px !important;
  margin: 4px 8px 0 !important;
}

.public-checker-page .result-card.result-console {
  min-height: 520px;
  padding: 14px !important;
  border-radius: 22px !important;
}

@media (min-width: 1081px) {
  .public-checker-page .result-card.result-console {
    grid-template-columns: minmax(0, 1fr) 230px !important;
    gap: 12px !important;
  }
}

.public-checker-page .result-verdict-panel {
  min-height: 236px !important;
  padding: 20px !important;
  border-radius: 20px !important;
}

.public-checker-page .result-card h3#result-title {
  max-width: 22ch !important;
  font-size: clamp(1.85rem, 3.1vw, 2.85rem) !important;
  line-height: 0.96 !important;
}

.public-checker-page #result-summary {
  max-width: 54ch !important;
  font-size: 0.92rem !important;
}

.public-checker-page .result-note-shell {
  padding: 11px 12px !important;
  border-radius: 14px !important;
}

.public-checker-page .meta-card-primary,
.public-checker-page .result-side-contact-card {
  border-radius: 18px !important;
}

.public-checker-page .result-next-step {
  border-radius: 20px !important;
}

.public-checker-page .result-smart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.public-checker-page .result-smart-card {
  min-height: 112px !important;
  border-radius: 18px !important;
}

.public-checker-page .result-fold {
  border-radius: 15px !important;
}

@media (max-width: 900px) {
  .route-command-copy {
    grid-template-columns: 1fr;
  }

  .route-command-pills {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    justify-content: flex-start;
  }

  .public-checker-page .section-heading-compact {
    display: grid !important;
  }

  .public-checker-page .section-heading-compact p:not(.eyebrow) {
    text-align: left;
  }

  .public-checker-page .checker-layout {
    grid-template-columns: 1fr !important;
  }

  .public-checker-page .checker-form {
    position: static !important;
  }
}

@media (max-width: 560px) {
  .public-checker-page .page-shell {
    width: min(100%, calc(100% - 16px)) !important;
  }

  .route-command-copy,
  .public-checker-page .checker-form,
  .public-checker-page .result-card.result-console {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .route-command-title {
    font-size: clamp(1.85rem, 10vw, 2.6rem) !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Backbar polish: quiet page tools, not a floating toolbar. */
.page-backbar {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 6px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.page-backbar::-webkit-scrollbar {
  display: none !important;
}

.page-backbar .back-link-inline,
.page-backbar .back-button {
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 12px !important;
  background: rgba(255, 254, 249, 0.72) !important;
  box-shadow: none !important;
  color: rgba(20, 35, 28, 0.7) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease !important;
}

.page-backbar .back-button {
  background: rgba(230, 241, 234, 0.74) !important;
  color: #123f2d !important;
}

.page-backbar .back-button::before {
  content: "<";
  margin-right: 6px;
  font-weight: 900;
}

.page-backbar .back-link-inline:hover,
.page-backbar .back-link-inline:focus-visible,
.page-backbar .back-button:hover,
.page-backbar .back-button:focus-visible {
  border-color: rgba(18, 63, 45, 0.16) !important;
  background: rgba(230, 241, 234, 0.88) !important;
  box-shadow: none !important;
  color: #123f2d !important;
  transform: none !important;
}

@media (max-width: 620px) {
  .page-backbar {
    margin: 6px 0 10px !important;
  }

  .page-backbar .back-link-inline,
  .page-backbar .back-button {
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 0.7rem !important;
  }
}

/* Bordivo checker rescue final override v20260422b */
body.public-checker-page {
  background:
    radial-gradient(circle at 16% 14%, rgba(63, 116, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #edf4ee 0%, #e8f0e8 100%) !important;
}

.public-checker-page .page-shell {
  width: min(1120px, calc(100% - 34px)) !important;
  padding-top: 12px !important;
}

.public-checker-page .site-header {
  min-height: 58px !important;
  padding: 9px 12px !important;
  border-radius: 18px !important;
}

.public-checker-page .brand-mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

.public-checker-page .brand-copy strong {
  font-size: 0.98rem !important;
}

.public-checker-page .brand-copy span:last-child {
  font-size: 0.68rem !important;
}

.route-command {
  margin-top: 10px !important;
}

.route-command-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 22px !important;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(255, 254, 249, 0.98), rgba(244, 250, 247, 0.96)) !important;
  box-shadow: 0 16px 38px rgba(17, 35, 27, 0.07) !important;
}

.route-command-kicker {
  grid-column: 1;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
}

.route-command-title {
  grid-column: 1;
  max-width: none !important;
  font-size: clamp(1.75rem, 2.9vw, 2.7rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.route-command-line {
  grid-column: 1;
  max-width: 62ch !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.route-command-pills {
  grid-column: 2;
  grid-row: 1 / span 3;
  max-width: 250px;
  justify-content: flex-end;
  align-content: center;
  margin: 0 !important;
}

.route-command-pills span {
  min-height: 30px !important;
  padding: 6px 10px !important;
  font-size: 0.66rem !important;
}

.public-checker-page .checker-section {
  margin-top: 18px !important;
}

.public-checker-page .section-heading-compact {
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px !important;
}

.public-checker-page .section-heading-compact .eyebrow {
  display: block !important;
  margin: 0;
}

.public-checker-page .section-heading-compact h2 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem) !important;
  line-height: 1.02 !important;
}

.public-checker-page .section-heading-compact p:not(.eyebrow) {
  max-width: 34ch !important;
  margin: 0 !important;
  font-size: 0.86rem !important;
  text-align: right;
}

.public-checker-page .checker-layout {
  grid-template-columns: 318px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
}

.public-checker-page .checker-form {
  top: 82px !important;
  padding: 12px !important;
  border-radius: 22px !important;
  gap: 8px !important;
}

.checker-form-intro {
  padding: 8px 8px 4px !important;
}

.checker-form-intro strong {
  font-size: 1.08rem !important;
}

.checker-form-intro p {
  font-size: 0.78rem !important;
}

.public-checker-page .checker-form label {
  padding: 8px 8px 0 !important;
  border-radius: 14px !important;
}

.public-checker-page .checker-form select,
.public-checker-page .checker-form input[type="date"] {
  min-height: 42px !important;
  border-radius: 12px !important;
}

.public-checker-page .checker-form .button {
  min-height: 46px !important;
  margin: 4px 8px 0 !important;
}

.public-checker-page .result-card.result-console {
  min-height: 520px;
  padding: 14px !important;
  border-radius: 22px !important;
}

@media (min-width: 1081px) {
  .public-checker-page .result-card.result-console {
    grid-template-columns: minmax(0, 1fr) 230px !important;
    gap: 12px !important;
  }
}

.public-checker-page .result-verdict-panel {
  min-height: 236px !important;
  padding: 20px !important;
  border-radius: 20px !important;
}

.public-checker-page .result-card h3#result-title {
  max-width: 22ch !important;
  font-size: clamp(1.85rem, 3.1vw, 2.85rem) !important;
  line-height: 0.96 !important;
}

.public-checker-page #result-summary {
  max-width: 54ch !important;
  font-size: 0.92rem !important;
}

.public-checker-page .result-note-shell {
  padding: 11px 12px !important;
  border-radius: 14px !important;
}

.public-checker-page .meta-card-primary,
.public-checker-page .result-side-contact-card {
  border-radius: 18px !important;
}

.public-checker-page .result-next-step {
  border-radius: 20px !important;
}

.public-checker-page .result-smart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.public-checker-page .result-smart-card {
  min-height: 112px !important;
  border-radius: 18px !important;
}

.public-checker-page .result-fold {
  border-radius: 15px !important;
}

@media (max-width: 900px) {
  .route-command-copy {
    grid-template-columns: 1fr;
  }

  .route-command-pills {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    justify-content: flex-start;
  }

  .public-checker-page .section-heading-compact {
    display: grid !important;
  }

  .public-checker-page .section-heading-compact p:not(.eyebrow) {
    text-align: left;
  }

  .public-checker-page .checker-layout {
    grid-template-columns: 1fr !important;
  }

  .public-checker-page .checker-form {
    position: static !important;
  }
}

@media (max-width: 560px) {
  .public-checker-page .page-shell {
    width: min(100%, calc(100% - 16px)) !important;
  }

  .route-command-copy,
  .public-checker-page .checker-form,
  .public-checker-page .result-card.result-console {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .route-command-title {
    font-size: clamp(1.85rem, 10vw, 2.6rem) !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Bordivo unified product experience pass v20260422 */
:root {
  --Bordivo-ink: #14231c;
  --Bordivo-forest: #123f2d;
  --Bordivo-mint: #dceee5;
  --Bordivo-sand: #f6ead5;
  --Bordivo-gold: #d6ad52;
  --Bordivo-sky: #cfe5ea;
}

body.home-page,
body.public-checker-page {
  background:
    radial-gradient(circle at 9% 12%, rgba(87, 137, 115, 0.20), transparent 23%),
    radial-gradient(circle at 92% 9%, rgba(214, 173, 82, 0.18), transparent 24%),
    linear-gradient(180deg, #eef5ef 0%, #e8f0e8 48%, #e3ebe3 100%) !important;
}

.brand-mark img.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.public-checker-page .site-header {
  min-height: 58px !important;
  padding: 9px 12px !important;
  border-radius: 18px !important;
  background: rgba(255, 254, 249, 0.88) !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  box-shadow: 0 14px 34px rgba(17, 35, 27, 0.075) !important;
}

.public-checker-page .brand {
  gap: 10px !important;
}

.public-checker-page .brand-mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

.public-checker-page .brand-copy strong {
  font-size: 0.98rem !important;
}

.public-checker-page .brand-copy span:last-child {
  max-width: 170px !important;
  font-size: 0.76rem !important;
  line-height: 1.15 !important;
}

.public-checker-page .site-nav {
  gap: 4px !important;
  padding: 4px !important;
}

.public-checker-page .site-nav a {
  padding: 8px 12px !important;
  font-size: 0.84rem !important;
}

.site-header {
  backdrop-filter: blur(18px) saturate(1.08);
}

.home-page .home-landing {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 18px;
}

.home-page .home-landing-copy {
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 82% 20%, rgba(167, 228, 199, 0.20), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(214, 173, 82, 0.14), transparent 24%),
    linear-gradient(135deg, #10261d 0%, #153d2b 58%, #11271f 100%) !important;
}

.home-page .home-landing-copy h1 {
  max-width: 9ch;
  font-size: clamp(3.1rem, 5.5vw, 5.8rem);
  line-height: 0.88;
}

.home-page .home-landing-copy .page-text {
  max-width: 38ch;
  color: rgba(245, 250, 247, 0.82);
}

.home-page .home-proof-pills span:nth-child(2) {
  background: rgba(214, 173, 82, 0.18);
  border-color: rgba(214, 173, 82, 0.24);
}

.home-page .home-landing-panel--visual {
  background:
    radial-gradient(circle at top right, rgba(207, 229, 234, 0.45), transparent 35%),
    linear-gradient(180deg, rgba(255, 254, 249, 0.98), rgba(246, 250, 247, 0.96));
}

.home-page .home-demo-card {
  border: 1px solid rgba(20, 35, 28, 0.08);
}

.home-page .home-demo-route span {
  min-height: 36px;
}

.home-page .home-process {
  background:
    linear-gradient(90deg, rgba(220, 238, 229, 0.78), rgba(246, 234, 213, 0.74)),
    rgba(255, 255, 255, 0.86) !important;
}

.home-page .home-process-card {
  min-height: 170px;
}

.home-page .home-entry-card--primary {
  background:
    radial-gradient(circle at 86% 15%, rgba(207, 229, 234, 0.18), transparent 28%),
    linear-gradient(135deg, #143f2d, #0f2b22) !important;
}

.public-checker-page .page-shell {
  width: min(1240px, calc(100% - 30px)) !important;
}

.public-checker-page .site-header {
  border-radius: 26px;
}

.route-command {
  margin-top: 16px;
}

.route-command-copy {
  display: grid !important;
  gap: 12px;
  width: 100%;
  max-width: none !important;
  padding: 28px 30px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(214, 173, 82, 0.20), transparent 26%),
    radial-gradient(circle at 10% 100%, rgba(207, 229, 234, 0.42), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(247, 251, 248, 0.96)) !important;
}

.route-command-kicker {
  margin: 0;
  color: var(--Bordivo-forest);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.route-command-title {
  margin: 0;
  max-width: 12ch;
  color: var(--Bordivo-ink);
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.route-command-line {
  max-width: 62ch;
  color: rgba(20, 35, 28, 0.72) !important;
  font-size: clamp(1rem, 1.55vw, 1.18rem) !important;
  font-weight: 600 !important;
  line-height: 1.58 !important;
}

.route-command-pills {
  margin-top: 2px !important;
}

.route-command-pills span:nth-child(2),
.route-command-pills span:nth-child(4) {
  background: rgba(214, 173, 82, 0.15);
  color: #6e520e;
}

.public-checker-page .checker-section {
  margin-top: 18px !important;
}

.public-checker-page .section-heading-compact {
  margin-bottom: 14px !important;
  padding-inline: 4px;
}

.public-checker-page .section-heading-compact h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 3.4vw, 3.25rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.055em;
}

.public-checker-page .section-heading-compact p:not(.eyebrow) {
  max-width: 58ch !important;
  font-size: 1rem !important;
  color: rgba(20, 35, 28, 0.68);
}

.public-checker-page .checker-layout {
  grid-template-columns: minmax(310px, 360px) minmax(0, 1fr) !important;
  gap: 18px !important;
}

.public-checker-page .checker-form,
.public-checker-page .result-card.result-console {
  border: 1px solid rgba(20, 35, 28, 0.08);
  border-radius: 28px !important;
  background: rgba(255, 254, 249, 0.88) !important;
  box-shadow: 0 24px 58px rgba(17, 35, 27, 0.09) !important;
}

.public-checker-page .checker-form {
  top: 106px !important;
  gap: 8px !important;
  padding: 16px !important;
}

.checker-form-intro {
  padding: 10px 8px 6px !important;
}

.checker-form-intro strong {
  font-size: 1.35rem !important;
  letter-spacing: -0.04em;
}

.public-checker-page .checker-form label {
  padding: 9px 10px 0 !important;
  background: rgba(247, 250, 247, 0.76) !important;
  border: 1px solid rgba(20, 35, 28, 0.06);
}

.public-checker-page .checker-form .form-note {
  font-size: 0.78rem !important;
}

.public-checker-page .checker-form .button {
  border-radius: 16px !important;
  box-shadow: 0 16px 24px rgba(18, 63, 45, 0.20);
}

.public-checker-page .result-card.result-console {
  padding: 18px !important;
  gap: 12px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 173, 82, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 254, 249, 0.96), rgba(247, 251, 248, 0.96)) !important;
}

@media (min-width: 1081px) {
  .public-checker-page .result-card.result-console {
    grid-template-columns: minmax(0, 1fr) 270px !important;
  }

  .public-checker-page .result-side-stack {
    grid-column: 2 !important;
    gap: 10px !important;
  }

  .public-checker-page .result-side-stack .meta-card:not(.meta-card-primary):not(.result-side-contact-card) {
    display: none !important;
  }
}

.public-checker-page .result-verdict-panel {
  min-height: 260px;
  padding: 24px !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(207, 229, 234, 0.38), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 249, 0.88)) !important;
}

.public-checker-page .result-card h3#result-title {
  max-width: 18ch !important;
  font-size: clamp(2rem, 3.8vw, 3.5rem) !important;
  line-height: 0.92 !important;
}

.public-checker-page #result-summary {
  max-width: 60ch !important;
  font-size: 1rem !important;
}

.public-checker-page .result-insight-band {
  margin-top: 12px;
}

.public-checker-page .result-note-shell {
  border-left: 4px solid var(--Bordivo-gold);
  background: rgba(246, 234, 213, 0.42) !important;
}

.public-checker-page .meta-card-primary,
.public-checker-page .result-side-contact-card {
  border-radius: 22px !important;
}

.public-checker-page .result-side-contact-card {
  background: linear-gradient(180deg, rgba(244, 250, 247, 0.96), rgba(235, 246, 239, 0.94)) !important;
}

.public-checker-page .result-side-contact-facts {
  gap: 8px !important;
}

.public-checker-page .result-side-contact-fact {
  padding: 10px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.70) !important;
}

.public-checker-page .result-next-step {
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(18, 63, 45, 0.96), rgba(25, 83, 58, 0.94)) !important;
  color: #f7f4ec;
}

.public-checker-page .result-next-step .meta-label,
.public-checker-page .result-next-step h4,
.public-checker-page .result-next-step p {
  color: inherit !important;
}

.public-checker-page .result-next-step .button {
  background: #f7f4ec !important;
  color: var(--Bordivo-forest) !important;
}

.public-checker-page .result-smart-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.public-checker-page .result-smart-card {
  min-height: 132px !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.public-checker-page .result-smart-card--primary {
  background:
    linear-gradient(180deg, rgba(220, 238, 229, 0.90), rgba(244, 250, 247, 0.90)) !important;
}

.public-checker-page .result-smart-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(246, 234, 213, 0.76), rgba(255, 255, 255, 0.78)) !important;
}

.public-checker-page .result-smart-card strong {
  font-size: 1rem !important;
}

.public-checker-page .result-smart-card p {
  font-size: 0.8rem !important;
}

.public-checker-page .result-fold {
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.58) !important;
}

.public-checker-page .result-fold > summary {
  min-height: 54px;
}

.checker-scan-overlay-card {
  border-radius: 30px !important;
  background:
    radial-gradient(circle at top right, rgba(214, 173, 82, 0.18), transparent 30%),
    rgba(255, 254, 249, 0.98) !important;
}

@media (max-width: 1180px) {
  .public-checker-page .checker-layout,
  .home-page .home-landing {
    grid-template-columns: 1fr !important;
  }

  .public-checker-page .checker-form {
    position: static !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .route-command-copy {
    grid-template-columns: 1fr !important;
  }

  .route-command-pills {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: none !important;
    justify-content: flex-start !important;
  }

  .public-checker-page .section-heading-compact {
    display: grid !important;
    gap: 6px !important;
  }

  .public-checker-page .section-heading-compact p:not(.eyebrow) {
    grid-column: 1 !important;
    grid-row: auto !important;
    text-align: left !important;
  }

  .home-page .home-landing-copy h1,
  .route-command-title,
  .public-checker-page .section-heading-compact h2,
  .public-checker-page .result-card h3#result-title {
    max-width: none !important;
  }

  .route-command-copy,
  .public-checker-page .checker-form,
  .public-checker-page .result-card.result-console {
    border-radius: 24px !important;
    padding: 18px !important;
  }

  .route-command-pills {
    gap: 8px !important;
  }

  .route-command-pills span {
    padding: 7px 10px !important;
    font-size: 0.72rem !important;
  }

  .public-checker-page .result-verdict-panel {
    min-height: 0;
    padding: 18px !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: 1fr !important;
  }
}

.result-stage-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 14px 10px;
}

.result-stage-actions .button {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 850;
}

@media (max-width: 760px) {
  .result-stage-actions {
    justify-content: stretch;
    padding: 0 0 12px;
  }

  .result-stage-actions .button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .public-checker-page .page-shell {
    width: min(100%, calc(100% - 16px)) !important;
    padding-top: 8px !important;
  }

  .public-checker-page .site-header {
    position: static !important;
    min-height: 0 !important;
    padding: 10px !important;
  }

  .public-checker-page .site-nav {
    order: 3 !important;
    width: 100% !important;
    overflow-x: auto !important;
  }

  .route-command-title {
    font-size: clamp(2rem, 11vw, 2.75rem) !important;
  }

  .public-checker-page .checker-form,
  .public-checker-page .result-card.result-console,
  .route-command-copy {
    border-radius: 18px !important;
    padding: 14px !important;
  }
}

/* Bordivo checker rescue final override v20260422c */
body.public-checker-page {
  background:
    radial-gradient(circle at 16% 14%, rgba(63, 116, 91, 0.12), transparent 24%),
    linear-gradient(180deg, #edf4ee 0%, #e8f0e8 100%) !important;
}

.public-checker-page .page-shell {
  width: min(1120px, calc(100% - 34px)) !important;
  padding-top: 12px !important;
}

.public-checker-page .site-header {
  min-height: 58px !important;
  padding: 9px 12px !important;
  border-radius: 18px !important;
}

.public-checker-page .brand-mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

.public-checker-page .brand-copy strong {
  font-size: 0.98rem !important;
}

.public-checker-page .brand-copy span:last-child {
  font-size: 0.68rem !important;
}

.route-command {
  margin-top: 10px !important;
}

.route-command-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px 22px !important;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(255, 254, 249, 0.98), rgba(244, 250, 247, 0.96)) !important;
  box-shadow: 0 16px 38px rgba(17, 35, 27, 0.07) !important;
}

.route-command-kicker {
  grid-column: 1;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em !important;
}

.route-command-title {
  grid-column: 1;
  max-width: none !important;
  font-size: clamp(1.75rem, 2.9vw, 2.7rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.route-command-line {
  grid-column: 1;
  max-width: 62ch !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.route-command-pills {
  grid-column: 2;
  grid-row: 1 / span 3;
  max-width: 250px;
  justify-content: flex-end;
  align-content: center;
  margin: 0 !important;
}

.route-command-pills span {
  min-height: 30px !important;
  padding: 6px 10px !important;
  font-size: 0.66rem !important;
}

.public-checker-page .checker-section {
  margin-top: 18px !important;
}

.public-checker-page .section-heading-compact {
  display: flex !important;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px !important;
}

.public-checker-page .section-heading-compact .eyebrow {
  display: block !important;
  margin: 0;
}

.public-checker-page .section-heading-compact h2 {
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem) !important;
  line-height: 1.02 !important;
}

.public-checker-page .section-heading-compact p:not(.eyebrow) {
  max-width: 34ch !important;
  margin: 0 !important;
  font-size: 0.86rem !important;
  text-align: right;
}

.public-checker-page .checker-layout {
  grid-template-columns: 318px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
}

.public-checker-page .checker-form {
  top: 82px !important;
  padding: 12px !important;
  border-radius: 22px !important;
  gap: 8px !important;
}

.checker-form-intro {
  padding: 8px 8px 4px !important;
}

.checker-form-intro strong {
  font-size: 1.08rem !important;
}

.checker-form-intro p {
  font-size: 0.78rem !important;
}

.public-checker-page .checker-form label {
  padding: 8px 8px 0 !important;
  border-radius: 14px !important;
}

.public-checker-page .checker-form select,
.public-checker-page .checker-form input[type="date"] {
  min-height: 42px !important;
  border-radius: 12px !important;
}

.public-checker-page .checker-form .button {
  min-height: 46px !important;
  margin: 4px 8px 0 !important;
}

.public-checker-page .result-card.result-console {
  min-height: 520px;
  padding: 14px !important;
  border-radius: 22px !important;
}

@media (min-width: 1081px) {
  .public-checker-page .result-card.result-console {
    grid-template-columns: minmax(0, 1fr) 230px !important;
    gap: 12px !important;
  }
}

.public-checker-page .result-verdict-panel {
  min-height: 236px !important;
  padding: 20px !important;
  border-radius: 20px !important;
}

.public-checker-page .result-card h3#result-title {
  max-width: 22ch !important;
  font-size: clamp(1.85rem, 3.1vw, 2.85rem) !important;
  line-height: 0.96 !important;
}

.public-checker-page #result-summary {
  max-width: 54ch !important;
  font-size: 0.92rem !important;
}

.public-checker-page .result-note-shell {
  padding: 11px 12px !important;
  border-radius: 14px !important;
}

.public-checker-page .meta-card-primary,
.public-checker-page .result-side-contact-card {
  border-radius: 18px !important;
}

.public-checker-page .result-next-step {
  border-radius: 20px !important;
}

.public-checker-page .result-smart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.public-checker-page .result-smart-card {
  min-height: 112px !important;
  border-radius: 18px !important;
}

.public-checker-page .result-fold {
  border-radius: 15px !important;
}

@media (max-width: 900px) {
  .route-command-copy {
    grid-template-columns: 1fr;
  }

  .route-command-pills {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
    justify-content: flex-start;
  }

  .public-checker-page .section-heading-compact {
    display: grid !important;
  }

  .public-checker-page .section-heading-compact p:not(.eyebrow) {
    text-align: left;
  }

  .public-checker-page .checker-layout {
    grid-template-columns: 1fr !important;
  }

  .public-checker-page .checker-form {
    position: static !important;
  }
}

@media (max-width: 560px) {
  .public-checker-page .page-shell {
    width: min(100%, calc(100% - 16px)) !important;
  }

  .route-command-copy,
  .public-checker-page .checker-form,
  .public-checker-page .result-card.result-console {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .route-command-title {
    font-size: clamp(1.85rem, 10vw, 2.6rem) !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: 1fr !important;
  }
}

/* RouteReady contrast polish v20260410c */

.route-command-pills span,
.result-quick-pill {
  color: var(--accent-deep);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(22, 35, 29, 0.08);
}

.public-checker-page .section-heading-compact .eyebrow,
.public-checker-page .checker-form-intro .eyebrow,
.public-checker-page .result-smart-card .eyebrow {
  color: var(--accent-deep);
}

.site-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 10px 22px rgba(35, 99, 71, 0.22);
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong,
.hero h1,
.section-heading h2,
.feature-callout h2,
.signal-card h2,
.result-card h3,
.workflow-card h3,
.feature-card h3,
.price-card h3 {
  font-family: var(--font-display);
}

.brand-copy span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav {
  display: inline-flex;
  gap: 16px;
  font-size: 0.9rem;
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 12px 24px rgba(35, 99, 71, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(35, 99, 71, 0.24);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
  box-shadow: none;
}

.button-secondary,
.button-ghost {
  color: var(--text);
  background: rgba(255, 250, 240, 0.72);
  border-color: var(--line);
  box-shadow: none;
}

.hero,
.checker-section,
.cases-section,
.ops-section,
.workflow-section,
.feature-section,
.pricing-section,
.pilot-section {
  margin-top: 48px;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.checker-form,
.result-card,
.workflow-card,
.feature-card,
.price-card,
.metric-card {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 32px;
  border-radius: 28px;
}

.eyebrow,
.panel-kicker,
.price-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.hero h1 {
  margin: 16px 0 18px;
  max-width: 12ch;
  font-size: clamp(2.05rem, 4.1vw, 3.75rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.hero-text {
  max-width: 62ch;
  font-size: 1rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(16, 37, 61, 0.95), rgba(16, 37, 61, 0.88)),
    linear-gradient(135deg, rgba(29, 127, 122, 0.24), transparent);
  color: #f3efe6;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -50px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 36px;
  transform: rotate(12deg);
  background: linear-gradient(135deg, rgba(234, 106, 69, 0.2), rgba(196, 144, 29, 0.3));
}

.panel-header {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.signal-list {
  display: grid;
  gap: 16px;
}

.signal-card {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.signal-date {
  color: #f0c77d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-card h2 {
  margin: 8px 0 8px;
  font-size: 1.25rem;
}

.signal-card p {
  margin: 0;
  color: rgba(243, 239, 230, 0.82);
}

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

.metric-card {
  padding: 18px;
  border-radius: 18px;
}

.metric-value {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--bg-deep);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading h2,
.feature-callout h2 {
  margin: 12px 0;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.section-heading p:last-child,
.feature-callout p:last-child {
  color: var(--muted);
}

.checker-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 20px;
}

.checker-form,
.result-card {
  padding: 18px;
  border-radius: 18px;
}

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

.checker-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.checker-form input[type="text"],
.checker-form input[type="date"],
.checker-form select,
.inline-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.76);
}

.toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.toggle-row input {
  width: 18px;
  height: 18px;
}

.result-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(255, 247, 236, 0.9)),
    radial-gradient(circle at top right, rgba(29, 127, 122, 0.08), transparent 32%);
}

.result-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-ready {
  color: var(--bg-deep);
  background: rgba(16, 37, 61, 0.09);
}

.status-green {
  color: var(--success);
  background: rgba(46, 139, 87, 0.14);
}

.status-amber {
  color: var(--warning);
  background: rgba(198, 124, 20, 0.14);
}

.status-red {
  color: var(--danger);
  background: rgba(191, 63, 54, 0.14);
}

.workflow-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.workflow-new {
  color: #245e85;
  background: rgba(36, 94, 133, 0.14);
}

.workflow-review {
  color: var(--warning);
  background: rgba(198, 124, 20, 0.14);
}

.workflow-ready {
  color: var(--success);
  background: rgba(46, 139, 87, 0.14);
}

.workflow-sent {
  color: var(--teal);
  background: rgba(29, 127, 122, 0.14);
}

.workflow-blocked {
  color: var(--danger);
  background: rgba(191, 63, 54, 0.14);
}

.result-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
}

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

.meta-card {
  padding: 14px;
  border-radius: 16px;
  background: rgba(16, 37, 61, 0.05);
}

.meta-card strong {
  display: block;
  margin: 6px 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.meta-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
}

.meta-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

#result-summary {
  margin: 0;
  color: var(--muted);
}

.result-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-checklist li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border-radius: 14px;
  background: rgba(16, 37, 61, 0.05);
}

.result-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--gold) 100%);
}

.result-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.result-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--bg-deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

.result-links a:hover,
.result-links a:focus-visible {
  border-color: rgba(16, 37, 61, 0.3);
  background: rgba(255, 255, 255, 0.96);
}

.result-actions,
.pilot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.result-actions .button,
.pilot-actions .button {
  min-width: 0;
}

.share-advanced {
  display: grid;
  gap: 10px;
}

.share-advanced summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--text);
}

.share-advanced summary::-webkit-details-marker {
  display: none;
}

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

.share-setting {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.share-setting input,
.share-setting select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
}

.inline-select {
  min-width: 160px;
  width: auto;
  background: rgba(255, 255, 255, 0.82);
}

.result-footer {
  display: grid;
  gap: 16px;
}

.result-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.workflow-grid,
.feature-list,
.pricing-grid {
  display: grid;
  gap: 18px;
}

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

.workflow-card,
.feature-card,
.price-card {
  padding: 18px;
  border-radius: 18px;
}

.workflow-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-weight: 900;
  color: var(--bg-deep);
  background: rgba(29, 127, 122, 0.16);
}

.feature-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 20px;
  align-items: start;
}

.feature-callout,
.feature-list {
  min-width: 0;
}

.feature-callout {
  padding: 24px 12px 0 0;
}

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

.pricing-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.pilot-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.cases-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 18px;
}

.ops-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.price-card {
  position: relative;
  overflow: hidden;
}

.price-card ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.price-card-highlight {
  color: #f7f0e3;
  background:
    linear-gradient(180deg, rgba(16, 37, 61, 0.98), rgba(16, 37, 61, 0.92)),
    linear-gradient(135deg, rgba(234, 106, 69, 0.2), transparent);
}

.price-card-highlight .price-tag,
.price-card-highlight p,
.price-card-highlight li {
  color: rgba(247, 240, 227, 0.86);
}

.price {
  margin: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.price span {
  font-size: 1.05rem;
}

.pilot-form,
.workspace-form,
.pilot-preview,
.cases-panel,
.cases-preview,
.ops-panel,
.ops-preview,
.timeline-panel {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

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

.pilot-form,
.workspace-form {
  display: grid;
  gap: 16px;
}

.pilot-form label,
.workspace-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.pilot-form input,
.pilot-form select,
.pilot-form textarea,
.workspace-form input,
.workspace-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.76);
  resize: vertical;
}

.workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pilot-preview {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(16, 37, 61, 0.96), rgba(16, 37, 61, 0.9)),
    linear-gradient(135deg, rgba(29, 127, 122, 0.18), transparent);
  color: #f7f0e3;
}

.pilot-preview h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.02;
}

.pilot-preview p {
  margin: 0;
  color: rgba(247, 240, 227, 0.82);
}

.pilot-preview .eyebrow {
  color: #f0c77d;
}

.cases-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.cases-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.ops-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.ops-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ops-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.cases-toolbar h3,
.cases-preview h3 {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.02;
}

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

.toolbar-filters {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 12px;
}

.toolbar-field {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.toolbar-field input,
.toolbar-field select,
.notes-shell input,
.notes-shell textarea,
.lead-desk-shell input,
.lead-desk-shell textarea,
.lead-desk-shell select {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
}

.case-card,
.empty-state {
  padding: 16px;
  border-radius: 18px;
  background: rgba(16, 37, 61, 0.05);
  border: 1px solid rgba(16, 37, 61, 0.08);
}

.case-card.is-active {
  border-color: rgba(35, 99, 71, 0.3);
  box-shadow: 0 12px 24px rgba(35, 99, 71, 0.08);
}

.case-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.card-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.case-card h4 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.case-card p,
.empty-state p,
.case-meta,
.cases-preview p {
  margin: 0;
  color: var(--muted);
}

.case-meta {
  font-size: 0.92rem;
}

.case-note-snippet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(16, 37, 61, 0.12);
}

.case-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
}

.mini-button:hover,
.mini-button:focus-visible {
  background: rgba(255, 255, 255, 0.96);
}

.mini-button-danger {
  color: var(--danger);
}

.empty-state strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.cases-preview {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(255, 247, 236, 0.92)),
    radial-gradient(circle at top right, rgba(29, 127, 122, 0.08), transparent 36%);
}

.workflow-shell {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(16, 37, 61, 0.05);
  border: 1px solid rgba(16, 37, 61, 0.08);
}

.workflow-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.workflow-heading {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.workflow-select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
}

.workflow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.notes-shell {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(16, 37, 61, 0.05);
  border: 1px solid rgba(16, 37, 61, 0.08);
}

.lead-desk-shell {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lead-desk-shell label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  color: #f7f0e3;
}

.lead-desk-shell .workflow-select {
  background: rgba(255, 255, 255, 0.9);
}

.lead-desk-meta,
.lead-desk-feedback {
  color: rgba(247, 240, 227, 0.78);
  font-size: 0.92rem;
}

.outreach-shell {
  display: grid;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ops-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.ops-preview {
  display: grid;
  align-content: start;
  gap: 14px;
  color: #f7f0e3;
  background:
    linear-gradient(180deg, rgba(16, 37, 61, 0.96), rgba(16, 37, 61, 0.9)),
    linear-gradient(135deg, rgba(234, 106, 69, 0.12), transparent);
}

.ops-preview h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.02;
}

.ops-preview p {
  margin: 0;
  color: rgba(247, 240, 227, 0.82);
}

.ops-preview .eyebrow {
  color: #f0c77d;
}

.watchtower-shell {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(16, 37, 61, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(255, 247, 236, 0.92)),
    radial-gradient(circle at top right, rgba(29, 127, 122, 0.08), transparent 36%);
  box-shadow: var(--shadow);
}

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

.watchtower-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(16, 37, 61, 0.04);
  border: 1px solid rgba(16, 37, 61, 0.08);
}

.watchtower-card strong {
  display: block;
  margin: 6px 0;
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.watchtower-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.watchtower-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
}

.watchtower-list-shell,
.watchtower-detail-shell {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 37, 61, 0.08);
}

.watchtower-detail-shell {
  background:
    linear-gradient(180deg, rgba(16, 37, 61, 0.96), rgba(16, 37, 61, 0.9)),
    linear-gradient(135deg, rgba(234, 106, 69, 0.12), transparent);
  color: #f7f0e3;
}

.watchtower-detail-shell h4,
.watchtower-list-shell h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.08;
}

.watchtower-detail-shell p,
.watchtower-detail-shell li {
  color: rgba(247, 240, 227, 0.82);
}

.watchtower-detail-shell .eyebrow {
  color: #f0c77d;
}

.watchtower-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button.is-disabled,
.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.55;
}

.timeline-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(255, 247, 236, 0.94)),
    radial-gradient(circle at top right, rgba(29, 127, 122, 0.08), transparent 34%);
}

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

.activity-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(16, 37, 61, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.activity-top,
.activity-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.activity-title {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
}

.activity-copy {
  margin: 6px 0 0;
  color: var(--muted);
}

.activity-meta {
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
}

.preview-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.preview-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow-wrap: anywhere;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.legal-note,
.route-issue-note {
  max-width: 1060px;
  margin: 22px auto 0;
  text-align: center;
}

.legal-note a,
.route-issue-note a {
  color: var(--accent-deep);
  font-weight: 800;
}

.form-note[data-state="success"] {
  color: var(--success);
}

.form-note[data-state="error"] {
  color: var(--danger);
}

.app-toast {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 50;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(16, 37, 61, 0.96);
  color: #f7f0e3;
  box-shadow: 0 20px 42px rgba(16, 37, 61, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.app-toast[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise-in 700ms ease forwards;
}

.reveal-delay-1 {
  animation-delay: 120ms;
}

@keyframes rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 26px;
  }

  .app-toast {
    left: 16px;
    right: 16px;
    top: 16px;
    max-width: none;
  }

  .hero,
  .checker-layout,
  .workflow-grid,
  .feature-section,
  .feature-list,
  .pricing-grid,
  .pilot-layout,
  .cases-layout,
  .ops-layout,
  .ops-metrics,
  .watchtower-layout,
  .watchtower-metrics,
  .field-grid,
  .toolbar-filters,
  .result-matrix,
  .metrics {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: calc(100% - 20px);
    padding-top: 16px;
  }

  .hero-copy,
  .hero-panel,
  .checker-form,
  .result-card,
  .workflow-card,
  .feature-card,
  .price-card,
  .metric-card,
  .watchtower-shell,
  .watchtower-card,
  .watchtower-list-shell,
  .watchtower-detail-shell {
    padding: 20px;
    border-radius: 24px;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    order: 3;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button,
  .button-secondary,
  .button-ghost {
    width: 100%;
  }

  .ops-topbar,
  .cases-toolbar,
  .ops-actions {
    flex-direction: column;
  }

  .activity-top {
    flex-direction: column;
  }

  .share-settings {
    grid-template-columns: 1fr;
  }

  .inline-select {
    width: 100%;
  }
}

.pricing-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.pricing-note {
  margin-top: 12px;
  text-align: center;
}

.badge-premium {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(16, 37, 61, 0.08);
  color: var(--muted);
  font-size: 0.7em;
  font-weight: 700;
  vertical-align: middle;
}

.alerts-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.alerts-subscribe {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.alerts-types {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.alerts-types legend {
  padding: 0 6px;
  font-weight: 700;
}

.alerts-dashboard {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.alerts-count {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.9em;
}

.alerts-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alerts-empty {
  color: var(--muted);
  font-size: 0.9em;
}

.alert-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(16, 37, 61, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
}

.alert-item .button-small {
  align-self: flex-start;
  margin-top: 4px;
}

.alert-label {
  font-size: 0.9em;
  font-weight: 700;
}

.alert-meta {
  color: var(--muted);
  font-size: 0.8em;
}

.button-small {
  padding: 4px 10px;
  font-size: 0.8em;
}

.alerts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 680px) {
  .alerts-layout {
    grid-template-columns: 1fr;
  }
}

.page-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
  margin-top: 48px;
}

.page-copy,
.page-panel,
.choice-card,
.story-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.page-copy h1,
.page-panel h2,
.choice-card h3,
.story-card h3 {
  margin: 12px 0 14px;
  font-family: var(--font-display);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.page-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

.page-panel h2,
.choice-card h3,
.story-card h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
}

.page-text,
.page-panel p,
.choice-card p,
.story-card p {
  margin: 0;
  color: var(--muted);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.page-list li {
  position: relative;
  padding-left: 18px;
}

.page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.signal-list-plain {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.signal-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(16, 37, 61, 0.05);
}

.signal-item h3 {
  margin: 8px 0 8px;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.signal-item p {
  margin: 0;
  color: var(--muted);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.choice-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.choice-kicker {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.choice-link {
  margin-top: auto;
}

.page-split,
.page-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.page-backbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.public-checker-page .metrics,
.public-checker-page .cases-section,
.public-checker-page .ops-section,
.public-checker-page .workflow-section,
.public-checker-page .feature-section,
.public-checker-page .pricing-section,
.public-checker-page .alerts-section,
.public-checker-page .pilot-section {
  display: none;
}

.team-agent-checker-page .metrics,
.team-agent-checker-page .cases-section,
.team-agent-checker-page .ops-section,
.team-agent-checker-page .workflow-section,
.team-agent-checker-page .feature-section,
.team-agent-checker-page .pricing-section,
.team-agent-checker-page .alerts-section,
.team-agent-checker-page .pilot-section {
  display: none !important;
}

.team-agent-checker-page #use-in-pilot {
  display: none !important;
}

.public-checker-page #save-case,
.public-checker-page #use-in-pilot {
  display: none;
}

.public-checker-page #open-report,
.public-checker-page #copy-report,
.public-checker-page #download-report {
  display: none;
}

.back-link-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
  color: var(--text);
  font-weight: 700;
}

.back-button {
  font: inherit;
  cursor: pointer;
}

.back-link-inline:hover,
.back-link-inline:focus-visible {
  background: rgba(255, 255, 255, 0.96);
}

.page-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.page-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.page-form input,
.page-form select,
.page-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  resize: vertical;
}

@media (max-width: 980px) {
  .page-hero,
  .page-split,
  .page-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-copy,
  .page-panel,
  .choice-card,
  .story-card,
  .page-form {
    padding: 20px;
    border-radius: 24px;
  }

  .page-actions {
    flex-direction: column;
  }

  .choice-link,
  .page-actions .button,
  .page-actions .button-secondary {
    width: 100%;
  }
}

.portal-hero-grid,
.portal-main-grid {
  align-items: start;
}

.portal-actions {
  gap: 10px;
}

.portal-metrics-grid {
  margin-top: 18px;
}

.portal-metric-card {
  gap: 8px;
}

.portal-metric-card strong {
  font-size: 1rem;
}

.compact-list {
  gap: 8px;
}

.portal-card {
  display: grid;
  gap: 16px;
}

.portal-card-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}

.portal-card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.portal-target-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 2px;
}

.portal-impact-list {
  display: grid;
  gap: 6px;
  margin: 8px 0 6px;
  color: var(--muted);
  font-size: 0.84rem;
}

.portal-impact-list strong {
  color: var(--text);
  font-weight: 700;
}

.portal-target-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.portal-list,
.portal-users-list,
.portal-activity-list {
  display: grid;
  gap: 12px;
}

.portal-account-form {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(220px, 1.3fr) minmax(140px, 0.8fr) auto auto;
  gap: 10px;
  align-items: end;
  margin: 12px 0 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.portal-account-form label,
.portal-role-control {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.portal-account-form input,
.portal-account-form select,
.portal-role-control select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: var(--text);
}

.portal-checkbox-label {
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 42px;
}

.portal-checkbox-label input {
  min-height: auto;
}

.admin-console {
  display: grid;
  gap: 14px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 0 34px;
}

.admin-topbar,
.admin-session-strip,
.admin-tabs,
.admin-panel,
.admin-session-card,
.admin-health-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(25, 50, 37, 0.08);
}

.admin-topbar h1 {
  margin: 4px 0 6px;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
}

.admin-topbar p {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}

.admin-topbar-actions,
.admin-shortcuts,
.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-session-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
  overflow: hidden;
}

.admin-session-card,
.admin-health-card {
  border: 0;
  border-radius: 0;
  padding: 14px 16px;
  background: transparent;
}

.admin-session-card {
  border-right: 1px solid var(--line);
}

.admin-session-card strong {
  display: block;
  margin: 4px 0;
  font-size: 1.05rem;
}

.admin-session-card p,
.admin-health-card li {
  color: var(--muted);
}

.admin-health-card ul,
.admin-priority-list {
  margin: 8px 0 0;
  padding-left: 18px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-metrics .metric-card {
  min-height: 96px;
  border-radius: 8px;
  padding: 12px;
}

.admin-metrics .metric-value {
  font-size: 1.35rem;
}

.admin-tabs {
  display: flex;
  gap: 4px;
  padding: 5px;
  position: sticky;
  top: 0;
  z-index: 8;
  box-shadow: 0 8px 22px rgba(25, 50, 37, 0.06);
}

.admin-tab {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  min-height: 40px;
  padding: 0 14px;
}

.admin-tab.is-active {
  background: var(--accent);
  color: #fff;
}

.admin-tab-panel {
  display: none;
}

.admin-tab-panel.is-active {
  display: block;
}

.admin-grid {
  display: grid;
  gap: 14px;
}

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

.admin-panel {
  padding: 16px;
  box-shadow: 0 14px 34px rgba(25, 50, 37, 0.08);
}

.admin-panel-head,
.admin-detail-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
  margin-bottom: 12px;
}

.admin-panel h2,
.admin-detail-head h3 {
  margin: 4px 0 0;
}

.admin-account-workbench {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(420px, 1.18fr);
  gap: 14px;
  align-items: start;
}

.admin-account-sidebar,
.admin-account-detail {
  min-width: 0;
}

.admin-account-filters {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 8px;
  margin: 12px 0;
}

.admin-account-filters input,
.admin-account-filters select,
.admin-detail-form input,
.admin-detail-form select {
  min-height: 42px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: var(--text);
}

.admin-scroll-list {
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

.admin-scroll-list-large {
  max-height: 720px;
}

.portal-user-row {
  border-radius: 8px;
}

.portal-user-row.is-selected {
  border-color: rgba(42, 107, 78, 0.55);
  background: rgba(228, 241, 233, 0.9);
}

.admin-account-detail {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  position: sticky;
  top: 78px;
}

.admin-empty-state {
  min-height: 240px;
  display: grid;
  align-content: center;
  gap: 8px;
  color: var(--muted);
}

.admin-detail-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.admin-detail-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-detail-checkbox,
.admin-detail-actions,
.admin-detail-form .form-note {
  grid-column: 1 / -1;
}

.admin-danger-button {
  border-color: rgba(166, 55, 55, 0.35);
  color: #8d2f2f;
}

.portal-feed-item,
.portal-user-row,
.portal-activity-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.portal-feed-static {
  justify-content: start;
}

.portal-feed-copy,
.portal-user-copy,
.portal-activity-copy {
  display: grid;
  gap: 4px;
}

.portal-feed-copy p,
.portal-user-copy span,
.portal-activity-copy span {
  margin: 0;
  color: var(--muted);
}

.portal-feed-meta {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.portal-feed-actions,
.portal-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: end;
}

.portal-self-label {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

.portal-activity-item time {
  color: var(--muted);
  white-space: nowrap;
}

@media (max-width: 720px) {
  .admin-topbar,
  .admin-panel-head,
  .admin-detail-head {
    display: grid;
  }

  .admin-session-strip,
  .admin-grid-2,
  .admin-account-workbench,
  .admin-detail-form {
    grid-template-columns: 1fr;
  }

  .admin-session-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .admin-tabs {
    overflow-x: auto;
  }

  .admin-account-detail {
    position: static;
  }

  .admin-account-filters {
    grid-template-columns: 1fr;
  }

  .portal-account-form {
    grid-template-columns: 1fr;
  }

  .portal-card-head,
  .portal-feed-item,
  .portal-user-row,
  .portal-activity-item {
    grid-template-columns: 1fr;
    display: grid;
  }

  .portal-feed-actions,
  .portal-user-actions {
    justify-content: start;
  }

  .portal-activity-item time {
    white-space: normal;
  }
}

/* Precision refresh */

:root {
  --bg: #eef3ef;
  --bg-deep: #15251d;
  --surface: rgba(252, 254, 252, 0.84);
  --surface-strong: #f8fbf8;
  --text: #16231d;
  --muted: #5d6d66;
  --accent: #2a6b4e;
  --accent-deep: #1d513a;
  --teal: #3d8062;
  --gold: #7a8f4a;
  --line: rgba(21, 37, 29, 0.11);
  --success: #2f7857;
  --warning: #9a7428;
  --danger: #b04e43;
  --shadow: 0 14px 34px rgba(18, 31, 24, 0.08);
  --radius: 10px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(61, 128, 98, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(123, 143, 74, 0.08), transparent 24%),
    linear-gradient(180deg, #eef3ef 0%, #edf1ed 42%, #e7ece7 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(21, 37, 29, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 37, 29, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
}

.page-shell {
  width: min(1220px, calc(100% - 28px));
  padding: 16px 0 48px;
}

.site-header {
  top: 10px;
  gap: 14px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(247, 250, 247, 0.86);
  box-shadow: 0 10px 28px rgba(18, 31, 24, 0.06);
}

.site-header-actions {
  gap: 8px;
}

.brand {
  gap: 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2b7a57 0%, #173f30 100%);
  box-shadow: 0 10px 22px rgba(29, 81, 58, 0.2);
}

.brand-copy strong {
  font-size: 1.02rem;
}

.brand-copy span:last-child {
  font-size: 0.84rem;
}

.site-nav {
  gap: 14px;
  font-size: 0.95rem;
}

.site-nav a {
  font-weight: 650;
}

.button,
.button-secondary,
.button-ghost {
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
  box-shadow: none;
}

.button {
  background: linear-gradient(180deg, #2b7352 0%, #1f553d 100%);
  border-color: rgba(29, 81, 58, 0.1);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(29, 81, 58, 0.16);
}

.button-secondary,
.button-ghost,
.mini-button,
.result-links a,
.back-link-inline,
.portal-self-label {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(21, 37, 29, 0.1);
}

.hero,
.checker-section,
.cases-section,
.ops-section,
.workflow-section,
.feature-section,
.pricing-section,
.pilot-section {
  margin-top: 32px;
}

.hero {
  gap: 20px;
  grid-template-columns: 1.05fr 0.95fr;
}

.hero-copy,
.hero-panel,
.checker-form,
.result-card,
.workflow-card,
.feature-card,
.price-card,
.metric-card,
.pilot-form,
.workspace-form,
.pilot-preview,
.cases-panel,
.cases-preview,
.ops-panel,
.ops-preview,
.timeline-panel,
.page-form,
.page-panel,
.choice-card,
.story-card,
.signal-item,
.portal-card {
  border-radius: 10px;
}

.hero-copy {
  padding: 24px;
}

.hero h1 {
  margin: 14px 0 16px;
  max-width: 10.8ch;
  font-size: clamp(1.95rem, 3.3vw, 3.25rem);
  line-height: 1;
}

.hero-text {
  max-width: 58ch;
  font-size: 0.98rem;
}

.hero-actions {
  gap: 10px;
  margin-top: 20px;
}

.hero-points,
.page-list {
  gap: 8px;
  margin-top: 20px;
}

.hero-points li,
.page-list li {
  padding-left: 16px;
}

.hero-points li::before,
.page-list li::before {
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--accent);
}

.hero-panel {
  padding: 22px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(21, 37, 29, 0.96), rgba(25, 45, 34, 0.92)),
    linear-gradient(135deg, rgba(61, 128, 98, 0.12), transparent);
}

.hero-panel::after {
  inset: auto -36px -42px auto;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(90, 126, 94, 0.18), rgba(42, 107, 78, 0.18));
}

.panel-header {
  gap: 6px;
  margin-bottom: 14px;
}

.signal-list,
.metrics,
.choice-grid,
.result-matrix,
.result-actions,
.share-settings,
.workflow-grid,
.feature-list,
.pricing-grid,
.pilot-layout,
.cases-layout,
.ops-layout,
.ops-metrics,
.watchtower-metrics,
.watchtower-layout {
  gap: 12px;
}

.signal-card {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.signal-date,
.eyebrow,
.panel-kicker,
.price-tag,
.meta-label,
.choice-kicker,
.intent-label,
.intent-library span,
.portal-feed-meta {
  font-size: 0.74rem;
}

.signal-card h2 {
  font-size: 1.08rem;
}

.metric-card {
  padding: 14px;
  border-radius: 8px;
}

.metric-value {
  margin-bottom: 6px;
  font-size: 1.28rem;
}

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

.section-heading h2,
.feature-callout h2 {
  margin: 10px 0;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
}

.checker-layout {
  gap: 16px;
  grid-template-columns: 0.88fr 1.12fr;
}

.checker-form,
.result-card {
  padding: 16px;
  gap: 12px;
}

.checker-form label,
.pilot-form label,
.workspace-form label,
.toolbar-field,
.page-form label {
  gap: 6px;
  font-size: 0.93rem;
}

.checker-form input[type="text"],
.checker-form input[type="date"],
.checker-form select,
.inline-select,
.pilot-form input,
.pilot-form select,
.pilot-form textarea,
.workspace-form input,
.workspace-form textarea,
.page-form input,
.page-form select,
.page-form textarea,
.share-setting input,
.share-setting select,
.toolbar-field input,
.toolbar-field select,
.notes-shell input,
.notes-shell textarea,
.lead-desk-shell input,
.lead-desk-shell textarea,
.lead-desk-shell select,
.workflow-select {
  padding: 9px 11px;
  border-radius: 8px;
  font-size: 0.95rem;
}

.toggle-row {
  gap: 10px;
  padding: 9px 11px;
  border-radius: 10px;
}

.toggle-row input {
  width: 16px;
  height: 16px;
}

.result-topline {
  gap: 10px;
  font-size: 0.84rem;
}

.status-pill,
.workflow-pill {
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.74rem;
}

.result-card h3 {
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
}

.meta-card {
  padding: 12px;
  border-radius: 8px;
}

.meta-card strong {
  font-size: 1rem;
}

.meta-card p,
.result-note,
.case-meta,
.activity-copy,
.form-note {
  font-size: 0.89rem;
}

.result-checklist {
  gap: 10px;
}

.result-checklist li {
  padding: 10px 12px 10px 28px;
  border-radius: 8px;
}

.result-checklist li::before {
  left: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--gold) 100%);
}

.result-links a,
.mini-button,
.back-link-inline {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
}

.share-advanced {
  gap: 8px;
}

.workflow-card,
.feature-card,
.price-card,
.pilot-form,
.workspace-form,
.pilot-preview,
.cases-panel,
.cases-preview,
.ops-panel,
.ops-preview,
.timeline-panel,
.watchtower-shell,
.watchtower-list-shell,
.watchtower-detail-shell,
.activity-item,
.case-card,
.empty-state,
.workflow-shell,
.notes-shell,
.lead-desk-shell,
.choice-card,
.story-card,
.signal-item,
.portal-feed-item,
.portal-user-row,
.portal-activity-item {
  padding: 14px;
  border-radius: 10px;
}

.workflow-card span {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.cases-toolbar h3,
.cases-preview h3,
.ops-preview h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.case-card h4,
.workflow-heading {
  font-size: 1.04rem;
}

.mini-button {
  font-size: 0.9rem;
}

.watchtower-shell,
.timeline-panel,
.cases-preview,
.result-card,
.pilot-preview,
.ops-preview {
  background:
    linear-gradient(180deg, rgba(249, 252, 249, 0.94), rgba(245, 249, 245, 0.94)),
    radial-gradient(circle at top right, rgba(61, 128, 98, 0.08), transparent 36%);
}

.pilot-preview,
.ops-preview,
.watchtower-detail-shell,
.hero-panel {
  color: #eff5f0;
}

.ops-preview,
.pilot-preview,
.watchtower-detail-shell {
  background:
    linear-gradient(180deg, rgba(21, 37, 29, 0.96), rgba(25, 45, 34, 0.92)),
    linear-gradient(135deg, rgba(61, 128, 98, 0.12), transparent);
}

.price-card-highlight {
  background:
    linear-gradient(180deg, rgba(21, 37, 29, 0.98), rgba(25, 45, 34, 0.94)),
    linear-gradient(135deg, rgba(61, 128, 98, 0.14), transparent);
}

.site-header,
.hero-copy,
.checker-form,
.result-card,
.metric-card,
.choice-card,
.page-form,
.page-panel,
.pilot-form,
.workspace-form,
.pilot-preview,
.cases-panel,
.cases-preview,
.ops-panel,
.ops-preview,
.timeline-panel,
.watchtower-shell,
.watchtower-list-shell,
.watchtower-detail-shell,
.portal-card {
  border-color: rgba(255, 255, 255, 0.55);
}

.focus-welcome {
  display: none;
  margin-top: 22px;
}

.traveler-focus-mode .focus-welcome {
  display: block;
}

.focus-welcome-copy,
.tool-desk-copy,
.tool-context-card,
.home-command-board,
.home-card,
.home-watchtower-card,
.resource-panel {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.traveler-focus-mode .tool-desk-banner,
.traveler-focus-mode .tool-context-strip {
  display: none;
}

.tool-desk-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 320px;
  gap: 12px;
  margin-top: 22px;
}

.tool-desk-copy h1,
.focus-welcome-copy h1,
.home-command-copy h1 {
  margin: 10px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.tool-desk-copy p,
.focus-welcome-copy p,
.home-command-copy p,
.tool-context-card p,
.home-card p,
.home-watchtower-card p {
  margin: 0;
  color: var(--muted);
}

.tool-desk-rail {
  display: grid;
  gap: 10px;
}

.tool-rail-card {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(21, 37, 29, 0.94), rgba(25, 45, 34, 0.92));
  color: #eef5ef;
}

.tool-context-strip,
.home-grid,
.home-watchtower,
.result-resource-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.tool-context-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.home-watchtower {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.home-command-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.home-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.home-card,
.home-watchtower-card {
  display: grid;
  gap: 10px;
}

.home-mini-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-mini-list li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
}

.home-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--accent);
}

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

.resource-panel {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.resource-links {
  display: grid;
  gap: 8px;
}

.resource-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 650;
}

.public-checker-page .result-resource-grid {
  margin-top: 2px;
}

@media (max-width: 980px) {
  .tool-desk-banner,
  .tool-context-strip,
  .home-grid,
  .home-watchtower,
  .result-resource-grid {
    grid-template-columns: 1fr;
  }

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

  .hero,
  .checker-layout,
  .feature-section,
  .pricing-grid,
  .pilot-layout,
  .cases-layout,
  .ops-layout,
  .watchtower-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: calc(100% - 20px);
    padding-top: 12px;
  }

  .site-header {
    border-radius: 8px;
    padding: 10px 12px;
  }

  .hero-copy,
  .hero-panel,
  .checker-form,
  .result-card,
  .page-form,
  .page-panel,
  .choice-card,
  .story-card,
  .metric-card {
    padding: 16px;
    border-radius: 8px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(1.75rem, 9vw, 2.45rem);
  }
}

/* Emerald operating system */

:root {
  --bg: #edf3ee;
  --bg-deep: #16231d;
  --surface: rgba(249, 251, 249, 0.9);
  --surface-strong: #fbfcfb;
  --text: #16231d;
  --muted: #5f6f66;
  --accent: #236347;
  --accent-deep: #163f2d;
  --teal: #2d7656;
  --gold: #7d947f;
  --line: rgba(22, 35, 29, 0.1);
  --success: #236347;
  --warning: #846b27;
  --danger: #9c3a34;
  --shadow: 0 12px 28px rgba(18, 31, 24, 0.08);
  --radius: 8px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(45, 118, 86, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(110, 141, 118, 0.1), transparent 26%),
    linear-gradient(180deg, #edf3ee 0%, #e8efe9 52%, #e4ebe5 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(22, 35, 29, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 35, 29, 0.028) 1px, transparent 1px);
}

.page-shell {
  width: min(1260px, calc(100% - 24px));
  padding: 14px 0 40px;
}

.site-header {
  top: 10px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 10px 14px;
  border-radius: 8px !important;
  background: rgba(248, 250, 248, 0.92);
  box-shadow: 0 10px 24px rgba(18, 31, 24, 0.08);
}

.site-header-actions {
  gap: 8px;
  justify-self: end;
}

.brand {
  gap: 12px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 6px !important;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%) !important;
  box-shadow: 0 8px 18px rgba(35, 99, 71, 0.18) !important;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy span:last-child {
  font-size: 0.84rem;
}

.site-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-self: center;
  font-size: 0.88rem;
  padding: 4px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.site-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--muted);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.86);
}

.site-nav a.is-active,
.site-nav a.active {
  color: var(--accent-deep) !important;
  background: rgba(229, 239, 233, 0.98);
  box-shadow: inset 0 0 0 1px rgba(35, 99, 71, 0.14);
}

.button,
.button-secondary,
.button-ghost,
.mini-button,
.back-link-inline {
  border-radius: 8px !important;
}

.button {
  padding: 9px 13px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%) !important;
  box-shadow: 0 8px 18px rgba(35, 99, 71, 0.18) !important;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 10px 22px rgba(35, 99, 71, 0.22) !important;
}

.button-secondary,
.button-ghost {
  color: var(--text) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: var(--line) !important;
  box-shadow: none !important;
}

.header-signup-link {
  white-space: nowrap;
}

.hero,
.checker-section,
.cases-section,
.ops-section,
.workflow-section,
.feature-section,
.pricing-section,
.pilot-section {
  margin-top: 24px;
}

.hero-copy,
.hero-panel,
.checker-form,
.result-card,
.metric-card,
.choice-card,
.page-form,
.page-panel,
.pilot-form,
.workspace-form,
.pilot-preview,
.cases-panel,
.cases-preview,
.ops-panel,
.ops-preview,
.timeline-panel,
.watchtower-shell,
.watchtower-list-shell,
.watchtower-detail-shell,
.portal-card,
.focus-welcome-copy,
.tool-desk-copy,
.tool-context-card,
.home-command-board,
.home-card,
.home-watchtower-card,
.resource-panel {
  border-radius: 8px !important;
  box-shadow: 0 10px 24px rgba(18, 31, 24, 0.08);
}

.focus-welcome,
.tool-desk-banner,
.tool-context-strip,
.home-grid {
  margin-top: 12px;
}

.tool-desk-copy h1,
.focus-welcome-copy h1,
.home-command-copy h1 {
  margin: 8px 0 10px;
  font-size: clamp(1.34rem, 2.3vw, 1.92rem);
}

.home-command-board {
  margin-top: 12px;
  gap: 12px;
}

.home-command-actions {
  gap: 6px;
}

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

.home-card:last-child {
  grid-column: span 3;
}

.home-watchtower {
  display: none;
}

.checker-layout {
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  gap: 12px;
  align-items: start;
}

.checker-form,
.result-card {
  padding: 14px;
  gap: 10px;
}

.checker-form {
  gap: 10px;
}

.checker-form label,
.pilot-form label,
.workspace-form label,
.toolbar-field,
.page-form label {
  gap: 6px;
  font-size: 0.92rem;
}

.checker-form input[type="text"],
.checker-form input[type="date"],
.checker-form select,
.inline-select,
.pilot-form input,
.pilot-form select,
.pilot-form textarea,
.workspace-form input,
.workspace-form textarea,
.page-form input,
.page-form select,
.page-form textarea,
.share-setting input,
.share-setting select,
.toolbar-field input,
.toolbar-field select,
.notes-shell input,
.notes-shell textarea,
.lead-desk-shell input,
.lead-desk-shell textarea,
.lead-desk-shell select,
.workflow-select {
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
}

.toggle-row {
  min-height: 42px;
  gap: 10px;
  padding: 9px 11px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.84);
}

.toggle-row input {
  width: 15px;
  height: 15px;
}

.result-card {
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(249, 251, 249, 0.98), rgba(244, 248, 244, 0.98)),
    radial-gradient(circle at top right, rgba(45, 118, 86, 0.08), transparent 34%);
}

.result-topline {
  justify-content: space-between;
  gap: 8px;
  font-size: 0.84rem;
}

.status-pill,
.workflow-pill {
  padding: 5px 10px;
  border-radius: 6px;
}

.result-matrix {
  gap: 8px;
}

.meta-card {
  padding: 12px;
  border-radius: 6px;
  background: rgba(22, 35, 29, 0.035);
  border: 1px solid rgba(22, 35, 29, 0.06);
}

.meta-card strong {
  font-size: 0.98rem;
}

.meta-card p,
.result-note,
.case-meta,
.activity-copy,
.form-note {
  font-size: 0.87rem;
}

.result-checklist {
  gap: 8px;
}

.result-checklist li {
  padding: 9px 11px 9px 26px;
  border-radius: 6px;
}

.result-checklist li::before {
  left: 11px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--accent);
}

.result-links,
.resource-links {
  gap: 6px;
}

.result-links a,
.resource-links a {
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 0.86rem;
}

.result-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-checker-page .result-actions .button {
  width: 100%;
}

.share-advanced {
  margin-top: 2px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.share-advanced summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--muted);
}

.share-settings {
  margin-top: 8px;
}

.resource-empty {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px dashed rgba(22, 35, 29, 0.14);
  border-radius: 6px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
}

.traveler-focus-mode .cases-section,
.traveler-focus-mode .ops-section,
.traveler-focus-mode .workflow-section,
.traveler-focus-mode .feature-section,
.traveler-focus-mode .pricing-section,
.traveler-focus-mode .pilot-section {
  display: none !important;
}

.traveler-focus-mode #open-report,
.traveler-focus-mode #copy-report,
.traveler-focus-mode #download-report,
.traveler-focus-mode #use-in-pilot,
.traveler-focus-mode .share-advanced {
  display: none !important;
}

.traveler-focus-mode .result-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-checker-page .tool-desk-banner,
.public-checker-page .tool-context-strip {
  display: none;
}

.public-checker-page .checker-section {
  margin-top: 12px;
}

.public-checker-page .section-heading {
  max-width: 620px;
  margin-bottom: 14px;
}

.home-hero,
.home-signal-strip,
.home-journey {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.home-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: stretch;
}

.home-hero-main,
.home-rail-card,
.home-signal-card,
.home-journey-main,
.home-journey-side {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(18, 31, 24, 0.08);
}

.home-hero-main {
  background:
    radial-gradient(circle at top right, rgba(71, 140, 102, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(20, 35, 28, 0.98), rgba(24, 45, 34, 0.96));
  color: #f3f7f4;
  border-color: rgba(17, 30, 24, 0.18);
}

.home-hero-main .eyebrow,
.home-hero-main .page-text,
.home-hero-main .home-proof-list li {
  color: rgba(232, 240, 235, 0.84);
}

.home-hero-main h1 {
  margin: 10px 0 12px;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home-rail-actions,
.home-journey-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.home-proof-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-proof-list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.9rem;
}

.home-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #67b388;
}

.home-hero-rail {
  display: grid;
  gap: 10px;
}

.home-rail-card,
.home-signal-card,
.home-journey-main,
.home-journey-side {
  display: grid;
  gap: 8px;
}

.home-rail-card h3,
.home-signal-card h3,
.home-journey-main h2,
.home-journey-side h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.22;
}

.home-rail-card p,
.home-signal-card p,
.home-journey-main p,
.home-journey-side p {
  margin: 0;
  color: var(--muted);
}

.home-rail-card--accent {
  border-color: rgba(35, 99, 71, 0.18);
  background: linear-gradient(180deg, rgba(242, 247, 244, 0.98), rgba(234, 243, 237, 0.94));
}

.home-signal-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-journey {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.result-next-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(33, 79, 55, 0.14);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(242, 248, 244, 0.96), rgba(232, 241, 236, 0.9));
}

.result-next-step[hidden] {
  display: none !important;
}

.public-checker-page .button[hidden] {
  display: none !important;
}

.result-next-step-copy {
  min-width: 0;
}

.result-next-step-copy h4 {
  margin: 4px 0 6px;
  font-size: 1.02rem;
  line-height: 1.3;
}

.result-next-step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 68ch;
}

.result-next-step-actions {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-nav {
    justify-self: start;
    flex-wrap: wrap !important;
  }

  .site-header-actions {
    justify-self: start;
    flex-wrap: wrap;
  }

  .home-hero,
  .home-signal-strip,
  .home-journey,
  .home-lanes,
  .home-clarity,
  .home-grid,
  .result-resource-grid,
  .result-actions,
  .checker-layout {
    grid-template-columns: 1fr;
  }

  .result-next-step {
    flex-direction: column;
    align-items: flex-start;
  }

  .result-next-step-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .home-card:last-child {
    grid-column: auto;
  }
}

/* Interaction lift: stronger hover, tighter page composition, clearer click states */

.page-shell > .site-header .site-nav,
.site-header .site-nav {
  justify-self: center;
  justify-content: center;
  flex-wrap: nowrap !important;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(245, 249, 246, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  scrollbar-width: none;
}

.page-shell > .site-header .site-nav::-webkit-scrollbar,
.site-header .site-nav::-webkit-scrollbar {
  display: none;
}

.page-shell > .site-header .site-nav a,
.site-header .site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  white-space: nowrap;
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.site-header .site-nav a:hover,
.site-header .site-nav a:focus-visible {
  color: var(--accent-deep) !important;
  background: linear-gradient(180deg, rgba(236, 245, 239, 0.98), rgba(226, 239, 231, 0.96));
  border-color: rgba(35, 99, 71, 0.18);
  box-shadow: 0 8px 18px rgba(22, 63, 45, 0.08);
  transform: translateY(-1px);
}

.site-header .site-nav a.is-active,
.site-header .site-nav a.active {
  color: var(--accent-deep) !important;
  background: linear-gradient(180deg, rgba(231, 242, 235, 0.98), rgba(220, 236, 226, 0.96));
  border-color: rgba(35, 99, 71, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 18px rgba(22, 63, 45, 0.08);
}

.button,
.button-secondary,
.button-ghost,
.back-link-inline,
.result-links a,
.resource-links a,
.toggle-row,
.price-card {
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible,
.back-link-inline:hover,
.back-link-inline:focus-visible {
  color: var(--accent-deep) !important;
  border-color: rgba(35, 99, 71, 0.22) !important;
  background: linear-gradient(180deg, rgba(240, 247, 242, 0.98), rgba(231, 241, 235, 0.96)) !important;
  box-shadow: 0 8px 18px rgba(22, 63, 45, 0.08);
  transform: translateY(-1px);
}

.page-backbar {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 8px 0 12px !important;
  padding: 4px !important;
  border: 1px solid rgba(20, 35, 28, 0.07) !important;
  border-radius: 999px !important;
  background: rgba(255, 254, 249, 0.72) !important;
  box-shadow: 0 10px 24px rgba(17, 35, 27, 0.045) !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.page-backbar::-webkit-scrollbar {
  display: none !important;
}

.page-backbar .back-link-inline,
.page-backbar .back-button {
  min-height: 30px !important;
  padding: 0 11px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: none !important;
  color: rgba(20, 35, 28, 0.86) !important;
  font-size: 0.72rem !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease !important;
}

.page-backbar .back-link-inline:hover,
.page-backbar .back-link-inline:focus-visible,
.page-backbar .back-button:hover,
.page-backbar .back-button:focus-visible {
  border-color: rgba(18, 63, 45, 0.14) !important;
  background: rgba(230, 241, 234, 0.92) !important;
  box-shadow: none !important;
  color: #123f2d !important;
  transform: none !important;
}

.page-backbar .back-button,
.page-backbar .back-link-inline,
.page-actions a,
.resource-links a,
.result-links a,
.site-header .site-nav a,
.button,
.button-secondary,
.button-ghost,
.toggle-row {
  cursor: pointer;
}

.toggle-row {
  align-items: flex-start;
}

.toggle-row input {
  accent-color: var(--accent);
  flex-shrink: 0;
}

.toggle-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.toggle-title {
  font-size: 0.92rem;
  line-height: 1.35;
}

.toggle-desc {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.toggle-row:hover,
.toggle-row:focus-within {
  border-color: rgba(35, 99, 71, 0.24);
  background: linear-gradient(180deg, rgba(245, 249, 246, 0.98), rgba(234, 242, 237, 0.96));
  box-shadow: 0 10px 24px rgba(22, 63, 45, 0.06);
}

.toggle-row:has(input:checked) {
  border-color: rgba(35, 99, 71, 0.34);
  background:
    linear-gradient(180deg, rgba(239, 247, 242, 0.98), rgba(229, 241, 234, 0.96)),
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.1), transparent 56%);
  box-shadow: inset 0 0 0 1px rgba(35, 99, 71, 0.08);
}

.toggle-row:has(input:checked) .toggle-title {
  color: var(--accent-deep);
}

.toggle-row:has(input:checked) .toggle-desc {
  color: #486155;
}

.result-links a,
.resource-links a {
  justify-content: space-between;
  gap: 14px;
  color: var(--text);
  border-color: rgba(22, 35, 29, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 244, 0.92)),
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.06), transparent 60%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 6px 18px rgba(18, 31, 24, 0.04);
}

.result-links a::after,
.resource-links a::after {
  content: "Open";
  margin-left: auto;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.result-links a:hover,
.result-links a:focus-visible,
.resource-links a:hover,
.resource-links a:focus-visible {
  color: var(--accent-deep);
  border-color: rgba(35, 99, 71, 0.24);
  background:
    linear-gradient(180deg, rgba(240, 247, 242, 1), rgba(229, 240, 234, 0.98)),
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.12), transparent 60%);
  box-shadow: 0 12px 24px rgba(22, 63, 45, 0.08);
  transform: translateY(-1px);
}

.resource-panel {
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(249, 251, 249, 0.98), rgba(244, 248, 245, 0.96)),
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.05), transparent 58%);
}

.resource-panel-head {
  display: grid;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(22, 35, 29, 0.08);
}

.resource-panel-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.price-card:hover {
  border-color: rgba(35, 99, 71, 0.2);
  box-shadow: 0 18px 34px rgba(22, 63, 45, 0.1);
  transform: translateY(-3px);
}

.price-card-head,
.price-card-footer {
  display: grid;
  gap: 8px;
}

.price-fit,
.price-note {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.price-card-footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(22, 35, 29, 0.08);
}

.price-card-highlight .price-fit,
.price-card-highlight .price-note {
  color: rgba(244, 248, 245, 0.8);
}

.alerts-page .page-copy h1,
.pricing-page .page-copy h1 {
  max-width: 11ch;
  font-size: clamp(2.1rem, 4.4vw, 3.9rem);
}

.alerts-page .page-hero,
.pricing-page .page-hero {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 18px;
  margin-top: 30px;
}

.alerts-page .page-copy,
.pricing-page .page-copy {
  padding: 22px;
}

.alerts-hero-panel,
.pricing-hero-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  background:
    linear-gradient(180deg, rgba(21, 37, 29, 0.98), rgba(25, 45, 34, 0.94)),
    radial-gradient(circle at top right, rgba(91, 164, 120, 0.14), transparent 34%);
  color: #f2f7f4;
  border-color: rgba(28, 63, 45, 0.32);
}

.alerts-hero-panel .meta-label,
.pricing-hero-panel .meta-label {
  color: #9fd6b1;
}

.alerts-hero-panel h2,
.pricing-hero-panel h2 {
  color: #f2f7f4;
}

.alerts-hero-panel p,
.pricing-hero-panel p {
  color: rgba(233, 240, 236, 0.82);
}

.alerts-hero-grid,
.pricing-principles {
  display: grid;
  gap: 10px;
}

.alerts-hero-card,
.pricing-principle {
  display: grid;
  gap: 6px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.alerts-hero-card strong,
.pricing-principle strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.18;
}

.alerts-hero-card p,
.pricing-principle p,
.alerts-hero-foot,
.pricing-hero-foot {
  margin: 0;
}

.alerts-page .alerts-layout {
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 18px;
}

.alerts-page .alerts-form,
.alerts-page .alerts-dashboard {
  padding: 18px;
  border-radius: 12px;
}

.alerts-page .alerts-types {
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(247, 250, 247, 0.96), rgba(240, 246, 241, 0.96));
}

.alerts-page .alerts-types legend {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.alerts-dashboard {
  display: grid;
  align-content: start;
  gap: 12px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(249, 251, 249, 0.98), rgba(244, 248, 245, 0.96)),
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.08), transparent 52%);
  box-shadow: 0 16px 30px rgba(18, 31, 24, 0.06);
}

.alerts-dashboard-head {
  display: grid;
  gap: 4px;
}

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

.alerts-mini-card,
.alerts-dashboard-note {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
}

.alerts-mini-card strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.16;
}

.alerts-mini-card p,
.alerts-dashboard-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.alerts-page .alerts-list {
  gap: 8px;
}

.alerts-page .alert-item {
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
}

.pricing-page .pricing-grid-4 {
  gap: 12px;
}

.pricing-page .price-card {
  padding: 16px;
  border-radius: 12px;
}

.pricing-page .price {
  margin: 2px 0 0;
  font-size: clamp(1.95rem, 3.4vw, 2.7rem);
}

.pricing-page .price-card ul {
  gap: 10px;
  margin: 0;
}

.pricing-page .price-card .button {
  width: 100%;
}

.public-checker-page .result-links {
  gap: 8px;
}

.public-checker-page .result-links a,
.public-checker-page .resource-links a {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 10px;
}

.public-checker-page .resource-panel {
  padding: 14px;
  border-radius: 10px !important;
}

.public-checker-page .result-resource-grid {
  gap: 10px;
}

.go-top-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(35, 99, 71, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(24, 53, 39, 0.96), rgba(20, 43, 32, 0.96));
  color: #eff6f1;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 16px 28px rgba(18, 31, 24, 0.16);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.go-top-button:hover,
.go-top-button:focus-visible {
  background: linear-gradient(180deg, rgba(35, 99, 71, 0.98), rgba(22, 63, 45, 0.98));
  box-shadow: 0 18px 34px rgba(18, 31, 24, 0.2);
}

@media (max-width: 980px) {
  .alerts-page .page-hero,
  .pricing-page .page-hero,
  .alerts-page .alerts-layout,
  .pricing-page .pricing-grid-4,
  .alerts-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .alerts-page .alerts-dashboard {
    position: static;
  }

  .go-top-button {
    right: 14px;
    bottom: 14px;
    min-width: 82px;
  }
}



/* Premium checker verdict desk */

.public-checker-page .checker-layout {
  grid-template-columns: minmax(312px, 0.78fr) minmax(0, 1.22fr);
  gap: 14px;
}

.public-checker-page .checker-form {
  position: sticky;
  top: 88px;
  gap: 11px;
  align-self: start;
  background:
    linear-gradient(180deg, rgba(252, 253, 252, 0.98), rgba(245, 249, 246, 0.98)),
    radial-gradient(circle at top left, rgba(56, 128, 91, 0.05), transparent 32%);
}

.public-checker-page .result-card.result-console {
  gap: 14px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(249, 251, 249, 0.985), rgba(243, 247, 244, 0.985)),
    radial-gradient(circle at top right, rgba(32, 99, 69, 0.09), transparent 34%);
}

.result-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 292px;
  gap: 0;
  min-width: 0;
}

.result-verdict-panel,
.result-side-stack,
.result-body-grid,
.result-operator-shell {
  min-width: 0;
}

.result-verdict-panel {
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
}

.result-side-stack {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-left: 1px solid rgba(22, 35, 29, 0.08);
  background: linear-gradient(180deg, rgba(239, 245, 241, 0.78), rgba(235, 242, 237, 0.92));
}

.result-headline-stack {
  display: grid;
  gap: 8px;
}

.result-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(35, 99, 71, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.public-checker-page .result-card h3#result-title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.48rem, 2.35vw, 2.3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

#result-summary {
  max-width: 62ch;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--muted);
}

.result-insight-band {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(22, 35, 29, 0.08);
}

.result-note-shell {
  display: grid;
  gap: 6px;
  padding: 12px 13px;
  border: 1px solid rgba(35, 99, 71, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.result-note-shell .result-note {
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.result-side-stack .meta-card {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 13px;
  background: rgba(255, 255, 255, 0.72);
}

.result-side-stack .meta-card-primary {
  background: linear-gradient(180deg, rgba(26, 72, 49, 0.96), rgba(23, 60, 42, 0.98));
  border-color: rgba(20, 47, 34, 0.3);
  color: #eff6f0;
}

.result-side-stack .meta-card-primary .meta-label,
.result-side-stack .meta-card-primary p,
.result-side-stack .meta-card-primary strong {
  color: inherit;
}

.result-side-stack .meta-card-primary strong {
  font-size: 1.12rem;
  line-height: 1.18;
}

.result-body-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 12px;
  padding: 0 18px 18px;
}

.result-intelligence {
  display: grid;
  gap: 12px;
  margin: 0 18px 18px;
  padding: 14px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(245, 249, 246, 0.94), rgba(239, 245, 240, 0.98));
}

.result-intelligence[hidden] {
  display: none;
}

.result-intelligence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.result-intelligence-card {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.result-intelligence-card.is-watch {
  border-color: rgba(198, 134, 22, 0.22);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(250, 246, 236, 0.98));
}

.result-intelligence-card.is-guidance {
  border-color: rgba(35, 99, 71, 0.16);
}

.result-intelligence-card.is-notice {
  border-color: rgba(33, 84, 145, 0.18);
  background: linear-gradient(180deg, rgba(244, 249, 255, 0.96), rgba(239, 245, 251, 0.98));
}

.result-intelligence-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.result-intelligence-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(35, 99, 71, 0.1);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-intelligence-card.is-watch .result-intelligence-tag {
  background: rgba(198, 134, 22, 0.12);
  color: #8d620d;
}

.result-intelligence-card.is-notice .result-intelligence-tag {
  background: rgba(33, 84, 145, 0.12);
  color: #215491;
}

.result-intelligence-date {
  font-size: 0.78rem;
  color: var(--muted);
}

.result-intelligence-card h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.32;
}

.result-intelligence-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

.result-intelligence-meta {
  font-size: 0.8rem;
  color: var(--muted);
}

.result-intelligence-link {
  justify-self: start;
}

.result-evidence-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.result-resource-grid {
  display: grid;
  gap: 12px;
}

.result-operator-shell {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(22, 35, 29, 0.08);
  background: linear-gradient(180deg, rgba(245, 249, 246, 0.9), rgba(241, 246, 242, 0.98));
}

.result-operator-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.result-operator-head h4 {
  margin: 4px 0 0;
  font-size: 1rem;
  line-height: 1.35;
}

.result-footer-link {
  align-self: center;
}

.public-checker-page .result-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.public-checker-page .result-actions .button,
.public-checker-page .result-next-step-actions .button {
  min-height: 42px;
}

.public-checker-page .result-next-step {
  margin: 0 18px;
}

.public-checker-page .resource-links {
  gap: 7px;
}

.public-checker-page .resource-links a,
.public-checker-page #result-links a {
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.public-checker-page .resource-links a:hover,
.public-checker-page #result-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(35, 99, 71, 0.22);
  background: rgba(232, 241, 236, 0.96);
  box-shadow: 0 10px 18px rgba(25, 64, 45, 0.08);
}

.public-checker-page .share-advanced {
  margin-top: 0;
  padding-top: 10px;
}

.public-checker-page .form-note#share-feedback,
.public-checker-page .form-note#case-feedback {
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.public-checker-page .result-checklist {
  gap: 9px;
}

.public-checker-page .result-checklist li {
  padding: 10px 12px 10px 28px;
}

.public-checker-page .result-checklist li::before {
  top: 15px;
}

.traveler-focus-mode .result-operator-head {
  grid-template-columns: 1fr;
}

.traveler-focus-mode .result-footer-link {
  display: none !important;
}

@media (max-width: 1100px) {
  .result-hero-grid,
  .result-body-grid {
    grid-template-columns: 1fr;
  }

  .result-side-stack {
    border-left: 0;
    border-top: 1px solid rgba(22, 35, 29, 0.08);
  }

  .public-checker-page .checker-form {
    position: static;
  }
}

@media (max-width: 720px) {
  .public-checker-page .result-card.result-console {
    padding: 0;
  }

  .result-verdict-panel,
  .result-side-stack,
  .result-body-grid,
  .result-operator-shell {
    padding: 14px;
  }

  .public-checker-page .result-next-step {
    margin: 0 14px;
  }

  .public-checker-page .result-actions {
    grid-template-columns: 1fr 1fr;
  }
}


.route-scan-status {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  padding: 12px 13px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.route-scan-status[hidden] {
  display: none !important;
}

.route-scan-dot {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: rgba(90, 108, 100, 0.55);
  box-shadow: 0 0 0 4px rgba(90, 108, 100, 0.12);
}

.route-scan-status.is-running .route-scan-dot {
  background: #d39b22;
  box-shadow: 0 0 0 4px rgba(211, 155, 34, 0.14);
}

.route-scan-status.is-success .route-scan-dot {
  background: #1f7a4c;
  box-shadow: 0 0 0 4px rgba(31, 122, 76, 0.14);
}

.route-scan-status.is-guided .route-scan-dot {
  background: #2d7f6f;
  box-shadow: 0 0 0 4px rgba(45, 127, 111, 0.14);
}

.route-scan-status.is-warning .route-scan-dot {
  background: #c97b12;
  box-shadow: 0 0 0 4px rgba(201, 123, 18, 0.14);
}

.route-scan-status.is-error .route-scan-dot {
  background: #b64242;
  box-shadow: 0 0 0 4px rgba(182, 66, 66, 0.14);
}

.route-scan-copy-shell {
  display: grid;
  gap: 4px;
}

.route-scan-copy-shell strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.route-scan-copy-shell p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}



/* Compact mobile-first checker redesign */

.public-checker-page .focus-welcome {
  display: none;
}

.public-checker-page .checker-section {
  margin-top: 4px;
}

.public-checker-page .section-heading {
  margin-bottom: 10px;
}

.public-checker-page .section-heading h2 {
  margin: 4px 0 6px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.public-checker-page .section-heading p {
  max-width: 56ch;
  font-size: 0.92rem;
}

.public-checker-page .checker-layout {
  grid-template-columns: minmax(290px, 350px) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.public-checker-page .checker-form {
  padding: 14px;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(18, 31, 24, 0.06);
}

.public-checker-page .checker-form .button[type="submit"] {
  min-height: 48px;
  font-size: 1rem;
}

.public-checker-page .result-card.result-console {
  padding: 0 0 14px;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(18, 31, 24, 0.08);
}

.public-checker-page .result-hero-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px;
}

.public-checker-page .result-verdict-panel {
  gap: 12px;
  padding: 0;
}

.public-checker-page .result-side-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.public-checker-page .result-side-stack .meta-card {
  min-height: 0;
  padding: 12px;
  border-radius: 12px;
}

.public-checker-page .result-side-stack .meta-card strong {
  font-size: 1rem;
}

.public-checker-page .result-side-contact-card[hidden] {
  display: none !important;
}

.public-checker-page .result-side-contact-card {
  display: grid;
  gap: 9px;
}

.public-checker-page .result-side-contact-facts {
  display: grid;
  gap: 8px;
}

.public-checker-page .result-side-contact-fact {
  display: grid;
  gap: 3px;
  padding-top: 8px;
  border-top: 1px solid rgba(22, 35, 29, 0.08);
}

.public-checker-page .result-side-contact-fact span {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.public-checker-page .result-side-contact-fact strong {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text);
  word-break: break-word;
}

.public-checker-page .result-side-contact-fact a {
  color: var(--accent-deep);
  text-decoration: none;
  word-break: break-word;
}

.public-checker-page .result-side-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-checker-page .result-topline {
  align-items: center;
}

.public-checker-page .result-headline-stack {
  gap: 7px;
}

.public-checker-page .result-card h3#result-title {
  max-width: 14ch;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.95;
}

.public-checker-page #result-summary {
  max-width: 60ch;
  font-size: 0.98rem;
  line-height: 1.55;
}

.public-checker-page .result-insight-band {
  gap: 10px;
  padding-top: 10px;
}

.public-checker-page .result-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-checker-page .result-links a {
  flex: 0 1 auto;
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 0.84rem;
}

.public-checker-page .result-links a::after {
  font-size: 0.68rem;
}

.public-checker-page .result-note-shell {
  padding: 10px 12px;
  border-radius: 12px;
}

.public-checker-page .result-scan-proof {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.public-checker-page .result-scan-proof[hidden] {
  display: none !important;
}

.public-checker-page .result-scan-proof-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.public-checker-page .result-rescan-button {
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  white-space: nowrap;
}

.public-checker-page .result-scan-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.public-checker-page .result-scan-proof-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 12px;
  background: rgba(251, 252, 251, 0.9);
}

.public-checker-page .result-scan-proof-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.public-checker-page .result-scan-proof-item strong {
  display: block;
  min-width: 0;
  font-size: 0.78rem;
  line-height: 1.2;
}

.public-checker-page .result-scan-proof-item p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.public-checker-page .result-scan-proof-status {
  grid-column: 2;
  justify-self: start;
  margin-top: 2px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.public-checker-page .result-scan-proof-item.is-pass .result-scan-proof-icon {
  color: #ffffff;
  background: #0f7a4f;
}

.public-checker-page .result-scan-proof-item.is-pass .result-scan-proof-status {
  color: #0f7a4f;
}

.public-checker-page .result-scan-proof-item.is-warn .result-scan-proof-icon {
  color: #2d2511;
  background: #f2d27a;
}

.public-checker-page .result-scan-proof-item.is-warn .result-scan-proof-status {
  color: #8a6412;
}

.public-checker-page .result-scan-proof-item.is-fail .result-scan-proof-icon {
  color: #ffffff;
  background: #a84234;
}

.public-checker-page .result-scan-proof-item.is-fail .result-scan-proof-status {
  color: #a84234;
}

.public-checker-page .result-next-step {
  margin: 0 16px 10px;
  padding: 14px 15px;
  border-radius: 14px;
}

.public-checker-page .route-scan-inline {
  padding: 0 16px 10px;
}

.public-checker-page .route-scan-inline[hidden] {
  display: none !important;
}

.public-checker-page .route-scan-status {
  margin: 0;
  border-radius: 12px;
}

.public-checker-page .result-fold-stack {
  display: grid;
  gap: 10px;
  padding: 0 16px;
}

.public-checker-page .result-fold {
  border: 1px solid rgba(22, 35, 29, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(251, 252, 251, 0.98), rgba(245, 249, 246, 0.98));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.public-checker-page .result-fold[hidden] {
  display: none !important;
}

.public-checker-page .result-fold > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.public-checker-page .result-fold > summary::-webkit-details-marker {
  display: none;
}

.public-checker-page .result-fold > summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.public-checker-page .result-fold[open] > summary::after {
  content: "−";
}

.public-checker-page .result-fold-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.public-checker-page .result-fold-copy strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.public-checker-page .result-fold-copy span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.public-checker-page .result-fold-body {
  display: grid;
  gap: 12px;
  padding: 0 16px 16px;
}

.public-checker-page .result-fold .result-intelligence,
.public-checker-page .result-fold .result-evidence-panel,
.public-checker-page .result-fold .result-operator-shell {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.public-checker-page .result-fold .resource-panel {
  background: rgba(255, 255, 255, 0.82);
}

.public-checker-page .result-fold .result-resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.public-checker-page .result-fold .result-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-checker-page .result-fold-tools .result-operator-head {
  align-items: flex-start;
}

.public-checker-page .result-fold-tools .result-footer-link {
  align-self: start;
}

@media (max-width: 1080px) {
  .public-checker-page .checker-layout {
    grid-template-columns: 1fr;
  }

  .public-checker-page .checker-form {
    position: static;
  }

  .public-checker-page .result-side-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .public-checker-page .section-heading h2 {
    font-size: 1.55rem;
  }

  .public-checker-page .result-hero-grid,
  .public-checker-page .route-scan-inline,
  .public-checker-page .result-fold-stack,
  .public-checker-page .result-next-step {
    padding-left: 14px;
    padding-right: 14px;
  }

  .public-checker-page .result-next-step {
    margin-left: 0;
    margin-right: 0;
  }

  .public-checker-page .result-side-stack,
  .public-checker-page .result-scan-proof-grid,
  .public-checker-page .result-fold .result-resource-grid,
  .public-checker-page .result-fold .result-actions {
    grid-template-columns: 1fr;
  }

  .public-checker-page .result-scan-proof-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-checker-page .result-rescan-button {
    width: 100%;
  }

  .public-checker-page .result-card h3#result-title {
    max-width: 100%;
    font-size: 1.95rem;
  }

  .public-checker-page .result-next-step-actions {
    width: 100%;
    justify-content: stretch;
  }

  .public-checker-page .result-next-step-actions .button {
    width: 100%;
  }

  .public-checker-page .result-links a {
    width: 100%;
    border-radius: 12px;
  }
}


/* Checker top-zone tightening */

.public-checker-page .section-heading {
  max-width: 520px;
  margin-bottom: 8px;
}

.public-checker-page .section-heading p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
}

.public-checker-page .checker-layout {
  gap: 12px;
}

.public-checker-page .checker-form {
  padding: 12px;
}

.public-checker-page .checker-form label {
  gap: 4px;
}

.public-checker-page .checker-form select,
.public-checker-page .checker-form input[type="date"] {
  min-height: 42px;
}

.public-checker-page .result-card.result-console {
  padding-bottom: 12px;
}

.public-checker-page .result-hero-grid {
  gap: 10px;
  padding: 14px;
}

.public-checker-page .result-side-stack {
  gap: 8px;
}

.public-checker-page .result-side-stack .meta-card {
  padding: 10px 11px;
}

.public-checker-page .result-side-stack .meta-card p {
  font-size: 0.82rem;
  line-height: 1.45;
}

.public-checker-page .result-topline {
  margin-bottom: 2px;
}

.public-checker-page .result-topline #last-updated {
  font-size: 0.74rem;
}

.public-checker-page .result-card h3#result-title {
  max-width: 13ch;
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
}

.public-checker-page #result-summary {
  max-width: 58ch;
  font-size: 0.9rem;
  line-height: 1.48;
}

.public-checker-page .result-insight-band {
  padding-top: 8px;
}

.public-checker-page .result-note-shell {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(245, 249, 246, 0.84);
}

.public-checker-page .result-note-shell .result-note {
  font-size: 0.84rem;
  line-height: 1.45;
}

.public-checker-page .route-scan-inline {
  padding: 0 14px 8px;
}

.public-checker-page .route-scan-status {
  padding: 10px 12px;
  border-radius: 12px;
}

.public-checker-page .route-scan-copy-shell {
  gap: 2px;
}

.public-checker-page .route-scan-copy-shell strong {
  font-size: 0.9rem;
}

.public-checker-page .route-scan-copy-shell p {
  margin: 0;
  font-size: 0.81rem;
  line-height: 1.4;
  color: var(--muted);
}

.public-checker-page .result-next-step {
  margin: 0 14px 8px;
  padding: 12px 13px;
}

.public-checker-page .route-scan-inline {
  padding: 14px 14px 0;
}

.public-checker-page .route-scan-status {
  padding: 12px 14px;
  border-width: 1.5px;
  box-shadow: 0 14px 28px rgba(18, 31, 24, 0.08);
}

.public-checker-page .result-smart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 10px;
}

.public-checker-page .result-smart-grid[hidden] {
  display: none !important;
}

.public-checker-page .result-contact-panel {
  display: grid;
  gap: 10px;
  margin: 0 14px 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(22, 35, 29, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 247, 0.98));
  box-shadow: 0 16px 32px rgba(18, 31, 24, 0.06);
}

.public-checker-page .result-contact-panel[hidden] {
  display: none !important;
}

.public-checker-page .result-contact-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.public-checker-page .result-contact-copy {
  display: grid;
  gap: 4px;
  max-width: 58ch;
}

.public-checker-page .result-contact-copy h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.28;
  color: var(--text);
}

.public-checker-page .result-contact-copy p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.public-checker-page .result-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.public-checker-page .result-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.public-checker-page .result-contact-card {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid rgba(22, 35, 29, 0.07);
  background: rgba(255, 255, 255, 0.82);
}

.public-checker-page .result-contact-card span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.public-checker-page .result-contact-card strong {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text);
}

.public-checker-page .result-contact-card a {
  color: var(--accent-deep);
  text-decoration: none;
  word-break: break-word;
}

.public-checker-page .result-contact-card--empty {
  grid-column: 1 / -1;
}

.public-checker-page .result-smart-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(22, 35, 29, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  min-height: 130px;
}

.public-checker-page .result-smart-card--primary {
  background:
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.12), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 243, 0.98));
}

.public-checker-page .result-smart-grid[data-route-quality="guided"] .result-smart-card--primary {
  border-color: rgba(37, 111, 95, 0.18);
  background:
    radial-gradient(circle at top right, rgba(44, 131, 109, 0.12), transparent 40%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(242, 249, 246, 0.98));
}

.public-checker-page .result-smart-grid[data-route-quality="review"] .result-smart-card--primary,
.public-checker-page .result-smart-grid[data-route-quality="fallback"] .result-smart-card--primary {
  border-color: rgba(201, 123, 18, 0.18);
  background:
    radial-gradient(circle at top right, rgba(201, 123, 18, 0.12), transparent 40%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 241, 0.98));
}

.public-checker-page .result-smart-label {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.public-checker-page .result-smart-card strong {
  font-size: 1rem;
  line-height: 1.28;
  color: var(--text);
}

.public-checker-page .result-smart-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

.public-checker-page .result-next-step-copy h4 {
  margin: 2px 0 4px;
  font-size: 0.98rem;
  line-height: 1.24;
}

.public-checker-page .result-next-step-copy p {
  font-size: 0.84rem;
  line-height: 1.45;
}

.public-checker-page .result-fold-stack {
  gap: 8px;
  padding: 0 14px;
}

.public-checker-page .result-fold > summary {
  padding: 12px 14px;
}

.public-checker-page .result-fold-copy strong {
  font-size: 0.92rem;
}

.public-checker-page .result-fold-copy span {
  font-size: 0.8rem;
}

.public-checker-page .result-fold-body {
  padding: 0 14px 14px;
}

.public-checker-page .result-links-fold {
  margin-bottom: 10px;
}

.public-checker-page .result-links-fold a {
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 760px) {
  .public-checker-page .section-heading {
    max-width: 100%;
  }

  .public-checker-page .checker-form {
    padding: 12px;
  }

  .public-checker-page .result-hero-grid,
  .public-checker-page .route-scan-inline,
  .public-checker-page .result-fold-stack {
    padding-left: 12px;
    padding-right: 12px;
  }

  .public-checker-page .result-next-step {
    margin-left: 12px;
    margin-right: 12px;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: 1fr;
    padding-left: 12px;
    padding-right: 12px;
  }

  .public-checker-page .result-contact-panel {
    margin-left: 12px;
    margin-right: 12px;
  }

  .public-checker-page .result-contact-head {
    flex-direction: column;
  }

  .public-checker-page .result-contact-grid {
    grid-template-columns: 1fr;
  }

  .public-checker-page .result-card h3#result-title {
    font-size: 1.7rem;
  }
}


.conditional-field[hidden] {
  display: none !important;
}

.conditional-field {
  display: grid;
  gap: 8px;
}

.field-note {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--muted);
}

/* === RouteReady redesign pass v20260410b === */

.public-checker-page {
  --bg: #eef3eb;
  --surface: rgba(253, 252, 248, 0.9);
  --surface-strong: #fffdf8;
  --accent: #1f6b4d;
  --accent-deep: #123a2a;
  --gold: #c9a14a;
  --gold-soft: rgba(201, 161, 74, 0.14);
  --line: rgba(24, 36, 28, 0.1);
}

.public-checker-page body,
body.public-checker-page {
  background:
    radial-gradient(circle at top left, rgba(31, 107, 77, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(201, 161, 74, 0.14), transparent 30%),
    linear-gradient(180deg, #eef3eb 0%, #e8efe6 52%, #e4ebe2 100%);
}

.public-checker-page .page-shell {
  width: min(1320px, calc(100% - 28px));
  padding-top: 18px;
}

.public-checker-page .site-header {
  top: 10px;
  padding: 10px 14px;
  background: rgba(252, 249, 240, 0.82);
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 44px rgba(24, 36, 28, 0.08);
}

.public-checker-page .site-nav {
  gap: 10px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(24, 36, 28, 0.08);
}

.public-checker-page .site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.public-checker-page .site-nav a:hover,
.public-checker-page .site-nav a:focus-visible {
  background: rgba(201, 161, 74, 0.12);
  color: var(--accent-deep);
  transform: translateY(-1px);
}

.route-command {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  margin-top: 6px;
  align-items: stretch;
}

.route-command-copy,
.route-command-panel {
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(249, 247, 240, 0.94));
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 56px rgba(24, 36, 28, 0.1);
}

.route-command-copy {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 640px;
  padding: 8px 12px;
  background:
    radial-gradient(circle at top right, rgba(201, 161, 74, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 246, 239, 0.96));
  box-shadow: 0 14px 28px rgba(24, 36, 28, 0.06);
}

.route-command-line {
  margin: 0;
  color: var(--text);
  font-size: 1.38rem;
  line-height: 1.2;
  font-weight: 700;
}

.route-command-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.route-command-pills span,
.result-quick-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(24, 36, 28, 0.08);
  background: rgba(255, 255, 255, 0.8);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.route-command-panel {
  display: none;
}

.route-command-stat {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.route-command-stat strong {
  display: block;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  line-height: 1.18;
}

.public-checker-page .checker-section {
  margin-top: 14px;
}

.public-checker-page .section-heading-compact {
  display: grid;
  gap: 3px;
  margin-bottom: 8px;
}

.public-checker-page .section-heading-compact .eyebrow {
  display: none;
}

.public-checker-page .section-heading-compact h2 {
  font-size: clamp(1.32rem, 1.9vw, 1.6rem);
  line-height: 1.05;
}

.public-checker-page .section-heading-compact p:not(.eyebrow) {
  margin: 0;
  max-width: 42ch;
  font-size: 0.84rem;
  line-height: 1.34;
}

.public-checker-page .checker-layout {
  grid-template-columns: minmax(300px, 350px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.public-checker-page .checker-form {
  position: sticky;
  top: 96px;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(249, 247, 240, 0.98));
  box-shadow: 0 24px 52px rgba(24, 36, 28, 0.08);
}

.checker-form-intro {
  display: grid;
  gap: 4px;
  padding: 12px 12px 2px;
}

.checker-form-intro strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.checker-form-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.4;
}

.public-checker-page .checker-form label {
  padding: 10px 10px 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.52);
}

.public-checker-page .checker-form select,
.public-checker-page .checker-form input[type="date"] {
  min-height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.public-checker-page .toggle-row {
  margin: 0 10px;
  border-radius: 16px;
}

.public-checker-page .checker-form .button {
  margin: 4px 10px 0;
  min-height: 52px;
  font-size: 1rem;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.public-checker-page .checker-form .form-note {
  margin: 2px 10px 4px;
  font-size: 0.82rem;
  color: var(--muted);
}

.public-checker-page .result-card.result-console {
  gap: 14px;
  padding: 0 0 12px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(201, 161, 74, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 237, 0.96));
  box-shadow: 0 28px 60px rgba(24, 36, 28, 0.1);
}

.public-checker-page .route-scan-inline {
  padding: 12px 14px 0;
}

.public-checker-page .route-scan-status {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.public-checker-page .route-scan-status.is-guided {
  border-color: rgba(45, 127, 111, 0.2);
  background:
    linear-gradient(180deg, rgba(246, 252, 249, 0.96), rgba(239, 248, 244, 0.94));
}

.result-quick-bar {
  display: none;
}

.public-checker-page .result-hero-grid {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 14px;
  align-items: start;
}

.public-checker-page .result-verdict-panel {
  padding: 12px 14px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.58));
  border: 1px solid rgba(24, 36, 28, 0.08);
}

.public-checker-page .result-headline-stack {
  display: grid;
  gap: 10px;
}

.public-checker-page .status-pill {
  background: rgba(201, 161, 74, 0.16);
  color: #7b5607;
}

.public-checker-page .status-green {
  background: rgba(31, 107, 77, 0.14);
  color: var(--accent);
}

.public-checker-page .status-amber {
  background: rgba(201, 161, 74, 0.18);
  color: #916500;
}

.public-checker-page .status-red {
  background: rgba(191, 63, 54, 0.14);
}

.public-checker-page .result-card h3#result-title {
  max-width: 22ch;
  font-size: clamp(1.8rem, 2.45vw, 2.7rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.public-checker-page #result-summary {
  max-width: 54ch;
  font-size: 0.98rem;
  line-height: 1.46;
}

.public-checker-page .result-note-shell {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(246, 249, 244, 0.95);
}

.public-checker-page .result-side-stack {
  display: none;
}

.public-checker-page .result-side-stack .meta-card {
  min-height: 0;
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 36, 28, 0.08);
}

.public-checker-page .meta-card-primary {
  background:
    linear-gradient(160deg, rgba(20, 71, 49, 0.96), rgba(19, 55, 38, 0.92));
  color: #f8f3e7;
}

.public-checker-page .meta-card-primary .meta-label,
.public-checker-page .meta-card-primary p,
.public-checker-page .meta-card-primary strong {
  color: inherit;
}

.public-checker-page .result-side-stack .meta-card strong {
  margin: 4px 0;
  font-size: 0.92rem;
  line-height: 1.12;
}

.public-checker-page .result-side-stack .meta-card p {
  font-size: 0.76rem;
  line-height: 1.28;
}

.public-checker-page .result-topline {
  gap: 8px;
  font-size: 0.8rem;
}

.public-checker-page .result-headline-stack {
  gap: 6px;
}

@media (max-width: 1100px) {
  .public-checker-page .result-hero-grid {
    grid-template-columns: 1fr;
  }
}

.public-checker-page .result-card h3#result-title {
  max-width: 14ch;
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  line-height: 0.94;
}

.public-checker-page #result-summary {
  max-width: 56ch;
  font-size: 0.9rem;
  line-height: 1.42;
}

.public-checker-page .result-next-step {
  margin: 0 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(241, 248, 243, 0.96), rgba(235, 244, 237, 0.94));
  border: 1px solid rgba(31, 107, 77, 0.12);
}

.public-checker-page .result-smart-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0 18px;
}

.public-checker-page .result-smart-card {
  min-height: 156px;
  padding: 16px;
  border-radius: 20px;
}

.public-checker-page .result-smart-card strong {
  font-size: 1.02rem;
}

.public-checker-page .result-fold-stack {
  gap: 10px;
  padding: 0 18px;
}

.public-checker-page .result-fold {
  border: 1px solid rgba(24, 36, 28, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
}

.public-checker-page .result-fold > summary {
  padding: 14px 16px;
}

.public-checker-page .result-fold-body {
  padding: 0 16px 16px;
}

.public-checker-page .result-resource-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* procedure redesign */

.procedure-page {
  width: min(1380px, calc(100% - 26px));
  padding-top: 18px;
}

.procedure-header {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 20px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background:
    radial-gradient(circle at top right, rgba(201, 161, 74, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 237, 0.95));
  box-shadow: 0 24px 56px rgba(24, 36, 28, 0.08);
}

.procedure-header h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.procedure-progress {
  max-width: none;
}

.procedure-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
  grid-template-areas:
    "steps steps"
    "main side";
  gap: 14px;
}

.steps-sidebar {
  grid-area: steps;
  position: static;
  padding: 10px;
  border-radius: 24px;
}

.steps-sidebar-header {
  padding: 8px 10px 12px;
}

.steps-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding: 4px 4px 10px;
  scroll-snap-type: x proximity;
}

.steps-list::-webkit-scrollbar {
  height: 8px;
}

.steps-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(31, 107, 77, 0.2);
}

.step-item {
  min-height: 104px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.58);
  scroll-snap-align: start;
}

.step-item--active {
  border-left-color: transparent;
  border-color: rgba(31, 107, 77, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 244, 0.96));
  box-shadow: 0 16px 32px rgba(24, 36, 28, 0.08);
}

.step-item-title {
  font-size: 0.88rem;
}

.step-item-timeline {
  margin-top: 6px;
  font-size: 0.74rem;
}

.step-content {
  grid-area: main;
}

.procedure-sidebar {
  grid-area: side;
  top: 84px;
}

.step-card {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 237, 0.96));
  box-shadow: 0 24px 56px rgba(24, 36, 28, 0.08);
}

.step-card-header {
  padding: 18px 20px 12px;
}

.step-card-body {
  padding: 0 20px 20px;
}

.step-phase-badge,
.step-card-number,
.step-coach-kicker,
.document-checklist-heading,
.document-panel-kicker {
  color: #7b5607;
}

.step-timeline-badge {
  background: rgba(201, 161, 74, 0.14);
  color: #7b5607;
}

.step-coach-panel {
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(201, 161, 74, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 244, 0.97));
}

.step-coach-panel h3 {
  max-width: 12ch;
  margin: 6px 0 0;
  font-size: clamp(1.6rem, 4vw, 3.8rem);
  line-height: 0.95;
}

.step-coach-summary {
  max-width: 54ch;
  margin-top: 14px;
  font-size: 1rem;
}

.step-coach-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.step-coach-facts span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 36, 28, 0.08);
  font-size: 0.78rem;
}

.step-coach-grid {
  gap: 12px;
}

.step-coach-card {
  border-radius: 20px;
}

.step-primary-official-link {
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(22, 76, 53, 0.98), rgba(19, 55, 38, 0.95));
}

.step-primary-official-link small {
  color: rgba(248, 243, 231, 0.82);
}

.document-checklist--coach,
.embassy-widget,
.cost-calculator {
  border-radius: 22px;
}

.document-list--coach .document-item,
.document-panel,
.scan-brief-bucket {
  border-radius: 18px;
}

.embassy-widget,
.cost-calculator {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 237, 0.95));
}

.cost-total-value,
.embassy-fee-value {
  color: #7b5607;
}

@media (max-width: 1180px) {
  .public-checker-page .checker-layout {
    grid-template-columns: 1fr;
  }

  .public-checker-page .checker-form {
    position: static;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-command {
    grid-template-columns: 1fr;
  }

  .procedure-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "steps"
      "main"
      "side";
  }

  .procedure-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .public-checker-page .page-shell,
  .procedure-page {
    width: min(100%, calc(100% - 16px));
  }

  .public-checker-page .site-header {
    position: static;
    border-radius: 24px;
    padding: 12px;
    flex-wrap: wrap;
  }

  .public-checker-page .site-nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .route-command-copy,
  .route-command-panel,
  .public-checker-page .result-card.result-console,
  .procedure-header,
  .step-card {
    border-radius: 24px;
  }

  .route-command-copy {
    padding: 22px 20px;
  }

  .public-checker-page .result-hero-grid,
  .public-checker-page .result-smart-grid,
  .public-checker-page .result-resource-grid {
    grid-template-columns: 1fr;
  }

  .public-checker-page .result-hero-grid,
  .public-checker-page .result-smart-grid,
  .public-checker-page .result-fold-stack,
  .public-checker-page .route-scan-inline,
  .result-quick-bar {
    padding-left: 14px;
    padding-right: 14px;
  }

  .public-checker-page .result-next-step {
    margin-left: 14px;
    margin-right: 14px;
  }

  .public-checker-page .result-card h3#result-title,
  .procedure-header h1,
  .step-coach-panel h3 {
    max-width: none;
    font-size: 1.95rem;
  }

  .steps-list {
    grid-auto-columns: 82%;
  }

  .step-coach-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .procedure-sidebar {
    grid-template-columns: 1fr;
  }
}

/* Final checker right-side contact rail */

@media (min-width: 1081px) {
  .public-checker-page .result-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px !important;
    align-items: start;
  }

  .public-checker-page .result-side-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-self: start;
  }

  .public-checker-page .result-contact-panel {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .public-checker-page .result-side-contact-card {
    display: none !important;
  }

  .public-checker-page .result-contact-panel:not([hidden]) {
    display: grid !important;
  }
}

/* Final desktop checker rebalance */

@media (min-width: 1081px) {
  .public-checker-page .result-card.result-console {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 12px;
    align-items: start;
    padding: 0 14px 14px;
  }

  .public-checker-page .route-scan-inline {
    grid-column: 1 / -1;
    padding: 12px 0 0;
  }

  .public-checker-page .result-hero-grid {
    display: contents;
  }

  .public-checker-page .result-verdict-panel {
    grid-column: 1;
    padding: 12px 14px;
    margin: 0;
  }

  .public-checker-page .result-side-stack {
    grid-column: 2;
    grid-row: 2 / span 8;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px;
    align-self: start;
  }

  .public-checker-page .public-notice-stack,
  .public-checker-page .result-next-step,
  .public-checker-page .result-smart-grid,
  .public-checker-page .result-fold-stack {
    grid-column: 1;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .public-checker-page .result-next-step {
    padding: 14px 15px;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .public-checker-page .result-smart-card {
    min-height: 118px;
    padding: 14px;
  }

  .public-checker-page .result-contact-panel {
    display: none !important;
  }
}

.checker-scan-active {
  overflow: hidden;
}

.checker-scan-overlay {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(237, 243, 238, 0.68);
  backdrop-filter: blur(10px);
}

.checker-scan-overlay.hidden {
  display: none;
}

.checker-scan-overlay-card {
  width: min(560px, calc(100% - 24px));
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background:
    radial-gradient(circle at top right, rgba(212, 177, 86, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 251, 244, 0.98) 0%, rgba(249, 251, 249, 0.96) 100%);
  box-shadow: 0 28px 64px rgba(18, 31, 24, 0.14);
  text-align: center;
}

.checker-scan-overlay-spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid rgba(35, 99, 71, 0.14);
  border-top-color: var(--accent);
  animation: checkerScanSpin 0.9s linear infinite;
}

.checker-scan-overlay-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.checker-scan-overlay-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.14;
  color: var(--text);
}

.checker-scan-overlay-copy {
  margin: 0;
  max-width: 44ch;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--muted);
}

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

/* Home clarity pass v20260417 */

.home-page .page-shell {
  width: min(1240px, calc(100% - 36px));
  padding-top: 22px;
}

.home-page .site-header {
  position: sticky;
  top: 12px;
  z-index: 18;
  border-radius: 26px;
  padding: 14px 18px;
  background: rgba(248, 243, 231, 0.84);
  box-shadow: 0 18px 40px rgba(16, 37, 61, 0.07);
}

.home-page .site-nav {
  gap: 10px 16px;
}

.home-page .site-header-actions {
  gap: 8px;
}

.home-page .home-main {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.home-page .home-landing {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.78fr);
  gap: 18px;
  align-items: stretch;
}

.home-page .home-landing-copy,
.home-page .home-landing-panel,
.home-page .home-process,
.home-page .home-entry-card {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 30px;
  box-shadow: 0 22px 52px rgba(18, 31, 24, 0.08);
}

.home-page .home-landing-copy {
  padding: 34px 34px 30px;
  background:
    radial-gradient(circle at top right, rgba(79, 154, 110, 0.2), transparent 28%),
    radial-gradient(circle at bottom left, rgba(237, 244, 240, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(21, 39, 30, 0.98), rgba(24, 46, 35, 0.97));
  color: #f5faf7;
}

.home-page .home-landing-copy .eyebrow,
.home-page .home-landing-copy .page-text {
  color: rgba(235, 242, 238, 0.84);
}

.home-page .home-landing-copy h1 {
  margin: 12px 0 14px;
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.1vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.home-page .home-landing-copy .page-text {
  max-width: 35ch;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.home-page .home-main-actions,
.home-page .home-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .home-main-actions {
  margin-top: 24px;
}

.home-page .home-proof-pills,
.home-page .home-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-page .home-proof-pills {
  margin-top: 24px;
}

.home-page .home-proof-pills span,
.home-page .home-entry-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.2;
}

.home-page .home-landing-panel,
.home-page .home-process,
.home-page .home-entry-card {
  background:
    linear-gradient(180deg, rgba(253, 253, 250, 0.98), rgba(246, 249, 247, 0.94));
}

.home-page .home-landing-panel {
  display: grid;
  gap: 18px;
  padding: 28px 28px 24px;
}

.home-page .home-landing-list {
  display: grid;
  gap: 0;
}

.home-page .home-landing-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(22, 35, 29, 0.08);
}

.home-page .home-landing-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.home-page .home-landing-item:last-child {
  padding-bottom: 0;
}

.home-page .home-landing-icon,
.home-page .home-process-number {
  display: inline-grid;
  place-items: center;
  font-weight: 800;
  color: var(--accent-deep);
  background: rgba(35, 99, 71, 0.1);
}

.home-page .home-landing-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.home-page .home-landing-item h2,
.home-page .home-process-card h3,
.home-page .home-entry-card h2,
.home-page .home-entry-card h3 {
  margin: 0;
  color: var(--text);
}

.home-page .home-landing-item h2,
.home-page .home-process-card h3 {
  font-size: 1.08rem;
  line-height: 1.3;
}

.home-page .home-landing-item p,
.home-page .home-section-head p,
.home-page .home-process-card p,
.home-page .home-entry-card p,
.home-page .home-landing-note p {
  margin: 0;
  color: var(--muted);
}

.home-page .home-landing-note {
  margin-top: auto;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(33, 79, 55, 0.1);
  background: linear-gradient(180deg, rgba(236, 243, 239, 0.96), rgba(244, 248, 245, 0.92));
}

.home-page .home-landing-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
}

.home-page .home-process {
  display: grid;
  gap: 18px;
  padding: 26px 28px 28px;
}

.home-page .home-section-head {
  display: grid;
  gap: 8px;
  max-width: 60ch;
}

.home-page .home-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

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

.home-page .home-process-card {
  display: grid;
  gap: 12px;
  min-height: 178px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.home-page .home-process-number {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 0.98rem;
}

.home-page .home-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.home-page .home-entry-card {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.home-page .home-entry-card--primary {
  background:
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(253, 253, 250, 0.98), rgba(241, 247, 243, 0.95));
}

.home-page .home-entry-card h2 {
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.home-page .home-entry-card h3 {
  font-size: 1.3rem;
  line-height: 1.22;
}

.home-page .home-entry-card > .button {
  width: fit-content;
}

@media (max-width: 980px) {
  .home-page .home-landing,
  .home-page .home-entry,
  .home-page .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-landing-copy h1,
  .home-page .home-entry-card h2 {
    max-width: none;
  }

  .home-page .home-process-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .home-page .page-shell {
    width: min(100%, calc(100% - 18px));
    padding-top: 16px;
  }

  .home-page .site-header {
    position: static;
    padding: 12px 14px;
    border-radius: 24px;
  }

  .home-page .home-main {
    gap: 14px;
    margin-top: 14px;
  }

  .home-page .home-landing-copy,
  .home-page .home-landing-panel,
  .home-page .home-process,
  .home-page .home-entry-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .home-page .home-landing-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
  }

  .home-page .home-main-actions,
  .home-page .home-entry-actions {
    flex-direction: column;
  }

  .home-page .home-main-actions .button,
  .home-page .home-entry-actions .button,
  .home-page .home-entry-card > .button {
    width: 100%;
    justify-content: center;
  }

  .home-page .home-landing-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .home-page .home-landing-icon {
    width: 40px;
    height: 40px;
  }

  .home-page .home-proof-pills span,
  .home-page .home-entry-meta span {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 0.84rem;
  }
}

/* Home premium polish v20260417b */

.home-page .home-landing {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
  gap: 20px;
}

.home-page .home-landing-copy {
  min-height: 520px;
  justify-content: end;
}

.home-page .home-landing-copy::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(130, 214, 169, 0.18), rgba(130, 214, 169, 0));
  pointer-events: none;
}

.home-page .home-landing-copy {
  position: relative;
  overflow: hidden;
}

.home-page .home-landing-panel--visual {
  align-content: start;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(35, 99, 71, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(253, 253, 250, 0.98), rgba(241, 247, 243, 0.95));
}

.home-page .home-visual-head {
  display: grid;
  gap: 8px;
}

.home-page .home-visual-head h2 {
  margin: 0;
  max-width: 15ch;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.home-page .home-demo-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 26px;
  border: 1px solid rgba(22, 35, 29, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 247, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.home-page .home-demo-route,
.home-page .home-landing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-page .home-demo-route span,
.home-page .home-landing-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(22, 35, 29, 0.08);
  font-size: 0.82rem;
  line-height: 1.2;
  color: var(--text);
}

.home-page .home-demo-answer,
.home-page .home-demo-next {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(22, 35, 29, 0.08);
}

.home-page .home-demo-answer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 243, 0.96));
}

.home-page .home-demo-next {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background: rgba(234, 242, 237, 0.94);
}

.home-page .home-demo-label {
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.home-page .home-demo-answer strong,
.home-page .home-demo-next strong {
  font-size: 1.15rem;
  line-height: 1.22;
  color: var(--text);
}

.home-page .home-demo-answer p,
.home-page .home-demo-next p {
  margin: 0;
  color: var(--muted);
}

.home-page .home-demo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31, 85, 61, 0.98), rgba(20, 56, 40, 0.96));
  color: #f4fbf6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-page .home-process {
  padding: 30px 30px 32px;
}

.home-page .home-process-card {
  position: relative;
  padding-top: 22px;
  overflow: hidden;
}

.home-page .home-process-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(35, 99, 71, 0.92), rgba(124, 165, 142, 0.5));
}

.home-page .home-entry-card {
  gap: 16px;
}

.home-page .home-entry-card--primary {
  min-height: 300px;
}

@media (max-width: 980px) {
  .home-page .home-landing-copy {
    min-height: 0;
  }

  .home-page .home-visual-head h2 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .home-page .home-landing {
    gap: 14px;
  }

  .home-page .home-demo-next {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .home-page .home-process {
    padding: 22px 18px;
  }
}

/* Home cinematic refresh v20260417c */

body.home-page {
  background:
    radial-gradient(circle at 14% 18%, rgba(51, 126, 93, 0.18), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(226, 198, 124, 0.18), transparent 24%),
    linear-gradient(180deg, #edf4ef 0%, #e8efe8 52%, #e5ece5 100%);
}

body.home-page::after {
  content: "";
  position: fixed;
  inset: auto -120px -160px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 196, 118, 0.16), rgba(227, 196, 118, 0));
  pointer-events: none;
}

.home-page .page-shell {
  width: min(1280px, calc(100% - 34px));
}

.home-page .home-main {
  gap: 22px;
}

.home-page .home-landing {
  align-items: end;
}

.home-page .home-landing-copy {
  display: grid;
  align-content: end;
  min-height: 560px;
  padding: 42px 40px 36px;
  background:
    radial-gradient(circle at 84% 18%, rgba(138, 221, 176, 0.22), transparent 24%),
    radial-gradient(circle at 24% 100%, rgba(255, 243, 210, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(20, 43, 33, 0.99), rgba(25, 57, 43, 0.97));
}

.home-page .home-landing-copy::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  background-image:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.16) 0 2px, transparent 3px),
    linear-gradient(135deg, transparent 0 50%, rgba(255, 255, 255, 0.08) 50% 51%, transparent 51% 100%);
  opacity: 0.7;
  pointer-events: none;
}

.home-page .home-landing-copy .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.home-page .home-landing-copy h1 {
  max-width: 8.8ch;
  margin: 12px 0 18px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.home-page .home-landing-copy .page-text {
  max-width: 37ch;
  font-size: 1.12rem;
}

.home-page .home-main-actions {
  margin-top: 28px;
}

.home-page .home-main-actions .button,
.home-page .home-main-actions .button-secondary {
  min-height: 48px;
  padding-left: 18px;
  padding-right: 18px;
}

.home-page .home-proof-pills {
  margin-top: 26px;
  gap: 12px;
}

.home-page .home-proof-pills span {
  min-height: 38px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(244, 249, 246, 0.92);
}

.home-page .home-landing-panel--visual {
  position: relative;
  padding: 26px;
  transform: translateY(18px);
  overflow: hidden;
  box-shadow: 0 26px 56px rgba(18, 31, 24, 0.1);
}

.home-page .home-landing-panel--visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(227, 196, 118, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-page .home-visual-head {
  position: relative;
  z-index: 1;
  gap: 10px;
}

.home-page .home-visual-head h2 {
  max-width: 12ch;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.home-page .home-demo-card {
  position: relative;
  z-index: 1;
  gap: 14px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 247, 0.98));
  box-shadow: 0 18px 36px rgba(19, 43, 34, 0.08);
}

.home-page .home-demo-route span {
  background: rgba(242, 247, 244, 0.96);
  border-color: rgba(35, 99, 71, 0.1);
  color: #234234;
}

.home-page .home-demo-answer {
  background:
    radial-gradient(circle at top right, rgba(167, 228, 199, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(23, 63, 45, 0.98), rgba(27, 79, 56, 0.96));
  border-color: rgba(17, 52, 37, 0.2);
}

.home-page .home-demo-answer .home-demo-label,
.home-page .home-demo-answer strong,
.home-page .home-demo-answer p {
  color: #f4fbf6;
}

.home-page .home-demo-answer p {
  color: rgba(236, 245, 240, 0.82);
}

.home-page .home-demo-next {
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.96), rgba(246, 243, 234, 0.94));
  border-color: rgba(229, 195, 122, 0.18);
}

.home-page .home-demo-badge {
  box-shadow: 0 12px 22px rgba(20, 56, 40, 0.18);
}

.home-page .home-process {
  position: relative;
  overflow: hidden;
  padding: 32px 32px 34px;
  background:
    radial-gradient(circle at top right, rgba(51, 126, 93, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(253, 253, 250, 0.98), rgba(244, 248, 245, 0.96));
}

.home-page .home-process-grid {
  gap: 16px;
}

.home-page .home-process-card {
  min-height: 210px;
  padding: 24px 22px 22px;
  box-shadow: 0 16px 32px rgba(18, 31, 24, 0.05);
}

.home-page .home-process-card:nth-child(2) {
  transform: translateY(14px);
}

.home-page .home-process-card:nth-child(3) {
  transform: translateY(28px);
}

.home-page .home-process-card:nth-child(1) {
  background: rgba(255, 255, 255, 0.92);
}

.home-page .home-process-card:nth-child(2) {
  background: linear-gradient(180deg, rgba(242, 248, 244, 0.96), rgba(255, 255, 255, 0.9));
}

.home-page .home-process-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(255, 255, 255, 0.9));
}

.home-page .home-entry {
  gap: 20px;
}

.home-page .home-entry-card {
  padding: 30px;
  box-shadow: 0 20px 40px rgba(18, 31, 24, 0.07);
}

.home-page .home-entry-card--primary {
  background:
    radial-gradient(circle at top right, rgba(153, 226, 190, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(24, 60, 44, 0.98), rgba(31, 84, 59, 0.96));
  color: #f5faf7;
}

.home-page .home-entry-card--primary .choice-kicker,
.home-page .home-entry-card--primary h2,
.home-page .home-entry-card--primary p {
  color: inherit;
}

.home-page .home-entry-card--primary p {
  color: rgba(236, 245, 240, 0.82);
}

.home-page .home-entry-card--primary .button-secondary {
  background: rgba(255, 255, 255, 0.92) !important;
}

.home-page .home-entry-card:not(.home-entry-card--primary) {
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.96), rgba(246, 249, 247, 0.94));
}

@media (max-width: 980px) {
  .home-page .home-landing-panel--visual {
    transform: none;
  }

  .home-page .home-process-card:nth-child(2),
  .home-page .home-process-card:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 760px) {
  body.home-page::after {
    width: 240px;
    height: 240px;
  }

  .home-page .page-shell {
    width: min(100%, calc(100% - 18px));
  }

  .home-page .home-main {
    gap: 16px;
  }

  .home-page .home-landing-copy {
    min-height: 0;
    padding: 26px 20px 24px;
  }

  .home-page .home-landing-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .home-page .home-landing-panel--visual,
  .home-page .home-process,
  .home-page .home-entry-card {
    padding: 20px 18px;
  }

  .home-page .home-process-card {
    min-height: 0;
    padding: 20px 18px 18px;
  }
}

/* Home wow pass v20260417d */

.home-page .home-main {
  gap: 26px;
  margin-top: 24px;
}

.home-page .home-landing {
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: 24px;
  align-items: stretch;
}

.home-page .home-landing-copy,
.home-page .home-landing-panel--visual,
.home-page .home-process,
.home-page .home-entry-card {
  border-radius: 40px;
}

.home-page .home-landing-copy {
  min-height: 500px;
  padding: 38px 38px 34px;
  justify-content: flex-end;
}

.home-page .home-landing-copy h1 {
  max-width: 7.4ch;
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.home-page .home-landing-copy .page-text {
  max-width: 33ch;
}

.home-page .home-main-actions {
  gap: 12px;
}

.home-page .home-main-actions .button,
.home-page .home-main-actions .button-secondary {
  min-height: 50px;
}

.home-page .home-proof-pills {
  max-width: 44rem;
}

.home-page .home-proof-pills span {
  backdrop-filter: blur(12px);
}

.home-page .home-hero-emblem {
  position: absolute;
  top: 48px;
  right: 10px;
  width: 320px;
  height: 320px;
  opacity: 0.14;
  transform: rotate(-7deg);
  pointer-events: none;
  z-index: 0;
}

.home-page .home-hero-emblem-mark {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.16));
}

.home-page .home-landing-copy > *:not(.home-hero-emblem) {
  position: relative;
  z-index: 1;
}

.home-page .home-landing-panel--visual {
  min-height: 500px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 32px;
  transform: none;
}

.home-page .home-landing-panel--visual::after {
  content: "";
  position: absolute;
  top: -42px;
  right: -36px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 18px solid rgba(35, 99, 71, 0.08);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(14deg);
  pointer-events: none;
}

.home-page .home-visual-head h2 {
  max-width: 10ch;
  font-size: clamp(2rem, 3vw, 3rem);
}

.home-page .home-demo-card {
  align-self: end;
  gap: 16px;
  padding: 22px;
  border-radius: 30px;
}

.home-page .home-demo-answer strong,
.home-page .home-demo-next strong {
  font-size: 1.3rem;
}

.home-page .home-demo-next {
  padding: 18px;
}

.home-page .home-process {
  padding: 34px;
  border-radius: 40px;
}

.home-page .home-process-grid {
  position: relative;
  gap: 18px;
}

.home-page .home-process-grid::before {
  content: "";
  position: absolute;
  left: 72px;
  right: 72px;
  top: 21px;
  height: 1px;
  background: linear-gradient(90deg, rgba(35, 99, 71, 0.18), rgba(229, 195, 122, 0.2));
  z-index: 0;
}

.home-page .home-process-card {
  z-index: 1;
  min-height: 184px;
  transform: none !important;
  border-radius: 28px;
}

.home-page .home-process-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.home-page .home-entry {
  gap: 24px;
}

.home-page .home-entry-card {
  padding: 32px;
  border-radius: 36px;
}

.home-page .home-entry-card--primary {
  min-height: 320px;
}

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

  .home-page .home-landing-copy,
  .home-page .home-landing-panel--visual {
    min-height: 0;
  }

  .home-page .home-hero-emblem {
    top: 24px;
    right: 8px;
    width: 220px;
    height: 220px;
    opacity: 0.12;
  }

  .home-page .home-process-grid::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .home-page .home-main {
    gap: 18px;
  }

  .home-page .home-landing-copy {
    padding: 28px 20px 22px;
  }

  .home-page .home-landing-copy h1 {
    max-width: none;
    font-size: clamp(2.5rem, 12.5vw, 4rem);
  }

  .home-page .home-landing-panel--visual,
  .home-page .home-process,
  .home-page .home-entry-card {
    padding: 22px 18px;
    border-radius: 28px;
  }

  .home-page .home-hero-emblem {
    width: 170px;
    height: 170px;
    top: 18px;
  }

  .home-page .home-demo-card {
    padding: 18px;
  }

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

  .home-page .home-entry-card {
    padding: 22px 18px;
  }
}

/* Bordivo final experience override v20260422 */
body.home-page,
body.public-checker-page {
  background:
    radial-gradient(circle at 9% 12%, rgba(87, 137, 115, 0.20), transparent 23%),
    radial-gradient(circle at 92% 9%, rgba(214, 173, 82, 0.18), transparent 24%),
    linear-gradient(180deg, #eef5ef 0%, #e8f0e8 48%, #e3ebe3 100%) !important;
}

.brand-mark img.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
}

body.public-checker-page .site-header {
  min-height: 58px !important;
  padding: 9px 12px !important;
  border-radius: 18px !important;
  background: rgba(255, 254, 249, 0.88) !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  box-shadow: 0 14px 34px rgba(17, 35, 27, 0.075) !important;
}

body.public-checker-page .brand {
  gap: 10px !important;
}

body.public-checker-page .brand-mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

body.public-checker-page .brand-copy strong {
  font-size: 0.98rem !important;
}

body.public-checker-page .brand-copy span:last-child {
  max-width: 170px !important;
  font-size: 0.76rem !important;
  line-height: 1.15 !important;
}

body.public-checker-page .site-nav {
  gap: 4px !important;
  padding: 4px !important;
}

body.public-checker-page .site-nav a {
  padding: 8px 12px !important;
  font-size: 0.84rem !important;
}

.home-page .home-landing {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  gap: 18px !important;
}

.home-page .home-landing-copy {
  min-height: 520px !important;
  background:
    radial-gradient(circle at 82% 20%, rgba(167, 228, 199, 0.20), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(214, 173, 82, 0.14), transparent 24%),
    linear-gradient(135deg, #10261d 0%, #153d2b 58%, #11271f 100%) !important;
}

.home-page .home-landing-copy h1 {
  max-width: 9ch !important;
  font-size: clamp(3.1rem, 5.5vw, 5.8rem) !important;
}

.home-page .home-landing-panel--visual {
  background:
    radial-gradient(circle at top right, rgba(207, 229, 234, 0.45), transparent 35%),
    linear-gradient(180deg, rgba(255, 254, 249, 0.98), rgba(246, 250, 247, 0.96)) !important;
}

.public-checker-page .page-shell {
  width: min(1120px, calc(100% - 32px)) !important;
  padding-top: 12px !important;
}

.route-command-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px 22px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(214, 173, 82, 0.18), transparent 25%),
    linear-gradient(135deg, rgba(255, 254, 249, 0.98), rgba(244, 250, 247, 0.95)) !important;
  box-shadow: 0 18px 42px rgba(17, 35, 27, 0.07) !important;
}

.route-command-kicker {
  grid-column: 1 !important;
  margin: 0;
  color: #123f2d;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.route-command-title {
  grid-column: 1 !important;
  margin: 0;
  max-width: none !important;
  color: #14231c;
  font-size: clamp(1.85rem, 3.4vw, 3.15rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.055em !important;
}

.route-command-line {
  grid-column: 1 !important;
  max-width: 66ch !important;
  color: rgba(20, 35, 28, 0.72) !important;
  font-size: 0.96rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.route-command-pills {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  max-width: 250px !important;
  margin: 0 !important;
  justify-content: flex-end !important;
  align-self: center !important;
}

.route-command-pills span {
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 8px 18px rgba(17, 35, 27, 0.04) !important;
}

.public-checker-page .section-heading-compact {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 18px !important;
  margin: 22px 0 12px !important;
}

.public-checker-page .section-heading-compact .eyebrow,
.public-checker-page .section-heading-compact h2 {
  grid-column: 1 !important;
}

.public-checker-page .section-heading-compact h2 {
  max-width: none !important;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}

.public-checker-page .section-heading-compact p:not(.eyebrow) {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  max-width: 35ch !important;
  margin: 0 !important;
  color: rgba(20, 35, 28, 0.62) !important;
  font-size: 0.88rem !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-align: right !important;
}

.public-checker-page .checker-layout {
  grid-template-columns: 320px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
}

.public-checker-page .checker-form,
.public-checker-page .result-card.result-console {
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 22px !important;
  background: rgba(255, 254, 249, 0.94) !important;
  box-shadow: 0 18px 42px rgba(17, 35, 27, 0.075) !important;
}

.public-checker-page .checker-form {
  top: 82px !important;
  gap: 9px !important;
  padding: 13px !important;
}

.public-checker-page .checker-form-intro {
  margin-bottom: 2px !important;
  padding: 12px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(220, 238, 229, 0.56), rgba(255, 255, 255, 0.66)) !important;
}

.public-checker-page .checker-form label {
  gap: 6px !important;
}

.public-checker-page .checker-form select,
.public-checker-page .checker-form input[type="date"] {
  min-height: 42px !important;
  border-radius: 14px !important;
}

.public-checker-page .result-card.result-console {
  min-height: 520px !important;
  padding: 14px !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(214, 173, 82, 0.13), transparent 22%),
    linear-gradient(180deg, rgba(255, 254, 249, 0.96), rgba(247, 251, 248, 0.96)) !important;
}

@media (min-width: 1081px) {
  .public-checker-page .result-card.result-console {
    grid-template-columns: minmax(0, 1fr) 226px !important;
    gap: 12px !important;
  }

  .public-checker-page .result-side-stack .meta-card:not(.meta-card-primary):not(.result-side-contact-card) {
    display: none !important;
  }
}

.public-checker-page .result-verdict-panel {
  min-height: 232px !important;
  padding: 20px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(207, 229, 234, 0.38), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 249, 0.88)) !important;
}

.public-checker-page .result-card h3#result-title {
  max-width: 21ch !important;
  font-size: clamp(1.85rem, 3.05vw, 2.9rem) !important;
  line-height: 0.96 !important;
}

.public-checker-page #result-summary {
  max-width: 58ch !important;
  font-size: 0.94rem !important;
  line-height: 1.52 !important;
}

.public-checker-page .result-side-stack {
  gap: 10px !important;
}

.public-checker-page .meta-card {
  border-radius: 18px !important;
  padding: 13px !important;
}

.public-checker-page .result-note-shell {
  border-left: 4px solid #d6ad52 !important;
  background: rgba(246, 234, 213, 0.42) !important;
}

.public-checker-page .result-next-step {
  border-radius: 24px !important;
  background: linear-gradient(135deg, rgba(18, 63, 45, 0.96), rgba(25, 83, 58, 0.94)) !important;
  color: #f7f4ec !important;
}

.public-checker-page .result-next-step .meta-label,
.public-checker-page .result-next-step h4,
.public-checker-page .result-next-step p {
  color: inherit !important;
}

.public-checker-page .result-next-step .button {
  background: #f7f4ec !important;
  color: #123f2d !important;
}

.public-checker-page .result-smart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.public-checker-page .result-smart-card {
  min-height: 112px !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

.public-checker-page .result-smart-card--primary {
  background: linear-gradient(180deg, rgba(220, 238, 229, 0.90), rgba(244, 250, 247, 0.90)) !important;
}

.public-checker-page .result-smart-card:nth-child(3) {
  background: linear-gradient(180deg, rgba(246, 234, 213, 0.76), rgba(255, 255, 255, 0.78)) !important;
}

@media (max-width: 1180px) {
  .public-checker-page .checker-layout,
  .home-page .home-landing {
    grid-template-columns: 1fr !important;
  }

  .public-checker-page .checker-form {
    position: static !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .home-page .home-landing-copy h1,
  .route-command-title,
  .public-checker-page .section-heading-compact h2,
  .public-checker-page .result-card h3#result-title {
    max-width: none !important;
  }

  .home-page .home-landing-copy,
  .route-command-copy,
  .public-checker-page .checker-form,
  .public-checker-page .result-card.result-console {
    border-radius: 24px !important;
    padding: 18px !important;
  }

  .public-checker-page .result-verdict-panel {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .public-checker-page .result-smart-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Final route-first intake override: keep this after the checker rescue rules. */
.public-checker-page.checker-awaiting-route .checker-section {
  margin-top: 14px !important;
}

.public-checker-page.checker-awaiting-route .section-heading-compact {
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

.public-checker-page.checker-awaiting-route .section-heading-compact h2 {
  max-width: 16ch !important;
  font-size: clamp(1.7rem, 2.8vw, 2.55rem) !important;
  line-height: 0.95 !important;
}

.public-checker-page.checker-awaiting-route .section-heading-compact p:not(.eyebrow) {
  max-width: 30ch !important;
  padding: 10px 13px !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 14px !important;
  background: rgba(255, 254, 249, 0.78) !important;
  box-shadow: 0 10px 24px rgba(17, 35, 27, 0.035) !important;
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
}

.public-checker-page.checker-awaiting-route .route-command-copy {
  gap: 6px 18px !important;
  padding: 11px 16px !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(17, 35, 27, 0.055) !important;
}

.public-checker-page.checker-awaiting-route .route-command-title {
  font-size: clamp(1.5rem, 2.45vw, 2.18rem) !important;
  line-height: 0.98 !important;
}

.public-checker-page.checker-awaiting-route .route-command-line {
  max-width: 78ch !important;
  font-size: 0.82rem !important;
  line-height: 1.36 !important;
}

.public-checker-page.checker-awaiting-route .route-command-pills {
  max-width: 240px !important;
}

.public-checker-page.checker-awaiting-route .route-command-pills span {
  min-height: 26px !important;
  padding: 5px 9px !important;
  font-size: 0.62rem !important;
}

.public-checker-page.checker-awaiting-route .checker-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: none !important;
  width: 100% !important;
}

.public-checker-page.checker-awaiting-route .result-card.result-console {
  display: none !important;
}

.public-checker-page.checker-awaiting-route .checker-form {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 9px !important;
  padding: 12px !important;
  border: 1px solid rgba(18, 63, 45, 0.08) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(135deg, rgba(255, 254, 249, 0.96), rgba(247, 251, 248, 0.94)),
    radial-gradient(circle at 96% 5%, rgba(214, 173, 82, 0.08), transparent 28%) !important;
  box-shadow: 0 18px 40px rgba(17, 35, 27, 0.065) !important;
}

.public-checker-page.checker-awaiting-route .checker-form-intro {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(18, 63, 45, 0.08) !important;
  border-radius: 16px !important;
  background: rgba(238, 248, 242, 0.72) !important;
}

.public-checker-page.checker-awaiting-route .checker-form-intro strong {
  font-size: 1rem !important;
}

.public-checker-page.checker-awaiting-route .checker-form-intro p {
  max-width: 46ch !important;
  margin: 0 !important;
  text-align: right !important;
  font-size: 0.78rem !important;
  line-height: 1.35 !important;
}

.public-checker-page.checker-awaiting-route .checker-form label {
  min-height: 70px !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  gap: 6px !important;
  border: 1px solid rgba(20, 35, 28, 0.085) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: none !important;
  font-size: 0.88rem !important;
  line-height: 1.2 !important;
}

.public-checker-page.checker-awaiting-route .checker-form select,
.public-checker-page.checker-awaiting-route .checker-form input[type="date"] {
  min-height: 36px !important;
  padding: 7px 10px !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  font-size: 0.92rem !important;
}

.public-checker-page.checker-awaiting-route .checker-form .toggle-row {
  grid-column: auto !important;
  min-height: 70px !important;
  margin: 0 !important;
  padding: 10px !important;
  align-items: center !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.66) !important;
  box-shadow: none !important;
}

.public-checker-page.checker-awaiting-route .checker-form .toggle-row input {
  width: 16px !important;
  height: 16px !important;
}

.public-checker-page.checker-awaiting-route .checker-form .toggle-row span {
  font-size: 0.86rem !important;
  line-height: 1.3 !important;
  color: rgba(20, 35, 28, 0.82) !important;
}

.public-checker-page.checker-awaiting-route .checker-form > .button[type="submit"] {
  align-self: stretch !important;
  grid-column: -2 / -1 !important;
  min-height: 70px !important;
  margin: 0 !important;
  border-radius: 14px !important;
  font-size: 0.98rem !important;
}

.public-checker-page.checker-awaiting-route .checker-form > .form-note {
  grid-column: 1 / -1 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 2px 4px 0 !important;
  font-size: 0.76rem !important;
  color: rgba(20, 35, 28, 0.62) !important;
}

.public-checker-page.checker-awaiting-route .checker-form label .form-note,
.public-checker-page.checker-awaiting-route .checker-form label .field-note {
  display: none !important;
  font-size: 0.74rem !important;
  line-height: 1.35 !important;
  color: rgba(20, 35, 28, 0.62) !important;
}

@media (max-width: 980px) {
  .public-checker-page.checker-awaiting-route .section-heading-compact,
  .public-checker-page.checker-awaiting-route .checker-form,
  .public-checker-page.checker-awaiting-route .checker-form-intro {
    grid-template-columns: 1fr !important;
  }

  .public-checker-page.checker-awaiting-route .section-heading-compact p:not(.eyebrow),
  .public-checker-page.checker-awaiting-route .checker-form-intro p {
    text-align: left !important;
  }

  .public-checker-page.checker-awaiting-route .checker-form .toggle-row {
    grid-column: 1 !important;
  }
}

/* Result mode: once a route is selected, turn the checker into a full result page. */
.public-checker-page.checker-has-route-result .section-heading-compact,
.public-checker-page.checker-has-route-result .checker-form {
  display: none !important;
}

.public-checker-page.checker-has-route-result .route-command {
  display: none !important;
}

.public-checker-page.checker-has-route-result .checker-section {
  margin-top: 14px !important;
}

.public-checker-page.checker-has-route-result .checker-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 100% !important;
  max-width: none !important;
}

.public-checker-page.checker-has-route-result .result-card.result-console {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(204, 169, 88, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255, 254, 249, 0.98), rgba(244, 250, 247, 0.96)) !important;
  box-shadow: 0 24px 54px rgba(17, 35, 27, 0.085) !important;
}

.public-checker-page.checker-has-route-result .result-card.result-console > * {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

.result-route-bar {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.85fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(18, 63, 45, 0.09);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(235, 248, 241, 0.94), rgba(255, 253, 247, 0.94)),
    radial-gradient(circle at top right, rgba(31, 107, 77, 0.1), transparent 36%);
}

.result-route-navigation {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  margin: -3px 0 1px;
}

.public-checker-page .result-route-back.button {
  min-height: 36px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(47, 120, 242, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, 0.78) !important;
  color: #071126 !important;
  box-shadow: none !important;
  font-size: 0.76rem !important;
  font-weight: 850 !important;
}

.public-checker-page .result-route-back.button::before {
  content: "\2190";
  margin-right: 7px;
  color: #2f78f2;
  font-size: 1rem;
  line-height: 1;
}

.public-checker-page .result-route-back.button:hover,
.public-checker-page .result-route-back.button:focus-visible {
  border-color: rgba(47, 120, 242, 0.24) !important;
  background: #fffdf8 !important;
  transform: translateY(-1px) !important;
}

.result-route-bar[hidden] {
  display: none !important;
}

.result-route-bar-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.result-route-bar-copy strong {
  color: #14231c;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.result-route-bar-copy p {
  margin: 0;
  color: rgba(20, 35, 28, 0.68);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.35;
}

.result-route-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
}

.result-route-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border: 1px solid rgba(20, 35, 28, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #123f2d;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.public-checker-page.checker-has-route-result .result-stage-actions {
  padding: 0 !important;
}

.public-checker-page.checker-has-route-result .result-stage-actions .button {
  white-space: nowrap;
}

.result-route-save-state {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(230, 241, 234, 0.9);
  color: #123f2d;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.result-route-save-state[data-state="saving"] {
  background: rgba(245, 235, 206, 0.9);
  color: #76520f;
}

.result-route-save-state[data-state="error"] {
  background: rgba(250, 230, 222, 0.9);
  color: #8d2f1b;
}

.public-checker-page.checker-has-route-result .route-scan-inline {
  padding: 0 !important;
}

.public-checker-page.checker-has-route-result .route-scan-status {
  border-radius: 14px !important;
}

.public-checker-page.checker-has-route-result .result-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr) !important;
  gap: 12px !important;
  padding: 0 !important;
}

.public-checker-page.checker-has-route-result .result-verdict-panel {
  min-height: 0 !important;
  padding: 18px !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 251, 248, 0.78)) !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
}

.public-checker-page.checker-has-route-result .result-side-stack {
  display: grid !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.public-checker-page.checker-has-route-result .result-side-stack .meta-card {
  padding: 13px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid rgba(20, 35, 28, 0.08) !important;
}

.public-checker-page.checker-has-route-result .result-side-stack .meta-card-primary {
  background: linear-gradient(150deg, rgba(23, 86, 59, 0.98), rgba(17, 63, 45, 0.94)) !important;
  color: #fffaf0 !important;
}

.public-checker-page.checker-has-route-result .result-card h3#result-title {
  max-width: 18ch !important;
}

.public-checker-page.checker-has-route-result .result-smart-grid,
.public-checker-page.checker-has-route-result .result-next-step,
.public-checker-page.checker-has-route-result .result-contact-panel,
.public-checker-page.checker-has-route-result .result-fold-stack {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 920px) {
  .result-route-bar,
  .public-checker-page.checker-has-route-result .result-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .result-route-chip-row {
    justify-content: flex-start;
  }

  .public-checker-page.checker-has-route-result .result-stage-actions .button {
    width: 100%;
  }
}

/* Admin dashboard refinement */
.admin-metrics {
  grid-template-columns: repeat(7, minmax(118px, 1fr));
}

.admin-account-workbench {
  grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  align-items: start;
}

.admin-account-sidebar {
  display: grid;
  gap: 12px;
}

.admin-account-sidebar .portal-account-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  margin: 0;
}

.admin-account-sidebar .portal-account-form label,
.admin-detail-form label {
  min-width: 0;
}

.admin-account-sidebar .portal-account-form .button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 42px;
}

.admin-account-sidebar .portal-checkbox-label {
  align-self: stretch;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.admin-account-detail {
  overflow: hidden;
}

.admin-account-sidebar .form-note {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.admin-credential-note {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(42, 107, 78, 0.22);
  border-radius: 8px;
  background: rgba(228, 241, 233, 0.8);
  line-height: 1.45;
}

.admin-credential-note span,
.admin-credential-note a,
.admin-credential-note code {
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-credential-note code {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

.admin-password-form {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.admin-password-head {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
}

.admin-password-head strong {
  font-size: 1rem;
}

.admin-detail-head p,
.portal-user-copy span {
  overflow-wrap: anywhere;
}

.admin-detail-actions .button {
  white-space: normal;
}

.partner-workspace {
  display: grid;
  gap: 14px;
}

.partner-workspace[hidden],
[data-admin-dashboard][hidden] {
  display: none !important;
}

.partner-board,
.partner-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

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

.partner-panel {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(25, 50, 37, 0.08);
}

.partner-focus {
  display: grid;
  align-content: start;
  gap: 10px;
}

.partner-focus h2,
.partner-panel h2 {
  margin: 4px 0 0;
}

.partner-focus p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}

.partner-actions,
.partner-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.partner-card-actions .button {
  min-height: 36px;
  padding: 0 11px;
  white-space: normal;
}

.partner-danger-button {
  border-color: rgba(166, 55, 55, 0.34);
  color: #8d2f2f;
}

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

.partner-status-item {
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 251, 248, 0.78);
}

.partner-status-item strong {
  display: block;
  font-size: 1.55rem;
}

.partner-status-item span {
  font-weight: 800;
}

.partner-status-item p {
  margin: 5px 0 0;
  color: var(--muted);
}

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

.partner-form label,
.partner-form-wide {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.partner-form textarea {
  min-height: 92px;
  padding: 10px;
  resize: vertical;
}

.partner-form .partner-form-wide,
.partner-form button {
  grid-column: 1 / -1;
}

.partner-list {
  display: grid;
  gap: 10px;
  max-height: 620px;
  overflow: auto;
  padding-right: 4px;
}

.partner-mini-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.partner-mini-card strong,
.partner-mini-card p,
.partner-mini-card a,
.partner-mini-card span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.partner-mini-card p {
  margin: 4px 0 0;
  color: var(--muted);
}

.partner-mini-card > span {
  color: var(--muted);
  font-size: 0.86rem;
}

.partner-dossier-card {
  align-content: start;
}

.partner-status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  margin-top: 7px;
  padding: 4px 9px;
  border: 1px solid rgba(20, 35, 28, 0.1);
  border-radius: 999px;
  background: rgba(245, 240, 221, 0.82);
  color: #76520f;
  font-size: 0.74rem;
  font-weight: 900;
}

.partner-status-pill.is-ready {
  background: rgba(226, 244, 234, 0.9);
  color: #155d42;
}

.partner-status-pill.is-blocked {
  background: rgba(250, 230, 222, 0.9);
  color: #8d2f1b;
}

.partner-status-pill.is-new {
  background: rgba(232, 242, 247, 0.92);
  color: #255c70;
}

.partner-workspace {
  gap: 18px;
}

.partner-workspace .partner-panel {
  border-radius: 22px;
  border-color: rgba(103, 126, 163, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.9)),
    radial-gradient(circle at top right, rgba(42, 108, 214, 0.12), transparent 34%);
  box-shadow:
    0 20px 48px rgba(8, 22, 48, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.partner-focus-premium {
  min-height: 270px;
  padding: clamp(22px, 3vw, 34px);
  color: #f8fbff;
  background:
    linear-gradient(135deg, rgba(6, 22, 51, 0.98), rgba(19, 55, 104, 0.94)),
    radial-gradient(circle at 86% 18%, rgba(72, 147, 255, 0.36), transparent 32%);
  border-color: rgba(126, 170, 242, 0.26);
  overflow: hidden;
  position: relative;
}

.partner-focus-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.45;
  pointer-events: none;
}

.partner-focus-premium > * {
  position: relative;
  z-index: 1;
}

.partner-focus-premium h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.partner-focus-premium p {
  max-width: 760px;
  color: rgba(237, 245, 255, 0.82);
  font-size: 1.02rem;
}

.partner-focus-premium .meta-label {
  color: #f5be59;
}

.partner-guardrail {
  align-content: start;
  gap: 14px;
}

.partner-guardrail h3 {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1;
}

.partner-guardrail > p {
  margin: 0;
  color: var(--muted);
}

.partner-desk-grid {
  align-items: start;
}

.partner-work-board .partner-panel {
  align-content: start;
}

.partner-form {
  gap: 14px;
}

.partner-form label {
  padding: 12px;
  border: 1px solid rgba(103, 126, 163, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #1b2a44;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  min-height: 46px;
  border-radius: 12px;
  border-color: rgba(103, 126, 163, 0.22);
  background: rgba(255, 255, 255, 0.94);
}

.partner-form textarea {
  min-height: 104px;
}

.field-optional {
  color: var(--muted);
  font-weight: 700;
}

.partner-status-list {
  gap: 12px;
}

.partner-status-item {
  border-radius: 16px;
  border-color: rgba(103, 126, 163, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 255, 0.86));
}

.partner-status-item strong {
  color: #0c1b35;
  font-family: var(--font-display);
}

.partner-mini-card {
  border-radius: 18px;
  border-color: rgba(103, 126, 163, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.9));
}

.partner-mini-card:hover {
  border-color: rgba(48, 112, 214, 0.24);
  box-shadow: 0 16px 34px rgba(8, 22, 48, 0.08);
}

@media (max-width: 1180px) {
  .admin-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-account-workbench,
  .partner-grid-3 {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 880px) {
  .admin-metrics,
  .admin-account-workbench,
  .partner-board,
  .partner-grid,
  .partner-grid-3,
  .admin-account-sidebar .portal-account-form,
  .admin-detail-form,
  .partner-form {
    grid-template-columns: 1fr;
  }

  .admin-account-detail {
    position: static;
  }
}

/* Bordivo public polish pass v20260521 */
.site-header {
  min-width: 0;
}

.site-header .brand,
.site-header .brand-copy,
.site-header .site-nav,
.site-header .site-header-actions {
  min-width: 0;
}

.site-header .site-nav a {
  white-space: nowrap;
}

.route-command-title,
.home-page .home-landing-copy h1,
.page-copy h1 {
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border-radius: 18px;
    padding: 10px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand-copy {
    display: grid;
    gap: 1px;
  }

  .site-header .brand-copy strong,
  .site-header .brand-copy span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header .site-header-actions {
    display: flex;
    justify-content: end;
    gap: 6px;
  }

  .site-header .site-header-actions .button {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .site-header .site-header-actions .header-signup-link {
    display: none;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 6px;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .site-header .site-nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(20, 35, 28, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    line-height: 1.1;
    text-align: center;
  }

  .public-checker-page .route-command {
    display: block !important;
    margin-top: 12px !important;
  }

  .public-checker-page .route-command-copy {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: none !important;
    gap: 12px !important;
    padding: 20px !important;
  }

  .public-checker-page .route-command-title {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: 100% !important;
    font-size: clamp(2.05rem, 8vw, 2.55rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .public-checker-page .route-command-kicker {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .public-checker-page .route-command-line {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: 100% !important;
    font-size: 0.98rem !important;
    line-height: 1.48 !important;
  }

  .public-checker-page .route-command-pills {
    grid-column: 1 !important;
    grid-row: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 520px) {
  .page-shell,
  .public-checker-page .page-shell {
    width: min(100%, calc(100% - 18px)) !important;
  }

  .public-checker-page .site-header {
    position: sticky !important;
    top: 8px;
  }

  .public-checker-page .route-command-title {
    max-width: 100% !important;
    font-size: clamp(2rem, 9vw, 2.45rem) !important;
  }

  .public-checker-page .checker-section {
    scroll-margin-top: 170px;
  }

  .go-top-button {
    right: 10px;
    bottom: 10px;
    min-width: 44px;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 0.72rem;
  }
}

/* Bordivo mobile result repair v20260521 */
@media (max-width: 760px) {
  .public-checker-page.checker-has-route-result .site-header {
    position: static !important;
    top: auto !important;
  }

  .public-checker-page.checker-has-route-result .page-shell {
    width: min(100%, calc(100% - 18px)) !important;
    padding-top: 10px !important;
  }

  .public-checker-page.checker-has-route-result .checker-section,
  .public-checker-page.checker-has-route-result .checker-layout,
  .public-checker-page.checker-has-route-result .result-card.result-console,
  .public-checker-page.checker-has-route-result .result-card.result-console > *,
  .public-checker-page.checker-has-route-result .result-route-bar,
  .public-checker-page.checker-has-route-result .route-scan-inline,
  .public-checker-page.checker-has-route-result .result-quick-bar,
  .public-checker-page.checker-has-route-result .result-hero-grid,
  .public-checker-page.checker-has-route-result .result-verdict-panel,
  .public-checker-page.checker-has-route-result .result-side-stack,
  .public-checker-page.checker-has-route-result .public-notice-stack,
  .public-checker-page.checker-has-route-result .result-next-step,
  .public-checker-page.checker-has-route-result .result-smart-grid,
  .public-checker-page.checker-has-route-result .result-fold-stack,
  .public-checker-page.checker-has-route-result .result-contact-panel {
    position: static !important;
    inset: auto !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    transform: none !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .public-checker-page.checker-has-route-result .checker-layout,
  .public-checker-page.checker-has-route-result .result-card.result-console,
  .public-checker-page.checker-has-route-result .result-route-bar,
  .public-checker-page.checker-has-route-result .result-hero-grid,
  .public-checker-page.checker-has-route-result .result-side-stack,
  .public-checker-page.checker-has-route-result .result-next-step,
  .public-checker-page.checker-has-route-result .result-smart-grid,
  .public-checker-page.checker-has-route-result .result-fold-stack {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .public-checker-page.checker-has-route-result .result-card.result-console {
    padding: 12px !important;
    overflow: hidden !important;
  }

  .public-checker-page.checker-has-route-result .result-route-bar {
    padding: 12px !important;
  }

  .public-checker-page.checker-has-route-result .route-scan-status {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .public-checker-page.checker-has-route-result .result-verdict-panel,
  .public-checker-page.checker-has-route-result .result-side-stack .meta-card,
  .public-checker-page.checker-has-route-result .result-next-step,
  .public-checker-page.checker-has-route-result .result-smart-card {
    padding: 14px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .public-checker-page.checker-has-route-result .result-card h3#result-title {
    max-width: 100% !important;
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .public-checker-page.checker-has-route-result .result-summary,
  .public-checker-page.checker-has-route-result #result-summary,
  .public-checker-page.checker-has-route-result #result-note,
  .public-checker-page.checker-has-route-result .result-side-stack p,
  .public-checker-page.checker-has-route-result .result-smart-card p {
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }

  .public-checker-page.checker-has-route-result .result-next-step-actions,
  .public-checker-page.checker-has-route-result .result-contact-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .public-checker-page.checker-has-route-result .result-next-step-actions .button,
  .public-checker-page.checker-has-route-result .result-contact-actions .button {
    width: 100% !important;
  }

  .public-checker-page.checker-has-route-result .go-top-button {
    display: none !important;
  }
}

/* Bordivo product-grade interface pass v20260521 */
:root {
  --ent-canvas: #f4f1e8;
  --ent-paper: #fffdf7;
  --ent-paper-2: #f7f3ea;
  --ent-ink: #101f1b;
  --ent-ink-soft: #31413c;
  --ent-muted: #66726d;
  --ent-emerald: #0f5b43;
  --ent-emerald-2: #0a3e32;
  --ent-teal: #1a7a72;
  --ent-sky: #dff1f3;
  --ent-amber: #d8a73d;
  --ent-coral: #c95f45;
  --ent-line: rgba(16, 31, 27, 0.12);
  --ent-line-strong: rgba(16, 31, 27, 0.2);
  --ent-shadow: 0 18px 48px rgba(20, 39, 33, 0.13);
  --ent-shadow-soft: 0 10px 28px rgba(20, 39, 33, 0.09);
  --ent-radius: 8px;
}

html {
  background: var(--ent-canvas) !important;
}

body {
  color: var(--ent-ink) !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.84), rgba(244, 241, 232, 0.94)) !important;
}

body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: -2 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(rgba(16, 31, 27, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 31, 27, 0.045) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 78%, rgba(15, 91, 67, 0.08) 78% 79%, transparent 79% 100%);
  background-size: 42px 42px, 42px 42px, 260px 260px;
  mask-image: none !important;
}

body::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: -1 !important;
  height: 5px !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, var(--ent-emerald), var(--ent-teal), var(--ent-amber), var(--ent-coral)) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-copy strong,
.route-command-title,
.section-heading h2,
.home-landing-copy h1,
.home-section-head h2,
.result-card h3,
.wizard-card h3,
.workflow-card h3,
.price-card h3,
.portal-card h2,
.portal-card h3,
.account-routes-hero h1 {
  color: var(--ent-ink);
  letter-spacing: 0 !important;
}

.eyebrow,
.meta-label,
.choice-kicker,
.panel-kicker,
.route-command-kicker,
.result-smart-label,
.price-tag,
.workflow-pill,
.status-pill {
  letter-spacing: 0 !important;
}

p,
li,
.page-text,
.form-note,
.result-note,
.result-summary {
  color: var(--ent-muted);
}

.page-shell {
  width: min(1220px, calc(100% - 32px)) !important;
}

.site-header {
  top: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: var(--ent-radius) !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(246, 242, 232, 0.88)) !important;
  box-shadow: var(--ent-shadow-soft) !important;
  overflow: visible !important;
}

.site-header::after {
  display: none !important;
}

.brand {
  min-width: 0;
}

.brand-mark {
  border-radius: var(--ent-radius) !important;
  box-shadow: 0 12px 22px rgba(15, 91, 67, 0.2) !important;
}

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

.brand-copy strong {
  font-size: 1.12rem !important;
}

.brand-copy span:last-child {
  color: var(--ent-muted) !important;
  font-size: 0.78rem !important;
}

.site-nav {
  gap: 6px !important;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 11px;
  border-radius: 6px;
  color: var(--ent-ink-soft) !important;
  font-weight: 800;
  line-height: 1.1;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.site-nav a.active {
  color: var(--ent-emerald-2) !important;
  background: rgba(15, 91, 67, 0.09);
  transform: translateY(-1px);
}

.button,
button.button,
a.button,
.mark-done-btn {
  min-height: 44px;
  border-radius: var(--ent-radius) !important;
  border: 1px solid rgba(6, 51, 39, 0.22) !important;
  background:
    linear-gradient(180deg, var(--ent-emerald), var(--ent-emerald-2)) !important;
  color: #fffdf7 !important;
  box-shadow: 0 14px 28px rgba(15, 91, 67, 0.2) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.button:hover,
.button:focus-visible,
.mark-done-btn:hover,
.mark-done-btn:focus-visible {
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 34px rgba(15, 91, 67, 0.24) !important;
}

.button-secondary,
.button-ghost,
a.button-secondary,
a.button-ghost,
button.button-secondary,
button.button-ghost {
  border-color: var(--ent-line) !important;
  background: rgba(255, 253, 247, 0.86) !important;
  color: var(--ent-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 20px rgba(20, 39, 33, 0.06) !important;
}

.button:disabled,
.button.is-disabled,
.button[aria-disabled="true"] {
  opacity: 0.58 !important;
  transform: none !important;
  box-shadow: none !important;
}

input,
select,
textarea,
.inline-select {
  min-height: 44px;
  border-radius: var(--ent-radius) !important;
  border-color: var(--ent-line) !important;
  background: rgba(255, 253, 247, 0.92) !important;
  color: var(--ent-ink) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

input:focus,
select:focus,
textarea:focus,
.inline-select:focus {
  border-color: rgba(15, 91, 67, 0.46) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(15, 91, 67, 0.1) !important;
}

.hero-copy,
.hero-panel,
.checker-form,
.result-card,
.workflow-card,
.feature-card,
.price-card,
.metric-card,
.pilot-form,
.workspace-form,
.pilot-preview,
.cases-panel,
.cases-preview,
.ops-panel,
.ops-preview,
.timeline-panel,
.page-copy,
.page-panel,
.choice-card,
.story-card,
.page-form,
.portal-card,
.portal-metric-card,
.alerts-subscribe,
.alerts-dashboard,
.account-routes-hero,
.account-routes-panel,
.account-routes-stat,
.account-route-card,
.account-routes-empty {
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: var(--ent-radius) !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(248, 245, 237, 0.9)) !important;
  box-shadow: var(--ent-shadow-soft) !important;
  min-width: 0;
}

.checker-form,
.result-card,
.portal-card,
.pilot-form,
.page-form {
  border-color: rgba(16, 31, 27, 0.1) !important;
}

.home-page .home-landing,
.hero,
.checker-layout,
.pilot-layout,
.pricing-grid,
.workflow-grid,
.feature-section,
.portal-hero-grid,
.portal-main-grid,
.cases-layout,
.ops-layout {
  gap: 16px !important;
}

.home-page .home-landing-copy,
.hero-copy,
.route-command-copy {
  position: relative;
  overflow: hidden;
  border-radius: var(--ent-radius) !important;
  background:
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(17, 77, 58, 0.95) 62%, rgba(216, 167, 61, 0.86)) !important;
  color: #fffdf7 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: var(--ent-shadow) !important;
}

.home-page .home-landing-copy::before,
.hero-copy::before,
.route-command-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 253, 247, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 253, 247, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
}

.home-page .home-landing-copy > *,
.hero-copy > *,
.route-command-copy > * {
  position: relative;
}

.home-page .home-landing-copy h1,
.hero h1,
.route-command-title {
  max-width: 13ch !important;
  color: #fffdf7 !important;
  font-size: 4rem !important;
  line-height: 0.98 !important;
}

.home-page .home-landing-copy .page-text,
.hero-copy .hero-text,
.route-command-line {
  color: rgba(255, 253, 247, 0.82) !important;
  font-weight: 650 !important;
}

.home-page .home-landing-copy .eyebrow,
.hero-copy .eyebrow,
.route-command-kicker {
  color: #f2c55b !important;
  font-weight: 900 !important;
}

.route-command-copy {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr) !important;
  align-items: end !important;
}

.route-command-pills {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.route-command-pills span,
.home-proof-pills span,
.card-pills span,
.result-quick-pill,
.status-pill,
.workflow-pill,
.portal-target-chip,
.account-route-chip-row span {
  border-radius: 999px !important;
  border: 1px solid rgba(16, 31, 27, 0.12) !important;
  background: rgba(255, 253, 247, 0.9) !important;
  color: var(--ent-emerald-2) !important;
  font-weight: 900 !important;
}

.home-landing-panel,
.home-demo-card,
.home-process-card,
.home-entry-card,
.result-verdict-panel,
.meta-card,
.result-next-step,
.result-smart-card,
.result-contact-panel,
.result-fold,
.resource-panel,
.public-notice-card,
.public-intel-card,
.alerts-types,
.alerts-count,
.alerts-empty,
.portal-user-row,
.portal-feed-item,
.portal-activity-item {
  border-radius: var(--ent-radius) !important;
  border: 1px solid var(--ent-line) !important;
  background: rgba(255, 253, 247, 0.9) !important;
  box-shadow: 0 8px 22px rgba(20, 39, 33, 0.07) !important;
  min-width: 0;
}

.home-landing-panel--visual,
.pilot-preview,
.price-card-highlight,
.meta-card-primary,
.result-next-step {
  background:
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(15, 91, 67, 0.94)) !important;
  color: #fffdf7 !important;
}

.home-landing-panel--visual p,
.home-landing-panel--visual span,
.pilot-preview p,
.pilot-preview span,
.price-card-highlight p,
.price-card-highlight li,
.meta-card-primary p,
.meta-card-primary span,
.result-next-step p,
.result-next-step span {
  color: rgba(255, 253, 247, 0.78) !important;
}

.home-landing-panel--visual strong,
.pilot-preview h3,
.price-card-highlight h3,
.meta-card-primary strong,
.result-next-step strong,
.result-next-step h3 {
  color: #fffdf7 !important;
}

.checker-section,
.cases-section,
.workflow-section,
.feature-section,
.pricing-section,
.pilot-section,
.ops-section {
  margin-top: 34px !important;
}

.section-heading,
.home-section-head {
  max-width: 820px !important;
}

.section-heading h2,
.home-section-head h2,
.feature-callout h2 {
  font-size: 2.45rem !important;
  line-height: 1.05 !important;
}

.checker-layout {
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr) !important;
  align-items: start !important;
}

.checker-form {
  position: sticky !important;
  top: 98px !important;
  padding: 16px !important;
  gap: 10px !important;
}

.checker-form label,
.pilot-form label,
.workspace-form label,
.toolbar-field,
.share-setting {
  color: var(--ent-ink) !important;
}

.checker-form label > span:first-child,
.pilot-form label > span:first-child,
.toolbar-field span:first-child {
  font-weight: 900 !important;
}

.result-card.result-console {
  padding: 16px !important;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(246, 242, 232, 0.92)) !important;
}

.result-route-bar,
.route-scan-inline,
.result-quick-bar,
.result-hero-grid,
.result-smart-grid,
.result-fold-stack,
.result-contact-panel {
  min-width: 0;
}

.result-route-bar,
.route-scan-status {
  border-radius: var(--ent-radius) !important;
  border: 1px solid rgba(16, 31, 27, 0.1) !important;
  background: rgba(255, 253, 247, 0.78) !important;
}

.result-verdict-panel {
  padding: 18px !important;
}

.result-card h3#result-title {
  font-size: 2.6rem !important;
  line-height: 1.02 !important;
  overflow-wrap: anywhere !important;
}

.result-summary,
#result-summary,
#result-note,
.result-smart-card p,
.meta-card p,
.result-contact-panel p {
  overflow-wrap: anywhere !important;
}

.result-scan-proof,
.result-intelligence,
.result-operator-shell {
  border-radius: var(--ent-radius) !important;
  border-color: var(--ent-line) !important;
}

.result-links a,
.resource-links a,
.choice-link {
  border-radius: var(--ent-radius) !important;
  border-color: var(--ent-line) !important;
  background: rgba(255, 253, 247, 0.88) !important;
}

.result-links a:hover,
.resource-links a:hover,
.choice-link:hover,
.result-links a:focus-visible,
.resource-links a:focus-visible,
.choice-link:focus-visible {
  border-color: rgba(15, 91, 67, 0.34) !important;
  box-shadow: 0 10px 24px rgba(20, 39, 33, 0.09) !important;
}

.workflow-card span,
.home-process-number {
  border-radius: var(--ent-radius) !important;
  background: rgba(15, 91, 67, 0.12) !important;
  color: var(--ent-emerald-2) !important;
}

.portal-account-form,
.admin-topbar,
.admin-session-strip,
.admin-tabs,
.admin-panel,
.admin-session-card,
.admin-health-card {
  border-radius: var(--ent-radius) !important;
  border-color: var(--ent-line) !important;
  background: rgba(255, 253, 247, 0.9) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .route-scan-dot,
  .checker-scan-ring,
  .route-scan-overlay-spinner {
    animation-duration: 0.9s !important;
  }

  .result-card.result-console,
  .home-landing-panel,
  .checker-form {
    transition: transform 180ms ease, box-shadow 180ms ease;
  }
}

@media (max-width: 1000px) {
  .home-page .home-landing,
  .hero,
  .checker-layout,
  .pilot-layout,
  .pricing-grid,
  .feature-section,
  .portal-hero-grid,
  .portal-main-grid,
  .cases-layout,
  .ops-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .checker-form {
    position: static !important;
  }

  .home-page .home-landing-copy h1,
  .hero h1,
  .route-command-title {
    font-size: 3.25rem !important;
  }
}

@media (max-width: 760px) {
  .page-shell,
  .public-checker-page .page-shell {
    width: min(100%, calc(100% - 18px)) !important;
    padding-bottom: 34px !important;
  }

  .site-header,
  .home-page .site-header,
  .public-checker-page .site-header {
    position: static !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: var(--ent-radius) !important;
  }

  .site-header .brand {
    min-width: 0;
  }

  .brand-mark,
  .home-page .brand-mark {
    width: 44px !important;
    height: 44px !important;
  }

  .brand-copy strong,
  .home-page .brand-copy strong {
    font-size: 1rem !important;
  }

  .site-header .site-nav,
  .home-page .site-nav,
  .public-checker-page .site-nav {
    grid-column: 1 / -1 !important;
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    gap: 6px !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header .site-nav::-webkit-scrollbar,
  .home-page .site-nav::-webkit-scrollbar,
  .public-checker-page .site-nav::-webkit-scrollbar {
    display: none !important;
  }

  .site-header .site-nav a,
  .home-page .site-nav a,
  .public-checker-page .site-nav a {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    min-height: 36px !important;
    padding: 7px 8px !important;
    white-space: nowrap !important;
    overflow-wrap: anywhere !important;
    font-size: 0.76rem !important;
    text-align: center !important;
  }

  .site-header-actions,
  .home-page .site-header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    overflow: visible !important;
    scrollbar-width: auto !important;
    justify-self: end !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header-actions::-webkit-scrollbar {
    display: none !important;
  }

  .site-header-actions .header-signup-link {
    display: none !important;
  }

  .site-header-actions .header-primary-link {
    display: none !important;
  }

  .site-header-actions .button,
  .site-header-actions a.button {
    min-height: 36px !important;
    padding: 7px 10px !important;
    font-size: 0.78rem !important;
  }

  .home-page .site-header-actions {
    display: none !important;
  }

  .public-checker-page .section-heading-compact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
  }

  .public-checker-page.checker-awaiting-route .section-heading-compact {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .public-checker-page .section-heading-compact > *,
  .public-checker-page.checker-awaiting-route .section-heading-compact > * {
    grid-column: 1 / -1 !important;
  }

  .public-checker-page .section-heading-compact p:not(.eyebrow) {
    max-width: 100% !important;
    text-align: left !important;
  }

  .public-checker-page.checker-awaiting-route .section-heading-compact p:not(.eyebrow) {
    max-width: 100% !important;
    width: 100% !important;
    grid-column: 1 / -1 !important;
  }

  .public-checker-page .route-command-line {
    display: block !important;
    width: 100% !important;
    max-width: 28ch !important;
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .public-checker-page.checker-awaiting-route .route-command-line {
    max-width: 28ch !important;
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
  }

  .home-page .home-landing-copy,
  .hero-copy,
  .route-command-copy {
    padding: 20px !important;
  }

  .home-page .home-landing-copy h1,
  .hero h1,
  .route-command-title {
    max-width: none !important;
    font-size: 2.45rem !important;
    line-height: 1.04 !important;
  }

  .section-heading h2,
  .home-section-head h2,
  .feature-callout h2 {
    font-size: 2rem !important;
  }

  .route-command-copy {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .route-command-pills {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .checker-form,
  .result-card.result-console,
  .pilot-form,
  .workspace-form,
  .pilot-preview,
  .cases-panel,
  .cases-preview,
  .portal-card,
  .page-copy,
  .page-panel,
  .choice-card,
  .story-card,
  .page-form {
    padding: 14px !important;
  }

  .field-grid,
  .share-settings,
  .result-matrix,
  .result-smart-grid,
  .portal-account-form {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .result-card h3#result-title {
    font-size: 2rem !important;
  }

  .result-actions,
  .pilot-actions,
  .portal-actions,
  .portal-card-actions,
  .result-next-step-actions,
  .result-contact-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .result-actions .button,
  .pilot-actions .button,
  .portal-actions .button,
  .result-next-step-actions .button,
  .result-contact-actions .button {
    width: 100% !important;
  }
}

@media (max-width: 460px) {
  .home-page .home-landing-copy h1,
  .hero h1,
  .route-command-title {
    font-size: 2.1rem !important;
  }

  .section-heading h2,
  .home-section-head h2,
  .feature-callout h2 {
    font-size: 1.75rem !important;
  }

  .button,
  a.button,
  button.button {
    width: 100%;
  }
}

/* Bordivo mobile fit correction v20260521 */
.home-page .home-landing-copy h1,
.hero h1,
.route-command-title,
.result-card h3#result-title {
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

@media (max-width: 760px) {
  .home-page .home-landing-copy h1,
  .hero h1,
  .route-command-title {
    font-size: 2.15rem !important;
  }

  .site-header .button,
  .site-header a.button,
  .site-header button.button,
  .site-header-actions .button,
  .site-header-actions a.button {
    width: auto !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 460px) {
  .home-page .home-landing-copy h1,
  .hero h1,
  .route-command-title {
    font-size: 1.95rem !important;
  }
}

/* Bordivo interaction polish v20260521 */
::selection {
  background: rgba(216, 167, 61, 0.32);
  color: var(--ent-ink);
}

:focus-visible {
  outline: 3px solid rgba(216, 167, 61, 0.42) !important;
  outline-offset: 3px;
}

.site-nav a.is-active,
.site-nav a.active {
  box-shadow: inset 0 -2px 0 rgba(15, 91, 67, 0.38);
}

.site-nav a.is-active::before,
.site-nav a.active::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--ent-emerald);
}

.checker-form label:not(.toggle-row),
.pilot-form label,
.workspace-form label,
.page-form label,
.unlock-form label,
.portal-account-form label,
.toolbar-field,
.share-setting {
  position: relative;
  border: 1px solid rgba(16, 31, 27, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.86), rgba(250, 248, 241, 0.76));
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease, transform 150ms ease;
}

.checker-form label:not(.toggle-row):focus-within,
.pilot-form label:focus-within,
.workspace-form label:focus-within,
.page-form label:focus-within,
.unlock-form label:focus-within,
.portal-account-form label:focus-within,
.toolbar-field:focus-within,
.share-setting:focus-within {
  border-color: rgba(15, 91, 67, 0.28) !important;
  background: rgba(255, 253, 247, 0.96) !important;
  box-shadow: 0 10px 24px rgba(20, 39, 33, 0.08), 0 0 0 4px rgba(15, 91, 67, 0.08) !important;
}

.checker-form label:not(.toggle-row)::after,
.pilot-form label::after,
.page-form label::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(15, 91, 67, 0.18);
  pointer-events: none;
}

.checker-form label:not(.toggle-row):focus-within::after,
.pilot-form label:focus-within::after,
.page-form label:focus-within::after {
  background: var(--ent-amber);
}

#traveler-signup-form > label:not(.signup-password-field)::after {
  display: none;
}

#traveler-signup-form .signup-password-field {
  gap: 8px;
  padding-right: 12px;
}

#traveler-signup-form .signup-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-right: 30px;
}

#traveler-signup-form .signup-password-state {
  color: var(--ent-muted);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: right;
}

#traveler-signup-form .signup-password-field::after {
  top: 11px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(16, 31, 27, 0.12);
  background: transparent;
  color: transparent;
  font-size: 12px;
  font-weight: 900;
}

#traveler-signup-form .signup-password-field:focus-within::after {
  background: rgba(245, 189, 99, 0.18);
}

#traveler-signup-form .signup-password-field[data-validation="valid"] {
  border-color: rgba(15, 125, 81, 0.24);
  background: rgba(242, 251, 247, 0.88);
}

#traveler-signup-form .signup-password-field[data-validation="valid"]::after {
  content: "\2713";
  border-color: rgba(15, 125, 81, 0.22);
  background: rgba(15, 125, 81, 0.12);
  color: var(--success);
}

#traveler-signup-form .signup-password-field[data-validation="valid"] .signup-password-state {
  color: var(--success);
}

#traveler-signup-form .signup-password-field[data-validation="error"] {
  border-color: rgba(180, 58, 44, 0.24);
  background: rgba(255, 247, 245, 0.88);
}

#traveler-signup-form .signup-password-field[data-validation="error"]::after {
  content: "!";
  border-color: rgba(180, 58, 44, 0.2);
  background: rgba(180, 58, 44, 0.1);
  color: var(--danger);
}

#traveler-signup-form .signup-password-field[data-validation="error"] .signup-password-state {
  color: var(--danger);
}

#traveler-signup-form #traveler-signup-submit:disabled {
  cursor: not-allowed;
  opacity: 0.54;
  box-shadow: none !important;
}

.toggle-row {
  border-color: rgba(16, 31, 27, 0.1) !important;
  background: rgba(255, 253, 247, 0.72) !important;
}

.toggle-row:focus-within {
  border-color: rgba(15, 91, 67, 0.28) !important;
  box-shadow: 0 0 0 4px rgba(15, 91, 67, 0.08) !important;
}

.result-card.result-console {
  position: relative;
}

.result-card.result-console::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 91, 67, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 36%);
  opacity: 0.55;
}

.result-card.result-console > * {
  position: relative;
}

.meta-card,
.result-smart-card,
.resource-panel,
.result-fold,
.public-notice-card,
.public-intel-card,
.home-process-card,
.home-entry-card,
.portal-card,
.account-route-card {
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.meta-card:hover,
.result-smart-card:hover,
.resource-panel:hover,
.public-intel-card:hover,
.home-process-card:hover,
.home-entry-card:hover,
.portal-card:hover,
.account-route-card:hover {
  border-color: rgba(15, 91, 67, 0.18) !important;
  box-shadow: 0 14px 30px rgba(20, 39, 33, 0.1) !important;
}

.go-top-button {
  border-radius: var(--ent-radius) !important;
  background: linear-gradient(180deg, var(--ent-emerald), var(--ent-emerald-2)) !important;
  color: #fffdf7 !important;
  box-shadow: 0 14px 28px rgba(15, 91, 67, 0.2) !important;
}

@media (max-width: 760px) {
  .checker-form label:not(.toggle-row),
  .pilot-form label,
  .workspace-form label,
  .page-form label {
    padding: 10px !important;
  }

  .checker-form label:not(.toggle-row)::after,
  .pilot-form label::after,
  .page-form label::after {
    top: 9px;
    right: 9px;
  }
}

/* Bordivo team pilot conversion experience v20260525 */
body.pilot-page {
  background:
    radial-gradient(circle at 10% 4%, rgba(47, 120, 242, 0.2), transparent 31%),
    radial-gradient(circle at 92% 8%, rgba(245, 189, 99, 0.2), transparent 25%),
    linear-gradient(180deg, #fffaf1 0%, #f3f7fc 43%, #f8f3eb 100%) !important;
}

body.pilot-page::before {
  background-image:
    linear-gradient(rgba(7, 17, 38, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 38, 0.036) 1px, transparent 1px) !important;
  background-size: 46px 46px !important;
  opacity: 0.72;
}

body.pilot-page .page-backbar {
  display: none !important;
}

body.pilot-page main#top {
  padding-top: 26px;
}

body.pilot-page .pilot-hero {
  display: grid;
  grid-template-columns: minmax(470px, 1.18fr) minmax(315px, 0.82fr);
  gap: 16px;
  align-items: stretch;
}

body.pilot-page .pilot-hero-copy {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 550px;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 14%, rgba(245, 189, 99, 0.24), transparent 30%),
    radial-gradient(circle at 74% 82%, rgba(47, 120, 242, 0.27), transparent 32%),
    linear-gradient(134deg, #071126 0%, #10254a 52%, #123d78 100%);
  box-shadow: 0 34px 72px rgba(7, 17, 38, 0.2);
}

body.pilot-page .pilot-hero-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(220, 236, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 236, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(125deg, rgba(0, 0, 0, 0.88), transparent 70%);
}

body.pilot-page .pilot-hero-copy::after {
  content: "";
  position: absolute;
  right: -128px;
  bottom: -142px;
  z-index: -1;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(220, 236, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 45px rgba(220, 236, 255, 0.035),
    inset 0 0 0 90px rgba(220, 236, 255, 0.035);
}

body.pilot-page .pilot-hero-copy .eyebrow {
  margin: 0 0 18px;
  color: #f5bd63 !important;
  font-weight: 900;
}

body.pilot-page .pilot-hero-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: #fffdf8 !important;
  font-size: clamp(3.25rem, 5.2vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.065em;
}

body.pilot-page .pilot-hero-copy .page-text {
  max-width: 53ch;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.75) !important;
  font-size: 1.02rem;
  line-height: 1.7;
}

body.pilot-page .pilot-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

body.pilot-page .pilot-hero-actions .button:not(.button-secondary) {
  border-color: rgba(245, 189, 99, 0.55) !important;
  background: linear-gradient(180deg, #ffd887, #f5bd63) !important;
  color: #071126 !important;
  box-shadow: 0 18px 34px rgba(245, 189, 99, 0.22) !important;
}

body.pilot-page .pilot-hero-actions .button-secondary {
  border-color: rgba(255, 253, 248, 0.2) !important;
  background: rgba(255, 253, 248, 0.09) !important;
  color: #fffdf8 !important;
  box-shadow: none !important;
}

body.pilot-page .pilot-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 34px;
}

body.pilot-page .pilot-trust-row span {
  min-height: 34px;
  padding: 9px 13px;
  border: 1px solid rgba(220, 236, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.065);
  color: rgba(255, 253, 248, 0.8);
  font-size: 0.79rem;
  font-weight: 800;
}

body.pilot-page .pilot-flow {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto minmax(96px, 1fr);
  align-content: start;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(7, 17, 38, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(47, 120, 242, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(241, 247, 253, 0.95));
  box-shadow: 0 24px 54px rgba(7, 17, 38, 0.09);
}

body.pilot-page .pilot-flow-kicker {
  margin: 0 0 11px;
  color: #b77b19 !important;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.pilot-page .pilot-flow-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(7, 17, 38, 0.08);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.76);
}

body.pilot-page .pilot-flow-step > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eff6ff;
  color: #2f78f2;
  font-size: 0.76rem;
  font-weight: 900;
}

body.pilot-page .pilot-flow-step strong {
  display: block;
  margin: 2px 0 5px;
  color: #071126 !important;
  font-size: 0.98rem;
}

body.pilot-page .pilot-flow-step p {
  margin: 0;
  color: #617084 !important;
  font-size: 0.85rem;
  line-height: 1.48;
}

body.pilot-page .pilot-flow-step-featured {
  border-color: rgba(47, 120, 242, 0.22);
  background: linear-gradient(135deg, #071126, #123d78);
  box-shadow: 0 18px 30px rgba(7, 17, 38, 0.15);
}

body.pilot-page .pilot-flow-step-featured > span {
  background: #f5bd63;
  color: #071126;
}

body.pilot-page .pilot-flow-step-featured strong {
  color: #fffdf8 !important;
}

body.pilot-page .pilot-flow-step-featured p {
  color: rgba(255, 253, 248, 0.72) !important;
}

body.pilot-page .pilot-flow-callout {
  display: grid;
  gap: 7px;
  align-self: end;
  margin-top: 0;
  padding: 22px 20px;
  border-radius: 20px;
  background: #dcecff;
}

body.pilot-page .pilot-flow-callout span {
  color: #2f78f2;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.pilot-page .pilot-flow-callout strong {
  color: #071126 !important;
  font-size: 1.2rem;
  line-height: 1.25;
}

body.pilot-page .pilot-flow-callout p {
  margin: 4px 0 2px;
  color: #435778 !important;
  font-size: 0.86rem;
  line-height: 1.52;
}

body.pilot-page .pilot-flow-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 6px;
}

body.pilot-page .pilot-flow-meta small {
  padding: 7px 9px;
  border: 1px solid rgba(47, 120, 242, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.56);
  color: #172846;
  font-size: 0.68rem;
  font-weight: 800;
}

body.pilot-page .pilot-conversion {
  display: grid !important;
  gap: 26px;
  margin-top: 22px !important;
  padding: clamp(22px, 3.8vw, 38px);
  border: 1px solid rgba(7, 17, 38, 0.09) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 95% 5%, rgba(47, 120, 242, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(243, 248, 253, 0.9)) !important;
  box-shadow: 0 22px 55px rgba(7, 17, 38, 0.075) !important;
}

body.pilot-page .pilot-section-head {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(270px, 0.72fr);
  gap: 32px;
  align-items: end;
}

body.pilot-page .pilot-section-head .eyebrow {
  margin: 0 0 10px;
}

body.pilot-page .pilot-section-head h2 {
  max-width: 15ch;
  margin: 0;
  color: #071126 !important;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

body.pilot-page .pilot-section-head > p {
  margin: 0;
  color: #617084 !important;
  line-height: 1.7;
}

body.pilot-page .page-form-grid {
  grid-template-columns: minmax(435px, 1.16fr) minmax(300px, 0.84fr) !important;
  gap: 16px !important;
  align-items: start;
  margin-top: 0 !important;
}

body.pilot-page .pilot-intake-card {
  display: grid;
  gap: 13px;
  padding: clamp(18px, 2.4vw, 25px) !important;
  border: 1px solid rgba(7, 17, 38, 0.1) !important;
  border-radius: 24px !important;
  background: rgba(255, 253, 248, 0.98) !important;
  box-shadow: 0 18px 38px rgba(7, 17, 38, 0.065) !important;
}

body.pilot-page .pilot-form-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 4px;
}

body.pilot-page .pilot-form-step {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  background: #071126;
  color: #f5bd63;
  font-size: 0.75rem;
  font-weight: 900;
}

body.pilot-page .pilot-form-head h3 {
  margin: 0 0 3px;
  color: #071126 !important;
  font-size: 1.12rem;
}

body.pilot-page .pilot-form-head p {
  margin: 0;
  color: #617084 !important;
  font-size: 0.86rem;
}

body.pilot-page .pilot-intake-card .field-grid {
  gap: 10px;
}

body.pilot-page .pilot-intake-card label {
  display: grid !important;
  gap: 6px !important;
  padding: 11px 12px 9px !important;
  border: 1px solid rgba(7, 17, 38, 0.09) !important;
  border-radius: 15px !important;
  background: #f8fbff !important;
  color: #172846 !important;
  font-size: 0.76rem;
  font-weight: 850;
}

body.pilot-page .pilot-intake-card label > span:first-child {
  padding-right: 16px;
  color: #172846 !important;
  font-size: 0.76rem;
  font-weight: 850 !important;
}

body.pilot-page .pilot-intake-card label::after {
  top: 14px !important;
  right: 13px !important;
  width: 6px !important;
  height: 6px !important;
  background: rgba(47, 120, 242, 0.24) !important;
}

body.pilot-page .pilot-intake-card label:focus-within {
  border-color: rgba(47, 120, 242, 0.3) !important;
  background: #fffdf8 !important;
  box-shadow: 0 0 0 4px rgba(47, 120, 242, 0.08) !important;
}

body.pilot-page .pilot-intake-card label:focus-within::after {
  background: #f5bd63 !important;
}

body.pilot-page .pilot-intake-card input,
body.pilot-page .pilot-intake-card select,
body.pilot-page .pilot-intake-card textarea {
  width: 100%;
  min-height: 30px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #071126 !important;
  box-shadow: none !important;
  font-size: 0.94rem;
  line-height: 1.5;
}

body.pilot-page .pilot-intake-card textarea {
  min-height: 82px;
  padding-top: 2px !important;
}

body.pilot-page .pilot-intake-card label:last-of-type textarea {
  min-height: 126px;
}

body.pilot-page .pilot-actions {
  gap: 9px;
  margin-top: 4px;
}

body.pilot-page .pilot-actions .button {
  min-height: 50px;
}

body.pilot-page #pilot-feedback {
  margin: 2px 0 0;
  padding: 0 2px;
  color: #617084 !important;
  font-size: 0.82rem;
}

body.pilot-page .pilot-preview-card {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
  align-self: start;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: transparent !important;
  color: #071126 !important;
  box-shadow: none !important;
}

body.pilot-page .pilot-preview-top {
  display: grid;
  gap: 13px;
  padding: 25px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 7%, rgba(245, 189, 99, 0.19), transparent 27%),
    linear-gradient(145deg, #071126, #123d78);
  box-shadow: 0 20px 40px rgba(7, 17, 38, 0.15);
}

body.pilot-page .pilot-preview-top .eyebrow {
  margin: 0;
  color: #f5bd63 !important;
}

body.pilot-page .pilot-live-pill {
  justify-self: start;
  padding: 7px 11px;
  border: 1px solid rgba(220, 236, 255, 0.15);
  border-radius: 999px;
  background: rgba(220, 236, 255, 0.1);
  color: rgba(255, 253, 248, 0.8) !important;
  font-size: 0.7rem;
  font-weight: 850;
}

body.pilot-page #pilot-preview-title {
  margin: 3px 0 0;
  color: #fffdf8 !important;
  font-size: 1.5rem;
  line-height: 1.17;
  letter-spacing: -0.04em;
}

body.pilot-page #pilot-preview-summary {
  margin: 0;
  color: rgba(255, 253, 248, 0.72) !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

body.pilot-page .preview-list {
  gap: 8px;
  margin: 5px 0 0;
  padding: 0;
}

body.pilot-page .preview-list li {
  padding: 12px 13px;
  border: 1px solid rgba(220, 236, 255, 0.13);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.08);
  color: rgba(255, 253, 248, 0.77) !important;
  font-size: 0.83rem;
  line-height: 1.45;
}

body.pilot-page .pilot-next-steps {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(7, 17, 38, 0.09);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.88);
}

body.pilot-page .pilot-next-steps .meta-label {
  margin: 0 0 5px;
  color: #b77b19 !important;
}

body.pilot-page .pilot-next-steps div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 9px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid rgba(7, 17, 38, 0.07);
}

body.pilot-page .pilot-next-steps strong {
  color: #071126 !important;
  font-size: 0.83rem;
}

body.pilot-page .pilot-next-steps span {
  color: #617084 !important;
  font-size: 0.81rem;
  line-height: 1.4;
}

body.pilot-page .pilot-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

body.pilot-page .pilot-proof article {
  padding: 21px;
  border: 1px solid rgba(7, 17, 38, 0.08);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 12px 30px rgba(7, 17, 38, 0.05);
}

body.pilot-page .pilot-proof article > span {
  color: #2f78f2;
  font-size: 0.75rem;
  font-weight: 900;
}

body.pilot-page .pilot-proof h3 {
  margin: 13px 0 8px;
  color: #071126 !important;
  font-size: 1.12rem;
}

body.pilot-page .pilot-proof p {
  margin: 0;
  color: #617084 !important;
  font-size: 0.88rem;
  line-height: 1.58;
}

body.pilot-page .legal-note {
  margin-top: 25px;
}

@media (max-width: 1020px) {
  body.pilot-page .pilot-hero,
  body.pilot-page .pilot-section-head,
  body.pilot-page .page-form-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.pilot-page .pilot-hero-copy {
    min-height: 0;
  }

  body.pilot-page .pilot-preview-card {
    position: static;
  }
}

@media (max-width: 760px) {
  body.pilot-page main#top {
    padding-top: 12px;
  }

  body.pilot-page .pilot-hero-copy,
  body.pilot-page .pilot-flow,
  body.pilot-page .pilot-conversion {
    padding: 20px !important;
    border-radius: 21px !important;
  }

  body.pilot-page .pilot-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.25rem, 11vw, 2.75rem);
  }

  body.pilot-page .pilot-hero-actions,
  body.pilot-page .pilot-hero-actions .button {
    width: 100%;
  }

  body.pilot-page .pilot-hero-actions .button {
    justify-content: center;
  }

  body.pilot-page .pilot-section-head h2 {
    font-size: 1.9rem;
  }

  body.pilot-page .pilot-intake-card,
  body.pilot-page .pilot-preview-top,
  body.pilot-page .pilot-next-steps {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.pilot-page .pilot-proof {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Bordivo alerts watchlist experience v20260525 */
body.alerts-page {
  background:
    radial-gradient(circle at 9% 5%, rgba(47, 120, 242, 0.19), transparent 30%),
    radial-gradient(circle at 94% 7%, rgba(245, 189, 99, 0.18), transparent 26%),
    linear-gradient(180deg, #fffaf1 0%, #f3f7fc 43%, #f8f3eb 100%) !important;
}

body.alerts-page::before {
  background-image:
    linear-gradient(rgba(7, 17, 38, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 17, 38, 0.036) 1px, transparent 1px) !important;
  background-size: 46px 46px !important;
  opacity: 0.7;
}

body.alerts-page .page-backbar {
  display: none !important;
}

body.alerts-page main#top {
  padding-top: 26px;
}

body.alerts-page .alerts-stage {
  display: grid;
  grid-template-columns: minmax(470px, 1.15fr) minmax(335px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

body.alerts-page .alerts-stage.reveal,
body.alerts-page .alerts-control.reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

body.alerts-page .alerts-stage-copy {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 500px;
  padding: clamp(35px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 13%, rgba(245, 189, 99, 0.24), transparent 27%),
    radial-gradient(circle at 83% 94%, rgba(47, 120, 242, 0.31), transparent 36%),
    linear-gradient(136deg, #071126 0%, #10254a 55%, #123d78 100%);
  box-shadow: 0 34px 72px rgba(7, 17, 38, 0.2);
}

body.alerts-page .alerts-stage-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(220, 236, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 236, 255, 0.075) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(126deg, #000 0%, rgba(0, 0, 0, 0.4) 65%, transparent 88%);
}

body.alerts-page .alerts-stage-copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -112px;
  bottom: -148px;
  width: 345px;
  height: 345px;
  border: 1px solid rgba(220, 236, 255, 0.17);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 44px rgba(220, 236, 255, 0.034),
    inset 0 0 0 88px rgba(220, 236, 255, 0.034);
}

body.alerts-page .alerts-stage-copy .eyebrow {
  margin: 0 0 18px;
  color: #f5bd63 !important;
  font-weight: 900;
}

body.alerts-page .alerts-stage-copy h1 {
  max-width: 10.5ch;
  margin: 0;
  color: #fffdf8 !important;
  font-size: clamp(3.2rem, 5.1vw, 4.55rem);
  line-height: 0.99;
  letter-spacing: -0.065em;
}

body.alerts-page .alerts-stage-copy .page-text {
  max-width: 49ch;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.77) !important;
  font-size: 1.03rem;
  line-height: 1.68;
}

body.alerts-page .alerts-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

body.alerts-page .alerts-stage-actions .button:not(.button-secondary) {
  border-color: rgba(245, 189, 99, 0.55) !important;
  background: linear-gradient(180deg, #ffd887, #f5bd63) !important;
  color: #071126 !important;
  box-shadow: 0 18px 34px rgba(245, 189, 99, 0.22) !important;
}

body.alerts-page .alerts-stage-actions .button-secondary {
  border-color: rgba(255, 253, 248, 0.2) !important;
  background: rgba(255, 253, 248, 0.09) !important;
  color: #fffdf8 !important;
  box-shadow: none !important;
}

body.alerts-page .alerts-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 34px;
}

body.alerts-page .alerts-trust-row span {
  min-height: 34px;
  padding: 9px 13px;
  border: 1px solid rgba(220, 236, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.065);
  color: rgba(255, 253, 248, 0.81);
  font-size: 0.78rem;
  font-weight: 800;
}

body.alerts-page .alerts-monitor {
  display: grid;
  grid-template-rows: auto auto minmax(100px, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(7, 17, 38, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(47, 120, 242, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(241, 247, 253, 0.95));
  box-shadow: 0 24px 54px rgba(7, 17, 38, 0.09);
}

body.alerts-page .alerts-monitor-head {
  display: grid;
  gap: 12px;
}

body.alerts-page .alerts-monitor-status {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(47, 120, 242, 0.14);
  border-radius: 999px;
  background: #eff6ff;
  color: #2f78f2;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.alerts-page .alerts-monitor-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f78f2;
  box-shadow: 0 0 0 5px rgba(47, 120, 242, 0.12);
}

body.alerts-page .alerts-monitor-head h2 {
  margin: 0;
  color: #071126 !important;
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

body.alerts-page .alerts-monitor-head p {
  margin: 0;
  color: #617084 !important;
  font-size: 0.9rem;
  line-height: 1.58;
}

body.alerts-page .alerts-signal-stack {
  display: grid;
  gap: 9px;
}

body.alerts-page .alerts-signal-stack article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(7, 17, 38, 0.08);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.78);
}

body.alerts-page .alerts-signal-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eff6ff;
  color: #2f78f2;
  font-size: 0.72rem;
  font-weight: 900;
}

body.alerts-page .alerts-signal-stack strong {
  display: block;
  margin-bottom: 3px;
  color: #071126 !important;
  font-size: 0.93rem;
}

body.alerts-page .alerts-signal-stack p {
  margin: 0;
  color: #617084 !important;
  font-size: 0.79rem;
}

body.alerts-page .alerts-signal-stack small {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(47, 120, 242, 0.09);
  color: #2f78f2;
  font-size: 0.67rem;
  font-weight: 900;
}

body.alerts-page .alerts-signal-stack .alerts-signal-featured {
  border-color: rgba(47, 120, 242, 0.25);
  background: linear-gradient(135deg, #071126, #123d78);
  box-shadow: 0 16px 30px rgba(7, 17, 38, 0.16);
}

body.alerts-page .alerts-signal-featured .alerts-signal-mark {
  background: #f5bd63;
  color: #071126;
}

body.alerts-page .alerts-signal-featured strong {
  color: #fffdf8 !important;
}

body.alerts-page .alerts-signal-featured p {
  color: rgba(255, 253, 248, 0.7) !important;
}

body.alerts-page .alerts-signal-featured small {
  background: rgba(245, 189, 99, 0.15);
  color: #f5bd63;
}

body.alerts-page .alerts-monitor-note {
  align-self: end;
  display: grid;
  gap: 8px;
  padding: 19px;
  border-radius: 19px;
  background: #dcecff;
}

body.alerts-page .alerts-monitor-note .meta-label {
  color: #2f78f2 !important;
}

body.alerts-page .alerts-monitor-note p {
  margin: 0;
  color: #435778 !important;
  font-size: 0.85rem;
  line-height: 1.52;
}

body.alerts-page .alerts-control {
  display: block !important;
  scroll-margin-top: 92px;
  margin-top: 22px !important;
  padding: clamp(22px, 3.7vw, 38px) !important;
  border: 1px solid rgba(7, 17, 38, 0.09) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 97% 5%, rgba(47, 120, 242, 0.1), transparent 23%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.93), rgba(243, 248, 253, 0.91)) !important;
  box-shadow: 0 22px 55px rgba(7, 17, 38, 0.075) !important;
}

body.alerts-page .alerts-control-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 26px;
}

body.alerts-page .alerts-control-head .eyebrow {
  margin: 0 0 10px;
}

body.alerts-page .alerts-control-head h2 {
  max-width: 18ch;
  margin: 0;
  color: #071126 !important;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

body.alerts-page .alerts-plan-chip {
  display: grid;
  gap: 7px;
  min-width: 145px;
  padding: 15px 18px;
  border: 1px solid rgba(47, 120, 242, 0.15);
  border-radius: 17px;
  background: #eff6ff;
}

body.alerts-page .alerts-plan-chip span {
  color: #617084;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.alerts-page .alerts-plan-chip strong {
  color: #071126 !important;
  font-size: 1.18rem;
}

body.alerts-page .alerts-layout.alerts-workbench {
  display: grid !important;
  grid-template-columns: minmax(480px, 1.2fr) minmax(320px, 0.8fr) !important;
  gap: 16px !important;
  align-items: start;
}

body.alerts-page .alerts-config {
  display: grid;
  gap: 15px;
  padding: clamp(18px, 2.4vw, 25px) !important;
  border: 1px solid rgba(7, 17, 38, 0.1) !important;
  border-radius: 24px !important;
  background: rgba(255, 253, 248, 0.98) !important;
  box-shadow: 0 18px 38px rgba(7, 17, 38, 0.065) !important;
}

body.alerts-page .alerts-email-card {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(7, 17, 38, 0.09);
  border-radius: 17px;
  background: #f8fbff;
}

body.alerts-page .alerts-email-card .meta-label {
  color: #b77b19 !important;
}

body.alerts-page .alerts-email-card strong {
  color: #071126 !important;
  font-size: 1.05rem;
}

body.alerts-page .alerts-email-card input {
  min-height: 49px;
  margin-top: 5px;
  padding: 12px 14px !important;
  border: 1px solid rgba(7, 17, 38, 0.11) !important;
  border-radius: 12px !important;
  background: #fffdf8 !important;
  color: #071126 !important;
  font-size: 0.93rem;
}

body.alerts-page .alerts-email-card input:focus {
  border-color: rgba(47, 120, 242, 0.42) !important;
  box-shadow: 0 0 0 4px rgba(47, 120, 242, 0.11) !important;
}

body.alerts-page .alerts-types {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  margin: 0;
  padding: 15px !important;
  border: 1px solid rgba(7, 17, 38, 0.09) !important;
  border-radius: 18px !important;
  background: #f8fbff !important;
}

body.alerts-page .alerts-types legend {
  padding: 0 8px;
  color: #172846 !important;
  font-size: 0.77rem !important;
  font-weight: 900;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
}

body.alerts-page .alerts-types-note {
  grid-column: 1 / -1;
  margin: 0 0 3px;
  color: #617084 !important;
  font-size: 0.82rem;
}

body.alerts-page .alerts-types .toggle-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-height: 99px;
  padding: 14px !important;
  border: 1px solid rgba(7, 17, 38, 0.08) !important;
  border-radius: 15px !important;
  background: #fffdf8 !important;
  box-shadow: none !important;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

body.alerts-page .alerts-types .toggle-row:hover,
body.alerts-page .alerts-types .toggle-row:focus-within {
  border-color: rgba(47, 120, 242, 0.28) !important;
  box-shadow: 0 10px 23px rgba(7, 17, 38, 0.065) !important;
  transform: translateY(-1px);
}

body.alerts-page .alerts-types .toggle-row:has(input:checked) {
  border-color: rgba(47, 120, 242, 0.3) !important;
  background:
    radial-gradient(circle at top right, rgba(245, 189, 99, 0.14), transparent 30%),
    linear-gradient(180deg, #eff6ff, #fffdf8) !important;
}

body.alerts-page .alerts-types .toggle-row input {
  width: 17px;
  height: 17px;
  min-height: 0 !important;
  margin: 3px 0 0;
  padding: 0;
  accent-color: #2f78f2;
  box-shadow: none !important;
}

body.alerts-page .toggle-title {
  color: #071126 !important;
  font-size: 0.88rem;
  line-height: 1.34;
}

body.alerts-page .toggle-desc {
  color: #617084 !important;
  font-size: 0.77rem;
  line-height: 1.45;
}

body.alerts-page .badge-premium {
  margin-left: 5px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(245, 189, 99, 0.22);
  color: #9b6812;
  font-size: 0.64rem;
}

body.alerts-page .alerts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.alerts-page .alerts-actions .button {
  min-height: 49px;
}

body.alerts-page #alerts-feedback {
  margin: 0;
  padding: 0 2px;
  color: #617084 !important;
  font-size: 0.84rem;
}

body.alerts-page .alerts-dashboard {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 14px;
  padding: 24px !important;
  overflow: hidden;
  border: 1px solid rgba(220, 236, 255, 0.1) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 95% 6%, rgba(245, 189, 99, 0.18), transparent 25%),
    linear-gradient(145deg, #071126, #123d78) !important;
  box-shadow: 0 20px 40px rgba(7, 17, 38, 0.16) !important;
}

body.alerts-page .alerts-dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;
}

body.alerts-page .alerts-dashboard-head .eyebrow {
  margin: 0 0 7px;
  color: #f5bd63 !important;
}

body.alerts-page .alerts-dashboard-head h3 {
  margin: 0;
  color: #fffdf8 !important;
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

body.alerts-page .alerts-count {
  display: grid;
  justify-items: end;
  gap: 3px;
  margin: 0 !important;
}

body.alerts-page .alerts-count strong {
  color: #fffdf8 !important;
  font-size: 2rem;
  line-height: 1;
}

body.alerts-page .alerts-count span {
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.alerts-page .alerts-list {
  display: grid !important;
  gap: 9px !important;
  margin: 5px 0 0 !important;
}

body.alerts-page .alerts-empty {
  padding: 18px;
  border: 1px dashed rgba(220, 236, 255, 0.22);
  border-radius: 15px;
  color: rgba(255, 253, 248, 0.72) !important;
  background: rgba(255, 253, 248, 0.06) !important;
  font-size: 0.84rem;
  line-height: 1.52;
}

body.alerts-page .alert-item {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(220, 236, 255, 0.15) !important;
  border-radius: 14px !important;
  background: rgba(255, 253, 248, 0.085) !important;
}

body.alerts-page .alert-label {
  color: #fffdf8 !important;
  font-size: 0.88rem;
}

body.alerts-page .alert-meta {
  color: rgba(255, 253, 248, 0.7) !important;
  font-size: 0.76rem;
}

body.alerts-page .alert-item .button-small {
  min-height: 35px;
  margin-top: 5px;
  border-color: rgba(220, 236, 255, 0.18) !important;
  background: rgba(255, 253, 248, 0.08) !important;
  color: #fffdf8 !important;
  box-shadow: none !important;
}

body.alerts-page .alerts-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body.alerts-page .alerts-mini-card,
body.alerts-page .alerts-dashboard-note {
  display: grid;
  gap: 6px;
  padding: 13px;
  border: 1px solid rgba(220, 236, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.075);
}

body.alerts-page .alerts-mini-card .meta-label,
body.alerts-page .alerts-dashboard-note .meta-label {
  color: #f5bd63 !important;
}

body.alerts-page .alerts-mini-card strong {
  color: #fffdf8 !important;
  font-size: 0.87rem;
  line-height: 1.35;
}

body.alerts-page .alerts-mini-card p,
body.alerts-page .alerts-dashboard-note p {
  margin: 0;
  color: rgba(255, 253, 248, 0.68) !important;
  font-size: 0.75rem;
  line-height: 1.48;
}

@media (max-width: 1020px) {
  body.alerts-page .alerts-stage,
  body.alerts-page .alerts-layout.alerts-workbench {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.alerts-page .alerts-stage-copy {
    min-height: 0;
  }

  body.alerts-page .alerts-dashboard {
    position: static;
  }
}

@media (max-width: 760px) {
  body.alerts-page main#top {
    padding-top: 12px;
  }

  body.alerts-page .alerts-stage-copy,
  body.alerts-page .alerts-monitor,
  body.alerts-page .alerts-control {
    padding: 20px !important;
    border-radius: 21px !important;
  }

  body.alerts-page .alerts-stage-copy h1 {
    max-width: none;
    font-size: clamp(2.25rem, 11vw, 2.75rem);
  }

  body.alerts-page .alerts-stage-actions,
  body.alerts-page .alerts-stage-actions .button {
    width: 100%;
  }

  body.alerts-page .alerts-stage-actions .button {
    justify-content: center;
  }

  body.alerts-page .alerts-control-head {
    display: grid;
    align-items: start;
  }

  body.alerts-page .alerts-control-head h2 {
    font-size: 1.9rem;
  }

  body.alerts-page .alerts-plan-chip {
    width: 100%;
  }

  body.alerts-page .alerts-config,
  body.alerts-page .alerts-dashboard {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.alerts-page .alerts-types,
  body.alerts-page .alerts-dashboard-metrics {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.alerts-page .alerts-types .toggle-row {
    min-height: 0;
  }

  body.alerts-page .alerts-actions,
body.alerts-page .alerts-actions .button {
    width: 100%;
  }
}

/* Public trust pages and shared public navigation footer. */
body.trust-page {
  background:
    radial-gradient(circle at 12% 4%, rgba(47, 120, 242, 0.16), transparent 31%),
    radial-gradient(circle at 92% 4%, rgba(245, 189, 99, 0.19), transparent 27%),
    linear-gradient(180deg, #fffaf1 0%, #f4f8fb 46%, #f7f0e6 100%);
}

body.trust-page .trust-main {
  display: grid;
  gap: 22px;
}

body.trust-page .trust-hero {
  margin-top: 34px;
  align-items: start;
}

body.trust-page .trust-hero .page-copy h1 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
}

body.trust-page .trust-followup {
  margin-top: 16px;
}

body.trust-page .trust-aside,
body.trust-page .trust-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.trust-page .trust-aside {
  background:
    radial-gradient(circle at 90% 10%, rgba(47, 120, 242, 0.35), transparent 42%),
    linear-gradient(145deg, #071126, #112e58) !important;
  border-color: rgba(47, 120, 242, 0.22) !important;
  color: #fffdf8;
}

body.trust-page .trust-aside h2 {
  color: #fffdf8 !important;
}

body.trust-page .trust-aside p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.74);
}

body.trust-page .trust-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

body.trust-page .trust-signal-list span {
  padding: 9px 12px;
  border: 1px solid rgba(47, 120, 242, 0.14);
  border-radius: 999px;
  background: rgba(47, 120, 242, 0.07);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 750;
}

body.trust-page .trust-aside .trust-signal-list span {
  border-color: rgba(255, 253, 248, 0.16);
  background: rgba(255, 253, 248, 0.09);
  color: #fffdf8;
}

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

body.trust-page .trust-contact-column {
  display: grid;
  gap: 18px;
  min-width: 0;
  align-content: start;
}

body.trust-page .trust-card h2 {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

body.trust-page .trust-card > p + p {
  margin-top: 14px;
}

body.trust-page .trust-card .page-list {
  margin-top: 15px;
}

body.trust-page .trust-closing,
body.trust-page .trust-safety {
  margin-top: 20px !important;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(47, 120, 242, 0.07);
  color: var(--text);
}

body.trust-page .trust-card--limit .trust-closing,
body.trust-page .trust-alert {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 232, 0.94)) !important;
}

body.trust-page .trust-founder {
  display: grid;
  gap: 12px;
}

body.trust-page .trust-founder h2,
body.trust-page .trust-cta h2,
body.trust-page .trust-important h2 {
  margin: 10px 0 6px;
}

body.trust-page .trust-founder p:not(.eyebrow),
body.trust-page .trust-cta p:not(.eyebrow),
body.trust-page .trust-important p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

body.trust-page .trust-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

body.trust-page .trust-cta .page-actions {
  flex-shrink: 0;
  margin-top: 0;
}

body.trust-page .trust-email {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  color: var(--accent-deep);
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.trust-page .trust-important {
  display: grid;
  gap: 12px;
  border-color: rgba(245, 189, 99, 0.35);
}

.public-footer {
  display: grid;
  gap: 15px;
  margin: 34px auto 24px;
  padding: 22px 26px;
  border: 1px solid rgba(7, 17, 38, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 12px 26px rgba(7, 17, 38, 0.06);
}

.public-footer-note {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.public-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
}

.public-footer-links a {
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 750;
  text-decoration: none;
}

.public-footer-links a:hover,
.public-footer-links a:focus-visible,
.public-footer-links a[aria-current="page"] {
  color: var(--accent);
}

.public-footer-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

@media (max-width: 980px) {
  body.trust-page .trust-grid {
    grid-template-columns: 1fr;
  }

  body.trust-page .trust-cta {
    display: grid;
  }

  body.trust-page .trust-cta .page-actions {
    margin-top: 4px;
  }
}

@media (max-width: 720px) {
  body.trust-page .page-shell {
    width: min(100%, calc(100% - 18px)) !important;
  }

  body.trust-page .trust-hero {
    margin-top: 20px;
  }

  body.trust-page .page-copy,
  body.trust-page .page-panel,
  body.trust-page .choice-card,
  body.trust-page .public-footer {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.trust-page .trust-hero .page-copy h1 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .public-footer {
    padding: 20px;
    border-radius: 20px;
  }
}

/* Contact page: a quiet single-inbox contact hub. */
body.contact-page .contact-main {
  width: min(100%, 1080px);
  margin: 0 auto;
  gap: 16px;
}

body.contact-page .contact-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.76fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  margin-top: 34px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(7, 17, 38, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 8%, rgba(47, 120, 242, 0.08), transparent 38%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.97), rgba(255, 255, 255, 0.89));
  box-shadow: 0 18px 42px rgba(7, 17, 38, 0.08);
}

body.contact-page .contact-intro h1 {
  max-width: 520px;
  margin: 13px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.contact-page .contact-lead {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

body.contact-page .contact-direct {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid rgba(88, 152, 255, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 132, 249, 0.25), transparent 43%),
    linear-gradient(145deg, #07162d, #102d55);
  color: #fffdf8;
  box-shadow: 0 18px 35px rgba(7, 17, 38, 0.18);
}

body.contact-page .contact-direct .choice-kicker {
  color: #f5bd63;
}

body.contact-page .contact-address {
  color: #fffdf8;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.55rem);
  font-weight: 760;
  letter-spacing: -0.03em;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.contact-page .contact-address:hover,
body.contact-page .contact-address:focus-visible {
  color: #f5bd63;
}

body.contact-page .contact-direct > p:not(.choice-kicker):not(.contact-private) {
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.94rem;
  line-height: 1.55;
}

body.contact-page .contact-private {
  margin: 6px 0 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.07);
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
}

body.contact-page .contact-private strong {
  display: block;
  margin-bottom: 3px;
  color: #fffdf8;
}

body.contact-page .contact-form-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(7, 17, 38, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 8% 100%, rgba(245, 189, 99, 0.12), transparent 38%);
  box-shadow: 0 14px 35px rgba(7, 17, 38, 0.07);
}

body.contact-page .contact-form-copy {
  display: grid;
  gap: 14px;
}

body.contact-page .contact-form-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.02;
}

body.contact-page .contact-form-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

body.contact-page .contact-form-note {
  padding: 13px 14px;
  border: 1px solid rgba(47, 120, 242, 0.16);
  border-radius: 14px;
  background: rgba(232, 241, 255, 0.62);
  font-size: 0.88rem;
}

body.contact-page .contact-form {
  position: relative;
  display: grid;
  gap: 14px;
}

body.contact-page .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

body.contact-page .contact-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.contact-page .contact-field span,
body.contact-page .contact-consent span {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

body.contact-page .contact-field input,
body.contact-page .contact-field select,
body.contact-page .contact-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(16, 37, 29, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font: inherit;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

body.contact-page .contact-field input,
body.contact-page .contact-field select {
  min-height: 46px;
  padding: 0 13px;
}

body.contact-page .contact-field textarea {
  min-height: 158px;
  padding: 13px;
  line-height: 1.5;
  resize: vertical;
}

body.contact-page .contact-field input:focus,
body.contact-page .contact-field select:focus,
body.contact-page .contact-field textarea:focus {
  border-color: rgba(47, 120, 242, 0.55);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(47, 120, 242, 0.13);
}

body.contact-page .contact-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.45;
}

body.contact-page .contact-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--accent);
}

body.contact-page .contact-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.contact-page .contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

body.contact-page .contact-form-actions .button {
  min-width: 154px;
}

body.contact-page .contact-form-actions .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

body.contact-page .contact-form-status {
  flex: 1 1 240px;
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.45;
}

body.contact-page .contact-form-status[data-state="success"] {
  color: #135f43;
}

body.contact-page .contact-form-status[data-state="error"] {
  color: #8a250e;
}

body.contact-page .contact-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.contact-page .contact-path {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 196px;
  padding: 23px 23px 20px;
  border: 1px solid rgba(7, 17, 38, 0.08);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 9px 21px rgba(7, 17, 38, 0.045);
}

body.contact-page .contact-path h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.24rem, 2vw, 1.4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

body.contact-page .contact-path p:not(.choice-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

body.contact-page .contact-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--accent-deep);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

body.contact-page .contact-link::after {
  content: ">";
  margin-left: 8px;
  color: #f5bd63;
}

body.contact-page .contact-link:hover,
body.contact-page .contact-link:focus-visible {
  color: var(--accent);
}

body.contact-page .contact-boundary {
  display: flex;
  align-items: baseline;
  gap: 14px 22px;
  padding: 16px 20px;
  border: 1px solid rgba(245, 189, 99, 0.28);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.56);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

body.contact-page .contact-boundary strong {
  flex-shrink: 0;
  color: var(--text);
}

body.contact-page .public-footer--compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 14px 26px;
  margin-top: 18px;
  padding: 18px 24px;
}

body.contact-page .public-footer--compact .public-footer-meta {
  margin-left: auto;
}

@media (max-width: 920px) {
  body.contact-page .contact-stage {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact-form-panel {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact-paths {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact-path {
    min-height: 0;
  }

  body.contact-page .contact-boundary {
    display: grid;
  }
}

@media (max-width: 720px) {
  body.contact-page .contact-stage {
    margin-top: 20px;
    padding: 24px 20px;
    border-radius: 23px;
  }

  body.contact-page .contact-intro h1 {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  body.contact-page .contact-direct,
  body.contact-page .contact-path {
    padding: 20px;
  }

  body.contact-page .contact-form-panel {
    padding: 22px 18px;
    border-radius: 20px;
  }

  body.contact-page .contact-form-grid {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact-form-actions .button {
    width: 100%;
  }

  body.contact-page .public-footer--compact {
    display: grid;
    padding: 18px 20px;
  }

body.contact-page .public-footer--compact .public-footer-meta {
    margin-left: 0;
  }
}

/* Agent route desk simplification v20260528 */
.partner-focus-premium {
  min-height: 0 !important;
  padding: clamp(20px, 2.4vw, 28px) !important;
}

.partner-focus-premium h2 {
  max-width: 720px !important;
  font-size: clamp(2rem, 3.2vw, 3.35rem) !important;
  line-height: 1 !important;
}

.partner-focus-premium p {
  max-width: 700px !important;
}

.partner-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.partner-flow-steps span {
  display: grid;
  gap: 6px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(142, 184, 255, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  color: rgba(245, 249, 255, 0.88);
  font-weight: 900;
}

.partner-flow-steps strong {
  color: #f5be59;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.partner-guardrail #partner-export-button {
  justify-self: start;
  margin-top: 4px;
}

.partner-dossier-form > .button.partner-form-wide {
  min-height: 52px;
  margin-top: 2px;
}

body.public-checker-page .route-command-copy,
body.team-agent-checker-page .route-command-copy {
  min-height: 0 !important;
  padding: clamp(22px, 3vw, 34px) !important;
  border-color: rgba(121, 166, 236, 0.28) !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(56, 128, 247, 0.28), transparent 34%),
    radial-gradient(circle at 10% 16%, rgba(245, 190, 89, 0.12), transparent 28%),
    linear-gradient(135deg, #061633 0%, #0a1d3b 48%, #102f5f 100%) !important;
}

body.public-checker-page .route-command-title,
body.team-agent-checker-page .route-command-title {
  max-width: 12ch !important;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem) !important;
  color: #fffdf7 !important;
}

body.public-checker-page .route-command-line,
body.team-agent-checker-page .route-command-line {
  max-width: 50ch !important;
  color: rgba(238, 245, 255, 0.86) !important;
}

body.public-checker-page .route-command-proof,
body.team-agent-checker-page .route-command-proof {
  border: 1px solid rgba(154, 191, 255, 0.24) !important;
  background:
    linear-gradient(180deg, rgba(13, 31, 61, 0.82), rgba(8, 23, 47, 0.62)) !important;
  color: rgba(246, 250, 255, 0.9) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.public-checker-page .route-command-pills span,
body.team-agent-checker-page .route-command-pills span {
  border-color: rgba(154, 191, 255, 0.24) !important;
  background: rgba(238, 245, 255, 0.12) !important;
  color: #f8fbff !important;
}

body.public-checker-page .route-proof-status,
body.public-checker-page .route-proof-badge,
body.team-agent-checker-page .route-proof-status,
body.team-agent-checker-page .route-proof-badge {
  color: rgba(246, 250, 255, 0.86) !important;
}

body.public-checker-page .route-assist,
body.team-agent-checker-page .route-assist {
  border-color: rgba(47, 120, 242, 0.22) !important;
  background:
    linear-gradient(135deg, rgba(238, 245, 255, 0.94), rgba(255, 253, 247, 0.96)) !important;
}

body.public-checker-page .route-assist .eyebrow,
body.team-agent-checker-page .route-assist .eyebrow {
  color: #2f78f2 !important;
}

@media (max-width: 760px) {
  .partner-flow-steps {
    grid-template-columns: 1fr;
  }

  body.public-checker-page .route-command-title,
  body.team-agent-checker-page .route-command-title {
    max-width: 100% !important;
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
  }
}

/* Bordivo no-green surface pass v20260528 */
body.public-checker-page .checker-section,
body.team-agent-checker-page .checker-section {
  margin-top: 18px !important;
  padding: clamp(16px, 2vw, 22px) !important;
  border: 1px solid rgba(121, 166, 236, 0.18) !important;
  border-radius: 30px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 248, 255, 0.78)) !important;
  box-shadow: 0 24px 60px rgba(8, 22, 48, 0.12) !important;
  overflow: hidden;
}

body.public-checker-page .section-heading-compact,
body.team-agent-checker-page .section-heading-compact {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  margin: 0 0 14px !important;
  padding: 8px 2px 14px !important;
  text-align: left !important;
}

body.public-checker-page .section-heading-compact > *,
body.team-agent-checker-page .section-heading-compact > * {
  grid-column: 1 / -1 !important;
  text-align: left !important;
}

body.public-checker-page .section-heading-compact p:not(.eyebrow),
body.team-agent-checker-page .section-heading-compact p:not(.eyebrow) {
  max-width: 58ch !important;
  margin: 0 !important;
  text-align: left !important;
}

body.public-checker-page .route-assist,
body.team-agent-checker-page .route-assist {
  margin: 0 0 16px !important;
  padding: clamp(18px, 2.2vw, 26px) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  text-align: left !important;
}

body.public-checker-page .route-assist h3,
body.public-checker-page .route-assist p,
body.team-agent-checker-page .route-assist h3,
body.team-agent-checker-page .route-assist p {
  text-align: left !important;
}

body.public-checker-page .route-assist-points,
body.team-agent-checker-page .route-assist-points {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

body.public-checker-page .route-assist-points li,
body.team-agent-checker-page .route-assist-points li {
  position: relative;
  padding-left: 18px;
}

body.public-checker-page .route-assist-points li::before,
body.team-agent-checker-page .route-assist-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #2f78f2;
}

.result-next-step,
.meta-card-primary,
.result-side-stack .meta-card-primary,
body.public-checker-page .result-next-step,
body.public-checker-page .meta-card-primary,
body.public-checker-page.checker-has-route-result .result-side-stack .meta-card-primary,
body.team-agent-checker-page .result-next-step,
body.team-agent-checker-page .meta-card-primary {
  border-color: rgba(121, 166, 236, 0.28) !important;
  background:
    radial-gradient(circle at 86% 14%, rgba(56, 128, 247, 0.30), transparent 34%),
    linear-gradient(135deg, #061633 0%, #0a1d3b 58%, #102f5f 100%) !important;
  color: #f8fbff !important;
}

.result-next-step .meta-label,
.result-next-step h4,
.result-next-step p,
.meta-card-primary .meta-label,
.meta-card-primary p,
.meta-card-primary span,
.meta-card-primary strong,
body.public-checker-page .result-next-step .meta-label,
body.public-checker-page .result-next-step h4,
body.public-checker-page .result-next-step p,
body.public-checker-page .meta-card-primary .meta-label,
body.public-checker-page .meta-card-primary p,
body.public-checker-page .meta-card-primary span,
body.public-checker-page .meta-card-primary strong {
  color: inherit !important;
}

.result-next-step .button,
body.public-checker-page .result-next-step .button,
body.team-agent-checker-page .result-next-step .button {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: #fffdf7 !important;
  color: #071b36 !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18) !important;
}

.result-contact-panel,
body.public-checker-page .result-contact-panel,
body.team-agent-checker-page .result-contact-panel {
  border-color: rgba(121, 166, 236, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.86)) !important;
  color: #071b36 !important;
}

.route-scan-status.is-success,
.route-scan-status.is-guided,
.status-green,
.partner-status-pill.is-ready,
.form-note[data-state="success"],
.result-route-save-state[data-state="saved"] {
  border-color: rgba(47, 120, 242, 0.22) !important;
  background: rgba(235, 243, 255, 0.96) !important;
  color: #0a2f68 !important;
}

.route-scan-status.is-success .route-scan-dot,
.route-scan-status.is-guided .route-scan-dot {
  background: #2f78f2 !important;
  box-shadow: 0 0 0 6px rgba(47, 120, 242, 0.12) !important;
}

@media (max-width: 760px) {
  body.public-checker-page .checker-section,
  body.team-agent-checker-page .checker-section {
    border-radius: 24px !important;
    padding: 14px !important;
  }
}

/* Agent board clarity pass v20260528 */
.partner-work-board.partner-grid-3 {
  grid-template-columns: minmax(250px, 0.85fr) minmax(360px, 1.25fr) minmax(270px, 0.9fr) !important;
  align-items: start;
}

.partner-workspace .partner-mini-card {
  border-radius: 18px !important;
  border-color: rgba(121, 166, 236, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.92)) !important;
}

.partner-workspace .partner-mini-card strong {
  font-size: 1rem;
}

.partner-card-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 8px !important;
}

.partner-card-actions .button {
  width: 100%;
  min-height: 38px !important;
}

.partner-dossier-card .partner-card-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.partner-workflow-control {
  display: grid;
  gap: 4px;
  min-height: 38px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #52667f !important;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.partner-workflow-control select {
  min-height: 38px;
  border: 1px solid rgba(121, 166, 236, 0.28);
  border-radius: 12px;
  background: #fffdf7;
  color: #071b36;
  font-weight: 900;
}

.partner-danger-button {
  border-color: rgba(126, 146, 174, 0.28) !important;
  color: #33445d !important;
}

@media (max-width: 1050px) {
  .partner-work-board.partner-grid-3 {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Agent customer-first workspace v20260528 */
.agent-workspace {
  gap: 18px !important;
}

.admin-topbar[hidden],
.admin-session-strip[hidden],
.admin-metrics[hidden] {
  display: none !important;
}

.agent-command-bar {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.75fr) auto;
  gap: 16px;
  align-items: center;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(126, 170, 242, 0.26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 86% 18%, rgba(56, 128, 247, 0.24), transparent 32%),
    linear-gradient(135deg, #061633 0%, #0a1d3b 54%, #132b4d 100%);
  color: #f8fbff;
  box-shadow: 0 24px 58px rgba(8, 22, 48, 0.16);
}

.agent-command-bar h2 {
  margin: 4px 0 8px;
  max-width: 18ch;
  color: #fffdf7 !important;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.agent-command-bar p {
  margin: 0;
  color: rgba(238, 245, 255, 0.82) !important;
}

.agent-command-bar .meta-label {
  color: #f5be59 !important;
}

.agent-command-bar .partner-status-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agent-command-bar .partner-status-item {
  border-color: rgba(154, 191, 255, 0.22);
  background: rgba(238, 245, 255, 0.1);
  color: #f8fbff;
}

.agent-command-bar .partner-status-item strong,
.agent-command-bar .partner-status-item span {
  color: #fffdf7;
}

.agent-command-bar .partner-status-item p {
  color: rgba(238, 245, 255, 0.72);
}

.agent-command-bar #partner-export-button {
  background: #fffdf7;
  color: #071b36;
}

.agent-section-head,
.agent-selected-head,
.agent-workbench-head {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.agent-section-head h2,
.agent-selected-head h2,
.agent-workbench-head h2 {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  letter-spacing: -0.04em;
}

.agent-section-head p,
.agent-selected-head p,
.agent-workbench-head p {
  max-width: 58ch;
  margin: 4px 0 0;
  color: var(--muted);
}

.agent-quick-form,
.agent-search-row {
  display: grid;
  gap: 12px;
  align-items: end;
}

.agent-quick-form {
  grid-template-columns: minmax(170px, 1.2fr) minmax(170px, 1.05fr) minmax(140px, 0.85fr) minmax(170px, 1fr) minmax(170px, 1fr) auto;
}

.agent-search-row {
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.8fr);
}

.agent-search-summary {
  margin: 10px 0 0;
  color: #52667f;
  font-size: 0.88rem;
  font-weight: 800;
}

.agent-duplicate-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0 0 0 8px;
  padding: 3px 8px;
  border: 1px solid rgba(181, 121, 18, 0.26);
  border-radius: 999px;
  background: rgba(255, 246, 225, 0.9);
  color: #8a5a08;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.agent-quick-form label,
.agent-search-row label,
.agent-workbench-grid label {
  display: grid;
  gap: 6px;
  color: #52667f;
  font-size: 0.78rem;
  font-weight: 900;
}

.agent-quick-form input,
.agent-quick-form select,
.agent-search-row input,
.agent-search-row select,
.agent-workbench-grid input,
.agent-workbench-grid select,
.agent-workbench-grid textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(121, 166, 236, 0.26);
  border-radius: 14px;
  padding: 0 12px;
  background: #fffdf7;
  color: #071b36;
  font: inherit;
  font-weight: 800;
}

.agent-workbench-grid textarea {
  min-height: 118px;
  padding: 12px;
  resize: vertical;
}

.agent-quick-form .button {
  min-height: 44px;
  white-space: nowrap;
}

.agent-client-list,
.agent-dossier-list,
.agent-share-list {
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

.agent-client-list {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  margin-top: 14px;
}

.agent-client-card.is-selected,
.partner-dossier-card.is-selected {
  border-color: rgba(47, 120, 242, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(245, 249, 255, 0.98), rgba(235, 243, 255, 0.94)) !important;
  box-shadow:
    0 18px 36px rgba(47, 120, 242, 0.12),
    inset 0 0 0 1px rgba(47, 120, 242, 0.14) !important;
}

.agent-profile-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agent-profile-form textarea {
  min-height: 104px;
}

.agent-route-layout {
  grid-template-columns: minmax(360px, 0.85fr) minmax(420px, 1.15fr) !important;
  align-items: start;
}

.agent-route-hub {
  display: grid;
  gap: 18px;
}

.agent-route-hub .agent-section-head {
  margin-bottom: 0;
}

.agent-dossier-quick-form {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 16px;
  border: 1px solid rgba(121, 166, 236, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(245, 249, 255, 0.94), rgba(255, 253, 247, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.agent-dossier-quick-form .agent-route-customer-field {
  grid-column: span 2;
}

.agent-dossier-quick-form .agent-route-note-field {
  grid-column: span 4;
}

.agent-dossier-quick-form .agent-route-create-button {
  grid-column: span 2;
  align-self: end;
  min-height: 58px;
}

.agent-dossier-board-head {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
  padding-top: 4px;
}

.agent-dossier-board-head h3 {
  margin: 4px 0 0;
  color: #071b36;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: -0.035em;
}

.agent-dossier-board-head p {
  max-width: 46ch;
  margin: 0;
  color: var(--muted);
}

.agent-dossier-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.partner-dossier-card .partner-card-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto !important;
}

.agent-workbench-head {
  align-items: center;
}

.agent-workbench-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.agent-workbench-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(260px, 1fr) minmax(160px, 0.65fr);
  gap: 14px;
  align-items: start;
}

.agent-workbench-note {
  grid-column: 1 / 3;
}

.agent-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(121, 166, 236, 0.22);
  border-radius: 18px;
  background: rgba(245, 249, 255, 0.82);
}

.agent-workbench-grid .agent-checklist {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.agent-checklist legend {
  padding: 0 6px;
  color: #b57912;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agent-checklist label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(121, 166, 236, 0.2);
  border-radius: 14px;
  background: #fffdf7;
  color: #071b36;
  font-weight: 900;
}

.agent-checklist input {
  width: 18px;
  height: 18px;
  accent-color: #2f78f2;
}

.agent-workbench-save {
  grid-column: 1 / -1;
  min-height: 48px;
}

.agent-workbench-actions .is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.agent-output-panel {
  margin-bottom: 26px;
}

@media (max-width: 1180px) {
  .agent-command-bar,
  .agent-route-layout,
  .agent-dossier-quick-form,
  .agent-quick-form,
  .agent-workbench-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .agent-dossier-quick-form .agent-route-customer-field,
  .agent-dossier-quick-form .agent-route-note-field,
  .agent-dossier-quick-form .agent-route-create-button,
  .agent-workbench-note,
  .agent-workbench-grid .agent-checklist,
  .agent-workbench-save {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .agent-profile-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agent-command-bar #partner-export-button,
  .agent-quick-form .button {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .agent-command-bar,
  .partner-workspace .partner-panel {
    border-radius: 22px !important;
  }

  .agent-section-head,
  .agent-selected-head,
  .agent-workbench-head,
  .agent-dossier-board-head,
  .agent-workbench-actions {
    display: grid;
    justify-content: stretch;
  }

  .agent-search-row,
  .agent-profile-form,
  .partner-form,
  .agent-checklist {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .partner-dossier-card .partner-card-actions,
  .partner-card-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

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

.portal-triage-summary-card {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.92);
  box-shadow: 0 8px 22px rgba(20, 39, 33, 0.06);
}

.portal-triage-summary-card.is-hot {
  border-color: rgba(181, 121, 18, 0.32);
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.96), rgba(255, 253, 247, 0.94));
}

.portal-triage-summary-card strong {
  color: var(--ent-ink);
  font-size: 1.45rem;
  line-height: 1;
}

.portal-triage-summary-card span {
  color: #b57912;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-triage-summary-card p {
  margin: 0;
  color: var(--ent-muted);
  font-size: 0.86rem;
}

.portal-triage-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  align-items: start;
  border-left: 4px solid rgba(15, 91, 67, 0.28) !important;
}

.portal-triage-group[data-triage-bucket="needs_decision"] {
  border-left-color: #b57912 !important;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(255, 253, 247, 0.92)) !important;
}

.portal-triage-group[data-triage-bucket="watch_only"] {
  border-left-color: rgba(47, 120, 242, 0.58) !important;
}

.portal-triage-group[data-triage-bucket="auto_handled"] {
  border-left-color: rgba(15, 91, 67, 0.46) !important;
  opacity: 0.9;
}

.portal-triage-group .portal-feed-copy {
  min-width: 0;
}

.portal-triage-group .portal-feed-actions .button {
  min-width: 150px;
  white-space: normal;
  text-align: center;
}

.portal-review-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 8px;
}

.portal-review-facts span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.portal-review-facts small {
  color: #b57912;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-review-facts strong,
.portal-review-facts a {
  overflow-wrap: anywhere;
  color: var(--ent-ink);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
}

.portal-review-facts a {
  text-decoration: none;
}

.portal-review-facts a:hover {
  text-decoration: underline;
}

.portal-review-explainer {
  max-width: 78ch;
  padding: 9px 10px;
  border: 1px solid rgba(47, 120, 242, 0.16);
  border-radius: 8px;
  background: rgba(245, 249, 255, 0.86);
  color: var(--ent-muted) !important;
  font-size: 0.86rem;
}

.portal-review-explainer strong {
  color: var(--ent-ink);
}

.portal-triage-samples {
  margin: 4px 0;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.72);
}

.portal-triage-samples summary {
  padding: 9px 10px;
  cursor: pointer;
  color: var(--ent-ink);
  font-weight: 900;
}

.portal-triage-sample-list {
  display: grid;
  gap: 8px;
  padding: 0 10px 10px;
}

.portal-triage-sample-list article {
  display: grid;
  gap: 4px;
  padding: 9px 10px;
  border: 1px solid rgba(16, 31, 27, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.portal-triage-sample-list span,
.portal-triage-sample-list small {
  color: var(--ent-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.portal-triage-sample-list strong {
  color: var(--ent-ink);
}

.portal-triage-sample-list p {
  margin: 0;
  color: var(--ent-muted);
  font-size: 0.84rem;
}

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

.portal-rule-summary article,
.portal-rule-empty,
.portal-rule-preview {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
}

.portal-rule-summary strong {
  color: var(--ent-ink);
  font-size: 1.35rem;
  line-height: 1;
}

.portal-rule-summary span {
  color: #b57912;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-rule-draft {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  align-items: start;
  border-left: 4px solid rgba(47, 120, 242, 0.44) !important;
}

.portal-rule-draft[data-rule-draft-status="needs_mapping"] {
  border-left-color: #b57912 !important;
}

.portal-rule-draft[data-rule-draft-status="published"] {
  border-left-color: rgba(15, 91, 67, 0.56) !important;
}

.portal-rule-preview {
  max-width: 88ch;
  background: rgba(245, 249, 255, 0.86);
}

.portal-rule-preview p {
  margin: 0;
  color: var(--ent-muted);
}

.portal-rule-mappings {
  display: grid;
  gap: 8px;
  margin: 8px 0;
}

.portal-rule-mappings article {
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.portal-rule-mappings span {
  color: #b57912;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-rule-mappings strong {
  color: var(--ent-ink);
}

.portal-rule-mappings p {
  margin: 0;
  color: var(--ent-muted);
}

.portal-rule-mappings a {
  color: var(--ent-ink);
  font-size: 0.82rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.portal-rule-mapping-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid rgba(47, 120, 242, 0.16);
  border-radius: 8px;
  background: rgba(245, 249, 255, 0.82);
}

.portal-rule-mapping-form label {
  display: grid;
  gap: 5px;
  color: var(--ent-muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.portal-rule-mapping-form input,
.portal-rule-mapping-form select {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(16, 31, 27, 0.12);
  border-radius: 8px;
  background: #fffdf7;
  color: var(--ent-ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
}

.portal-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(15, 91, 67, 0.18);
  border-radius: 8px;
  background: rgba(230, 242, 236, 0.82);
  color: #0f5b43;
  font-weight: 900;
}

.portal-analytics-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
}

.portal-analytics-filters label {
  display: grid;
  gap: 5px;
  color: var(--ent-muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.portal-analytics-filters select {
  min-height: 40px;
  width: 100%;
  border: 1px solid rgba(16, 31, 27, 0.12);
  border-radius: 8px;
  background: #fffdf7;
  color: var(--ent-ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
}

.portal-analytics-summary,
.portal-analytics-funnel,
.portal-analytics-grid,
.portal-analytics-visitors {
  display: grid;
  gap: 10px;
}

.portal-analytics-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.portal-analytics-summary article,
.portal-analytics-funnel article,
.portal-analytics-card,
.portal-analytics-visitor {
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.9);
}

.portal-analytics-summary article,
.portal-analytics-funnel article {
  display: grid;
  gap: 5px;
  padding: 12px;
}

.portal-analytics-summary strong,
.portal-analytics-funnel strong {
  color: var(--ent-ink);
  font-size: 1.32rem;
  line-height: 1;
}

.portal-analytics-summary span,
.portal-analytics-funnel span {
  color: #b57912;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-analytics-summary p,
.portal-analytics-funnel p {
  margin: 0;
  color: var(--ent-muted);
  font-size: 0.84rem;
}

.portal-analytics-funnel {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 12px;
}

.portal-analytics-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.portal-analytics-card {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.portal-analytics-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.portal-analytics-table th,
.portal-analytics-table td {
  padding: 8px 6px;
  border-bottom: 1px solid rgba(16, 31, 27, 0.08);
  text-align: left;
  vertical-align: top;
}

.portal-analytics-table th {
  color: #b57912;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-analytics-table td {
  color: var(--ent-ink);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.portal-analytics-visitor {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.portal-analytics-visitor p {
  margin: 0;
  color: var(--ent-muted);
  font-size: 0.82rem;
}

.portal-analytics-visitor-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.portal-analytics-visitor-meta span,
.portal-analytics-pagechips span {
  display: grid;
  gap: 3px;
  padding: 8px;
  border: 1px solid rgba(16, 31, 27, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.portal-analytics-visitor-meta small {
  color: #b57912;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.portal-analytics-visitor-meta strong,
.portal-analytics-pagechips span {
  color: var(--ent-ink);
  font-size: 0.82rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.portal-analytics-pagechips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 0.9fr);
  gap: 14px;
  width: min(920px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(16, 31, 27, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.98);
  box-shadow: 0 24px 70px rgba(6, 18, 34, 0.22);
}

.cookie-consent h2 {
  margin: 2px 0 6px;
  color: var(--ent-ink);
  font-size: 1.1rem;
  letter-spacing: 0;
}

.cookie-consent p {
  margin: 0;
  color: var(--ent-muted);
  font-size: 0.9rem;
}

.cookie-consent-links,
.cookie-consent-controls,
.cookie-choice {
  display: grid;
  gap: 8px;
}

.cookie-consent-links {
  grid-template-columns: repeat(2, max-content);
  margin-top: 10px;
}

.cookie-consent-links a {
  color: var(--ent-ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.cookie-choice {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  padding: 8px;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ent-ink);
}

.cookie-choice input {
  margin-top: 2px;
}

.cookie-choice span {
  display: grid;
  gap: 2px;
}

.cookie-choice strong {
  color: var(--ent-ink);
  font-size: 0.86rem;
}

.cookie-choice small {
  color: var(--ent-muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.portal-triage-details {
  overflow: hidden;
  border: 1px solid rgba(16, 31, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.72);
}

.portal-triage-details summary {
  min-height: 46px;
  padding: 14px 16px;
  color: var(--ent-ink);
  cursor: pointer;
  font-weight: 950;
}

.portal-triage-details[open] summary {
  border-bottom: 1px solid rgba(16, 31, 27, 0.08);
}

.portal-triage-details .portal-list {
  padding: 12px;
}

.admin-overview-panel {
  min-height: 172px;
}

.admin-overview-panel .admin-priority-list {
  max-width: 860px;
}

.portal-case-item {
  display: block !important;
}

.portal-case-item .portal-impact-list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

@media (max-width: 860px) {
  .portal-triage-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .portal-triage-group,
  .portal-review-facts,
  .portal-rule-draft,
  .portal-rule-summary,
  .portal-rule-mapping-form,
  .portal-analytics-filters,
  .portal-analytics-summary,
  .portal-analytics-funnel,
  .portal-analytics-grid,
  .portal-analytics-visitor-meta,
  .cookie-consent {
    grid-template-columns: minmax(0, 1fr);
  }

  .portal-triage-group .portal-feed-actions .button {
    width: 100%;
    min-width: 0;
  }
}
