.it-page {
  overflow: hidden;
  color: var(--c-charcoal);
  background:
    radial-gradient(circle at 8% 0%, rgba(127, 159, 141, 0.16), transparent 30rem),
    radial-gradient(circle at 86% 6%, rgba(216, 229, 223, 0.55), transparent 34rem),
    linear-gradient(180deg, var(--c-cream), #f4efe7 58%, var(--c-cream));
}

.it-section {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.it-hero {
  padding: 86px 0 58px;
}

.it-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.97fr);
  gap: 48px;
  align-items: center;
}

.it-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(127, 159, 141, 0.22);
  border-radius: 999px;
  color: var(--c-sage-dk);
  background: rgba(127, 159, 141, 0.12);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.it-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-sage);
  box-shadow: 0 0 0 7px rgba(127, 159, 141, 0.15);
}

.it-hero h1 {
  max-width: 760px;
  margin: 24px 0 18px;
  color: var(--c-charcoal);
  font-family: var(--font-display);
  font-size: clamp(52px, 5.7vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.it-hero__lead {
  max-width: 700px;
  margin: 0;
  color: var(--c-brown);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.74;
}

.it-hero__actions,
.it-cta__actions,
.it-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.it-hero__actions {
  margin-top: 34px;
}

.it-hero .btn--ghost {
  color: var(--c-charcoal);
  background: rgba(37, 35, 32, 0.06);
  border: 1.5px solid rgba(37, 35, 32, 0.18);
}

.it-hero .btn--ghost:hover {
  background: rgba(37, 35, 32, 0.1);
  border-color: rgba(37, 35, 32, 0.28);
  box-shadow: none;
  transform: translateY(-2px);
}

.it-result__actions .btn--ghost {
  color: var(--c-charcoal);
  background: rgba(37, 35, 32, 0.05);
  border: 1.5px solid rgba(37, 35, 32, 0.14);
}

.it-result__actions .btn--ghost:hover {
  background: rgba(37, 35, 32, 0.09);
  border-color: rgba(37, 35, 32, 0.22);
  box-shadow: none;
  transform: translateY(-2px);
}

.it-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.it-pill {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 999px;
  color: var(--c-brown);
  background: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.it-hero__visual {
  position: relative;
  min-height: 560px;
}

.it-visual-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 48px;
  background:
    radial-gradient(circle at 26% 20%, rgba(127, 159, 141, 0.24), transparent 16rem),
    radial-gradient(circle at 82% 74%, rgba(201, 143, 134, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(36, 33, 30, 0.16);
}

.it-visual-card::before,
.it-visual-card::after {
  content: "";
  position: absolute;
  inset: 62px;
  border: 1px solid rgba(36, 33, 30, 0.1);
  border-radius: 50%;
}

.it-visual-card::after {
  inset: 116px;
  border-style: dashed;
  border-color: rgba(95, 130, 114, 0.24);
}

.it-orbit {
  position: absolute;
  inset: 44px;
  display: grid;
  place-items: center;
}

.it-gauge {
  position: relative;
  width: min(94%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from -90deg, var(--c-sage) 0deg 96deg, #d8e5df 96deg 180deg, #c9a27d 180deg 282deg, #c98f86 282deg 360deg);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.54), 0 28px 60px rgba(36, 33, 30, 0.18);
}

.it-gauge::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
}

.it-gauge::after {
  content: "";
  position: absolute;
  inset: 118px;
  border-radius: 50%;
  background: var(--c-cream);
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
}

.it-gauge__center {
  position: relative;
  z-index: 2;
  width: 152px;
  height: 152px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 50%;
  color: var(--c-sage-dk);
  background: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.04;
  text-align: center;
}

.it-dot {
  position: absolute;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--c-charcoal);
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
  font-weight: 700;
}

.it-dot--top { top: 34px; left: calc(50% - 27px); }
.it-dot--right { right: 30px; top: calc(50% - 27px); }
.it-dot--bottom { bottom: 34px; left: calc(50% - 27px); }
.it-dot--left { left: 30px; top: calc(50% - 27px); }

.it-floating {
  position: absolute;
  z-index: 4;
  max-width: 206px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  color: var(--c-brown);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
  font-size: 14px;
  line-height: 1.46;
}

.it-floating strong {
  display: block;
  margin-bottom: 4px;
  color: var(--c-charcoal);
  font-weight: 700;
}

.it-floating--top { top: 34px; right: 26px; }
.it-floating--bottom { left: 26px; bottom: 36px; }

.it-stat-card {
  position: absolute;
  right: -12px;
  bottom: 112px;
  z-index: 5;
  min-width: 176px;
  padding: 18px;
  border-radius: 24px;
  color: #fff;
  background: var(--c-charcoal);
  box-shadow: 0 18px 48px rgba(36, 33, 30, 0.12);
}

.it-stat-card span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.it-stat-card strong {
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.it-intro-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.it-info-card,
.it-insight-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
}

.it-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--c-sage);
  font-weight: 700;
}

.it-info-card h3,
.it-insight-card h3 {
  margin: 0 0 8px;
  color: var(--c-charcoal);
  font-size: 21px;
  letter-spacing: -0.03em;
}

.it-info-card p,
.it-insight-card p {
  margin: 0;
  color: var(--c-brown);
  line-height: 1.64;
}

.it-test {
  padding: 58px 0 76px;
}

.it-test__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 1.02fr);
  gap: 22px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 28px 80px rgba(36, 33, 30, 0.16);
  backdrop-filter: blur(18px);
}

