.stress-g76-page {
  --stress-ink: #16362f;
  --stress-muted: #5f6f69;
  --stress-line: rgba(22, 54, 47, 0.17);
  --stress-paper: #fbf8ef;
  --stress-mist: #e8f0eb;
  --stress-sage: #2f6b5c;
  --stress-sage-soft: #dcebe4;
  --stress-warm: #b86549;
  --stress-warm-soft: #f6e7de;
}

.stress-g76-page [hidden] {
  display: none !important;
}

.stress-g76-page #stress-calm-matcher,
.stress-g76-page #stress-calm-paths {
  scroll-margin-top: 92px;
}

.stress-g76-page > .guide-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--stress-line);
  background:
    radial-gradient(circle at 94% 6%, rgba(184, 101, 73, 0.12), transparent 30%),
    radial-gradient(circle at 4% 96%, rgba(47, 107, 92, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 240, 235, 0.74));
  box-shadow: 0 24px 70px rgba(22, 54, 47, 0.08);
}

.stress-g76-page > .guide-hero::after {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(47, 107, 92, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 12px rgba(47, 107, 92, 0.04),
    0 0 0 27px rgba(47, 107, 92, 0.025);
  pointer-events: none;
}

.stress-g76-page > .guide-hero > * {
  position: relative;
  z-index: 1;
}

.stress-g76-page .stress-calm-fit {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 54px);
  border-color: rgba(22, 54, 47, 0.22);
  background:
    radial-gradient(circle at 96% 4%, rgba(184, 101, 73, 0.11), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(232, 240, 235, 0.76));
  box-shadow: 0 30px 80px rgba(22, 54, 47, 0.08);
}

.stress-g76-page .stress-fit-kicker,
.stress-g76-page .stress-result-label,
.stress-g76-page .stress-path-options button > span {
  color: var(--stress-warm);
  font: 750 0.76rem/1.3 var(--font-sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stress-g76-page .stress-fit-kicker {
  margin: 0 0 8px;
}

.stress-g76-page .stress-calm-fit > h2 {
  max-width: 850px;
  margin-bottom: 12px;
}

.stress-g76-page .stress-calm-fit > h2 + p {
  max-width: 820px;
  margin-top: 0;
  color: var(--stress-muted);
  line-height: 1.65;
}

.stress-g76-page .stress-static-path {
  max-width: 820px;
  margin: 16px 0 0;
  padding: 13px 15px;
  border-left: 4px solid var(--stress-sage);
  border-radius: 0 12px 12px 0;
  background: rgba(220, 235, 228, 0.68);
  color: var(--stress-muted);
  line-height: 1.55;
}

.stress-g76-page .stress-static-path strong,
.stress-g76-page .stress-static-path a {
  color: var(--stress-ink);
}

.stress-g76-page .stress-fit-progress {
  height: 6px;
  margin: 25px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(22, 54, 47, 0.1);
}

.stress-g76-page .stress-fit-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--stress-sage), #78a691, var(--stress-warm));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.stress-g76-page .stress-fit-status {
  margin: 0 0 22px;
  color: var(--stress-muted);
  font-size: 0.9rem;
}

