:root {
  --navy: #0f172a;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --blue-bg: #eff6ff;
  --cyan-bg: #ecfeff;
  --green: #10b981;
  --orange: #f59e0b;
  --white: #ffffff;
  --gray-bg: #f8fafc;
  --text: #1e293b;
  --muted: #64748b;
  --line: #dbeafe;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #fff 0%, var(--blue-bg) 46%, #fff 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 64px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(37, 99, 235, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  color: var(--navy);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.site-header nav,
.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-header nav a,
.footer nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.site-header nav a:hover,
.footer nav a:hover { color: var(--blue); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 72px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 64px 58px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

h1, h2, h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: 0;
}

h1 {
  font-size: 68px;
  font-weight: 950;
}

h2 {
  font-size: 44px;
  font-weight: 950;
}

h3 {
  font-size: 20px;
  font-weight: 950;
}

.lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #334155;
  font-size: 21px;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

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

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.24);
}

.button.secondary {
  background: #fff;
  border: 1px solid #bfdbfe;
  color: var(--navy);
}

.button.light {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

.hero-showcase {
  position: relative;
  min-height: 520px;
}

.mock-window {
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mock-main {
  top: 24px;
  right: 0;
  width: 460px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.08)),
    #fff;
}

.mock-top {
  display: flex;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dbeafe;
}

.mock-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #93c5fd;
}

