:root {
  --ink: #111827;
  --muted: #5b6472;
  --paper: #f7f3ea;
  --surface: #ffffff;
  --line: #d8dee8;
  --teal: #096f70;
  --teal-dark: #064f51;
  --amber: #d48b13;
  --coral: #c84f48;
  --blue: #245c9c;
  --green: #166534;
  --danger: #b42318;
  --focus: #1c7ed6;
  --shadow: 0 18px 44px rgba(17, 24, 39, .10);
}

* {
  box-sizing: border-box;
}

html {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body {
  margin: 0;
  line-height: 1.55;
  overflow-x: clip;
}

/* Roadmap directory, selector and first-wave demo surfaces */
.niche-directory-search {
  position: relative;
  max-width: 820px;
  margin: 0 0 3rem;
}

.niche-directory-search label,
.niche-selector > label {
  display: block;
  margin-bottom: .55rem;
  color: #143d3c;
  font-weight: 800;
}

.niche-directory-search input,
.niche-selector input,
.niche-selector select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #aebfba;
  background: #fff;
  color: #132b2c;
}

.niche-suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + .35rem);
  right: 0;
  left: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid #bfd0cb;
  background: #fff;
  box-shadow: 0 18px 40px rgba(19, 51, 48, .16);
}

.niche-suggestions[hidden] {
  display: none;
}

.niche-suggestion {
  display: grid;
  gap: .15rem;
  padding: .8rem 1rem;
  border: 0;
  border-bottom: 1px solid #e0e9e6;
  background: #fff;
  color: #143332;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.niche-suggestion:hover,
.niche-suggestion.active,
.niche-suggestion:focus-visible {
  background: #e8f3ef;
  outline: 0;
}

.niche-suggestion span {
  color: #566663;
  font-size: .82rem;
}

.niche-selector-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: .7rem;
}

.niche-selector-grid .niche-suggestions {
  grid-column: 3;
  top: calc(100% + .35rem);
}

.niche-other-option {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  margin-top: .85rem;
}

.niche-recommendations {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid #0f6d68;
  background: #edf5f1;
  color: #24413e;
}

.niche-recommendations div {
  margin-top: .35rem;
}

.niche-card-grid .niche-link,
.niche-category-grid .card {
  display: grid;
  gap: .45rem;
  text-decoration: none;
}

.niche-card-grid .niche-link small,
.niche-category-grid small,
.niche-category-grid span {
  color: #4f6763;
}

.niche-category-grid .card {
  border-top: 4px solid #0f6d68;
}

.directory-filter-links {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin: 1.25rem 0;
  padding: 1rem;
  background: #edf4f1;
  color: #254340;
}

.directory-filter-links a,
.directory-pagination a {
  padding: .4rem .65rem;
  border: 1px solid #bfd0ca;
  background: #fff;
  color: #17433f;
  text-decoration: none;
}

.directory-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 2rem;
}

.directory-pagination a.active,
.directory-pagination a:hover,
.directory-filter-links a:hover {
  border-color: #0f6d68;
  background: #0f6d68;
  color: #fff;
}

.demo-placeholder-inline {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  padding: .75rem 1rem;
  border: 1px dashed #b2c5be;
  background: #f3f7f4;
  color: #45615b;
  font-weight: 750;
}

.industry-detail-hero,
.industry-category-hero {
  position: relative;
  overflow: hidden;
  background-color: #123b3a;
  color: #fff;
}

.industry-detail-hero {
  background-image: var(--industry-image);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

.industry-detail-hero .wrap,
.industry-category-hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 3rem;
  align-items: center;
  min-height: 560px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.industry-detail-hero nav,
.industry-category-hero nav {
  margin-bottom: 1.6rem;
}

.industry-detail-hero nav a,
.industry-category-hero nav a {
  color: #fff;
}

.industry-detail-hero h1,
.industry-category-hero h1 {
  max-width: 850px;
  margin: 1rem 0;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  line-height: 1;
}

.industry-detail-hero p,
.industry-category-hero p {
  max-width: 720px;
  color: #e1f2ed;
  font-size: 1.1rem;
}

.industry-detail-proof {
  display: grid;
  gap: .8rem;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(8, 24, 25, .62);
}

.industry-detail-proof > span {
  color: #f2c94c;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.industry-detail-proof > strong {
  font-size: 1.5rem;
}

.industry-detail-proof > div {
  padding-top: .75rem;
  border-top: 1px solid rgba(255,255,255,.2);
  color: #eef8f4;
  font-weight: 750;
}

.industry-detail-proof i {
  width: 1.25rem;
  color: #f2c94c;
  text-align: center;
}

.industry-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -3rem 0 3rem;
  background: #cadbd5;
  box-shadow: 0 15px 30px rgba(22, 60, 55, .12);
}