.stress-g76-page .stress-fit-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.stress-g76-page .stress-fit-question {
  min-width: 0;
  margin: 0;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid var(--stress-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.stress-g76-page .stress-path-question {
  grid-column: 1 / -1;
}

.stress-g76-page .stress-fit-question legend {
  padding: 0 6px;
  color: var(--stress-ink);
  font-weight: 780;
}

.stress-g76-page .stress-fit-question > p {
  margin: 5px 0 14px;
  color: var(--stress-muted);
  font-size: 0.85rem;
  line-height: 1.52;
}

.stress-g76-page .stress-path-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.stress-g76-page .stress-fit-options {
  display: grid;
  gap: 9px;
}

.stress-g76-page .stress-path-options button,
.stress-g76-page .stress-fit-options button,
.stress-g76-page .stress-result-actions button,
.stress-g76-page .stress-reset {
  min-height: 52px;
  border: 1px solid var(--stress-line);
  border-radius: 13px;
  background: #fff;
  color: var(--stress-ink);
  font-family: var(--font-sans);
  cursor: pointer;
}

.stress-g76-page .stress-path-options button {
  display: grid;
  min-width: 0;
  min-height: 118px;
  align-content: start;
  gap: 5px;
  padding: 14px;
  text-align: left;
}

.stress-g76-page .stress-path-options button b {
  font-size: 0.95rem;
  line-height: 1.25;
}

.stress-g76-page .stress-path-options button small {
  color: var(--stress-muted);
  line-height: 1.42;
}

.stress-g76-page .stress-fit-options button {
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.35;
  text-align: left;
}

.stress-g76-page :is(.stress-path-options, .stress-fit-options) button[aria-pressed="true"] {
  border-color: var(--stress-sage);
  background:
    linear-gradient(135deg, rgba(220, 235, 228, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: inset 4px 0 0 var(--stress-sage);
}

.stress-g76-page :is(.stress-path-options, .stress-fit-options) button:hover {
  border-color: rgba(47, 107, 92, 0.55);
  transform: translateY(-1px);
}

.stress-g76-page .stress-fit-question:disabled {
  opacity: 0.54;
}

.stress-g76-page .stress-fit-question.is-available {
  opacity: 1;
}

.stress-g76-page .stress-reset {
  margin-top: 14px;
  padding: 10px 16px;
  background: transparent;
  font-weight: 700;
}

.stress-g76-page .stress-result {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(250px, 0.62fr);
  gap: 16px;
  margin-top: 22px;
}

.stress-g76-page .stress-result-card,
.stress-g76-page .stress-related {
  padding: clamp(20px, 3vw, 29px);
  border: 1px solid var(--stress-line);
  border-radius: 19px;
  background: #fff;
}

.stress-g76-page .stress-result-card {
  box-shadow: inset 5px 0 0 var(--stress-warm);
}

.stress-g76-page .stress-result-card.is-no-buy {
  box-shadow: inset 5px 0 0 var(--stress-sage);
}

.stress-g76-page .stress-result-label {
  margin: 0 0 8px;
}

.stress-g76-page .stress-result-card h3 {
  margin: 0 0 10px;
  color: var(--stress-ink);
  font-size: clamp(1.3rem, 2vw, 1.68rem);
}

.stress-g76-page .stress-result-card > p {
  color: var(--stress-muted);
  line-height: 1.6;
}

.stress-g76-page .stress-result-facts {
  display: grid;
  gap: 10px;
  margin-top: 17px;
}

.stress-g76-page .stress-result-facts p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 13px;
  border-radius: 13px;
  background: var(--stress-paper);
  color: var(--stress-muted);
  line-height: 1.5;
}

.stress-g76-page .stress-result-facts b {
  color: var(--stress-ink);
  font-size: 0.84rem;
}

.stress-g76-page .stress-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.stress-g76-page .stress-result-actions button {
  padding: 11px 16px;
  font-weight: 750;
}

.stress-g76-page [data-stress-unlock] {
  border-color: var(--stress-ink);
  background: var(--stress-ink);
  color: #fff;
}

.stress-g76-page [data-stress-no-buy-start] {
  border-color: var(--stress-sage);
  color: var(--stress-sage);
}

.stress-g76-page .stress-commerce {
  display: grid;
  gap: 11px;
  margin-top: 15px;
  padding: 17px;
  border: 1px solid var(--stress-line);
  border-radius: 15px;
  background: var(--stress-paper);
}

.stress-g76-page .stress-commerce .commerce-disclosure {
  margin: 0;
}

.stress-g76-page .stress-commerce-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 13px;
  background: var(--stress-warm);
  color: #fff;
  font-weight: 760;
  text-align: center;
  text-decoration: none;
}

.stress-g76-page .stress-related {
  align-content: start;
}

.stress-g76-page .stress-related > p {
  margin: 0 0 12px;
  color: var(--stress-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.stress-g76-page .stress-related-links {
  display: grid;
  gap: 10px;
}

.stress-g76-page .stress-related-links a {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--stress-line);
  border-radius: 13px;
  color: var(--stress-ink);
  text-decoration: none;
}

.stress-g76-page .stress-related-links a:hover {
  border-color: rgba(47, 107, 92, 0.55);
  background: var(--stress-mist);
}

.stress-g76-page .stress-related-links small {
  color: var(--stress-muted);
  line-height: 1.45;
}

.stress-g76-page :is(
  [data-stress-entry],
  .stress-path-options button,
  .stress-fit-options button,
  .stress-result-actions button,
  .stress-reset,
  .stress-commerce-link,
  .stress-related-links a
):focus-visible {
  outline: 3px solid #0b5fcc;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .stress-g76-page .stress-path-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stress-g76-page .stress-result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .stress-g76-page .stress-fit-questions,
  .stress-g76-page .stress-path-options {
    grid-template-columns: 1fr;
  }

  .stress-g76-page .stress-path-question {
    grid-column: auto;
  }

  .stress-g76-page .stress-path-options button {
    min-height: 94px;
  }

  .stress-g76-page > .guide-hero .guide-link-row {
    display: grid;
  }

  .stress-g76-page > .guide-hero .guide-link-row .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .stress-g76-page .stress-calm-fit {
    padding: 20px;
    border-radius: 18px;
  }

  .stress-g76-page .stress-result-actions {
    display: grid;
  }

  .stress-g76-page .stress-result-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stress-g76-page *,
  .stress-g76-page *::before,
  .stress-g76-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
