:root {
  --background: #f5f7f2;
  --foreground: #18130f;
  --ink-soft: #48524d;
  --muted: #69736d;
  --bronze: #b8753d;
  --bronze-dark: #6f421f;
  --bronze-light: #e7af70;
  --teal: #177c78;
  --blue: #2f6e8f;
  --sage: #dbe7df;
  --cream: #fffdf8;
  --charcoal: #171412;
  --line: rgba(73, 56, 41, 0.16);
  --dark-line: rgba(255, 250, 242, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Arial, Helvetica, sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 5.8rem;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 3.35rem;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.28rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(23, 20, 18, 0) 0, rgba(23, 20, 18, 0) 42rem, var(--background) 42rem),
    var(--background);
}

.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  color: var(--cream);
  background: var(--charcoal);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
  filter: saturate(0.92) contrast(1.02);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 14, 11, 0.94) 0%, rgba(18, 14, 11, 0.82) 44%, rgba(18, 14, 11, 0.24) 100%),
    linear-gradient(180deg, rgba(18, 14, 11, 0.18) 0%, rgba(18, 14, 11, 0.18) 64%, rgba(18, 14, 11, 0.9) 100%);
}

.topbar,
.hero-layout,
.signal-track,
.section,
.builder-section,
.agent-section,
.process-inner,
.contact-inner {
  width: min(1180px, calc(100% - 44px));
  margin-right: auto;
  margin-left: auto;
}

.topbar {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.nav,
.hero-actions,
.contact-inner {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0;
  padding: 0;
  color: var(--cream);
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 1.02rem;
  font-weight: 620;
}

.brand-logo {
  width: clamp(220px, 20vw, 292px);
  height: auto;
  max-height: 56px;
  display: block;
  object-fit: contain;
}

.nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.92rem;
}

.nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 7px;
  transition: background 160ms ease, color 160ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--cream);
  background: rgba(255, 250, 242, 0.1);
  outline: none;
}

.hero-layout {
  flex: 1;
  padding: 86px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 344px;
  gap: 64px;
  align-items: end;
}

.hero-content {
  padding-bottom: 26px;
}

.eyebrow {
  margin-bottom: 15px;
  color: var(--bronze-light);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 1.26rem;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(111, 66, 31, 0.24);
  border-radius: 7px;
  font-weight: 780;
  line-height: 1.15;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  color: #1a1008;
  background: linear-gradient(135deg, var(--bronze-light), var(--bronze));
  box-shadow: 0 18px 38px rgba(62, 33, 13, 0.24);
}

.button.secondary {
  color: var(--cream);
  border-color: rgba(255, 250, 242, 0.34);
  background: rgba(255, 250, 242, 0.09);
}

