.home-refined {
  overflow-x: clip;
  color: #173a32;
  background: #fbfaf6;
}

.home-refined .button {
  border-radius: 11px;
  background: #123b35;
  box-shadow: 0 12px 28px rgba(18, 59, 53, 0.18);
}

.home-refined .button:hover {
  background: #176b59;
  box-shadow: 0 15px 34px rgba(18, 59, 53, 0.22);
}

.home-refined .ghost {
  color: #173f35;
}

.home-refined .site-nav {
  border-color: rgba(18, 59, 53, 0.1);
  background: rgba(251, 250, 246, 0.94);
}

.home-refined .site-nav nav a,
.home-refined .text-button {
  color: #425e56;
}

.home-refined .eyebrow {
  color: #247b68;
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, 0.9fr) minmax(590px, 1.1fr);
  column-gap: clamp(42px, 4.4vw, 68px);
  row-gap: 28px;
  align-items: center;
  min-height: 680px;
  padding: clamp(68px, 6vw, 86px) max(5vw, 34px) 38px;
  overflow: hidden;
  background: #fbfaf6;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: #dce6e2;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.home-hero h1,
.home-heading h2,
.difference-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.052em;
}

.home-hero h1 {
  font-size: clamp(47px, 4.7vw, 68px);
  line-height: 1.015;
}

.home-hero h1 em {
  color: #247b68;
  font-style: normal;
}

.home-hero-copy > p {
  max-width: 650px;
  margin: 26px 0 28px;
  color: #5c716b;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 30px 0 0;
  padding: 0;
  color: #5b7069;
  font-size: 12px;
  font-weight: 750;
  list-style: none;
}

.home-proof li::before {
  content: "✓";
  margin-right: 7px;
  color: #21806a;
  font-weight: 900;
}

.home-hero-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.home-product-window,
.role-window {
  overflow: hidden;
  border: 1px solid #cddbd6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 74px rgba(18, 59, 53, 0.14);
}

.home-window-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  background: #f1f4f2;
}

.home-window-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9c7c2;
}

.home-window-bar i:first-child { background: #ff7d70; }
.home-window-bar i:nth-child(2) { background: #f6c94c; }
.home-window-bar i:nth-child(3) { background: #70e2c0; }

.home-window-bar span {
  margin-left: 6px;
  color: #758781;
  font-size: 10px;
  font-weight: 700;
}

.home-shot-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #fff;
  cursor: zoom-in;
}

.home-shot-button img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: top;
}

.home-shot-button > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(18, 59, 53, 0.94);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: 160ms ease;
}

.home-shot-button:hover > span,
.home-shot-button:focus-visible > span {
  opacity: 1;
  transform: none;
}

.home-shot-button:focus-visible {
  outline: 3px solid #70e2c0;
  outline-offset: -3px;
}

