.resource-page {
  background: var(--paper);
}

.resource-page .site-header {
  position: sticky;
}

.resource-page .brand {
  flex-shrink: 0;
}

.resource-page .header-whatsapp::before {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
  -webkit-mask: url("whatsapp.svg") center / contain no-repeat;
  mask: url("whatsapp.svg") center / contain no-repeat;
}

.resource-page .header-whatsapp::before { color: var(--accent); }

.resource-page .header-whatsapp:not(.whatsapp-link)::before {
  display: none;
}
.resource-main {
  overflow: clip;
}

.resource-hero {
  position: relative;
  padding: 88px 0 72px;
  border-bottom: 1px solid var(--line);
}

.resource-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image: linear-gradient(rgba(23, 26, 23, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 26, 23, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent);
}

.legal-hero {
  color: white;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 212, 0, 0.18), transparent 25%),
    var(--ink);
}

.legal-hero::before {
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
}

.uses-hero {
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 212, 0, 0.55), transparent 24%),
    radial-gradient(circle at 7% 86%, rgba(111, 89, 231, 0.15), transparent 28%),
    var(--paper);
}

.resource-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 90px;
  align-items: end;
}

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

/* Agent pages have taller product cards: align both columns at the top so
   the heading does not inherit a large empty area above it. */
.resource-page[data-agent] .resource-hero-grid {
  align-items: start;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 35px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-hero .breadcrumb { color: rgba(255, 255, 255, 0.55); }

.breadcrumb a { color: inherit; }

.breadcrumb i {
  width: 20px;
  height: 1px;
  background: var(--coral);
}

.resource-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(62px, 7vw, 104px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.resource-hero-lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.legal-hero .resource-hero-lead { color: rgba(255, 255, 255, 0.68); }

.hero-aside-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(23, 26, 23, 0.08);
  backdrop-filter: blur(12px);
}

.legal-hero .hero-aside-card {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.hero-aside-card > span {
  display: block;
  margin-bottom: 24px;
  color: var(--coral);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-aside-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Agent-specific product scenes */
.hero-aside-card.has-agent-demo { padding: 18px 24px 28px; }
.has-agent-demo > span, .has-agent-demo > p, .has-agent-demo > .hero-facts { margin-inline: 6px; }
.agent-demo { position: relative; height: 190px; margin-bottom: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; color: white; background: #171a17; box-shadow: 0 18px 40px rgba(23,26,23,.18); font-family: "DM Mono", monospace; }
.agent-demo::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 24px 24px; content: ""; pointer-events: none; }
.demo-windowbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; height: 41px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .08em; }
.demo-windowbar span { display: flex; align-items: center; gap: 7px; }
.demo-windowbar span i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(36,168,101,.12); }
.demo-windowbar b { color: var(--accent); font-size: 10px; }

.demo-wave { position: absolute; top: 57px; left: 18px; display: flex; align-items: center; width: 53%; height: 43px; gap: 5px; }
.demo-wave i { width: 4px; height: 12px; border-radius: 4px; background: var(--accent); animation: agent-wave 1.3s ease-in-out infinite alternate; }
.demo-wave i:nth-child(2), .demo-wave i:nth-child(8) { height: 26px; animation-delay: -.5s; }
.demo-wave i:nth-child(3), .demo-wave i:nth-child(7) { height: 38px; animation-delay: -.9s; }
.demo-wave i:nth-child(4), .demo-wave i:nth-child(6) { height: 20px; animation-delay: -.2s; }
.demo-wave i:nth-child(5) { height: 34px; animation-delay: -.7s; }
@keyframes agent-wave { to { transform: scaleY(.45); opacity: .55; } }
.demo-conversation { position: absolute; bottom: 19px; left: 18px; display: grid; grid-template-columns: 25px 52px; align-items: center; gap: 6px 8px; }
.demo-person, .demo-ai { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; color: var(--ink); background: var(--coral); font-size: 8px; font-weight: 700; }
.demo-ai { background: var(--accent); }
.demo-conversation div { display: grid; gap: 4px; }
.demo-conversation div i { display: block; height: 4px; border-radius: 4px; background: rgba(255,255,255,.35); }
.demo-conversation div i:last-child { width: 70%; }
.demo-result { position: absolute; right: 17px; bottom: 21px; display: flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(255,255,255,.08); }
.demo-result > b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 11px; }
.demo-result span { display: grid; }
.demo-result small { color: rgba(255,255,255,.45); font-size: 7px; }
.demo-result strong { color: white; font-size: 9px; }