.it-panel {
  overflow: hidden;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
}

.it-panel__head {
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(36, 33, 30, 0.08);
}

.it-panel__kicker {
  margin: 0 0 9px;
  color: var(--c-sage-dk);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.it-panel__head h2 {
  margin: 0;
  color: var(--c-charcoal);
  font-family: var(--font-display);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.it-panel__head p:not(.it-panel__kicker) {
  margin: 12px 0 0;
  color: var(--c-brown);
  line-height: 1.62;
}

.it-progress {
  padding: 18px 18px 0;
}

.it-progress__top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  color: #8c8379;
  font-size: 13px;
  font-weight: 700;
}

.it-progress__line,
.it-scale__bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(36, 33, 30, 0.08);
}

.it-progress__fill,
.it-scale__fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: var(--c-sage);
  transition: width 0.25s ease;
}

.it-question-list {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.it-question-card {
  padding: 18px;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 22px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.it-question-card.is-answered {
  border-color: rgba(127, 159, 141, 0.28);
  box-shadow: 0 8px 24px rgba(36, 33, 30, 0.08);
}

.it-question__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.it-question__num {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--c-sage-dk);
  background: rgba(127, 159, 141, 0.13);
  font-size: 13px;
  font-weight: 800;
}

.it-question__text {
  margin: 0;
  color: var(--c-charcoal);
  font-weight: 700;
  line-height: 1.45;
}

.it-answer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.it-answer input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.it-answer span {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 9px 8px;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 14px;
  color: var(--c-brown);
  background: rgba(247, 243, 238, 0.75);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.it-answer input:checked + span {
  color: #fff;
  background: var(--c-charcoal);
  border-color: var(--c-charcoal);
}

.it-result {
  position: sticky;
  top: 112px;
}

.it-result__wrap {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.it-gauge-card {
  min-height: 350px;
  display: grid;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(36, 33, 30, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at center, rgba(127, 159, 141, 0.11), transparent 13rem),
    linear-gradient(180deg, #fff, rgba(237, 232, 224, 0.54));
}

.it-score-ring {
  --score-deg: 0deg;
  --ring-color: var(--c-sage);
  position: relative;
  width: min(100%, 280px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--ring-color) 0 var(--score-deg), rgba(36, 33, 30, 0.08) var(--score-deg) 360deg);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.58), 0 8px 24px rgba(36, 33, 30, 0.08);
}

.it-score-ring::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(36, 33, 30, 0.08);
}

.it-score-ring__inner {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
}

.it-score-ring__inner span {
  color: #8c8379;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.it-score-ring__inner strong {
  margin-top: 4px;
  color: var(--c-charcoal);
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.07em;
}

.it-result__summary {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
}

.it-result__level {
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background: var(--c-charcoal);
}

.it-result__level span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.it-result__level strong {
  display: block;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.it-result__text,
.it-scale-item,
.it-warning {
  border: 1px solid rgba(36, 33, 30, 0.08);
  background: #fff;
}

.it-result__text {
  padding: 20px;
  border-radius: 24px;
}

.it-result__text h3,
.it-recommendation h3 {
  margin: 0 0 7px;
  color: var(--c-charcoal);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.it-result__text p,
.it-recommendation p,
.it-warning {
  margin: 0;
  color: var(--c-brown);
  line-height: 1.58;
}

.it-scale-list {
  display: grid;
  gap: 12px;
}

.it-scale-item {
  padding: 16px;
  border-radius: 22px;
}

.it-scale__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: var(--c-charcoal);
  font-size: 14px;
  font-weight: 800;
}

.it-scale__head span:last-child {
  color: #8c8379;
  font-variant-numeric: tabular-nums;
}

.it-recommendation {
  padding: 22px;
  border: 1px solid rgba(127, 159, 141, 0.18);
  border-radius: 26px;
  background: rgba(127, 159, 141, 0.1);
}

.it-warning {
  padding: 18px;
  border-radius: 22px;
  font-size: 14px;
}

.it-deep {
  padding: 8px 0 86px;
}

.it-deep__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}

.it-quote-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 38px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(127, 159, 141, 0.24), transparent 20rem),
    var(--c-charcoal);
  box-shadow: 0 18px 48px rgba(36, 33, 30, 0.12);
}

