.page-home .industry-card[data-industry-status="selectable"] {
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.page-home .industry-card[data-industry-status="selectable"]:hover {
  border-color: var(--seafoam);
  box-shadow: 0 18px 42px -30px var(--navy);
  transform: translateY(-2px);
}

.page-home .industry-card[data-industry-status="selectable"]:focus-visible {
  outline: 3px solid var(--seafoam);
  outline-offset: 2px;
}

.page-home .industry-card[data-industry-status="roadmap"] {
  border: 2px dashed var(--rule);
  opacity: 0.55;
  filter: grayscale(20%);
  cursor: default;
}

.page-home .industry-card[data-industry-status="roadmap"]:hover {
  border-color: var(--rule);
  box-shadow: none;
  transform: none;
}

.page-home .industry-card[data-industry-status="roadmap"] .home-vertical-flag {
  pointer-events: none;
  text-decoration: line-through;
}

.page-home .swap-celebration {
  width: 100%;
  max-width: 430px;
  margin: 0 0 12px;
  padding: 10px 14px;
  border: 1px solid var(--seafoam);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: 0 14px 34px -28px var(--navy);
}

.page-home .swap-celebration[hidden] {
  display: none;
}

.page-home #ipad-content {
  position: relative;
  min-height: 336px;
}

.page-home .hs-loading-state {
  display: flex;
  min-height: 336px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.page-home .hs-loading-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid var(--rule-soft);
  border-top-color: var(--seafoam);
  border-radius: 999px;
  animation: hs-loading-spin 0.8s linear infinite;
}

.page-home .hs-loading-text {
  max-width: 260px;
}