.sales-demo { background: #252119; }
.sales-pipeline { position: absolute; top: 59px; left: 20px; right: 20px; display: flex; align-items: center; }
.sales-pipeline span { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: rgba(255,255,255,.58); font-size: 8px; background: #252119; }
.sales-pipeline span.active { color: var(--ink); border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 7px rgba(255,212,0,.1); }
.sales-pipeline i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(255,212,0,.7), rgba(255,255,255,.17)); }
.demo-lead { position: absolute; bottom: 20px; left: 18px; display: grid; grid-template-columns: 30px 58px 32px; align-items: center; gap: 8px; padding: 8px; border-radius: 11px; background: rgba(255,255,255,.09); }
.demo-lead > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--ink); background: var(--violet); font-size: 8px; }
.demo-lead div { display: grid; gap: 5px; }
.demo-lead div i { height: 4px; border-radius: 3px; background: rgba(255,255,255,.4); }
.demo-lead div i:last-child { width: 65%; }
.demo-lead b { color: var(--accent); font-size: 11px; }
.demo-meeting { position: absolute; right: 18px; bottom: 18px; display: grid; grid-template-columns: 23px auto; gap: 0 8px; align-items: center; padding: 9px 10px; border: 1px solid rgba(36,168,101,.45); border-radius: 11px; background: rgba(36,168,101,.11); }
.demo-meeting > span { grid-row: 1 / 3; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 10px; }
.demo-meeting strong { font-size: 8px; }
.demo-meeting small { color: rgba(255,255,255,.48); font-size: 7px; }

.admin-demo { background: #1b1f22; }
.demo-doc-stack { position: absolute; top: 56px; left: 28px; width: 92px; height: 112px; }
.demo-doc-back, .demo-doc-front { position: absolute; width: 73px; height: 94px; border-radius: 8px; }
.demo-doc-back { top: 8px; left: 16px; transform: rotate(7deg); background: rgba(159,140,255,.45); }
.demo-doc-front { z-index: 2; padding: 11px; border: 1px solid rgba(23,26,23,.12); background: #fffdf8; box-shadow: 0 12px 25px rgba(0,0,0,.25); }
.demo-doc-front span { display: inline-block; padding: 3px 5px; border-radius: 4px; color: white; background: var(--coral); font-size: 7px; }
.demo-doc-front i { display: block; height: 5px; margin-top: 9px; border-radius: 3px; background: #d8d6ce; }
.demo-doc-front i:nth-of-type(2) { width: 75%; }
.demo-doc-front i:nth-of-type(3) { width: 50%; }
.demo-doc-front b { position: absolute; right: -7px; bottom: 10px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 10px; }
.demo-extract { position: absolute; right: 18px; bottom: 29px; display: flex; align-items: center; gap: 10px; }
.demo-extract > span { display: grid; min-width: 74px; padding: 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.07); }
.demo-extract small { color: rgba(255,255,255,.4); font-size: 7px; }
.demo-extract strong { font-size: 10px; }
.demo-extract > i { color: var(--accent); font-style: normal; }
.demo-extract > b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--ink); background: var(--accent); font-size: 10px; }

