:root {
  --bg: #f7fafc;
  --bg-soft: #edf4fb;
  --surface: #ffffff;
  --surface-soft: #f4f8fd;
  --text: #173056;
  --muted: #61738d;
  --line: rgba(23, 48, 86, 0.1);
  --primary: #1388e8;
  --primary-dark: #0c66c1;
  --yellow: #ffcb39;
  --green: #5bc949;
  --pink: #ef2f9a;
  --cyan: #26bfe6;
  --navy: #112b63;
  --shadow: 0 18px 42px rgba(17, 43, 99, 0.08);
  --shadow-soft: 0 10px 26px rgba(17, 43, 99, 0.05);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(38, 191, 230, 0.12), transparent 20%),
    radial-gradient(circle at top right, rgba(239, 47, 154, 0.08), transparent 18%),
    linear-gradient(180deg, #f9fbfe 0%, #f1f6fb 100%);
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

main {
  overflow: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

h1,
h2,
h3 {
  margin: 0 0 12px;
  line-height: 1.08;
}

.shell {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

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

.site-footer {
  padding: 24px 0 46px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.footer-grid strong {
  display: block;
  margin-bottom: 8px;
}

.nav-shell,
.hero-grid,
.grid-three,
.split-grid,
.timeline,
.dashboard-stats {
  display: grid;
  gap: 22px;
}

.nav-shell {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-copy strong,
.brand-copy small {
  display: block;
}

.brand-copy strong {
  font-size: 1.02rem;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.86rem;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
  border: none;
  box-shadow: var(--shadow-soft);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.nav a {
  position: relative;
  color: var(--muted);
  font-weight: 700;
  padding-bottom: 4px;
}

.nav a:hover {
  color: var(--text);
}

.nav a.current {
  color: var(--text);
}

.nav a.current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--pink));
}

.nav-actions,
.hero-actions,
.chip-row,
.header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--primary), #3ca8f8);
  color: white;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.button-secondary {
  background: white;
  border-color: var(--line);
  color: var(--text);
}

.button-secondary:hover {
  background: var(--surface-soft);
}

.hero {
  position: relative;
  padding: 48px 0 26px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 203, 57, 0.14), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(38, 191, 230, 0.14), transparent 20%),
    radial-gradient(circle at 72% 38%, rgba(239, 47, 154, 0.08), transparent 16%);
  pointer-events: none;
}

.hero-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: stretch;
}

.card,
.lead-table,
.stat-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-panel,
.info-card,
.step-card,
.panel-card,
.commission-card,
.stat-card,
.lead-table {
  padding: 28px;
}

.hero-copy {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(255, 203, 57, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto auto 24px -54px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 136, 232, 0.08), transparent 68%);
  pointer-events: none;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 203, 57, 0.18), transparent 22%),
    radial-gradient(circle at left center, rgba(38, 191, 230, 0.18), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.hero-copy p {
  max-width: 62ch;
}

.hero-copy .lead {
  font-size: 1.06rem;
  color: #4f6686;
}

.hero-panel h2,
.panel-card h2,
.commission-card h2,
.info-card h3 {
  color: var(--navy);
}

.hero-panel h2 {
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  line-height: 1.14;
}

.eyebrow {
  display: inline-block;
  justify-self: start;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(19, 136, 232, 0.1);
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: 0.9rem;
}

.logo-orbs {
  display: flex;
  gap: 12px;
  margin: 8px 0 12px;
}

.orb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.orb-yellow { background: var(--yellow); }
.orb-green { background: var(--green); }
.orb-pink { background: var(--pink); }
.orb-blue { background: var(--cyan); }

.metric-stack,
.amount-list,
.bullet-list {
  display: grid;
  gap: 14px;
}

.metric-stack.compact {
  gap: 10px;
}

.metric-row,
.amount-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.metric-row:last-child,
.amount-list div:last-child {
  border-bottom: none;
}

.section {
  padding: 28px 0;
}

.soft-section {
  background: linear-gradient(180deg, rgba(17, 43, 99, 0.02), rgba(19, 136, 232, 0.05));
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  text-wrap: balance;
}

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

.timeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.split-grid {
  grid-template-columns: 1fr 1fr;
}

.step-card {
  position: relative;
  min-height: 100%;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 1));
}