.industry-stat-row > div {
  display: grid;
  gap: .35rem;
  padding: 1.35rem;
  background: #fff;
}

.industry-stat-row strong {
  color: #0f6d68;
  font-size: 1.7rem;
}

.industry-stat-row span {
  color: #4b625e;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.industry-category-hero {
  background: #123b3a;
}

.industry-category-hero .wrap {
  grid-template-columns: 1fr;
  min-height: 470px;
}

.industry-category-hero h1 {
  max-width: 1000px;
}

.industry-editorial article {
  padding: 2.2rem;
  background: #fff;
  box-shadow: 0 15px 35px rgba(22, 60, 55, .07);
}

.industry-editorial article p {
  color: #364f4b;
  font-size: 1.04rem;
  line-height: 1.78;
}

.industry-subcategory-nav {
  display: grid;
  gap: .4rem;
}

.industry-subcategory-nav a {
  padding: .7rem .85rem;
  border-left: 3px solid transparent;
  color: #294a45;
  text-decoration: none;
}

.industry-subcategory-nav a:hover,
.industry-subcategory-nav a.active {
  border-left-color: #0f6d68;
  background: #eaf3ef;
  color: #0b5c59;
  font-weight: 850;
}

.industry-niche-grid .card {
  display: grid;
  gap: .55rem;
  border-top: 4px solid #0f6d68;
}

.industry-niche-grid .card h3 {
  margin: 0;
  color: #143d3b;
}

.industry-niche-grid .card p {
  color: #4b625e;
}

.industry-niche-grid .card a {
  color: #0f6d68;
  font-weight: 850;
  text-decoration: none;
}

.industry-niche-grid .card small {
  display: block;
  margin-top: .35rem;
  color: #687c77;
}

.niche-seo-panel {
  background: #edf6f3;
  border-top: 1px solid #c7e1da;
  border-bottom: 1px solid #c7e1da;
}

.niche-seo-panel .section-head {
  margin-bottom: 1rem;
}

.niche-seo-panel h2 {
  color: #123d3b;
}

.niche-seo-panel p {
  max-width: 760px;
  color: #355854;
}

.niche-keyword-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  margin: 1rem 0 1.35rem;
}

.niche-keyword-list > span {
  color: #315954;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.niche-keyword-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.niche-keyword-list li {
  padding: .4rem .65rem;
  border: 1px solid #b7d6ce;
  background: #fff;
  color: #164d49;
  font-size: .88rem;
  font-weight: 750;
}

.niche-showcase-grid {
  align-items: stretch;
}