.custom-demo { background: radial-gradient(circle at 50% 50%, #343226 0, #171a17 58%); }
.custom-grid-lines { position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 0 31px, rgba(255,212,0,.17) 32px, transparent 33px 62px, rgba(255,255,255,.08) 63px, transparent 64px); }
.custom-demo-node { position: absolute; z-index: 3; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; color: white; background: #2d312d; font-size: 13px; box-shadow: 0 8px 20px rgba(0,0,0,.25); }
.node-email { top: 48px; left: 24px; color: var(--coral); }
.node-phone { right: 24px; top: 48px; color: var(--accent); }
.node-data { bottom: 19px; left: 42px; color: var(--violet); }
.node-app { right: 42px; bottom: 19px; color: #56d88e; }
.custom-demo-core { position: absolute; top: 50%; left: 50%; z-index: 4; display: grid; width: 76px; height: 76px; place-items: center; transform: translate(-50%,-40%); border: 1px solid rgba(255,212,0,.5); border-radius: 24px; background: var(--accent); box-shadow: 0 0 0 9px rgba(255,212,0,.1), 0 18px 35px rgba(0,0,0,.28); color: var(--ink); }
.custom-demo-core span { font-size: 25px; line-height: .7; }
.custom-demo-core strong { font-size: 9px; }
.custom-demo-core small { color: rgba(23,26,23,.55); font-size: 6px; }
.custom-link { position: absolute; z-index: 2; width: 80px; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.18), var(--accent)); transform-origin: left center; }
.link-a { top: 73px; left: 57px; transform: rotate(12deg); }
.link-b { top: 72px; right: 57px; transform: rotate(168deg); transform-origin: right center; }
.link-c { bottom: 43px; left: 75px; transform: rotate(-25deg); }
.link-d { right: 75px; bottom: 43px; transform: rotate(205deg); transform-origin: right center; }

.legal-hero .hero-aside-card p { color: rgba(255, 255, 255, 0.65); }

.hero-facts {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.legal-hero .hero-facts { border-color: rgba(255, 255, 255, 0.15); }

.hero-facts div {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  gap: 15px;
  font-size: 12px;
}

.legal-hero .hero-facts div { border-color: rgba(255, 255, 255, 0.15); }

.hero-facts span { color: var(--muted); }
.legal-hero .hero-facts span { color: rgba(255, 255, 255, 0.5); }
.hero-facts strong { max-width: 62%; text-align: right; overflow-wrap: anywhere; }

.resource-jumpbar {
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.resource-jumpbar .container {
  display: flex;
  overflow-x: auto;
  min-height: 68px;
  align-items: center;
  gap: 10px;
  scrollbar-width: none;
}

.resource-jumpbar a {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: white;
}

.resource-jumpbar a:hover { border-color: var(--ink); }

.resource-section {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.resource-section.alt { background: var(--paper-2); }

.resource-section.dark {
  color: white;
  background: var(--ink);
}

.resource-heading {
  display: grid;
  grid-template-columns: 0.42fr 1.15fr 0.68fr;
  gap: 55px;
  align-items: start;
  margin-bottom: 52px;
}

.resource-index {
  color: var(--coral);
  font-family: "DM Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-heading h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.resource-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.dark .resource-heading > p { color: rgba(255, 255, 255, 0.58); }

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

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

.resource-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.resource-card.accent { background: var(--accent); }
.resource-card.ink { color: white; background: var(--ink); }

.resource-card > span {
  color: var(--coral);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.resource-card h3 {
  max-width: 410px;
  margin: 52px 0 13px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.resource-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.resource-card.ink p { color: rgba(255, 255, 255, 0.62); }

.voice-law-grid,
.limits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.dark .voice-law-grid { border-color: rgba(255, 255, 255, 0.18); }

.voice-law-item,
.limit-item {
  min-height: 245px;
  padding: 30px 35px 30px 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.voice-law-item:nth-child(even),
.limit-item:nth-child(even) {
  padding-right: 0;
  padding-left: 35px;
  border-right: 0;
}

.dark .voice-law-item {
  border-color: rgba(255, 255, 255, 0.18);
}

.voice-law-item > span,
.limit-item > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.voice-law-item h3,
.limit-item h3 {
  margin: 42px 0 12px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.voice-law-item p,
.limit-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.dark .voice-law-item p { color: rgba(255, 255, 255, 0.6); }

.risk-table,
.workflow-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
}

.risk-row,
.workflow-row {
  display: grid;
  grid-template-columns: 0.35fr 0.85fr 1.2fr;
  border-bottom: 1px solid var(--line);
}

.workflow-row { grid-template-columns: 0.6fr 1.15fr 0.95fr 0.85fr; }

.risk-row:last-child,
.workflow-row:last-child { border-bottom: 0; }

.risk-row > *,
.workflow-row > * {
  min-width: 0;
  margin: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.55;
}

.risk-row > *:last-child,
.workflow-row > *:last-child { border-right: 0; }

.risk-row.head,
.workflow-row.head {
  color: white;
  background: var(--ink);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.risk-row.head > *,
.workflow-row.head > * { font-size: 11px; }

.risk-level {
  align-self: start;
  width: fit-content;
  padding: 6px 9px !important;
  border: 0 !important;
  border-radius: 999px;
  font-weight: 700;
}

.risk-level.low { background: #dff7cf; }
.risk-level.high { background: #fff0a6; }
.risk-level.stop { color: white; background: #d85c52; }

.checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 45px;
  border-top: 1px solid var(--line);
}

.checklist li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  min-height: 95px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.checklist li > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.checklist strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.checklist p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.timeline article {
  min-height: 245px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--coral);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.timeline h3 {
  margin: 65px 0 12px;
  font-size: 20px;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.use-card {
  min-height: 330px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
}

.use-card:nth-child(1),
.use-card:nth-child(6) { background: var(--accent); }

.use-card:nth-child(4),
.use-card:nth-child(7) { color: white; background: var(--ink); }

.use-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 14px;
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.use-card h3 {
  margin: 64px 0 12px;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.use-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.use-card:nth-child(4) p,
.use-card:nth-child(7) p { color: rgba(255, 255, 255, 0.62); }

.boundary-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: center;
}

.boundary-copy h2 {
  max-width: 600px;
  margin: 28px 0 22px;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.boundary-copy p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
  line-height: 1.65;
}

.boundary-list { border-top: 1px solid rgba(255, 255, 255, 0.18); }

.boundary-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.boundary-list span {
  color: var(--coral);
  font-family: "DM Mono", monospace;
  font-size: 11px;
}

.boundary-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

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

.fit-item {
  min-height: 210px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
}

.fit-item b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  font-family: "DM Mono", monospace;
  font-size: 10px;
}

.fit-item h3 {
  margin: 48px 0 10px;
  font-size: 19px;
}

.fit-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

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

.source-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 86px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
}

.source-link strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.source-link small {
  color: var(--muted);
  font-size: 12px;
}

.source-link > span:last-child {
  font-size: 20px;
}

.resource-cta {
  padding: 72px 0;
  background: var(--ink);
}

.resource-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  padding: 55px;
  border-radius: 24px;
  background: var(--accent);
}

.resource-cta-card h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.resource-cta-card p {
  max-width: 650px;
  margin: 17px 0 0;
  color: rgba(23, 26, 23, 0.68);
  font-size: 15px;
}

.resource-disclaimer {
  padding: 20px 0;
  color: var(--muted);
  background: var(--paper-2);
  font-size: 12px;
  line-height: 1.6;
}

/* Legal documents */
.policy-hero .resource-hero-grid {
  align-items: center;
}

.policy-hero .hero-aside-card strong {
  display: block;
  margin-top: 9px;
  color: white;
  font-size: 20px;
  line-height: 1.25;
}

.policy-aside-content > span {
  display: block;
  margin-bottom: 24px;
  color: var(--coral);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-document {
  width: min(calc(100% - 48px), 920px);
  margin-inline: auto;
  padding: 78px 0 90px;
}

.policy-summary {
  margin-bottom: 30px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent);
  border-radius: 14px;
  color: var(--ink-soft);
  background: white;
  font-size: 16px;
  line-height: 1.7;
}

.policy-section {
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.policy-section:last-child {
  border-bottom: 0;
}

.policy-section h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.policy-section h3 {
  margin: 28px 0 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.policy-section p,
.policy-section li {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.policy-section p {
  margin: 0 0 15px;
}

.policy-section ul {
  display: grid;
  gap: 8px;
  margin: 15px 0 0;
  padding-left: 22px;
}

.policy-section a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.policy-data-grid > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.policy-data-grid span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.policy-data-grid strong {
  font-size: 14px;
  line-height: 1.45;
}

.policy-table {
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}

.policy-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.8fr;
  border-bottom: 1px solid var(--line);
}

.policy-row:last-child {
  border-bottom: 0;
}

.policy-row > * {
  min-width: 0;
  padding: 16px;
  overflow-wrap: anywhere;
}

.policy-row > * + * {
  border-left: 1px solid var(--line);
}

.policy-row.policy-head {
  color: white;
  background: var(--ink);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.policy-row:not(.policy-head) {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.policy-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 12px;
  color: var(--ink-soft);
  background: var(--paper-2);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .resource-hero-grid,
  .resource-heading,
  .boundary-panel {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hero-aside-card { max-width: 620px; }
  .resource-heading { gap: 22px; }
  .resource-heading > p { max-width: 680px; }
  .use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .resource-hero { padding: 70px 0 60px; }
  .resource-section { padding: 78px 0; }
  .resource-cards.three { grid-template-columns: 1fr; }
  .resource-cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .resource-hero { padding: 48px 0; }
  .resource-hero h1 { font-size: clamp(43px, 13vw, 54px); overflow-wrap: break-word; }
  .resource-hero-lead { font-size: 17px; }
  .hero-aside-card { min-width: 0; max-width: 100%; padding: 22px; }
  .hero-aside-card.has-agent-demo { padding: 14px 14px 24px; }
  .agent-demo { height: 176px; }
  .demo-lead { grid-template-columns: 30px 32px; }
  .demo-lead div { display: none; }
  .demo-meeting { right: 12px; }
  .resource-section { padding: 60px 0; }
  .resource-heading { margin-bottom: 36px; }
  .resource-heading h2 { font-size: 39px; }
  .resource-cards,
  .voice-law-grid,
  .limits-grid,
  .checklist,
  .use-grid,
  .fit-grid,
  .sources-list {
    grid-template-columns: 1fr;
  }

  .resource-card { min-height: auto; }
  .resource-card h3 { margin-top: 42px; }
  .voice-law-item,
  .voice-law-item:nth-child(even),
  .limit-item,
  .limit-item:nth-child(even) {
    min-height: auto;
    padding: 26px 0;
    border-right: 0;
  }

  .risk-table,
  .workflow-table {
    overflow-x: auto;
  }

  .risk-row { min-width: 720px; }
  .workflow-row { min-width: 920px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { min-height: auto; }
  .timeline h3 { margin-top: 42px; }
  .use-card { min-height: 270px; }
  .boundary-panel { gap: 50px; }
  .boundary-copy h2 { font-size: 43px; }
  .resource-cta { padding: 46px 0; }
  .resource-cta-card { padding: 32px 25px; }
  .resource-cta-card h2 { font-size: 39px; }
  .policy-document { width: min(calc(100% - 28px), 920px); padding: 56px 0 68px; }
  .policy-summary { padding: 21px; }
  .policy-section { padding: 30px 0; }
  .policy-data-grid { grid-template-columns: 1fr; }
  .policy-table { overflow-x: auto; }
  .policy-row { min-width: 660px; }
}