.hero-panel {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  background: rgba(23, 20, 18, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hero-panel > p {
  margin-bottom: 10px;
  color: var(--bronze-light);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-bottom: 24px;
  color: var(--cream);
  font-size: 1.2rem;
  line-height: 1.34;
}

.hero-panel dl {
  margin: 0;
  display: grid;
  gap: 16px;
}

.hero-panel dl div {
  padding-top: 16px;
  border-top: 1px solid var(--dark-line);
}

.hero-panel dt {
  margin-bottom: 5px;
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.hero-panel dd {
  margin: 0;
  color: rgba(255, 250, 242, 0.84);
  line-height: 1.45;
}

.signal-band {
  color: var(--cream);
  background: var(--charcoal);
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid rgba(111, 66, 31, 0.22);
}

.signal-track {
  min-height: 94px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.signal-track span {
  min-height: 94px;
  display: grid;
  place-items: center;
  padding: 18px 16px;
  border-left: 1px solid var(--dark-line);
  color: rgba(255, 250, 242, 0.86);
  text-align: center;
  font-weight: 770;
}

.signal-track span:last-child {
  border-right: 1px solid var(--dark-line);
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 38px;
}

.section-heading p,
.insight-section > p,
.builder-copy p,
.agent-heading p,
.proof-grid p,
.contact-inner p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.section-heading h2 + p {
  max-width: 660px;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.service-card {
  min-height: 342px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 18px 46px rgba(73, 56, 41, 0.08);
}

.card-topline {
  margin-bottom: 38px;
}

.card-topline span {
  display: block;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.74rem;
  font-weight: 760;
  text-transform: uppercase;
}

.card-rule {
  width: 100%;
  height: 3px;
  background:
    linear-gradient(90deg, var(--bronze), var(--bronze-light) 48%, transparent 48%),
    linear-gradient(90deg, transparent 74%, var(--teal) 74%, var(--teal) 80%, transparent 80%);
}

.service-card p {
  margin-bottom: 24px;
  color: var(--ink-soft);
  line-height: 1.62;
}

.service-card span {
  display: block;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--teal);
  font-size: 0.94rem;
  font-weight: 740;
  line-height: 1.45;
}

.builder-section {
  padding: 100px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.builder-copy {
  position: sticky;
  top: 28px;
}

.builder-copy p:not(.eyebrow),
.agent-heading p {
  max-width: 620px;
  margin-top: 20px;
  margin-bottom: 0;
}

.builder-tool {
  display: grid;
  gap: 18px;
}

.builder-tool fieldset {
  margin: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.builder-tool legend {
  padding: 0 8px;
  color: var(--foreground);
  font-size: 1.14rem;
  font-weight: 820;
}

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

.option-grid label {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(47, 110, 143, 0.22);
  border-radius: 8px;
  color: var(--ink-soft);
  background: #fbfcf8;
  font-weight: 720;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.option-grid input {
  width: 18px;
  height: 18px;
  accent-color: var(--teal);
  flex: 0 0 auto;
}

.option-grid label:has(input:checked) {
  color: var(--foreground);
  border-color: rgba(23, 124, 120, 0.6);
  background: rgba(23, 124, 120, 0.1);
}

.recommendation-panel {
  padding: 26px;
  border-radius: 8px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(47, 110, 143, 0.28), rgba(23, 124, 120, 0.18)),
    #18211f;
}

.recommendation-panel h3 {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: 1.55rem;
}

.recommendation-panel p {
  max-width: 640px;
  margin-bottom: 20px;
  color: rgba(255, 253, 248, 0.78);
  line-height: 1.62;
}

.builder-summary {
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.07);
}

.builder-summary span {
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.92rem;
  line-height: 1.35;
}

.builder-summary strong {
  color: var(--bronze-light);
  font-size: 0.94rem;
  text-align: right;
}

.recommendation-panel ul {
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  list-style: none;
  display: grid;
  gap: 10px;
}

.recommendation-panel li {
  color: rgba(255, 253, 248, 0.88);
  font-weight: 720;
  line-height: 1.38;
}

.recommendation-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--bronze-light);
}

.selected-signals {
  margin: 18px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selected-signals span {
  padding: 8px 10px;
  border: 1px solid rgba(231, 175, 112, 0.28);
  border-radius: 999px;
  color: rgba(255, 253, 248, 0.84);
  background: rgba(255, 253, 248, 0.08);
  font-size: 0.84rem;
  font-weight: 680;
}

.recommendation-panel .button {
  width: 100%;
  margin-top: 2px;
}

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

.route-grid article {
  min-height: 170px;
  padding: 20px;
  border: 1px solid rgba(47, 110, 143, 0.18);
  border-radius: 8px;
  background: #fbfcf8;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.route-grid article.active-route {
  border-color: rgba(23, 124, 120, 0.74);
  box-shadow: 0 18px 42px rgba(23, 124, 120, 0.12);
  transform: translateY(-1px);
}

.route-grid article.active-route h3::after {
  content: "Recommended";
  display: block;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--cream);
  background: var(--teal);
  font-size: 0.72rem;
  font-weight: 780;
}

.route-grid h3 {
  margin-bottom: 10px;
  color: var(--foreground);
}

.route-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.agent-section {
  padding: 96px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.9fr);
  gap: 64px;
  align-items: center;
}

.agent-heading h2 {
  max-width: 720px;
}

.agent-console {
  border: 1px solid rgba(23, 124, 120, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 20px 54px rgba(35, 51, 47, 0.12);
}

.console-header {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  color: var(--cream);
  background: #16201d;
}

.console-header span {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.console-header strong {
  padding: 7px 10px;
  border: 1px solid rgba(231, 175, 112, 0.46);
  border-radius: 999px;
  color: var(--bronze-light);
  font-size: 0.78rem;
}

.agent-console ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.agent-console li {
  position: relative;
  padding: 22px 24px 22px 58px;
  border-top: 1px solid var(--line);
}

.agent-console li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 26px;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(47, 110, 143, 0.22);
  border-radius: 50%;
  background: var(--teal);
}

.agent-console li span {
  display: block;
  margin-bottom: 6px;
  font-weight: 830;
}

.agent-console li p {
  margin: 0;
  color: var(--muted);
  line-height: 1.54;
}

.insight-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.74fr);
  gap: 72px;
  align-items: end;
  border-top: 1px solid var(--line);
}

.insight-copy {
  max-width: 760px;
}

.insight-section > p {
  margin-bottom: 4px;
  padding: 26px 0 0 26px;
  border-left: 3px solid var(--teal);
}

.proof-section {
  border-top: 1px solid var(--line);
}

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

.proof-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcf8;
}

.proof-grid article > span {
  display: block;
  margin-bottom: 36px;
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-weight: 820;
}

.proof-grid p {
  margin-bottom: 0;
  line-height: 1.58;
}

