:root {
  --ink: #10212a;
  --deep: #123642;
  --brand: #0b7884;
  --brand-dark: #075e68;
  --accent: #f0b429;
  --paper: #ffffff;
  --soft: #eef6f7;
  --line: #c4d9dc;
  --muted: #4e6670;
  --ok: #176b4c;
  --danger: #8a3427;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: #086b78; }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; z-index: 99; background: #fff; color: #000; padding: 10px; }
.wrap, .head-inner { width: min(1120px, calc(100% - 36px)); margin: auto; }
.site-head { background: var(--deep); color: #fff; }
.head-inner { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 15px 0; }
.brand { color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .04em; }
.status { font-size: .8rem; color: #c8f0f2; }
.hero { background: linear-gradient(135deg, var(--deep), #0a5661); color: #fff; padding: clamp(52px, 8vw, 88px) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.eyebrow { margin: 0 0 10px; color: #88e2e6; font-weight: 900; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; }
.hero h1 { margin: 0 0 18px; font-size: clamp(2.35rem, 5vw, 4.4rem); line-height: 1; }
.dek { font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.65; color: #edfafa; }
.scope-card, .card, .calendar, .notice, .agentic, .source-card, .cta {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.scope-card { padding: 22px; color: var(--ink); }
.scope-card .eyebrow, main .eyebrow { color: var(--brand); }
.scope-card strong, .scope-card span { display: block; }
.scope-card span { margin-top: 6px; color: var(--muted); line-height: 1.5; }
.scope-card hr { border: 0; border-top: 1px solid var(--line); margin: 16px 0; }
main section { padding: 58px 0; }
main section:nth-child(even) { background: #fff; }
h2 { margin: 0 0 18px; color: var(--deep); font-size: clamp(1.8rem, 3.7vw, 2.8rem); line-height: 1.08; }
h3 { color: var(--deep); }
p, li { line-height: 1.65; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 20px; }
.card p { color: var(--muted); }
.notice { padding: 18px; border-left: 5px solid var(--accent); }
.notice strong { color: var(--deep); }
.calendar { overflow: hidden; }
.calendar-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 22px; background: var(--deep); color: #fff; }
.calendar-head h2 { margin: 0; color: #fff; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.progress { min-width: 150px; text-align: right; font-weight: 800; }
.progress-track { display: block; width: 150px; height: 9px; margin-top: 8px; overflow: hidden; border-radius: 20px; background: #345963; }
.progress-bar { display: block; width: 0; height: 100%; background: var(--accent); transition: width .2s ease; }
.task-list { list-style: none; margin: 0; padding: 0; }
.task { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(150px, 210px); gap: 16px; align-items: start; padding: 20px 22px; border-top: 1px solid var(--line); }
.task:first-child { border-top: 0; }
.task input[type="checkbox"] { width: 22px; height: 22px; margin: 4px 0 0; accent-color: var(--brand); }
.task label { cursor: pointer; }
.task strong, .task small { display: block; }
.task small { margin-top: 5px; color: var(--muted); line-height: 1.45; }
.date-field label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .82rem; font-weight: 800; }
.date-field input { width: 100%; min-height: 44px; border: 1px solid #93afb4; border-radius: 7px; padding: 8px; font: inherit; color: var(--ink); background: #fff; }
.task.is-complete { background: #edf8f3; }
.task.is-complete .task-copy strong { text-decoration: line-through; text-decoration-thickness: 2px; }
.calendar-actions { display: flex; flex-wrap: wrap; gap: 12px; padding: 20px 22px; border-top: 1px solid var(--line); background: #f7fbfb; }
button, .button-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--brand-dark); border-radius: 6px; padding: .7rem 1rem; background: var(--brand); color: #fff; font: inherit; font-weight: 900; text-decoration: none; cursor: pointer; }
button.secondary { background: #fff; color: var(--brand-dark); }
.privacy-note { margin: 14px 22px 22px; color: var(--muted); font-size: .9rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "\2713"; position: absolute; left: 0; color: var(--ok); font-weight: 900; }
.agentic { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 22px; align-items: center; padding: 24px; background: #101820; color: #fff; }
.agentic img { width: 104px; height: 104px; object-fit: cover; object-position: 50% 37%; border: 2px solid var(--accent); border-radius: 24px; }
.agentic h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.agentic p { color: #d8eff2; }
.agentic-panel { grid-column: 1 / -1; padding: 16px; border: 1px solid #345057; background: #0b171b; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 10px; margin: 10px 0; padding: 16px; }
.faq summary { cursor: pointer; font-weight: 900; color: var(--deep); }
.source-card { padding: 24px; }
.sources a, .related a { font-weight: 800; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px; background: var(--deep); color: #fff; }
.cta h2 { margin: 0; color: #fff; }
.cta p { margin: .5rem 0 0; color: #d8eff2; }
.cta .button-link { background: var(--accent); border-color: var(--accent); color: #10212a; }
.footer { background: var(--deep); color: #dff4f4; padding: 28px 0; }
.footer .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .85rem; }
.footer a { color: #88e2e6; font-weight: 800; }
.live-status { min-height: 1.5em; margin: 0 22px 18px; color: var(--ok); font-weight: 800; }

@media (max-width: 800px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .task { grid-template-columns: auto minmax(0, 1fr); }
  .date-field { grid-column: 2; }
  .status { display: none; }
}
@media (max-width: 540px) {
  .grid-3 { grid-template-columns: 1fr; }
  .hero { padding: 50px 0; }
  .calendar-head { align-items: flex-start; flex-direction: column; }
  .progress { text-align: left; }
  .task { padding: 18px; }
  .agentic { grid-template-columns: 74px 1fr; }
  .agentic img { width: 74px; height: 74px; border-radius: 18px; }
  .cta { align-items: stretch; flex-direction: column; }
}
@media print {
  .site-head, .calendar-actions, .agentic, .cta, .footer { display: none !important; }
  body, main section { background: #fff !important; }
  .hero { padding: 20px 0; background: #fff; color: #000; }
  .hero .dek { color: #222; }
  .scope-card { border-color: #777; }
  .task { break-inside: avoid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