.it-quote-card p {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.it-quote-card span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.it-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.it-cta {
  padding: 0 0 96px;
}

.it-cta__box {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 76px);
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(127, 159, 141, 0.28), transparent 18rem),
    var(--c-charcoal);
  box-shadow: 0 28px 80px rgba(36, 33, 30, 0.16);
}

.it-cta__box::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.it-cta__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.it-cta h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.it-cta p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.74;
}

.it-cta__actions {
  margin-top: 30px;
}

.it-btn-ghost-dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.it-cta__box .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 980px) {
  .it-hero {
    padding-top: 54px;
  }

  .it-hero__grid,
  .it-test__shell,
  .it-deep__grid {
    grid-template-columns: 1fr;
  }

  .it-hero__visual {
    min-height: 500px;
  }

  .it-result {
    position: static;
  }

  .it-intro-cards,
  .it-insight-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .it-section {
    width: min(100% - 32px, 1160px);
  }

  .it-hero {
    padding: 42px 0 34px;
  }

  .it-hero h1 {
    font-size: clamp(40px, 11vw, 46px);
    line-height: 0.98;
  }

  .it-hero__actions .btn,
  .it-result__actions .btn,
  .it-cta__actions .btn {
    width: 100%;
  }

  .it-hero__visual {
    min-height: 420px;
  }

  .it-orbit {
    inset: 26px;
  }

  .it-floating,
  .it-stat-card,
  .it-dot {
    display: none;
  }

  .it-test__shell {
    padding: 10px;
    border-radius: 30px;
  }

  .it-panel,
  .it-gauge-card {
    border-radius: 24px;
  }

  .it-panel__head,
  .it-result__wrap {
    padding: 20px;
  }

  .it-answer-row {
    grid-template-columns: 1fr 1fr;
  }

  .it-result__summary {
    grid-template-columns: 1fr;
  }

  .it-gauge-card {
    min-height: 320px;
  }

  .it-quote-card,
  .it-cta__box {
    border-radius: 32px;
  }
}
