/* Guest homepage strategy layer.
   Keep landing-page presentation scoped here; simulator internals remain in guest-portfolio.css. */

.guest-homepage {
  --guest-ink: #102a2e;
  --guest-ink-soft: #365156;
  --guest-muted: #667b7e;
  --guest-line: rgba(16, 42, 46, 0.13);
  --guest-paper: #fbfcf9;
  --guest-surface: #ffffff;
  --guest-surface-soft: #f1f6f2;
  --guest-navy: #0c2830;
  --guest-green: #1d7658;
  --guest-green-dark: #14563f;
  --guest-mint: #dff4e9;
  --guest-warm: #f4efe4;
  background: var(--guest-paper);
  color: var(--guest-ink);
  overflow: clip;
}

.guest-homepage,
.guest-homepage * {
  box-sizing: border-box;
}

.guest-homepage a,
.guest-homepage button {
  scroll-margin-top: 6rem;
}

.guest-home-container {
  max-width: 1220px;
}

.guest-home-eyebrow,
.guest-home-section-label {
  color: var(--guest-green);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.guest-home-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(142, 216, 184, 0.16), transparent 28rem),
    linear-gradient(135deg, #092229 0%, #0c3036 58%, #123d3b 100%);
  color: #ffffff;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
  position: relative;
}

.guest-home-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.guest-home-hero .guest-home-eyebrow {
  color: #9ee7c5;
  margin-bottom: 1.25rem;
}

.guest-home-title {
  color: #ffffff;
  font-size: clamp(2.65rem, 5.6vw, 5.3rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 830px;
  text-wrap: balance;
}

.guest-home-lead {
  color: rgba(240, 250, 246, 0.76);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.75;
  margin: 1.75rem 0 0;
  max-width: 690px;
}

.guest-home-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.guest-home-btn-primary,
.guest-home-btn-secondary {
  align-items: center;
  border-radius: 0.75rem;
  display: inline-flex;
  font-weight: 750;
  gap: 0.65rem;
  justify-content: center;
  min-height: 50px;
  padding: 0.78rem 1.2rem;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.guest-home-btn-primary {
  background: #9ee7c5;
  border: 1px solid #9ee7c5;
  color: #0a3528;
}

.guest-home-btn-primary:hover,
.guest-home-btn-primary:focus-visible {
  background: #b8f1d5;
  border-color: #b8f1d5;
  color: #082b21;
  transform: translateY(-1px);
}

.guest-home-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.guest-home-btn-secondary:hover,
.guest-home-btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.48);
  color: #ffffff;
}

.guest-home-trust-list {
  color: rgba(240, 250, 246, 0.7);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  gap: 0.8rem 1.25rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
}