.timeline .step-card::after {
  content: "";
  position: absolute;
  top: 46px;
  left: calc(100% + 9px);
  width: calc(100% - 18px);
  height: 2px;
  background: linear-gradient(90deg, rgba(19, 136, 232, 0.5), rgba(239, 47, 154, 0.25));
}

.timeline .step-card::before {
  content: "";
  position: absolute;
  top: 41px;
  right: -9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: 2px solid rgba(19, 136, 232, 0.5);
  box-shadow: 0 0 0 6px rgba(19, 136, 232, 0.05);
}

.timeline .step-card:last-child::after,
.timeline .step-card:last-child::before {
  display: none;
}

.timeline .step-card:nth-child(1) {
  background:
    radial-gradient(circle at top right, rgba(255, 203, 57, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.timeline .step-card:nth-child(2) {
  background:
    radial-gradient(circle at top right, rgba(91, 201, 73, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fcf5 100%);
}

.timeline .step-card:nth-child(3) {
  background:
    radial-gradient(circle at top right, rgba(38, 191, 230, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.timeline .step-card:nth-child(4) {
  background:
    radial-gradient(circle at top right, rgba(239, 47, 154, 0.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff7fb 100%);
}

.timeline .step-card:nth-child(5) {
  background:
    radial-gradient(circle at top right, rgba(17, 43, 99, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
}

.timeline .step-card:nth-child(1) .step-badge {
  background: #e6ab08;
}

.timeline .step-card:nth-child(2) .step-badge {
  background: #47a93a;
}

.timeline .step-card:nth-child(3) .step-badge {
  background: #1599c0;
}

.timeline .step-card:nth-child(4) .step-badge {
  background: #d92d8d;
}

.timeline .step-card:nth-child(5) .step-badge {
  background: var(--navy);
}

.step-badge {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 800;
}

.accent-card {
  background:
    radial-gradient(circle at top right, rgba(239, 47, 154, 0.08), transparent 24%),
    linear-gradient(160deg, #ffffff 0%, #f8fbff 100%);
}

.accent-card strong {
  color: var(--navy);
}

.info-card,
.panel-card,
.commission-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 251, 255, 1));
}

.card-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(19, 136, 232, 0.12);
  background: rgba(19, 136, 232, 0.06);
  color: var(--text);
}

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

.bullet-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
}

.section-cta {
  margin-top: 22px;
  display: flex;
  justify-content: flex-start;
}

.mt-18 {
  margin-top: 18px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
}

.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fcfeff;
  color: var(--text);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(19, 136, 232, 0.38);
  box-shadow: 0 0 0 4px rgba(19, 136, 232, 0.12);
  background: white;
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.legal-page .hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.contact-layout {
  align-items: start;
}

.contact-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 250, 255, 1));
}

.contact-panel .eyebrow {
  width: fit-content;
  justify-self: start;
}

.contact-panel .metric-row strong {
  text-align: right;
}

.login-hero {
  grid-template-columns: 1.05fr 0.95fr;
}

.login-card {
  max-width: 520px;
}

.login-form {
  display: grid;
  gap: 16px;
}

.login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--primary-dark);
  font-weight: 700;
}

.text-link:hover {
  color: var(--primary);
}

.status-message {
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 600;
}

.status-message.is-visible {
  display: block;
}

.status-message.is-success {
  background: rgba(91, 201, 73, 0.14);
  border-color: rgba(91, 201, 73, 0.24);
  color: #2d6f1f;
}

.status-message.is-error {
  background: rgba(239, 47, 154, 0.1);
  border-color: rgba(239, 47, 154, 0.22);
  color: #9e1f67;
}

.status-message.is-info {
  background: rgba(19, 136, 232, 0.08);
  border-color: rgba(19, 136, 232, 0.18);
  color: var(--text);
}

.button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

button.button {
  cursor: pointer;
  font: inherit;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

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

.stat-card-lite {
  padding: 22px;
  display: grid;
  gap: 6px;
  align-content: start;
}

.stat-card-lite span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-card-lite strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.9rem;
  color: var(--navy);
}

.stat-card-lite p {
  margin: 0;
}

.dashboard-list {
  display: grid;
  gap: 14px;
}

.dashboard-item {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.dashboard-item strong,
.dashboard-meta strong {
  color: var(--navy);
}

.dashboard-item p + p {
  margin-top: 4px;
}

.dashboard-meta {
  display: grid;
  gap: 12px;
}

.dashboard-meta div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.dashboard-meta div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.client-lead-table {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  overflow: hidden;
}

.client-lead-head,
.client-lead-row {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr 0.8fr 1.1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
}

.client-lead-head {
  background: rgba(19, 136, 232, 0.05);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.client-lead-row {
  border-top: 1px solid var(--line);
}

.client-lead-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
}

.client-lead-row > span,
.client-lead-head > span {
  display: block;
}

.lead-cell {
  min-width: 0;
}

.lead-cell p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.client-lead-row > span:last-child {
  justify-self: end;
  text-align: right;
}

.client-lead-row > .status-chip {
  justify-self: start;
}

.lead-status-editor {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.inline-editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.inline-editor {
  display: grid;
  gap: 6px;
}

.inline-editor span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}

.inline-editor input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
}

.status-editor-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.status-editor-actions select {
  min-width: 160px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: white;
}

.field select {
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font: inherit;
}

.button-small {
  padding: 10px 14px;
  font-size: 0.92rem;
}

.button-danger {
  background: white;
  color: #b42318;
  border-color: rgba(180, 35, 24, 0.22);
  box-shadow: none;
}

.button-danger:hover {
  background: rgba(180, 35, 24, 0.08);
}

.account-actions-cell {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.account-leads-count {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.account-lock-label {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.admin-table .client-lead-head,
.admin-table .client-lead-row {
  grid-template-columns: minmax(160px, 1.1fr) minmax(220px, 1.45fr) minmax(140px, 0.95fr) minmax(170px, 1fr);
}

.client-dashboard-table .client-lead-head,
.client-dashboard-table .client-lead-row {
  grid-template-columns: minmax(220px, 1.55fr) minmax(160px, 0.9fr) minmax(120px, 0.75fr) minmax(170px, 1fr);
}

.client-stats-grid .stat-card-lite {
  min-height: 148px;
}

.client-notification-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.client-notification-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(233,244,255,0.86));
  display: grid;
  gap: 0.65rem;
}

.client-notification-card strong {
  font-size: 1.08rem;
}

.client-notification-card p,
.client-notification-card small {
  color: var(--muted);
  margin: 0;
}

.mini-card {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.account-setup-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(19, 136, 232, 0.16);
  border-radius: 18px;
  background: rgba(19, 136, 232, 0.06);
}

.account-setup-box strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
}

.account-setup-box a {
  word-break: break-all;
}

.setup-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.legal-card {
  padding: 28px;
}

.legal-card h2 {
  margin-top: 18px;
  font-size: 1.25rem;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.dashboard-page .card,
.dashboard-page .lead-table,
.dashboard-page .stat-card {
  background: white;
}

.dashboard-page .dashboard-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.dashboard-header h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

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

.stat-card span {
  color: var(--muted);
}

.stat-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 2rem;
}

.lead-table {
  overflow: hidden;
}

.lead-table-head,
.lead-table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 16px;
  align-items: center;
}