.niche-showcase-card {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  gap: 1.5rem;
  overflow: hidden;
  padding: 0;
  border-top: 5px solid var(--showcase-accent, #0f6d68);
}

.showcase-image {
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
  background: var(--showcase-image) center / cover;
  background-color: #193c3a;
  background-blend-mode: multiply;
}

.showcase-image span {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  padding: .45rem .6rem;
  background: #fff;
  color: #153331;
  font-size: .75rem;
  font-weight: 850;
}

.niche-showcase-card > div:last-child {
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.showcase-brand {
  color: #0f6d68;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.niche-showcase-card h2 {
  margin: .45rem 0 .65rem;
  color: #132c2d;
}

.niche-showcase-card p {
  color: #405653;
}

.niche-showcase-card .check-list {
  margin: 1rem 0;
}

.niche-showcase-automotive .card {
  display: block;
  border-top: 4px solid #f0c74b;
  background: #172b38;
  border-color: #38505d;
  text-decoration: none;
}

.niche-showcase-automotive .card h2 {
  color: #fff;
}

.niche-showcase-automotive .card p,
.niche-showcase-automotive .card strong {
  color: #d7ebe3;
}

.niche-showcase-automotive .card:hover {
  background: #1d3645;
  border-color: #f0c74b;
}

.niche-guide-columns {
  align-items: start;
}

.niche-guide-columns article.card {
  padding: 2.2rem;
}

.niche-guide-columns article.card p {
  color: #344b48;
  font-size: 1.04rem;
  line-height: 1.78;
}

.niche-demo {
  margin: 0;
  background: #f3f6f4;
  color: #142927;
}

.niche-demo-header {
  border-bottom: 1px solid #d7e2de;
  background: #fff;
}

.niche-demo-header .wrap {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.niche-demo-header .brand {
  color: #102e2d;
  text-decoration: none;
}

.niche-demo-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.niche-demo-header nav a:not(.button) {
  color: #294441;
  font-weight: 750;
  text-decoration: none;
}

.niche-demo-hero {
  padding: 7rem 0;
  background: linear-gradient(120deg, #123d3a, #176d67);
  color: #fff;
}

.niche-demo-hero .wrap {
  max-width: 960px;
  margin-left: max(1.25rem, calc((100% - 1200px) / 2));
}

.niche-demo-hero h1 {
  max-width: 820px;
  margin: .85rem 0 1.25rem;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}

.niche-demo-hero p {
  max-width: 720px;
  color: #e1f3ed;
  font-size: 1.15rem;
}

.niche-demo-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem 1rem;
}

.niche-demo-links a {
  color: inherit;
  text-decoration: none;
}

.upcoming-niche {
  display: grid;
  gap: .65rem;
}

@media (max-width: 760px) {
  .niche-selector-grid {
    grid-template-columns: 1fr;
  }

  .niche-selector-grid .niche-suggestions {
    grid-column: 1;
  }

  .niche-demo-header .wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 0;
  }

  .niche-demo-header nav {
    justify-content: flex-start;
  }

  .niche-demo-hero {
    padding: 4.5rem 0;
  }

  .niche-guide-columns article.card {
    padding: 1.35rem;
  }

  .niche-showcase-card {
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 220px;
  }

  .niche-showcase-card > div:last-child {
    padding: 0 1.35rem 1.35rem;
  }

  .industry-detail-hero .wrap,
  .industry-category-hero .wrap {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .industry-detail-hero h1,
  .industry-category-hero h1 {
    font-size: 3rem;
  }

  .industry-stat-row {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 2rem;
  }

  .industry-editorial article {
    padding: 1.3rem;
  }
}

a {
  color: var(--teal);
}

a:hover {
  color: var(--teal-dark);
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  padding: .8rem 1rem;
  background: var(--ink);
  color: #fff;
  z-index: 10;
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 8;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: .85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-weight: 850;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0;
}

.brand small {
  display: block;
  font-weight: 650;
  color: var(--teal);
  font-size: .76rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
  padding: .62rem .72rem;
  border-radius: 6px;
}

.nav a:hover,
.nav a:focus {
  background: #eef6f4;
  outline: none;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  padding: .75rem 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--teal-dark);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.button.warning {
  background: var(--amber);
  color: #1b1303;
}

.button.danger,
button.danger {
  background: var(--danger);
}

.button.small,
button.small {
  min-height: 36px;
  padding: .45rem .7rem;
  font-size: .9rem;
}

.hero {
  min-height: 72vh;
  display: grid;
  align-items: center;
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 21, 33, .92), rgba(8, 21, 33, .62) 52%, rgba(8, 21, 33, .18)),
    url("images/ten19-hero.png") center right / cover no-repeat;
}

.hero-content,
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
}

.hero-content {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.eyebrow {
  color: #fde68a;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.band .section-head > .eyebrow {
  color: #075e5b;
}

.hero h1 {
  max-width: 760px;
  margin: .6rem 0 1rem;
  font-size: clamp(2.15rem, 5vw, 5.1rem);
  line-height: .98;
  letter-spacing: 0;
}

.hero p {
  max-width: 660px;
  color: #e5edf3;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.4rem;
}

.announcement {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: .65rem 1rem;
  font-weight: 750;
}

.band {
  padding: 4rem 0;
}

.band.alt {
  background: #fff;
}

.band.deep {
  background: #10202d;
  color: #fff;
}

.section-head {
  max-width: 820px;
  margin-bottom: 1.5rem;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  margin: 0 0 .75rem;
}

h3 {
  margin: 0 0 .45rem;
}

.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.1rem;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .03);
}