.home-hero-visual > p {
  max-width: 560px;
  margin: 17px 0 0 auto;
  color: #61746e;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.home-hero-visual > p strong { color: #1d4a3e; }

.capability-line {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding-top: 28px;
  border-top: 1px solid #d9e3df;
  color: #48635b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.capability-line span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.capability-line span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #70e2c0;
}

.home-section {
  padding: clamp(76px, 8vw, 118px) max(5vw, 34px);
}

.home-heading {
  margin-bottom: 40px;
}

.home-heading.centered {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-heading.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 60px;
  align-items: end;
  max-width: 1200px;
}

.home-heading h2 {
  font-size: clamp(37px, 4.4vw, 62px);
  line-height: 1.04;
}

.home-heading > p,
.split-heading > p {
  color: #60726d;
  font-size: 16px;
  line-height: 1.65;
}

.centered > p {
  max-width: 720px;
  margin: 18px auto 0;
}

.product-proof {
  background: #0d2d29;
  color: #fff;
}

.product-proof .eyebrow,
.inverse .eyebrow { color: #70e2c0; }
.product-proof .home-heading > p { color: #bbcec7; }

.product-proof .showcase-tabs {
  margin-bottom: 24px;
}

.product-proof .showcase-tabs button {
  border-radius: 9px;
  background: transparent;
}

.product-proof .showcase-tabs button.active {
  background: #fff;
  color: #123b35;
}

.product-proof .showcase-panel {
  max-width: 1260px;
}

.product-proof .showcase-panel:focus-visible {
  outline: 3px solid #70e2c0;
  outline-offset: 4px;
}

.product-proof .showcase-copy h3 { font-size: 25px; }
.product-proof .showcase-window { border-radius: 18px; }

.outcomes {
  background: #fff;
}

.outcomes .outcome-grid {
  max-width: 1320px;
  margin: 0 auto;
}

.outcomes .outcome-grid article {
  min-height: 225px;
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.outcomes .outcome-grid b {
  width: auto;
  height: auto;
  place-items: initial;
  border-radius: 0;
  background: transparent;
  color: #2b806d;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.outcomes .outcome-grid h3 {
  margin: 38px 0 10px;
  font-size: 22px;
}

.outcomes .outcome-grid p {
  font-size: 14px;
}

.connected-workflow {
  background: #123b35;
  color: #fff;
}

.connected-workflow .home-heading > p { color: #c4d8d2; }

.workflow-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  max-width: 1400px;
  margin: 54px auto 0;
  padding: 0;
  list-style: none;
}

.workflow-journey::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: #4c776b;
}

.workflow-journey li {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 5px;
  text-align: center;
}

.workflow-journey span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border: 1px solid #5f8d80;
  border-radius: 50%;
  background: #123b35;
  color: #70e2c0;
  font-size: 10px;
  font-weight: 900;
}

.workflow-journey strong {
  display: block;
  color: #eef8f5;
  font-size: 11px;
  line-height: 1.35;
}

.agency-difference {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(480px, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  background: #f2f6f4;
}

.difference-copy h2 {
  color: #173a32;
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.02;
}

.difference-copy h2 em {
  color: #247b68;
  font-style: normal;
}

.difference-copy > p {
  max-width: 600px;
  margin: 24px 0 27px;
  color: #5d726b;
  font-size: 17px;
  line-height: 1.65;
}

.difference-actions,
.migration-actions,
.pricing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
}

.migration-actions {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 24px;
  gap: 13px;
}

.pricing-actions { margin-top: 25px; }

.pricing-actions .ghost,
.difference-actions .ghost {
  color: #1d4a3e;
  font-size: 13px;
}

.difference-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #c9d8d2;
}

.difference-list span {
  position: relative;
  padding: 21px 12px 21px 32px;
  border-bottom: 1px solid #c9d8d2;
  color: #254c41;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.difference-list span:nth-child(odd) { border-right: 1px solid #c9d8d2; }

.difference-list span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #70e2c0;
  transform: translateY(-50%);
}

.difference-line {
  grid-column: 1 / -1;
  margin: 48px 0 0;
  padding-top: 25px;
  border-top: 1px solid #c9d8d2;
  color: #557069;
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.difference-line strong { color: #176b59; }

.role-experience {
  background: #fff;
}

.role-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
}

.role-tabs {
  display: grid;
  align-content: stretch;
  border-top: 1px solid #d4dfdb;
}

.role-tabs button {
  display: grid;
  gap: 5px;
  align-content: center;
  min-height: 100px;
  padding: 19px 20px;
  border: 0;
  border-bottom: 1px solid #d4dfdb;
  background: transparent;
  color: #687b75;
  text-align: left;
  cursor: pointer;
}

.role-tabs button span {
  color: #294e44;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.role-tabs button small {
  font-size: 11px;
  line-height: 1.4;
}

.role-tabs button.active {
  border-left: 4px solid #70e2c0;
  background: #edf7f3;
}

.role-tabs button:focus-visible,
.role-panel:focus-visible {
  outline: 3px solid #70e2c0;
  outline-offset: 2px;
}

.role-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 0.64fr);
  gap: 34px;
  align-items: center;
  min-width: 0;
  padding: 32px;
  border: 1px solid #d4dfdb;
  border-radius: 18px;
  background: #f6f8f7;
}