.mock-top span:nth-child(2) { background: #67e8f9; }
.mock-top span:nth-child(3) { background: #fbbf24; }

.mock-label {
  margin-top: 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.mock-title {
  margin-top: 8px;
  color: var(--navy);
  font-size: 34px;
  font-weight: 950;
  line-height: 1.2;
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.mock-grid span {
  min-height: 58px;
  border-radius: 8px;
  background: #eff6ff;
  border-left: 5px solid var(--blue);
}

.mock-grid span:nth-child(2) { border-left-color: var(--cyan); background: #ecfeff; }
.mock-grid span:nth-child(3) { border-left-color: var(--green); background: #ecfdf5; }
.mock-grid span:nth-child(4) { border-left-color: var(--orange); background: #fffbeb; }

.mock-chart {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 118px;
  margin-top: 24px;
  padding: 18px;
  background: #f8fafc;
  border-radius: 8px;
}

.mock-chart i {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--blue), #93c5fd);
}

.mock-chart i:nth-child(1) { height: 42%; }
.mock-chart i:nth-child(2) { height: 76%; background: linear-gradient(180deg, var(--cyan), #67e8f9); }
.mock-chart i:nth-child(3) { height: 58%; background: linear-gradient(180deg, var(--green), #86efac); }
.mock-chart i:nth-child(4) { height: 88%; background: linear-gradient(180deg, var(--orange), #fcd34d); }

.mock-ranking {
  left: 0;
  top: 0;
  width: 220px;
  padding: 18px;
  background: #f8fbff;
}

.rank-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.rank-row b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
}

.rank-row:nth-child(3) b { background: var(--cyan); }
.rank-row:nth-child(4) b { background: var(--orange); }

.rank-row span {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #bfdbfe, #e0f2fe);
}

.mock-article {
  left: 30px;
  bottom: 72px;
  width: 210px;
  padding: 18px;
  background: linear-gradient(135deg, #fff, #ecfeff);
  border-left: 5px solid var(--cyan);
}

.mock-article strong {
  display: block;
  color: var(--navy);
  font-size: 42px;
  line-height: 1;
}

.mock-article small {
  color: var(--muted);
  font-weight: 850;
}

.mock-election {
  right: 28px;
  bottom: 10px;
  width: 270px;
  padding: 18px;
  background: linear-gradient(135deg, #fff7ed, #fff);
  border-left: 5px solid var(--orange);
}

.election-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.election-tags span {
  padding: 6px 9px;
  background: #fff;
  color: #92400e;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.impact-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.stat-card {
  min-height: 164px;
  padding: 22px;
  background: linear-gradient(135deg, #fff, var(--blue-bg));
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.08);
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  background: #dbeafe;
  color: var(--blue);
  border-radius: 8px;
}

.stat-icon svg,
.service-grid svg,
.flow-list svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat-icon svg path:first-child {
  fill: currentColor;
  opacity: .18;
}

.stat-card strong,
.stat-card span:last-child {
  display: block;
}

.stat-card strong {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 950;
}

.stat-card span:last-child {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.section,
.flow,
.operator,
.final-cta {
  max-width: 1240px;
  margin: 0 auto;
  padding: 92px 64px;
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-title p:not(.kicker) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 750;
}

.problem-grid,
.benefit-grid,
.service-grid {
  display: grid;
  gap: 18px;
}

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

.problem-grid article,
.benefit-grid article,
.service-grid article {
  position: relative;
  overflow: hidden;
  min-height: 228px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.problem-grid article::after,
.benefit-grid article::after,
.service-grid article::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.problem-grid h3,
.benefit-grid h3,
.service-grid h3 {
  margin-top: 24px;
}

.problem-grid p,
.benefit-grid p,
.service-grid p,
.work-body p:not(.badge),
.operator-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.card-illust {
  position: relative;
  width: 74px;
  height: 62px;
}

.paper-illust span {
  position: absolute;
  width: 42px;
  height: 54px;
  background: #fff;
  border: 2px solid #93c5fd;
  border-radius: 8px;
  box-shadow: 8px 8px 0 #dbeafe;
}

.paper-illust span:nth-child(2) {
  left: 22px;
  top: 8px;
  border-color: #67e8f9;
}

.paper-illust i,
.search-illust i {
  position: absolute;
  right: 4px;
  bottom: 2px;
  width: 26px;
  height: 6px;
  background: var(--orange);
  border-radius: 999px;
  transform: rotate(38deg);
}

.chart-illust {
  display: flex;
  align-items: end;
  gap: 7px;
}

.chart-illust span {
  width: 14px;
  border-radius: 6px 6px 0 0;
  background: var(--blue);
}

.chart-illust span:nth-child(1) { height: 28px; }
.chart-illust span:nth-child(2) { height: 48px; background: var(--cyan); }
.chart-illust span:nth-child(3) { height: 36px; background: var(--green); }

.chart-illust i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68px;
  height: 2px;
  background: #bfdbfe;
}

.search-illust span {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border: 8px solid #bfdbfe;
  border-top-color: var(--blue);
  border-right-color: var(--cyan);
  border-radius: 50%;
}

.benefits {
  max-width: none;
  background: #fff;
  border-block: 1px solid #dbeafe;
}

.benefits > * {
  max-width: 1112px;
  margin-inline: auto;
}

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

.benefit-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 950;
}

.benefit-grid article:nth-child(2) .benefit-icon { background: var(--cyan); }
.benefit-grid article:nth-child(3) .benefit-icon { background: var(--green); }
.benefit-grid article:nth-child(4) .benefit-icon { background: var(--orange); }

.works {
  max-width: none;
  background: linear-gradient(180deg, #f8fbff, #fff);
  border-block: 1px solid #dbeafe;
}

.works > * {
  max-width: 1112px;
  margin-inline: auto;
}

.municipality-summary {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
  padding: 22px;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.08);
}

.municipality-summary span,
.municipality-summary strong {
  display: block;
}

.municipality-summary span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.municipality-summary strong {
  color: var(--navy);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 950;
}

.municipality-summary nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.municipality-summary a {
  padding: 9px 12px;
  color: var(--blue);
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.municipality-summary a:hover {
  background: #dbeafe;
}

.aggregate-work {
  display: grid;
  grid-template-columns: 0.43fr 0.57fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.aggregate-work .project-visual {
  min-height: 460px;
  border-right: 1px solid #dbeafe;
}

.aggregate-body {
  padding: 34px;
}

.aggregate-body h3 {
  font-size: 30px;
}

.aggregate-body > p:not(.badge) {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.aggregate-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.aggregate-stats span {
  padding: 16px;
  background: var(--gray-bg);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.aggregate-stats b {
  display: block;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}

.municipality-breakdown {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 22px;
}

.municipality-breakdown a {
  padding: 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  text-decoration: none;
}

.municipality-breakdown b,
.municipality-breakdown span {
  display: block;
}

.municipality-breakdown b {
  color: var(--blue);
  font-size: 14px;
}

.municipality-breakdown span {
  margin-top: 4px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.work-card {
  grid-column: span 2;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.work-card.featured {
  grid-column: span 6;
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
}

.work-card.split {
  grid-column: span 3;
}

.project-visual {
  position: relative;
  min-height: 220px;
  padding: 22px;
  background: var(--blue-bg);
  border-bottom: 1px solid #dbeafe;
}

.featured .project-visual {
  min-height: 420px;
  border-right: 1px solid #dbeafe;
  border-bottom: 0;
}

.visual-sagamihara {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(6, 182, 212, .12)),
    #fff;
}

.budget-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.preview-frame {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.preview-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.browser-bar {
  display: flex;
  gap: 7px;
  height: 28px;
  padding: 8px 10px;
  background: var(--navy);
  border-radius: 8px 8px 0 0;
}

.browser-bar span {
  width: 9px;
  height: 9px;
  background: #93c5fd;
  border-radius: 50%;
}

.visual-map {
  height: 100px;
  margin-top: 14px;
  background:
    linear-gradient(90deg, var(--blue) 34%, transparent 34% 38%, var(--cyan) 38% 70%, transparent 70% 74%, var(--green) 74%),
    #eff6ff;
  border-radius: 8px;
}

.visual-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.visual-list span {
  height: 18px;
  border-radius: 999px;
  background: #bfdbfe;
}

.visual-list span:nth-child(2) { width: 72%; background: #a5f3fc; }
.visual-list span:nth-child(3) { width: 54%; background: #bbf7d0; }

.visual-donut {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 118px;
  height: 118px;
  border: 18px solid var(--blue);
  border-right-color: var(--cyan);
  border-bottom-color: var(--green);
  border-radius: 50%;
}

.visual-nerima {
  background: linear-gradient(135deg, #ecfeff, #fff);
}

.article-card {
  height: 92px;
  background: linear-gradient(135deg, var(--cyan), #67e8f9);
  border-radius: 8px;
}

.article-lines {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.article-lines span {
  height: 16px;
  border-radius: 999px;
  background: #cffafe;
}

.article-lines span:nth-child(2) { width: 76%; }
.article-lines span:nth-child(3) { width: 58%; }

.visual-ranking {
  display: grid;
  gap: 10px;
  background: linear-gradient(135deg, #eff6ff, #fff);
}

.rank-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
}

.rank-card b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
}

.rank-card:nth-child(2) b { background: var(--cyan); }
.rank-card:nth-child(3) b { background: var(--orange); }

.rank-card span {
  height: 16px;
  border-radius: 999px;
  background: #dbeafe;
}

.visual-chiba {
  background: linear-gradient(135deg, #eef6ff, #ecfeff);
}

.pref-map {
  display: grid;
  grid-template-columns: 58px 70px 52px;
  gap: 8px;
  align-items: end;
}

.pref-map span {
  display: block;
  height: 58px;
  background: var(--blue);
  border-radius: 8px 20px 10px 18px;
}

.pref-map span:nth-child(2) { height: 86px; background: var(--cyan); }
.pref-map span:nth-child(3) { height: 48px; background: var(--green); }
.pref-map span:nth-child(4) { height: 36px; width: 120px; background: var(--orange); }

.map-label {
  width: 68%;
  height: 18px;
  margin-top: 18px;
  background: #bfdbfe;
  border-radius: 999px;
}

.visual-election {
  background: linear-gradient(135deg, #fff7ed, #fff);
}

.topic-board {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-board span {
  padding: 12px 14px;
  color: #92400e;
  background: #fff;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  font-weight: 900;
}

.visual-sns {
  background: linear-gradient(135deg, #eff6ff, #ecfeff);
}

.sns-card {
  padding: 16px;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.08);
}

.sns-card span,
.sns-card b {
  display: block;
}

.sns-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.sns-card b {
  margin-top: 12px;
  color: var(--navy);
  line-height: 1.45;
}

.sns-image {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 92px;
  margin-top: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid #cffafe;
  border-radius: 8px;
}

.sns-image i {
  flex: 1;
  height: 44px;
  background: var(--blue);
  border-radius: 8px 8px 0 0;
}

.sns-image i:nth-child(2) {
  height: 66px;
  background: var(--cyan);
}

.sns-image i:nth-child(3) {
  height: 34px;
  background: var(--orange);
}

.work-body {
  padding: 28px;
}

.badge {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 4px 9px;
  background: #dbeafe;
  color: var(--blue);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.badge.pending {
  background: #ffedd5;
  color: #9a3412;
}

.work-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.work-numbers.compact { grid-template-columns: 1fr; }

.work-numbers span {
  padding: 14px;
  background: var(--gray-bg);
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.work-numbers b {
  display: block;
  color: var(--navy);
  font-size: 22px;
}

.links {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}

.links a {
  color: var(--blue);
  font-weight: 950;
  text-decoration: none;
}

.links a:hover { text-decoration: underline; }

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

.service-grid svg {
  width: 48px;
  height: 48px;
  padding: 10px;
  color: var(--blue);
  background: #dbeafe;
  border-radius: 8px;
}

.service-grid article:nth-child(2) svg { color: var(--cyan); background: #cffafe; }
.service-grid article:nth-child(3) svg { color: var(--orange); background: #ffedd5; }
.service-grid article:nth-child(4) svg { color: var(--green); background: #dcfce7; }

.flow {
  display: grid;
  grid-template-columns: 0.28fr 0.72fr;
  gap: 40px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .9), rgba(6, 182, 212, .82)),
    var(--navy);
  color: #fff;
  max-width: none;
}

.flow > * {
  max-width: 980px;
}

.flow-head {
  justify-self: end;
  width: 300px;
}

.flow .kicker,
.flow h2 { color: #fff; }

.flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
}

.flow-list li {
  list-style: none;
  min-height: 164px;
  padding: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
}

.flow-list span {
  color: #fff7ed;
  font-size: 13px;
  font-weight: 950;
}

.flow-list svg {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 18px;
  color: #fff;
}

.flow-list b {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 18px;
}

.flow-list small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.76);
  font-weight: 750;
}

.operator {
  max-width: 1050px;
}

.operator-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  align-items: center;
  padding: 36px;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.operator-visual {
  position: relative;
  min-height: 230px;
  background: linear-gradient(135deg, #eff6ff, #ecfeff);
  border-radius: 8px;
  overflow: hidden;
}

.avatar-head {
  position: absolute;
  left: 86px;
  top: 42px;
  width: 72px;
  height: 72px;
  background: #bae6fd;
  border: 5px solid #fff;
  border-radius: 50%;
}

.avatar-body {
  position: absolute;
  left: 54px;
  top: 112px;
  width: 138px;
  height: 100px;
  background: var(--blue);
  border-radius: 34px 34px 8px 8px;
}

.avatar-doc {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 92px;
  height: 76px;
  padding: 16px;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, .12);
}

.avatar-doc span {
  display: block;
  height: 10px;
  margin-bottom: 10px;
  background: #bfdbfe;
  border-radius: 999px;
}

.avatar-doc span:nth-child(2) { width: 70%; background: #a5f3fc; }

.operator-card p {
  margin: 16px 0 0;
  font-size: 16px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin-bottom: 82px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: var(--shadow);
}

.cta-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .55;
}

.final-cta h2,
.final-cta p,
.final-cta a {
  position: relative;
}

.final-cta h2 {
  color: #fff;
  font-size: 54px;
}

.final-cta p {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 800;
}

.final-cta .button {
  margin-top: 30px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 64px;
  border-top: 1px solid #dbeafe;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .site-header,
  .footer {
    padding-inline: 28px;
  }

  .hero,
  .flow,
  .aggregate-work,
  .operator-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-inline: 28px;
  }

  .hero-showcase {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .mock-window {
    position: static;
    width: 100%;
  }

  .mock-main {
    grid-column: span 2;
  }

  .impact-summary,
  .problem-grid,
  .benefit-grid,
  .municipality-summary,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-summary {
    margin-inline: 28px;
  }

  .section,
  .operator,
  .final-cta {
    padding-inline: 28px;
  }

  .work-card,
  .work-card.featured {
    grid-column: span 6;
    grid-template-columns: 1fr;
  }

  .featured .project-visual {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid #dbeafe;
  }

  .aggregate-work .project-visual {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid #dbeafe;
  }

  .municipality-breakdown {
    grid-template-columns: repeat(3, 1fr);
  }

  .flow-head {
    justify-self: start;
    width: auto;
    padding-inline: 28px;
  }

  .flow-list {
    padding-inline: 28px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    gap: 12px;
  }

  h1 {
    font-size: 42px;
  }

  h2,
  .final-cta h2 {
    font-size: 32px;
  }

  .lead {
    font-size: 18px;
  }

  .hero {
    padding: 48px 22px 42px;
  }

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

  .button {
    width: 100%;
  }

  .hero-showcase,
  .impact-summary,
  .municipality-summary,
  .aggregate-stats,
  .municipality-breakdown,
  .problem-grid,
  .benefit-grid,
  .service-grid,
  .work-numbers,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .mock-main {
    grid-column: span 1;
  }

  .mock-title {
    font-size: 28px;
  }

  .impact-summary {
    margin-inline: 22px;
  }

  .stat-card strong {
    font-size: 28px;
  }

  .section,
  .operator,
  .final-cta {
    padding: 64px 22px;
  }

  .project-visual,
  .featured .project-visual {
    min-height: 230px;
  }

  .aggregate-work .project-visual {
    min-height: 0;
    padding: 16px;
  }

  .aggregate-work .preview-frame {
    aspect-ratio: 16 / 9;
  }

  .visual-donut {
    width: 86px;
    height: 86px;
    border-width: 12px;
  }

  .flow-list {
    padding-inline: 22px;
  }

  .operator-card {
    padding: 22px;
  }

  .operator-visual {
    min-height: 210px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 22px;
  }
}