.card.dark {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .16);
}

.stat {
  font-size: 2rem;
  font-weight: 900;
  color: var(--teal);
}

.deep .stat {
  color: #fbbf24;
}

.steps {
  counter-reset: step;
}

.step {
  position: relative;
  padding-left: 3rem;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--teal);
  color: #fff;
  font-weight: 850;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

th,
td {
  padding: .75rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  font-size: .78rem;
  text-transform: uppercase;
  color: var(--muted);
  background: #f8fafc;
}

.status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .78rem;
  font-weight: 850;
  background: #e7f5f2;
  color: var(--teal-dark);
}

.status.warn {
  background: #fff4d6;
  color: #8a5200;
}

.status.done {
  background: #dcfce7;
  color: var(--green);
}

.status.danger {
  background: #fee4e2;
  color: var(--danger);
}

form {
  margin: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: block;
  font-weight: 780;
  margin-bottom: .35rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #b7c0ce;
  border-radius: 6px;
  padding: .7rem .8rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input[type="checkbox"] {
  width: auto;
  min-height: auto;
  margin-right: .45rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.button:focus {
  outline: 3px solid rgba(28, 126, 214, .35);
  outline-offset: 2px;
}

.field-full {
  grid-column: 1 / -1;
}

.notice {
  border-left: 4px solid var(--teal);
  background: #edf7f5;
  padding: .9rem 1rem;
  border-radius: 6px;
}

.notice.warning {
  border-left-color: var(--amber);
  background: #fff8e6;
}

.notice.danger {
  border-left-color: var(--danger);
  background: #fff1f0;
}

.flash {
  max-width: 1180px;
  margin: 1rem auto 0;
  padding: .85rem 1rem;
  border-radius: 6px;
  background: #e7f5f2;
  border: 1px solid #addbd2;
}

.portal-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.side-nav {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.side-nav a {
  display: block;
  padding: .85rem 1rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-weight: 750;
  color: var(--ink);
}

.side-nav a:hover {
  background: #f2f7f6;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline li {
  border-left: 3px solid var(--line);
  padding: 0 0 1rem 1rem;
  position: relative;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -8px;
  top: .15rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
}

.preview-frame {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-height: 320px;
}

.preview-notice {
  background: #fff4d6;
  padding: .7rem 1rem;
  font-weight: 800;
  color: #704500;
}

.mini-site {
  padding: 2rem;
  background: linear-gradient(135deg, #ffffff, #eef6f4);
}

.footer {
  padding: 2.2rem 0;
  background: #0f172a;
  color: #dbe4ef;
}

.footer a {
  color: #a7f3d0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

.intake-page {
  background: #f2f6f4;
}

.intake-form {
  display: grid;
  gap: 1rem;
}

.form-section {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.form-section legend {
  padding: 0 .5rem;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--ink);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin: 1rem 0;
}

.check-option {
  display: flex;
  align-items: flex-start;
  gap: .35rem;
  min-height: 48px;
  margin: 0;
  padding: .7rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fafc;
  font-size: .92rem;
  cursor: pointer;
}

.check-option:has(input:checked) {
  border-color: var(--teal);
  background: #e9f7f3;
}

.field-help {
  margin: .4rem 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.help-link {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  text-decoration: none;
}

.sticky-submit {
  position: sticky;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -8px 24px rgba(17, 24, 39, .08);
}

.project-status {
  margin-bottom: 1.5rem;
  padding: 1.2rem;
  border-left: 6px solid var(--teal);
  background: #e8f6f2;
}

.project-status span,
.project-status strong {
  display: block;
}

.project-status span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.project-status strong {
  margin: .15rem 0;
  font-size: 1.8rem;
}

.status.large {
  padding: .45rem .7rem;
  font-size: .88rem;
}

.order-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.order-heading h2 {
  margin: .25rem 0;
  font-size: 1.35rem;
}

.next-action {
  margin: 1rem 0;
  padding: .8rem;
  border-left: 3px solid var(--amber);
  background: #fff8e6;
}

.next-action p {
  margin: .2rem 0 0;
}

.conversation {
  margin-top: 2rem;
}

.message-thread {
  display: grid;
  gap: .75rem;
  margin-bottom: 1rem;
}

.message {
  max-width: 82%;
  padding: .85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.message.from-admin {
  border-left: 4px solid var(--teal);
  background: #eef8f5;
}

.message.from-customer {
  justify-self: end;
  border-right: 4px solid var(--blue);
}

.message header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: .8rem;
}

.message p {
  margin: .45rem 0 0;
}

.message-form {
  max-width: 820px;
}

.admin-order-grid {
  align-items: start;
}

.brief-summary {
  display: grid;
  gap: .75rem;
}

.brief-summary > div {
  padding-bottom: .65rem;
  border-bottom: 1px solid var(--line);
}

.brief-summary p {
  margin: .2rem 0;
}

.feature-hero,
.feature-page-hero {
  padding: 5rem 0;
  color: #fff;
  background: #10202d;
}

.feature-hero h1,
.feature-page-hero h1 {
  max-width: 900px;
  margin: .65rem 0 1rem;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.feature-hero p,
.feature-page-hero p {
  max-width: 820px;
  color: #dce8ed;
  font-size: 1.15rem;
}

.feature-page-hero nav,
.feature-page-hero nav a {
  color: #bbd8d4;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.feature-card:hover {
  border-color: var(--teal);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.feature-card h3,
.feature-card p {
  margin-top: 0;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #e8f6f2;
  font-size: 1.7rem;
}

.feature-icon.large {
  margin-top: 1.5rem;
  width: 72px;
  height: 72px;
  background: #f4c95d;
  color: #111827;
  font-size: 2.2rem;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.tag-cloud span {
  padding: .45rem .65rem;
  border: 1px solid #b9c7d4;
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
  font-size: .88rem;
}

.prose {
  max-width: 980px;
}

.prose > p,
.prose > ul,
.prose > ol {
  max-width: 840px;
}

.prose h2 {
  margin-top: 3rem;
  font-size: 2rem;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.capability-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: .75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: #fff;
}

.capability-list article > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.capability-list h3,
.capability-list p {
  margin-top: 0;
}

.check-list li,
.planning-list li {
  margin-bottom: .75rem;
}

.feature-cta {
  margin-top: 3rem;
  padding: 2rem;
  background: #10202d;
  color: #fff;
}

.feature-cta .button {
  margin-right: .5rem;
}

.niche-link {
  color: var(--ink);
  text-decoration: none;
}

.niche-link:hover {
  border-color: var(--teal);
  color: var(--ink);
}

.niche-link small {
  display: block;
  margin-top: .65rem;
  color: var(--teal);
  font-weight: 800;
}

.auto-niche-hero {
  position: relative;
  min-height: 670px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 6rem 0 5rem;
  background: #111715;
  color: #fff;
}

.auto-niche-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("https://images.unsplash.com/photo-1596986952526-3be237187071?auto=format&fit=crop&q=82&w=2200") center / cover no-repeat;
}

.auto-niche-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(8, 18, 16, .78);
}

.auto-niche-hero nav,
.auto-niche-hero nav a {
  margin-bottom: 3rem;
  color: #c5d5d0;
}

.auto-niche-hero h1 {
  max-width: 960px;
  margin: .75rem 0 1.25rem;
  font-size: 4.6rem;
  line-height: .98;
}

.auto-niche-hero p {
  max-width: 820px;
  color: #dce7e3;
  font-size: 1.2rem;
}

.eyebrow.dark {
  color: var(--teal);
}

.auto-prose {
  max-width: 1040px;
}

.auto-prose > p {
  max-width: 900px;
  color: #35404a;
  font-size: 1.08rem;
}

.auto-feature-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.auto-feature-matrix article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: .8rem;
  padding: 1.4rem;
  background: #fff;
}

.auto-feature-matrix article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #dff3ec;
  color: var(--teal-dark);
  font-weight: 900;
}

.auto-feature-matrix h3 {
  margin: 0 0 .45rem;
  font-size: 1.15rem;
}

.auto-feature-matrix p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.auto-demo-band {
  background: #e9eeeb;
}

.auto-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.auto-demo-card {
  overflow: hidden;
  border: 1px solid #cbd3ce;
  border-radius: 8px;
  background: #fff;
}

.auto-demo-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.auto-demo-card.apex > img {
  filter: saturate(.65) contrast(1.08);
}

.auto-demo-card > div {
  padding: 1.5rem;
}

.auto-demo-card > div > span {
  color: var(--teal);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.auto-demo-card h3 {
  margin-top: .65rem;
  font-size: 2rem;
}

.auto-demo-card p {
  color: var(--muted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .grid.two,
  .grid.three,
  .grid.four,
  .form-grid,
  .portal-shell,
  .feature-grid,
  .capability-list,
  .checkbox-grid,
  .auto-feature-matrix,
  .auto-demo-grid {
    grid-template-columns: 1fr;
  }

  .auto-niche-hero h1 {
    font-size: 3.2rem;
  }

  .message {
    max-width: 100%;
  }

  .sticky-submit,
  .order-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 68vh;
    background:
      linear-gradient(180deg, rgba(8, 21, 33, .94), rgba(8, 21, 33, .58)),
      url("images/ten19-hero.png") center / cover no-repeat;
  }
}

@media (max-width: 560px) {
  .auto-niche-hero {
    min-height: 590px;
  }

  .auto-niche-hero h1 {
    font-size: 2.55rem;
  }

  .auto-feature-matrix article {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Automotive industry hub */
.auto-niche-hero {
  min-height: 720px;
  padding: 5.5rem 0;
}

.auto-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 3rem;
}

.auto-niche-hero nav,
.auto-niche-hero nav a {
  margin-bottom: 2rem;
  color: #effcf8;
}

.auto-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: .45rem .7rem;
  background: #f8cf45;
  color: #1c1804;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.auto-niche-hero h1 {
  max-width: 850px;
  margin: 1.2rem 0;
  font-size: 4.25rem;
}

.auto-niche-hero p {
  max-width: 780px;
  color: #f2fbf7;
}

.auto-hero-proof {
  padding: 1.55rem;
  border: 1px solid rgba(231, 255, 246, .42);
  background: rgba(8, 18, 16, .84);
  color: #fff;
}

.auto-hero-proof > span {
  color: #d6eee5;
  font-size: .8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.auto-hero-proof > strong {
  display: block;
  margin: .45rem 0;
  color: #f8cf45;
  font-size: 4rem;
  line-height: 1;
}

.auto-hero-proof p {
  margin: 0 0 1.3rem;
  color: #e1f1eb;
  font-size: .95rem;
}

.auto-hero-proof > div {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .7rem 0;
  border-top: 1px solid rgba(232, 255, 246, .2);
  color: #f5fdfa;
  font-size: .9rem;
  font-weight: 750;
}

.auto-hero-proof i {
  width: 18px;
  color: #f8cf45;
  text-align: center;
}

.auto-intro-band {
  background: #fff;
}

.auto-section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.auto-section-label > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #0f6d68;
  color: #fff;
  font-weight: 900;
}

.auto-section-label strong,
.auto-section-label p {
  display: block;
  margin: 0;
}

.auto-section-label strong {
  color: #0e3f3d;
  font-size: .82rem;
  text-transform: uppercase;
}

.auto-section-label p {
  color: #38464b;
  font-size: 1rem;
}

.auto-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 4rem;
  margin-bottom: 3.5rem;
}

.auto-intro-grid h2 {
  margin: 0;
  font-size: 2.8rem;
}

.auto-intro-grid p {
  margin: 0 0 1rem;
  color: #35444a;
  font-size: 1.05rem;
}

.auto-feature-matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #d4dfdb;
  border-color: #d4dfdb;
}

.auto-feature-matrix article {
  min-height: 220px;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.5rem;
}

.auto-feature-matrix article > span {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #0f6d68;
  color: #fff;
}

.auto-feature-matrix h3 {
  color: #132c2d;
  font-size: 1.08rem;
}

.auto-feature-matrix p {
  color: #435258;
  line-height: 1.6;
}

.auto-scope-band {
  background: #eaf1ee;
}

.auto-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.auto-scope-grid article {
  min-height: 100%;
  padding: 2rem;
  border-top: 5px solid #0f6d68;
  background: #fff;
  box-shadow: 0 18px 38px rgba(18, 51, 47, .08);
}

.auto-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  background: #0f6d68;
  color: #fff;
  font-size: 1.2rem;
}

.auto-scope-grid h2 {
  margin: 0 0 .9rem;
  color: #132c2d;
  font-size: 1.65rem;
}

.auto-scope-grid p {
  color: #405056;
}

.auto-scope-grid .check-list {
  margin: 1.45rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid #dbe5e1;
}

.auto-scope-grid .check-list li {
  color: #263a3e;
}

.auto-demo-band {
  background: #102220;
  color: #fff;
}

.auto-section-label.light strong,
.auto-section-label.light p {
  color: #e7f6f0;
}

.auto-section-label.light > span {
  background: #f8cf45;
  color: #1c1804;
}

.auto-demo-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.25rem;
}

.auto-demo-heading h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: 2.8rem;
}

.auto-demo-heading p {
  margin: 0;
  color: #d4e7df;
  font-size: 1.05rem;
}

.auto-demo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.auto-demo-card {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #142624;
}

.auto-demo-image {
  position: relative;
  overflow: hidden;
}

.auto-demo-card > .auto-demo-image > img {
  aspect-ratio: 16 / 9;
  transition: transform .35s ease;
}

.auto-demo-card:hover .auto-demo-image > img {
  transform: scale(1.035);
}

.auto-demo-image > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .7rem;
  background: #fff;
  color: #142624;
  font-size: .78rem;
  font-weight: 900;
}