.role-copy > span {
  color: #247b68;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.role-copy h3 {
  margin: 13px 0;
  color: #163a32;
  font-family: "Manrope", sans-serif;
  font-size: clamp(25px, 2.8vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.role-copy p {
  margin: 0;
  color: #60736d;
  font-size: 14px;
  line-height: 1.65;
}

.role-window { border-radius: 13px; }

.platform-map-section {
  background: #f7f5ef;
}

.platform-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1220px;
  margin: 0 auto;
}

.platform-map article,
.platform-map-core {
  min-height: 185px;
  padding: 25px;
  border: 1px solid #d2ddd8;
  background: #fff;
}

.platform-map article > span {
  color: #2c806d;
  font-size: 10px;
  font-weight: 900;
}

.platform-map h3 {
  margin: 28px 0 8px;
  color: #1a4037;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.platform-map p {
  margin: 0;
  color: #667972;
  font-size: 13px;
  line-height: 1.55;
}

.platform-map-core {
  display: grid;
  grid-column: 2;
  place-items: center;
  align-content: center;
  background: #123b35;
  color: #fff;
  text-align: center;
}

.platform-map-core img { margin-bottom: 13px; }

.platform-map-core strong {
  font-family: "Manrope", sans-serif;
  font-size: 25px;
}

.platform-map-core span {
  margin-top: 5px;
  color: #b9d4cc;
  font-size: 11px;
}

.jobs-benefit {
  grid-template-columns: minmax(340px, 0.95fr) minmax(420px, 1.05fr);
  background: #fff;
}

.jobs-benefit h2 { font-size: clamp(37px, 4.3vw, 60px); }

.jobs-connection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
}

.jobs-connection > div {
  display: grid;
  align-content: center;
  min-height: 250px;
  padding: 30px;
  border: 1px solid #cfddd7;
  background: #f5f8f7;
}

.jobs-connection > div:first-child { border-radius: 18px 0 0 18px; }
.jobs-connection > div:last-child { border-radius: 0 18px 18px 0; }

.jobs-connection > i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #70e2c0;
  color: #123b35;
  font-style: normal;
  font-weight: 900;
}

.jobs-connection strong,
.jobs-connection span { display: block; }

.jobs-connection strong {
  margin-top: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
}

.jobs-connection span {
  margin-top: 6px;
  color: #62766f;
  font-size: 13px;
}

.jobs-connection .jobs-dark {
  background: #123b35;
  color: #fff;
}

