.home-clusters {
  padding: 48px clamp(20px, 5vw, 72px) 64px;
  max-width: 1440px;
  margin: auto;
}
.home-clusters h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.cluster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 16px;
  margin-top: 24px;
}
.cluster-grid a {
  padding: 24px;
  border: 1px solid #d6e2ed;
  border-radius: 4px 20px 4px 4px;
  background: #f3f8fc;
  color: #0d1b35;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.cluster-grid a:hover {
  border-color: #285c85;
  background: #e7f1f8;
}
.cluster-grid a:focus-visible {
  outline: 3px solid #285c85;
  outline-offset: 3px;
}
.cluster-grid h3 {
  font-size: 1.15rem;
  margin: 0 0 12px;
}
.cluster-grid p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.cluster-grid span {
  margin-top: auto;
  padding-top: 16px;
  font-weight: 700;
}
.journey-art {
  align-self: start;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
}
.journey-card {
  width: 100%;
  max-width: 510px;
  transform: rotate(-1.2deg);
  padding: 22px;
  border: 1px solid #cedbe5;
  border-radius: 3px;
  box-shadow: 3px 8px 18px #0d1b3514;
}
.journey-card .sample-top {
  margin-bottom: 16px;
  gap: 12px;
}
.journey-card .sample-top .eyebrow {
  font-size: 10px;
}
.journey-count {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.journey-progress {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}
.journey-progress span {
  height: 3px;
  border-radius: 4px;
  flex: 1;
  background: #e4eaf0;
}
.journey-progress .filled {
  background: #285c85;
}
.journey-page {
  animation: journey-page-in 0.22s ease-out;
}
@keyframes journey-page-in {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.journey-page > .eyebrow {
  color: #285c85;
  font-size: 10px;
}
.journey-card h2 {
  font-family: inherit;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  line-height: 1.15;
  margin: 12px 0;
}
.journey-page > p {
  font-size: 0.88rem;
  color: #435167;
}
.journey-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0;
}
.journey-choice {
  background: #f5f8fa;
  border: 1px solid #d6dfe5;
  border-radius: 12px;
  padding: 14px 10px;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  text-align: left;
  color: #0d1b35;
}
.journey-choice > span {
  font-size: 1.25rem;
}
.journey-choice strong {
  font-size: 0.8rem;
  line-height: 1.3;
}
.journey-choice[aria-pressed="true"],
.schneider-options button[aria-pressed="true"] {
  background: #dcebf8;
  border-color: #285c85;
  box-shadow: inset 0 0 0 1px #285c85;
}
.journey-page .button {
  padding: 12px 16px;
  font-size: 0.8rem;
  border-radius: 22px;
}
.journey-page button:disabled {
  cursor: not-allowed;
}
.journey-paging {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.journey-insight {
  background: #edf4f9;
  padding: 15px;
  border-radius: 12px;
  font-size: 0.85rem;
}
.journey-insight p {
  margin-bottom: 0;
}
.journey-contact {
  margin-top: 24px;
  border-top: 1px solid #d6dfe5;
  padding-top: 20px;
}
.journey-contact h3 {
  font-family: inherit;
  font-size: 1.15rem;
}
.journey-contact p {
  font-size: 0.8rem;
  color: #435167;
}
.journey-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.journey-fields label {
  display: grid;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}
.journey-fields input {
  min-width: 0;
  width: 100%;
  border: 1px solid #8b9cac;
  background: white;
  color: #0d1b35;
  border-radius: 8px;
  padding: 9px;
}
.journey-consent {
  display: block;
  font-size: 0.75rem;
  margin: 16px 0;
}
.journey-consent input {
  margin-right: 6px;
}
.journey-consent a {
  text-decoration: underline;
}
.journey-products details {
  border-bottom: 1px solid #d6dfe5;
  padding: 12px 0;
  font-size: 0.85rem;
}
.journey-products summary {
  cursor: pointer;
  font-weight: 700;
}
.journey-success {
  padding: 16px;
  background: #d9f0e5;
  border-radius: 12px;
  margin-top: 18px;
}
.home-calculator {
  scroll-margin-top: 30px;
}
.home-calculator > p {
  max-width: 720px;
  color: #dce5f1;
}
.home-calculator-frame {
  background: #fff;
  border-radius: 20px;
  padding: 12px;
  margin: 28px 0 18px;
  overflow: hidden;
}
.home-calculator iframe {
  display: block;
  width: 100%;
  border: 0;
}
#home-compass {
  scroll-margin-top: 24px;
}
.schneider-launcher {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 120;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid #456782;
  border-radius: 30px;
  background: #0d1b35;
  color: white;
  box-shadow: 0 8px 30px #0d1b3530;
  text-align: left;
}
.schneider-launcher > span:first-child {
  font-size: 26px;
}
.schneider-launcher small {
  display: block;
  color: #bdd9ef;
  font-size: 11px;
}
.schneider-panel[hidden] {
  display: none;
}
.schneider-panel {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: min(400px, calc(100vw - 32px));
  max-height: calc(100dvh - 135px);
  overflow: auto;
  overscroll-behavior: contain;
  z-index: 121;
  border: 1px solid #b6cbdc;
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  color: #0d1b35;
  box-shadow: 0 16px 60px #0d1b352d;
  font-family: SharedManrope, "Segoe UI", sans-serif;
}
.schneider-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.schneider-top h2 {
  font:
    700 1.2rem/1.25 SharedManrope,
    "Segoe UI",
    sans-serif;
  margin: 0;
}
.schneider-top button {
  font-size: 24px;
}
.schneider-panel p {
  font-size: 0.85rem;
  color: #435167;
}
.schneider-panel .button {
  font-size: 0.8rem;
  margin: 4px 0;
}
.schneider-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 14px 0;
}
.schneider-options button {
  border: 1px solid #bdcbd6;
  background: #f5f8fa;
  color: #0d1b35;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.75rem;
}
.schneider-voice {
  border-top: 1px solid #d6dfe5;
  margin-top: 16px;
  padding-top: 10px;
}
.schneider-voice .fine {
  font-size: 0.7rem;
}
@media (max-width: 1000px) {
  .journey-art {
    padding: 10px;
  }
  .journey-card {
    padding: 22px;
  }
}
@media (max-width: 700px) {
  .journey-art {
    margin-top: 16px;
    min-height: 0;
    width: 100%;
  }
  .journey-card {
    padding: 20px;
  }
  .journey-fields {
    grid-template-columns: 1fr;
  }
  .home-calculator-frame {
    padding: 6px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .schneider-launcher {
    bottom: 82px;
    right: 12px;
    padding: 10px 16px;
    font-size: 12px;
  }
  .schneider-panel {
    bottom: 150px;
    right: 12px;
    max-height: calc(100dvh - 175px);
    padding: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journey-page {
    animation: none;
  }
}

.footer-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.footer-topics a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
footer {
  flex-wrap: wrap;
}
