.road-preview-banner {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  background: #fff3cd;
  border-bottom: 1px solid #e7c866;
  color: #5f4700;
  font-weight: 800;
}

.road-center-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 24px;
  align-items: stretch;
}

.road-center-hero > div,
.road-emergency-card {
  border-radius: 18px;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 18px 46px rgba(12, 46, 42, .12);
}

.road-center-hero > div {
  color: #fff;
  background: linear-gradient(135deg, #123f38, #17695e);
}

.road-center-hero .back-link { color: #d8fff6; }
.road-center-hero .eyebrow { color: #aee9dd; }
.road-center-hero h1 { margin: 12px 0; max-width: 760px; color: #fff; font-size: clamp(2.25rem, 6vw, 4.6rem); line-height: .98; }
.road-center-hero p { margin: 0; max-width: 760px; color: #e8f7f4; font-size: 1.08rem; line-height: 1.65; }

.road-emergency-card {
  display: grid;
  align-content: center;
  gap: 12px;
  color: #fff;
  background: linear-gradient(145deg, #8b1e1e, #c22d2d);
}

.road-emergency-card span { font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.road-emergency-card strong { font-size: 2.3rem; }
.road-emergency-card p { color: #fff; font-size: .98rem; }
.road-emergency-card .btn { width: 100%; justify-content: center; background: #fff; color: #8b1e1e; }

.road-wizard {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 54px;
  display: grid;
  gap: 22px;
}

.road-wizard-step,
.road-action-panel {
  border: 1px solid #d7e5df;
  border-radius: 18px;
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 55, 49, .08);
}

.road-step-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.road-step-heading > span {
  flex: 0 0 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #123f38;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.road-step-heading h2,
.road-action-heading h2 { margin: 0; color: #10211b; font-size: clamp(1.45rem, 3vw, 2.1rem); }
.road-step-heading p,
.road-action-heading p { margin: 5px 0 0; color: #5f7069; line-height: 1.55; }

.road-field-grid { display: grid; gap: 16px; }
.road-field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.road-field-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.road-wizard label { display: grid; gap: 7px; color: #173f38; font-weight: 850; }
.road-wizard label > span { font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; }
.road-wizard label small { color: #66766f; font-weight: 650; line-height: 1.45; text-transform: none; }
.road-wizard .textarea { min-height: 150px; }

.road-location-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}
.road-location-tools span { color: #5f7069; font-weight: 750; }
.road-map-link { display: inline-flex; margin-top: 12px; color: #12655a; font-weight: 850; }

.road-action-panel {
  color: #fff;
  background: linear-gradient(145deg, #102f2b, #154f47);
  border-color: transparent;
}
.road-action-heading h2 { color: #fff; }
.road-action-heading p { color: #d4ebe6; }
.road-action-heading .eyebrow { color: #8edccb; }
.road-action-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.road-action-card { display: grid; gap: 10px; align-content: start; min-width: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; padding: 18px; background: rgba(255,255,255,.08); }
.road-action-card.is-emergency { background: #8e2525; border-color: #e38888; }
.road-action-card.is-dispatch { background: rgba(19, 113, 98, .72); }
.road-action-card span { color: #aee9dd; font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.road-action-card strong { color: #fff; font-size: 1.12rem; line-height: 1.3; }
.road-action-card p { margin: 0; color: #e8f7f4; line-height: 1.5; }
.road-action-card .road-action-buttons { display: grid; gap: 8px; margin-top: auto; padding-top: 6px; }
.road-action-card .btn { width: 100%; justify-content: center; text-align: center; }
.road-action-card .btn.secondary { color: #123f38; background: #fff; }
.road-action-source { color: #bde9df; font-size: .78rem; font-weight: 750; overflow-wrap: anywhere; }
.road-action-empty { grid-column: 1 / -1; margin: 0; padding: 20px; border: 1px dashed rgba(255,255,255,.35); border-radius: 12px; color: #e8f7f4; text-align: center; }

.road-submit-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 18px;
  border-radius: 14px;
  background: #eff7f4;
}
.road-submit-card > div { display: grid; gap: 4px; }
.road-submit-card strong { color: #123f38; font-size: 1.15rem; }
.road-submit-card span { color: #60716a; line-height: 1.45; }
.road-form-flash { position: sticky; top: 12px; z-index: 20; }

.road-status-shell { width: min(900px, calc(100% - 40px)); margin: 36px auto 56px; display: grid; gap: 20px; }
.road-status-card { border: 1px solid #d7e5df; border-radius: 18px; padding: clamp(22px, 4vw, 38px); background: #fff; box-shadow: 0 12px 36px rgba(15,55,49,.08); }
.road-status-badge { display: inline-flex; border-radius: 999px; padding: 7px 12px; background: #dff2ed; color: #123f38; font-weight: 900; }
.road-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.road-status-field { border-radius: 12px; padding: 14px; background: #f5f9f7; }
.road-status-field b { display: block; margin-bottom: 5px; color: #123f38; font-size: .75rem; text-transform: uppercase; }
.road-photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin-top: 16px; }
.road-photo-grid a { display: block; border-radius: 12px; overflow: hidden; border: 1px solid #d7e5df; }
.road-photo-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

@media (max-width: 900px) {
  .road-center-hero { grid-template-columns: 1fr; }
  .road-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .road-field-grid.three { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .road-preview-banner { align-items: center; flex-direction: column; gap: 2px; text-align: center; }
  .road-center-hero,
  .road-wizard,
  .road-status-shell { width: min(100% - 24px, 1180px); }
  .road-center-hero { margin-top: 18px; gap: 14px; }
  .road-center-hero > div,
  .road-emergency-card,
  .road-wizard-step,
  .road-action-panel { border-radius: 14px; padding: 20px; }
  .road-center-hero h1 { font-size: 2.35rem; }
  .road-field-grid.two,
  .road-action-grid,
  .road-status-grid { grid-template-columns: 1fr; }
  .road-coordinate-fields { display: none; }
  .road-location-tools .btn { width: 100%; justify-content: center; }
  .road-step-heading { gap: 12px; }
  .road-step-heading > span { flex-basis: 38px; height: 38px; }
  .road-submit-card { align-items: stretch; flex-direction: column; }
  .road-submit-card .btn { width: 100%; justify-content: center; }
}