.jobs-connection .jobs-dark span { color: #bcd5cd; }

.migration {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(420px, 1.1fr);
  gap: 70px;
  padding-top: clamp(72px, 8vw, 104px);
  padding-bottom: clamp(72px, 8vw, 104px);
  border: 0;
  background: #eef4f1;
}

.migration-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(37px, 4.2vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.migration-copy p {
  color: #60736d;
}

.migration-questions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid #c8d8d2;
  list-style: none;
}

.migration-questions li {
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 20px;
  border-right: 1px solid #c8d8d2;
  border-bottom: 1px solid #c8d8d2;
  color: #284f44;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.migration-questions li:nth-child(even) { border-right: 0; }

.industries { background: #fff; }

.industries .industry-grid {
  grid-template-columns: repeat(5, 1fr);
  max-width: 1320px;
  margin: 0 auto;
}

.industries .industry-grid a {
  min-height: 145px;
  border-radius: 13px;
}

.commercial-trust {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  gap: 20px;
  background: #123b35;
}

.pricing-focus,
.trust-stack article {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-focus {
  padding: clamp(36px, 4vw, 58px);
  background: #fff;
  color: #173a32;
}

.pricing-focus h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.pricing-focus > p {
  color: #60736d;
  line-height: 1.65;
}

.no-charge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 28px 0 22px;
  border-top: 1px solid #d3dfda;
}

.no-charge-grid span {
  padding: 16px 10px 16px 24px;
  border-right: 1px solid #d3dfda;
  border-bottom: 1px solid #d3dfda;
  color: #1e5b4d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.no-charge-grid span:nth-child(even) { border-right: 0; }

.no-charge-grid span::before {
  content: "✓";
  margin-right: 8px;
  color: #2b947b;
}

.trust-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.trust-stack article {
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 45px);
  color: #fff;
}

.trust-stack .eyebrow { color: #70e2c0; }

.trust-stack h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(23px, 2.7vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.trust-stack p {
  margin: 14px 0 0;
  color: #c4d7d1;
  font-size: 13px;
  line-height: 1.65;
}

.trust-stack a {
  display: inline-flex;
  gap: 7px;
  margin-top: 16px;
  color: #70e2c0;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.faq-section { background: #fbfaf6; }

.faq-section .faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1240px;
}

.faq-section .faq-list details {
  border-radius: 11px;
  background: #fff;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  overflow: hidden;
  background: #0d2d29;
}

.final-cta-copy { max-width: 760px; }
.final-cta .eyebrow { color: #70e2c0; }

.final-cta h2 {
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
}

.final-cta p {
  max-width: 720px;
  color: #c5d7d1;
  line-height: 1.65;
}

.final-cta .home-actions {
  margin-top: 26px;
}

.home-refined .final-cta .button {
  border: 1px solid #fff;
  background: #fff;
  color: #123b35 !important;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.18);
}

.home-refined .final-cta .button:hover {
  border-color: #c9f4e7;
  background: #c9f4e7;
  color: #0d2d29 !important;
}

.home-refined .final-cta .ghost.light {
  color: #fff;
}

.home-refined .final-cta .ghost.light span {
  color: #70e2c0;
}

.final-product {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.27);
}

.final-product img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

#top,
#product,
#implementation,
#industries,
#pricing,
#faq,
#security { scroll-margin-top: 96px; }

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero-copy {
    max-width: 920px;
    text-align: center;
    margin: 0 auto;
  }

  .home-hero-copy > p { margin-right: auto; margin-left: auto; }
  .home-actions,
  .home-proof { justify-content: center; }
  .home-hero-visual { width: min(1080px, 100%); margin: 0 auto; }

  .agency-difference,
  .jobs-benefit,
  .migration,
  .commercial-trust,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .role-panel { grid-template-columns: 0.42fr 0.58fr; }

  .jobs-connection,
  .trust-stack,
  .final-product { width: min(860px, 100%); }
}

@media (max-width: 1024px) {
  .home-heading.split-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .workflow-journey {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 0;
  }

  .workflow-journey::before { display: none; }

  .role-layout { grid-template-columns: 1fr; }

  .role-tabs {
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #d4dfdb;
  }

  .role-tabs button {
    min-height: 86px;
    border-right: 1px solid #d4dfdb;
    border-bottom: 0;
  }

  .role-tabs button:last-child { border-right: 0; }

  .role-tabs button.active {
    border-left: 0;
    border-bottom: 4px solid #70e2c0;
  }

  .platform-map { grid-template-columns: repeat(2, 1fr); }
  .platform-map-core {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-self: center;
    width: calc(50% - 6px);
  }
  .industries .industry-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .home-hero {
    gap: 38px;
    padding: 60px 20px 40px;
  }

  .home-hero h1 { font-size: clamp(42px, 11vw, 58px); }

  .home-hero-copy > p { font-size: 16px; }

  .capability-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px 12px;
    padding-bottom: 6px;
    text-align: center;
  }

  .capability-line span {
    justify-content: center;
    gap: 0;
    white-space: normal;
  }

  .capability-line span:not(:last-child)::after { display: none; }

  .home-hero-visual > p { text-align: left; }

  .home-section { padding: 70px 20px; }

  .home-heading h2,
  .difference-copy h2,
  .final-cta h2 { font-size: clamp(36px, 10vw, 49px); }

  .product-proof .showcase-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding-right: 4px;
    overflow: visible;
    background: none;
  }

  .product-proof .showcase-tabs button {
    min-width: 0;
    padding-right: 7px;
    padding-left: 7px;
  }

  .outcomes .outcome-grid { grid-template-columns: repeat(2, 1fr); }

  .workflow-journey {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 460px;
  }

  .workflow-journey li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
    padding: 8px 0;
    text-align: left;
  }

  .workflow-journey span {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .workflow-journey li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 56px;
    bottom: -8px;
    width: 1px;
    background: #4c776b;
  }

  .difference-list { grid-template-columns: 1fr; }
  .difference-list span:nth-child(odd) { border-right: 0; }

  .role-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .role-tabs button:nth-child(-n + 2) { border-bottom: 1px solid #d4dfdb; }
  .role-tabs button:nth-child(even) { border-right: 0; }

  .role-tabs button.active { border-bottom: 4px solid #70e2c0; }

  .role-panel {
    grid-template-columns: 1fr;
    padding: 23px;
  }

  .platform-map { grid-template-columns: 1fr; }
  .platform-map article,
  .platform-map-core { min-height: 150px; }
  .platform-map-core {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  .jobs-connection {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .jobs-connection > div { min-height: 200px; }
  .jobs-connection > div:first-child { border-radius: 16px 16px 0 0; }
  .jobs-connection > div:last-child { border-radius: 0 0 16px 16px; }
  .jobs-connection > i { margin: -1px auto; }

  .migration-questions { grid-template-columns: 1fr; }
  .migration-questions li { min-height: 74px; border-right: 0; }

  .industries .industry-grid { grid-template-columns: repeat(2, 1fr); }

  .no-charge-grid { grid-template-columns: 1fr; }
  .no-charge-grid span { border-right: 0; }

  .faq-section .faq-list { grid-template-columns: 1fr; }

  .final-product { width: 100%; }
  .home-shot-button > span { display: none; }
}

@media (max-width: 430px) {
  .home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-actions .button,
  .home-actions .ghost {
    width: 100%;
    justify-content: center;
  }

  .difference-actions,
  .pricing-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .difference-actions .button,
  .difference-actions .ghost,
  .pricing-actions .button,
  .pricing-actions .ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: left;
  }

  .home-window-bar span { display: none; }

  .capability-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }

  .capability-line span { justify-content: flex-start; }
  .outcomes .outcome-grid { grid-template-columns: 1fr; }
  .outcomes .outcome-grid article { min-height: 0; }
  .outcomes .outcome-grid h3 { margin-top: 25px; }

  .role-tabs { grid-template-columns: 1fr; }
  .role-tabs button,
  .role-tabs button:nth-child(-n + 2) {
    min-height: 75px;
    border-right: 0;
    border-bottom: 1px solid #d4dfdb;
  }

  .role-tabs button.active {
    border-left: 4px solid #70e2c0;
    border-bottom: 1px solid #d4dfdb;
  }

  .industries .industry-grid { grid-template-columns: 1fr; }

  .commercial-trust { padding-right: 12px; padding-left: 12px; }
  .pricing-focus,
  .trust-stack article { padding: 28px 22px; }
}

@media (max-width: 390px) {
  .home-hero { padding-right: 16px; padding-left: 16px; }
  .home-section { padding-right: 16px; padding-left: 16px; }
  .home-proof { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Restore the established multi-column public-site footer. */
.home-refined .seo-site-footer {
  display: block;
  margin: 0;
  padding: 54px max(5vw, 34px) 32px;
  border-top: 1px solid #d4dfdb;
  background: #fbfaf5;
  color: #597069;
}

.home-refined .seo-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(120px, 0.65fr));
  gap: 30px;
  width: min(1380px, 100%);
  margin: 0 auto;
}

.home-refined .seo-footer-brand img {
  display: block;
  width: 160px;
  height: auto;
}

.home-refined .seo-footer-brand p {
  max-width: 270px;
  margin: 18px 0 0;
  color: #657a74;
  line-height: 1.55;
}

.home-refined .seo-footer-group strong,
.home-refined .seo-footer-group a {
  display: block;
}

.home-refined .seo-footer-group strong {
  margin-bottom: 12px;
  color: #123b35;
  font-size: 13px;
}

.home-refined .seo-footer-group a {
  width: auto;
  margin: 0;
  padding: 5px 0;
  color: #597069;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-refined .seo-footer-group a:hover,
.home-refined .seo-footer-bottom a:hover {
  color: #123b35;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-refined .seo-footer-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(1380px, 100%);
  margin: 35px auto 0;
  padding-top: 24px;
  border-top: 1px solid #d4dfdb;
  color: #778984;
  font-size: 12px;
}

.home-refined .seo-footer-bottom nav {
  display: flex;
  gap: 15px;
  margin-left: auto;
}

.home-refined .seo-footer-bottom a {
  width: auto;
  margin: 0;
  color: #176b59;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 980px) {
  .home-refined .seo-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-refined .seo-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .home-refined .seo-site-footer {
    padding: 42px 20px 28px;
  }

  .home-refined .seo-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 22px;
  }

  .home-refined .seo-footer-bottom {
    display: grid;
  }

  .home-refined .seo-footer-bottom nav {
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .home-refined .seo-footer-grid {
    grid-template-columns: 1fr;
  }
}