.auto-demo-content {
  padding: 1.65rem;
}

.auto-demo-title {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.auto-demo-title span {
  color: #0f6d68;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.auto-demo-title h3 {
  margin: .45rem 0 0;
  color: #132c2d;
  font-size: 2rem;
}

.auto-demo-title > strong {
  padding: .35rem .5rem;
  background: #e5f3ee;
  color: #14574f;
  font-size: .9rem;
}

.auto-demo-content > p {
  min-height: 75px;
  color: #405056;
}

.auto-demo-content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 1.25rem 0;
  padding: 1rem 0;
  border-top: 1px solid #d9e3df;
  border-bottom: 1px solid #d9e3df;
  list-style: none;
}

.auto-demo-content li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: #263a3e;
  font-size: .85rem;
  font-weight: 750;
}

.auto-demo-content li i {
  margin-top: .18rem;
  color: #087d5b;
}

.auto-demo-content .button {
  background: #0f6d68;
  color: #fff;
}

.auto-demo-content .button.secondary {
  border-color: #b9c9c3;
  background: #fff;
  color: #142624;
}

.auto-content-band {
  background: #fff;
}

.auto-content-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 4rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid #dbe5e1;
}

.auto-content-grid h2 {
  margin: 0;
  color: #132c2d;
  font-size: 2.5rem;
}

.auto-content-grid p {
  margin: 0 0 1.15rem;
  color: #35444a;
  font-size: 1.05rem;
}

@media (max-width: 900px) {
  .auto-hero-layout,
  .auto-intro-grid,
  .auto-scope-grid,
  .auto-demo-heading,
  .auto-feature-matrix,
  .auto-demo-grid,
  .auto-content-grid {
    grid-template-columns: 1fr;
  }

  .auto-niche-hero {
    min-height: auto;
  }

  .auto-hero-proof {
    max-width: 560px;
  }

  .auto-feature-matrix article {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .auto-niche-hero {
    padding: 4.5rem 0;
  }

  .auto-niche-hero h1 {
    font-size: 2.65rem;
  }

  .auto-intro-grid h2,
  .auto-demo-heading h2,
  .auto-content-grid h2 {
    font-size: 2.1rem;
  }

  .auto-scope-grid article {
    padding: 1.45rem;
  }

  .auto-demo-content ul {
    grid-template-columns: 1fr;
  }

  .auto-demo-content > p {
    min-height: 0;
  }
}