.case-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(219, 231, 223, 0.38), rgba(219, 231, 223, 0));
}

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

.case-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 16px 42px rgba(35, 51, 47, 0.08);
}

.case-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 820;
  text-transform: uppercase;
}

.case-grid dl {
  margin: 0;
  display: grid;
  gap: 18px;
}

.case-grid dt {
  margin-bottom: 6px;
  color: var(--bronze-dark);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.case-grid dd {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.52;
}

.process-band {
  color: var(--cream);
  background: #1a211f;
}

.process-inner {
  padding: 92px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 68px;
  align-items: start;
}

.process-heading {
  position: sticky;
  top: 28px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
}

.process-list li:last-child {
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
}

.process-list li::before {
  content: counter(step, decimal-leading-zero);
  color: var(--bronze-light);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.9rem;
}

.process-list span {
  color: var(--cream);
  font-size: 1.22rem;
  font-weight: 820;
}

.process-list p {
  grid-column: 2;
  margin: -18px 0 0;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.62;
}

.principles-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.8fr);
  gap: 80px;
  align-items: start;
}

.priority-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.priority-list li {
  padding: 18px 0 18px 24px;
  border-left: 3px solid var(--bronze);
  color: var(--ink-soft);
  font-size: 1.16rem;
  font-weight: 730;
  line-height: 1.35;
  background: linear-gradient(90deg, rgba(184, 117, 61, 0.09), rgba(184, 117, 61, 0));
}

.faq-section {
  border-top: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: var(--foreground);
  font-weight: 820;
  cursor: pointer;
}

.faq-list summary::after {
  content: "+";
  color: var(--teal);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.62;
}

.contact-band {
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(23, 124, 120, 0.22), rgba(23, 124, 120, 0)),
    var(--charcoal);
}

.contact-inner {
  min-height: 430px;
  padding: 74px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.76fr);
  gap: 42px;
  align-items: center;
}

.contact-inner h2 {
  max-width: 760px;
}

.contact-inner p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  margin-bottom: 0;
  color: rgba(255, 250, 242, 0.74);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.08);
}

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

.contact-form span {
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.84rem;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--cream);
  background: rgba(255, 253, 248, 0.08);
  font: inherit;
}

.contact-form select {
  color-scheme: dark;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--bronze-light);
  outline: 2px solid rgba(231, 175, 112, 0.18);
}

.wide-field,
.form-actions {
  grid-column: 1 / -1;
}

.form-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 12px;
}

.contact-form .button {
  border: 0;
  cursor: pointer;
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero-layout,
  .insight-section,
  .builder-section,
  .agent-section,
  .process-inner,
  .principles-section,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 34px;
    align-items: start;
  }

  .hero-panel {
    max-width: 520px;
  }

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

  .service-card {
    min-height: 0;
  }

  .process-heading {
    position: static;
  }

  .builder-copy {
    position: static;
  }

  .proof-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding-top: 18px;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    gap: 0;
    font-size: 0.84rem;
  }

  .nav a {
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(18, 14, 11, 0.94), rgba(18, 14, 11, 0.72)),
      linear-gradient(180deg, rgba(18, 14, 11, 0.12) 0%, rgba(18, 14, 11, 0.74) 68%, rgba(18, 14, 11, 0.95) 100%);
  }

  .hero-layout {
    padding-top: 58px;
    padding-bottom: 52px;
  }

  .hero-copy {
    font-size: 1.12rem;
  }

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

  .section,
  .builder-section,
  .agent-section,
  .process-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .option-grid,
  .route-grid,
  .service-grid,
  .contact-form,
  .builder-summary,
  .form-actions {
    grid-template-columns: 1fr;
  }

  .builder-summary strong {
    text-align: left;
  }

  .insight-section > p {
    padding-left: 20px;
  }

  .process-list li {
    grid-template-columns: 64px 1fr;
    gap: 18px;
  }

  .contact-inner {
    min-height: 0;
    padding-top: 66px;
    padding-bottom: 66px;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .topbar,
  .hero-layout,
  .signal-track,
  .section,
  .builder-section,
  .agent-section,
  .process-inner,
  .contact-inner {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    flex-direction: column;
    gap: 14px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: 3.15rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.12rem;
    line-height: 1.08;
  }

  .hero-layout {
    padding-top: 44px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    padding: 18px;
  }

  .signal-track {
    grid-template-columns: 1fr;
  }

  .signal-track span,
  .signal-track span:last-child {
    border-right: 1px solid var(--dark-line);
  }

  .service-card {
    padding: 20px;
  }

  .card-topline {
    margin-bottom: 32px;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .process-list p {
    grid-column: 1;
    margin-top: -8px;
  }

  .builder-tool fieldset,
  .recommendation-panel,
  .contact-form {
    padding: 18px;
  }

  .console-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