.guest-home-trust-list li {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.guest-home-trust-list i {
  color: #9ee7c5;
}

.guest-product-preview {
  backdrop-filter: blur(18px);
  background: rgba(250, 252, 249, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 1rem;
  box-shadow: 0 34px 80px rgba(0, 13, 15, 0.34);
  color: var(--guest-ink);
  margin-left: auto;
  max-width: 470px;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}

.guest-product-preview::after {
  border: 1px solid rgba(158, 231, 197, 0.38);
  border-radius: 1rem;
  content: "";
  inset: 0.7rem -0.7rem -0.7rem 0.7rem;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.guest-product-preview__topline,
.guest-product-preview__identity,
.guest-product-preview__allocation > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.guest-product-preview__topline {
  border-bottom: 1px solid var(--guest-line);
  color: var(--guest-muted);
  font-size: 0.76rem;
  padding-bottom: 1rem;
}

.guest-product-preview__status {
  align-items: center;
  color: var(--guest-green);
  display: inline-flex;
  font-weight: 700;
  gap: 0.35rem;
}

.guest-product-preview__identity {
  gap: 1rem;
  padding: 1.5rem 0;
}

.guest-product-preview__identity strong {
  display: block;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}

.guest-product-preview__label {
  color: var(--guest-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.guest-product-preview__signal {
  background: var(--guest-mint);
  border-radius: 999px;
  color: var(--guest-green-dark);
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.4rem 0.7rem;
}

.guest-product-preview__metrics {
  border-bottom: 1px solid var(--guest-line);
  border-top: 1px solid var(--guest-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.guest-product-preview__metrics > div {
  min-width: 0;
  padding: 1.1rem 0.75rem;
}

.guest-product-preview__metrics > div + div {
  border-left: 1px solid var(--guest-line);
}

.guest-product-preview__metrics dt {
  color: var(--guest-muted);
  font-size: 0.7rem;
  font-weight: 650;
}

.guest-product-preview__metrics dd {
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  margin: 0.35rem 0 0;
}

.guest-product-preview__allocation {
  color: var(--guest-muted);
  font-size: 0.74rem;
  padding-top: 1.4rem;
}

.guest-product-preview__allocation strong {
  color: var(--guest-ink);
  white-space: nowrap;
}

.guest-product-preview__bar {
  background: #dce7e0;
  border-radius: 99px;
  height: 7px;
  margin-top: 0.9rem;
  overflow: hidden;
}

.guest-product-preview__bar span {
  background: linear-gradient(90deg, var(--guest-green), #72c6a1);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 72%;
}

.guest-proof-strip {
  background: var(--guest-surface);
  border-bottom: 1px solid var(--guest-line);
}

.guest-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.guest-proof-strip__grid span {
  align-items: center;
  color: var(--guest-ink-soft);
  display: flex;
  font-size: 0.82rem;
  font-weight: 750;
  justify-content: center;
  min-height: 86px;
  padding: 1rem;
  text-align: center;
}

.guest-proof-strip__grid span + span {
  border-left: 1px solid var(--guest-line);
}

.guest-home-section {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
  scroll-margin-top: 5rem;
}

.guest-home-section-title {
  color: var(--guest-ink);
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0.9rem 0 0;
  max-width: 760px;
  text-wrap: balance;
}

.guest-home-section-copy,
.guest-home-section-heading > p {
  color: var(--guest-muted);
  font-size: 1.03rem;
  line-height: 1.75;
  margin: 1.25rem 0 0;
  max-width: 650px;
}

.guest-home-section-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  max-width: 780px;
}

.guest-home-problem {
  background: var(--guest-paper);
}

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

.guest-problem-list li {
  align-items: flex-start;
  border-top: 1px solid var(--guest-line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.5rem 1fr;
  padding: 1.35rem 0;
}

.guest-problem-list li:last-child {
  border-bottom: 1px solid var(--guest-line);
}

.guest-problem-list span,
.guest-decision-flow span,
.guest-trust-points span {
  color: var(--guest-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.guest-problem-list p {
  color: var(--guest-ink-soft);
  font-size: 1.03rem;
  line-height: 1.65;
  margin: 0;
}

.guest-home-strong-note {
  color: var(--guest-ink);
  font-size: 1.12rem;
  font-weight: 750;
  margin: 1.5rem 0 0 3.5rem;
}

.guest-home-process {
  background: var(--guest-surface-soft);
  border-bottom: 1px solid var(--guest-line);
  border-top: 1px solid var(--guest-line);
}

.guest-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.guest-process-steps li {
  border-top: 1px solid var(--guest-line);
  padding: 1.8rem 2.2rem 0 0;
}

.guest-process-steps li + li {
  border-left: 1px solid var(--guest-line);
  padding-left: 2.2rem;
}

.guest-process-steps__number {
  color: var(--guest-green);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
}

.guest-process-steps h3 {
  color: var(--guest-ink);
  font-size: 1.17rem;
  font-weight: 750;
  margin: 0;
}

.guest-process-steps p {
  color: var(--guest-muted);
  line-height: 1.65;
  margin: 0.85rem 0 0;
}

.guest-decision-section {
  background: var(--guest-navy);
  color: #ffffff;
}

.guest-decision-section .guest-home-section-label {
  color: #9ee7c5;
}

.guest-decision-section .guest-home-section-title {
  color: #ffffff;
}

.guest-decision-section .guest-home-section-copy {
  color: rgba(240, 250, 246, 0.7);
}

.guest-home-text-link {
  align-items: center;
  color: #9ee7c5;
  display: inline-flex;
  font-weight: 750;
  gap: 0.5rem;
  margin-top: 1.5rem;
  text-decoration: none;
}

.guest-home-text-link:hover,
.guest-home-text-link:focus-visible {
  color: #c1f4da;
  text-decoration: underline;
}

.guest-decision-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.guest-decision-flow li {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  font-size: 0.96rem;
  font-weight: 700;
  gap: 1rem;
  grid-template-columns: 2rem 1fr;
  min-height: 78px;
  padding: 1rem 1.2rem;
}

.guest-decision-flow li:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.guest-decision-flow li:nth-last-child(-n + 2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.guest-decision-flow span {
  color: #9ee7c5;
}

.guest-simulator-section {
  background: #f4f7f3;
  padding: clamp(5rem, 9vw, 8rem) 0;
  scroll-margin-top: 4.75rem;
}

.guest-simulator-heading {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  margin-bottom: 2.25rem;
}

.guest-simulator-heading p {
  color: var(--guest-muted);
  line-height: 1.7;
  margin: 1rem 0 0;
  max-width: 670px;
}

.guest-simulator-heading__note {
  align-items: flex-start;
  border-left: 2px solid var(--guest-green);
  color: var(--guest-muted);
  display: flex;
  font-size: 0.86rem;
  gap: 0.75rem;
  line-height: 1.55;
  padding: 0.35rem 0 0.35rem 1rem;
}

.guest-simulator-heading__note i {
  color: var(--guest-green);
  flex: 0 0 auto;
  font-size: 1.15rem;
}

.guest-simulator-heading__note strong {
  color: var(--guest-ink);
  display: block;
}

.guest-simulator-loading {
  align-items: center;
  color: var(--guest-muted);
  display: flex;
  gap: 0.75rem;
  min-height: 120px;
  justify-content: center;
}

/* Simulator shell refinements. Runtime contracts and IDs remain unchanged. */
.guest-homepage .guest-dashboard {
  max-width: none;
}

.guest-homepage .guest-hero-card {
  background: var(--guest-surface);
  border: 1px solid var(--guest-line);
  border-radius: 1rem;
  box-shadow: 0 18px 50px rgba(16, 42, 46, 0.08) !important;
}

.guest-homepage .guest-hero-card__main {
  color: var(--guest-ink);
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.guest-homepage .guest-hero-card__sidebar {
  background: #f7faf7;
  border-left-color: var(--guest-line);
  padding: clamp(1.4rem, 3vw, 2.25rem);
}

.guest-homepage .guest-badge {
  background: var(--guest-mint);
  color: var(--guest-green-dark);
}

.guest-homepage .guest-hero-card__title {
  color: var(--guest-ink);
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  letter-spacing: -0.035em;
}

.guest-homepage .guest-hero-card__subtitle,
.guest-homepage .guest-form-text {
  color: var(--guest-muted);
}

.guest-homepage .guest-input-panel {
  background: #ffffff;
  border: 1px solid var(--guest-line);
  border-radius: 0.85rem;
  box-shadow: none;
}

.guest-homepage .guest-input-group .input-group-text {
  background: var(--guest-navy);
}

.guest-homepage .guest-input-group .btn {
  background: var(--guest-green);
  color: #ffffff;
}

.guest-homepage .guest-input-group .btn:hover,
.guest-homepage .guest-input-group .btn:focus-visible {
  background: var(--guest-green-dark);
}

.guest-homepage .guest-current-fund {
  background: transparent;
  border: 0;
  border-left: 2px solid var(--guest-green);
  border-radius: 0;
  box-shadow: none;
  padding: 0.25rem 0 0.25rem 1rem;
}

.guest-homepage .guest-current-fund__value {
  color: var(--guest-ink);
}

.guest-homepage .guest-auth-card {
  gap: 1.15rem;
}

.guest-homepage .guest-auth-card__icon {
  background: var(--guest-mint);
  color: var(--guest-green-dark);
}

.guest-homepage .guest-auth-card__actions .btn {
  border-radius: 0.7rem;
  box-shadow: none;
  text-align: left;
}

.guest-homepage .guest-auth-card__actions .btn:hover {
  box-shadow: none;
  transform: none;
}

.guest-homepage .guest-auth-card__actions .btn-primary {
  background: var(--guest-navy);
  border-color: var(--guest-navy);
}

.guest-homepage .guest-auth-card__hint {
  background: var(--guest-mint);
  border-radius: 0.65rem;
  color: var(--guest-green-dark) !important;
}

.guest-result-guide {
  background: var(--guest-surface);
}

.guest-result-definitions {
  margin: 0;
}

.guest-result-definitions > div {
  border-top: 1px solid var(--guest-line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(130px, 0.6fr) 1.4fr;
  padding: 1.25rem 0;
}

.guest-result-definitions > div:last-child {
  border-bottom: 1px solid var(--guest-line);
}

.guest-result-definitions dt {
  color: var(--guest-ink);
  font-weight: 800;
}

.guest-result-definitions dd {
  color: var(--guest-muted);
  line-height: 1.6;
  margin: 0;
}

.guest-tier-section {
  background: var(--guest-warm);
}

.guest-tier-comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.guest-tier-comparison article {
  border-bottom: 1px solid rgba(16, 42, 46, 0.18);
  border-top: 1px solid rgba(16, 42, 46, 0.18);
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: clamp(2rem, 5vw, 4rem);
}

.guest-tier-comparison article + article {
  border-left: 1px solid rgba(16, 42, 46, 0.18);
}

.guest-tier-comparison__member {
  background: var(--guest-navy);
  color: #ffffff;
}

.guest-tier-comparison__label {
  color: var(--guest-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guest-tier-comparison__member .guest-tier-comparison__label {
  color: #9ee7c5;
}

.guest-tier-comparison h3 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  margin: 1rem 0 0;
}

.guest-tier-comparison ul {
  display: grid;
  gap: 0.95rem;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.guest-tier-comparison li {
  border-bottom: 1px solid rgba(16, 42, 46, 0.14);
  padding: 0 0 0.95rem;
}

.guest-tier-comparison__member li {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
}

.guest-tier-comparison .btn {
  align-self: flex-start;
  margin-top: auto;
}

.guest-tier-comparison article:not(.guest-tier-comparison__member) .guest-home-btn-secondary,
.guest-methodology-panel .guest-home-btn-secondary {
  border-color: rgba(16, 42, 46, 0.28);
  color: var(--guest-ink);
}

.guest-tier-comparison article:not(.guest-tier-comparison__member) .guest-home-btn-secondary:hover,
.guest-methodology-panel .guest-home-btn-secondary:hover {
  background: rgba(16, 42, 46, 0.06);
  border-color: rgba(16, 42, 46, 0.45);
  color: var(--guest-ink);
}

.guest-trust-section {
  background: var(--guest-surface);
}

.guest-trust-points {
  display: grid;
}

.guest-trust-points > div {
  border-top: 1px solid var(--guest-line);
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 2.5rem 1fr;
  padding: 1.35rem 0;
}

.guest-trust-points > div:last-child {
  border-bottom: 1px solid var(--guest-line);
}

.guest-trust-points h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0;
}

.guest-trust-points p {
  color: var(--guest-muted);
  grid-column: 2;
  line-height: 1.6;
  margin: 0.35rem 0 0;
}

.guest-audience-section {
  background: var(--guest-surface-soft);
  border-bottom: 1px solid var(--guest-line);
  border-top: 1px solid var(--guest-line);
}

.guest-audience-column {
  border-top: 2px solid var(--guest-green);
  padding-top: 1.4rem;
}

.guest-audience-column--muted {
  border-color: #8c7b66;
}

.guest-audience-column h3 {
  align-items: center;
  display: flex;
  font-size: 1.18rem;
  font-weight: 800;
  gap: 0.55rem;
}

.guest-audience-column h3 i {
  color: var(--guest-green);
}

.guest-audience-column--muted h3 i {
  color: #8c7b66;
}

.guest-audience-column ul {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
}

.guest-audience-column li {
  color: var(--guest-ink-soft);
  line-height: 1.65;
  padding-left: 1rem;
  position: relative;
}

.guest-audience-column li::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0.72em;
  width: 4px;
}

.guest-methodology-section {
  background: var(--guest-paper);
}

.guest-methodology-panel {
  align-items: end;
  border-bottom: 1px solid var(--guest-line);
  border-top: 1px solid var(--guest-line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.guest-methodology-panel p {
  color: var(--guest-muted);
  line-height: 1.7;
  margin: 1.15rem 0 0;
  max-width: 690px;
}

.guest-faq-section {
  background: var(--guest-surface);
}

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

.guest-faq .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--guest-line);
}

.guest-faq .accordion-button {
  background: transparent;
  box-shadow: none;
  color: var(--guest-ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.45;
  min-height: 68px;
  padding: 1.15rem 0;
}

.guest-faq .accordion-button:not(.collapsed) {
  color: var(--guest-green-dark);
}

.guest-faq .accordion-button:focus-visible {
  outline: 3px solid rgba(29, 118, 88, 0.25);
  outline-offset: 3px;
}

.guest-faq .accordion-body {
  color: var(--guest-muted);
  line-height: 1.7;
  padding: 0 2.75rem 1.4rem 0;
}

.guest-final-cta {
  background: var(--guest-navy);
  color: #ffffff;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.guest-final-cta .guest-home-section-label {
  color: #9ee7c5;
}

.guest-final-cta__inner {
  align-items: end;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr auto;
}

.guest-final-cta h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 1rem 0 0;
  max-width: 790px;
  text-wrap: balance;
}

.guest-final-cta p {
  color: rgba(240, 250, 246, 0.7);
  line-height: 1.7;
  margin: 1.25rem 0 0;
  max-width: 680px;
}

@media (max-width: 991.98px) {
  .guest-home-hero {
    min-height: auto;
  }

  .guest-product-preview {
    margin-left: 0;
    max-width: 680px;
  }

  .guest-simulator-heading,
  .guest-methodology-panel,
  .guest-final-cta__inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .guest-simulator-heading__note {
    max-width: 600px;
  }

  .guest-methodology-panel .btn,
  .guest-final-cta .btn {
    justify-self: start;
  }
}

@media (max-width: 767.98px) {
  .guest-home-hero {
    padding-top: 4.5rem;
  }

  .guest-home-title {
    font-size: clamp(2.55rem, 12vw, 4.3rem);
  }

  .guest-proof-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guest-proof-strip__grid span:nth-child(3) {
    border-left: 0;
  }

  .guest-proof-strip__grid span:nth-child(n + 3) {
    border-top: 1px solid var(--guest-line);
  }

  .guest-process-steps,
  .guest-tier-comparison {
    grid-template-columns: 1fr;
  }

  .guest-process-steps li {
    padding: 1.5rem 0;
  }

  .guest-process-steps li + li {
    border-left: 0;
    padding-left: 0;
  }

  .guest-process-steps li:last-child {
    border-bottom: 1px solid var(--guest-line);
  }

  .guest-tier-comparison article + article {
    border-left: 0;
    border-top: 0;
  }

  .guest-tier-comparison article {
    min-height: 0;
  }

  .guest-homepage .guest-hero-card__sidebar {
    border-left: 0;
    border-top: 1px solid var(--guest-line);
  }
}

@media (max-width: 575.98px) {
  .guest-home-hero {
    padding: 3.75rem 0 4rem;
  }

  .guest-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .guest-home-actions .btn,
  .guest-final-cta .btn,
  .guest-methodology-panel .btn,
  .guest-tier-comparison .btn {
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
  }

  .guest-home-trust-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .guest-product-preview {
    border-radius: 0.85rem;
    padding: 1.1rem;
  }

  .guest-product-preview::after {
    display: none;
  }

  .guest-product-preview__identity {
    align-items: flex-start;
  }

  .guest-product-preview__metrics {
    grid-template-columns: 1fr;
  }

  .guest-product-preview__metrics > div {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
  }

  .guest-product-preview__metrics > div + div {
    border-left: 0;
    border-top: 1px solid var(--guest-line);
  }

  .guest-product-preview__metrics dd {
    margin: 0;
    text-align: right;
  }

  .guest-proof-strip__grid span {
    font-size: 0.76rem;
    min-height: 72px;
    padding: 0.8rem;
  }

  .guest-home-section {
    padding: 4.5rem 0;
  }

  .guest-home-section-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .guest-home-strong-note {
    margin-left: 0;
  }

  .guest-decision-flow {
    grid-template-columns: 1fr;
  }

  .guest-decision-flow li:nth-child(even) {
    border-left: 0;
  }

  .guest-decision-flow li:nth-last-child(2) {
    border-bottom: 0;
  }

  .guest-simulator-section {
    padding: 4.5rem 0;
  }

  .guest-result-definitions > div {
    gap: 0.35rem;
    grid-template-columns: 1fr;
  }

  .guest-tier-comparison article {
    padding: 2rem 1.25rem;
  }

  .guest-methodology-panel {
    padding: 2.5rem 0;
  }

  .guest-final-cta {
    padding: 4.5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guest-homepage *,
  .guest-homepage *::before,
  .guest-homepage *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