@keyframes hs-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.page-home .hs-content-loaded-indicator {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  margin: 0 2px 10px;
  padding: 6px 9px;
  border: 1px solid var(--seafoam);
  border-radius: 999px;
  background: var(--ceramic-lite);
  color: var(--navy);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-home .home-swap-loading {
  position: sticky;
  top: 0;
  z-index: 2;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 5px 10px;
  border: 1px solid rgba(21, 169, 181, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--seafoam);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-swap-coming-soon {
  display: flex;
  min-height: 336px;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.page-home .home-swap-coming-soon-card {
  width: 100%;
  padding: 22px 18px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--ceramic-lite);
  text-align: center;
}

.page-home .home-swap-coming-soon-label,
.page-home .home-swap-section-kicker {
  margin-bottom: 8px;
  color: var(--seafoam);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .home-swap-coming-soon-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.05;
}

.page-home .home-swap-empty {
  padding: 20px 14px;
  color: var(--ink-muted);
  font-size: 12.5px;
  line-height: 1.45;
  text-align: center;
}

.page-home .hs-section {
  display: grid;
  gap: 10px;
  padding: 12px 4px 16px;
  border-bottom: 1px solid var(--rule-soft);
}

.page-home .hs-section:last-child {
  border-bottom: 0;
}

.page-home .hs-section-header {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

.page-home .hs-section-kicker {
  color: var(--seafoam);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-home .hs-section-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.page-home .hs-card,
.page-home .hs-objection-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--rule-soft);
  border-left: 3px solid var(--seafoam);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 11.5px;
  line-height: 1.45;
  box-shadow: 0 12px 28px -26px var(--navy);
}

.page-home .hs-mini-card {
  border-left-color: var(--rule);
  background: var(--ceramic-lite);
  box-shadow: none;
}

.page-home .hs-card-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.15;
}

.page-home h5.hs-card-title {
  font-size: 14px;
}

.page-home .hs-card-body,
.page-home .hs-card-caption {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11.5px;
  line-height: 1.45;
}

.page-home .hs-card-caption {
  color: var(--ink-muted);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home .hs-card-footer {
  margin-top: 2px;
  padding-top: 7px;
  border-top: 1px solid var(--rule-soft);
}

.page-home .hs-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: var(--ceramic-lite);
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.page-home .hs-badge-sample,
.page-home .hs-badge-spin-situation,
.page-home .hs-badge-spin-needpayoff,
.page-home .hs-badge-category-budget,
.page-home .hs-badge-category-champion,
.page-home .hs-badge-category-next-step {
  border-color: var(--seafoam);
  background: var(--white);
  color: var(--seafoam);
}

.page-home .hs-badge-spin-problem,
.page-home .hs-badge-category-timeline,
.page-home .hs-badge-category-competition {
  border-color: var(--hot);
  background: var(--white);
  color: var(--hot);
}

.page-home .hs-badge-spin-implication,
.page-home .hs-badge-category-decision-process,
.page-home .hs-badge-category-operations {
  border-color: var(--navy);
  background: var(--white);
  color: var(--navy);
}

.page-home .hs-blockquote {
  margin: 0;
  padding: 9px 10px;
  border-left: 3px solid var(--seafoam);
  border-radius: 6px;
  background: var(--ceramic-lite);
  color: var(--navy);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.page-home .hs-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0 0 0 16px;
  color: var(--ink-soft);
}

.page-home .hs-list li {
  padding-left: 2px;
}

.page-home .hs-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 6px;
}

.page-home .hs-stat {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid var(--rule-soft);
  border-radius: 6px;
  background: var(--ceramic-lite);
}

.page-home .hs-stat-label {
  color: var(--ink-muted);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.page-home .hs-stat-value,
.page-home .hs-roi-value {
  display: block;
  margin-top: 2px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.05;
}

.page-home .hs-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.page-home .hs-tag {
  display: inline-flex;
  max-width: 100%;
  padding: 3px 7px;
  border: 1px solid var(--rule-soft);
  border-radius: 999px;
  background: var(--ceramic-lite);
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.page-home .hs-source-footer {
  color: var(--ink-muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.page-home .hs-labeled-block,
.page-home .hs-claim-box,
.page-home .hs-disallowed-warning {
  display: grid;
  gap: 5px;
  padding: 8px 9px;
  border: 1px solid var(--rule-soft);
  border-radius: 6px;
  background: var(--ceramic-lite);
}

.page-home .hs-disallowed-warning {
  border-color: var(--hot);
  border-left: 3px solid var(--hot);
  background: var(--white);
}

.page-home .hs-mini-card-group {
  display: grid;
  gap: 7px;
}

.page-home .home-swap-section {
  padding: 12px 4px;
  border-bottom: 1px solid var(--rule-soft);
}

.page-home .home-swap-section:last-child {
  border-bottom: 0;
}

.page-home .home-swap-section-title {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.page-home .home-swap-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-swap-list li,
.page-home .home-swap-card {
  border: 1px solid var(--rule-soft);
  border-radius: 6px;
  background: var(--ceramic-lite);
  color: var(--ink);
  font-size: 11.5px;
  line-height: 1.45;
}

.page-home .home-swap-list li {
  padding: 8px 10px;
}

.page-home .home-swap-card {
  padding: 10px;
}

.page-home .home-swap-card-title {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.page-home .home-swap-card h4 {
  margin: 10px 0 5px;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .home-swap-error-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: min(340px, calc(100vw - 36px));
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.35;
  box-shadow: 0 18px 42px -30px var(--navy);
}

.page-home .home-swap-error-toast[hidden] {
  display: none;
}

body.zip-modal-open {
  overflow: hidden;
}

.page-home .zip-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.page-home .zip-modal[hidden] {
  display: none;
}

.page-home .zip-modal-backdrop {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--navy) 72%, transparent);
}

.page-home .zip-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  padding: 28px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 28px 72px -44px var(--navy);
}

.page-home .zip-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--ink-muted);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.page-home .zip-modal-close:hover,
.page-home .zip-modal-close:focus-visible {
  border-color: var(--rule);
  background: var(--ceramic-lite);
  color: var(--navy);
  outline: none;
}

.page-home #zip-modal-heading {
  max-width: calc(100% - 44px);
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
}

.page-home .zip-modal-subhead {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.page-home .zip-modal-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  border-radius: 6px;
  background: var(--ceramic-lite);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.3;
}

.page-home .zip-modal-input:focus {
  border-color: var(--seafoam);
  outline: 3px solid color-mix(in srgb, var(--seafoam) 28%, transparent);
}

.page-home .zip-modal-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.page-home .zip-modal-actions button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 6px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.page-home .zip-modal-actions button:focus-visible {
  outline: 3px solid var(--seafoam);
  outline-offset: 2px;
}

.page-home .zip-modal-actions .btn-primary {
  border: 1px solid var(--navy);
  background: var(--navy);
  color: var(--white);
}

.page-home .zip-modal-actions .btn-primary:hover {
  border-color: var(--seafoam);
  background: var(--seafoam);
  transform: translateY(-1px);
}

.page-home .zip-modal-actions .btn-secondary {
  border: 1px solid var(--rule);
  background: var(--white);
  color: var(--navy);
}

.page-home .zip-modal-actions .btn-secondary:hover {
  border-color: var(--navy);
  background: var(--ceramic-lite);
  transform: translateY(-1px);
}

.page-home .zip-modal-actions .btn-tertiary {
  border: 1px solid transparent;
  background: transparent;
  color: var(--ink-muted);
}

.page-home .zip-modal-actions .btn-tertiary:hover {
  color: var(--navy);
}

.page-home .zip-modal-meta {
  margin: 14px 0 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (min-width: 641px) {
  .page-home .zip-modal-actions {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .zip-modal-actions .btn-primary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .page-home .swap-celebration {
    max-width: 100%;
  }

  .page-home .zip-modal {
    align-items: flex-end;
    padding: 14px;
  }

  .page-home .zip-modal-dialog {
    padding: 24px 18px 20px;
  }

  .page-home #zip-modal-heading {
    font-size: 26px;
  }
}
