:root {
  --seo-bg: #f7f7f5;
  --seo-card: #ffffff;
  --seo-ink: #111111;
  --seo-muted: #666761;
  --seo-line: #e5e5df;
  --seo-green: #d8ff63;
  --seo-green-ink: #1b2a00;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.seo-page { margin: 0; background: var(--seo-bg); color: var(--seo-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.seo-page a { color: inherit; }
.seo-header { width: min(1180px, calc(100% - 36px)); margin: 18px auto 0; min-height: 68px; display: flex; align-items: center; gap: 14px; padding: 10px 12px; background: rgba(255,255,255,.94); border: 1px solid var(--seo-line); border-radius: 20px; position: sticky; top: 12px; z-index: 20; backdrop-filter: blur(16px); }
.seo-logo { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: #111; color: #fff !important; font-weight: 900; font-size: 21px; text-decoration: none; }
.seo-wordmark { font-weight: 820; letter-spacing: -.03em; text-decoration: none; font-size: 20px; }
.seo-header nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.seo-header nav a { padding: 10px 13px; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 650; }
.seo-header nav a:hover { background: #f0f0ec; }
.seo-header .seo-primary-link { background: #111; color: #fff; }
.seo-header .seo-primary-link:hover { background: #2a2a2a; }
body.seo-page main { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.seo-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 28px 2px 0; color: var(--seo-muted); font-size: 13px; }
.seo-breadcrumb a { text-decoration: none; }
.seo-breadcrumb a:hover { color: #111; }
.seo-hero { margin: 18px 0 26px; padding: clamp(30px, 6vw, 72px); border-radius: 30px; background: #111; color: #fff; overflow: hidden; position: relative; }
.seo-hero::after { content: ""; position: absolute; inset: auto -110px -150px auto; width: 320px; height: 320px; border-radius: 50%; background: var(--seo-green); opacity: .12; }
.seo-kicker { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 780; font-size: 11px; }
.seo-hero h1 { max-width: 840px; margin: 0; font-size: clamp(36px, 6vw, 70px); line-height: .99; letter-spacing: -.055em; }
.seo-hero > p:not(.seo-kicker) { max-width: 760px; margin: 22px 0 0; color: #c9c9c4; font-size: clamp(16px, 2vw, 20px); }
.seo-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.seo-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; background: var(--seo-green); color: var(--seo-green-ink) !important; border-radius: 14px; font-weight: 800; text-decoration: none; }
.seo-button:hover { transform: translateY(-1px); }
.seo-live-status { color: #b9bab5; font-size: 14px; }
.seo-results, .seo-content, .seo-directory, .seo-opportunity { margin: 24px 0; padding: clamp(22px, 4vw, 40px); background: var(--seo-card); border: 1px solid var(--seo-line); border-radius: 26px; }
.seo-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.seo-section-heading h2, .seo-directory h2, .seo-content h2 { margin: 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.04em; }
.seo-section-heading > a { color: var(--seo-muted); font-size: 14px; }
.seo-tender-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.seo-tender-card { min-width: 0; padding: 20px; border: 1px solid var(--seo-line); border-radius: 20px; background: #fbfbf9; display: flex; flex-direction: column; }
.seo-card-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 780; color: var(--seo-muted); }
.seo-status { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border-radius: 999px; background: #ededeb; color: #585954; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.seo-status.is-open { background: var(--seo-green); color: var(--seo-green-ink); }
.seo-tender-card h2 { margin: 22px 0 8px; font-size: 20px; line-height: 1.18; letter-spacing: -.03em; }
.seo-tender-card h2 a { text-decoration: none; }
.seo-tender-card h2 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.seo-issuer { margin: 0 0 22px; color: var(--seo-muted); font-size: 14px; }
.seo-tender-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: auto 0 20px; }
.seo-tender-card dl div { min-width: 0; }
.seo-tender-card dt { color: var(--seo-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 760; }
.seo-tender-card dd { margin: 3px 0 0; font-size: 13px; font-weight: 720; overflow-wrap: anywhere; }
.seo-card-link { padding-top: 16px; border-top: 1px solid var(--seo-line); text-decoration: none; font-weight: 760; font-size: 14px; display: flex; justify-content: space-between; }
.seo-empty-live { grid-column: 1 / -1; padding: 42px; border-radius: 20px; text-align: center; background: #f5f5f1; }
.seo-empty-live h2 { margin: 0 0 8px; }
.seo-empty-live p { margin: 0 0 14px; color: var(--seo-muted); }
.seo-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.seo-content-grid article { padding: 22px; border-radius: 18px; background: #f7f7f4; }
.seo-content-grid h3 { margin: 0 0 8px; font-size: 17px; }
.seo-content-grid p { margin: 0; color: var(--seo-muted); font-size: 14px; }
.seo-link-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-top: 24px; }
.seo-link-groups h3 { margin: 0 0 12px; font-size: 14px; }
.seo-chip-links { display: flex; flex-wrap: wrap; gap: 8px; }
.seo-chip-links a { padding: 8px 11px; border: 1px solid var(--seo-line); border-radius: 999px; text-decoration: none; color: var(--seo-muted); font-size: 13px; }
.seo-chip-links a:hover, .seo-chip-links a[aria-current="page"] { color: #111; background: var(--seo-green); border-color: var(--seo-green); }
.seo-footer { width: min(1120px, calc(100% - 36px)); margin: 24px auto 34px; padding: 30px 2px 10px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--seo-line); color: var(--seo-muted); }
.seo-footer-brand { color: #111 !important; font-size: 18px; font-weight: 820; text-decoration: none; }
.seo-footer p { margin: 6px 0 0; font-size: 13px; }
.seo-footer-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: start; font-size: 13px; }
.seo-footer-links a { text-decoration: none; }
.seo-footer-links a:hover { color: #111; }
.seo-opportunity { padding: clamp(24px, 5vw, 54px); }
.seo-opportunity-header { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding-bottom: 30px; border-bottom: 1px solid var(--seo-line); }
.seo-opportunity-header h1 { max-width: 850px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.seo-opportunity-issuer { margin: 16px 0 0; color: var(--seo-muted); font-size: 16px; }
.seo-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 26px 0; gap: 14px; border-bottom: 1px solid var(--seo-line); }
.seo-summary dt { color: var(--seo-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 760; }
.seo-summary dd { margin: 6px 0 0; font-weight: 760; overflow-wrap: anywhere; }
.seo-summary dd a { text-underline-offset: 3px; }
.seo-opportunity-section { max-width: 820px; padding: 34px 0 0; }
.seo-opportunity-section h2 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.03em; }
.seo-opportunity-section p { margin: 0; white-space: pre-line; color: #3f403c; font-size: 16px; }
.seo-application-callout { margin-top: 38px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 20px; background: #111; color: #fff; }
.seo-application-callout h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.seo-application-callout p:not(.seo-kicker) { margin: 8px 0 0; color: #c3c4bf; max-width: 650px; }

@media (max-width: 900px) {
  .seo-link-groups { grid-template-columns: 1fr 1fr; }
  .seo-tender-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-content-grid { grid-template-columns: 1fr; }
  .seo-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .seo-header { width: calc(100% - 20px); margin-top: 10px; border-radius: 16px; }
  .seo-wordmark { display: none; }
  .seo-header nav a:not(.seo-primary-link) { display: none; }
  body.seo-page main, .seo-footer { width: calc(100% - 20px); }
  .seo-breadcrumb { margin-top: 18px; }
  .seo-hero, .seo-results, .seo-content, .seo-directory, .seo-opportunity { border-radius: 20px; }
  .seo-tender-grid { grid-template-columns: 1fr; }
  .seo-section-heading { align-items: start; flex-direction: column; }
  .seo-link-groups { grid-template-columns: 1fr; }
  .seo-footer { flex-direction: column; }
  .seo-opportunity-header { flex-direction: column; }
  .seo-summary { grid-template-columns: 1fr 1fr; }
  .seo-application-callout { align-items: stretch; flex-direction: column; }
  .seo-application-callout .seo-button { width: 100%; }
}