.lead-table-head {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.lead-table-row {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.lead-table-row:last-child {
  border-bottom: none;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.status-proposed { background: rgba(38, 191, 230, 0.16); color: #0d6b82; }
.status-quote { background: rgba(255, 203, 57, 0.22); color: #8b6500; }
.status-opco { background: rgba(91, 201, 73, 0.18); color: #2b7b1d; }
.status-awarded { background: rgba(239, 47, 154, 0.14); color: #ad1d70; }
.status-billed { background: rgba(19, 136, 232, 0.16); color: #0c66c1; }

@media (max-width: 980px) {
  .nav-shell,
  .hero-grid,
  .grid-three,
  .split-grid,
  .dashboard-grid,
  .dashboard-stats-grid,
  .dashboard-stats,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .nav-shell,
  .dashboard-page .dashboard-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

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

  .brand-copy small {
    max-width: 30ch;
  }

  .lead-table-head,
  .lead-table-row {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline .step-card::after,
  .timeline .step-card::before {
    display: none;
  }

  .client-lead-head,
  .client-lead-row {
    grid-template-columns: 1fr;
  }

  .inline-editor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 42px;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 11vw, 2.8rem);
    max-width: none;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .hero-copy,
  .hero-panel,
  .info-card,
  .step-card,
  .panel-card,
  .commission-card,
  .stat-card,
  .lead-table,
  .legal-card {
    padding: 22px;
  }

  .nav-actions .button,
  .hero-actions .button,
  .header-actions .button {
    width: 100%;
  }
}
