.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(62px, 9vw, 118px) 0 82px;
}

.hero::before,
.hero::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
    filter: blur(2px);
}

.hero::before {
    top: -160px;
    right: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgb(104 85 231 / 20%), transparent 68%);
}

.hero::after {
    bottom: -120px;
    left: -80px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgb(65 191 160 / 17%), transparent 68%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    align-items: center;
    gap: clamp(36px, 7vw, 84px);
}

.hero-copy h1 {
    max-width: 720px;
    margin-bottom: 22px;
}

.hero-copy h1 span {
    color: transparent;
    background: linear-gradient(100deg, var(--violet-dark), var(--coral));
    background-clip: text;
}

.hero-copy > p:not(.eyebrow) {
    max-width: 590px;
    color: var(--ink-soft);
    font-size: clamp(17px, 2vw, 20px);
}

.hero-actions {
    display: flex;
    margin: 30px 0 22px;
    flex-wrap: wrap;
    gap: 10px;
}

.proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
}

.proof-row span::before {
    margin-right: 5px;
    color: var(--mint);
    content: "✓";
}

.core-preview {
    position: relative;
    padding: clamp(23px, 3vw, 30px);
    box-shadow: var(--shadow);
}

.core-preview::before {
    position: absolute;
    z-index: -1;
    inset: 14px -12px -14px 12px;
    border-radius: 24px;
    background: var(--yellow);
    content: "";
    transform: rotate(-2deg);
}

.preview-top {
    display: flex;
    margin-bottom: 26px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.preview-type {
    color: var(--violet);
    font-size: clamp(48px, 6vw, 64px);
    font-weight: 950;
    letter-spacing: -0.08em;
}

.preview-badge {
    padding: 7px 10px;
    border-radius: 999px;
    color: #246954;
    background: #dcf8ef;
    font-size: 12px;
    font-weight: 850;
}

.core-preview h2 {
    margin-bottom: 20px;
    font-size: clamp(23px, 3vw, 31px);
    line-height: 1.24;
}

.preview-glance {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}

.preview-glance article {
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #faf9fd;
}

.preview-glance span {
    display: block;
    margin-bottom: 6px;
    color: var(--violet-dark);
    font-size: 11px;
    font-weight: 900;
}

.preview-glance p {
    margin: 0;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.55;
}

.preview-score {
    display: grid;
    margin-top: 16px;
    gap: 7px;
}

.preview-score > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
}

.preview-score > div b {
    color: var(--violet-dark);
}

.preview-score > div span {
    color: var(--ink-soft);
    font-weight: 800;
}

.preview-score > i {
    overflow: hidden;
    height: 9px;
    border-radius: 99px;
    background: #e8e3f9;
}

.preview-score > i b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--violet), #8d7aef);
}

.preview-score p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 11px;
}

.preview-includes {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 6px;
}

.preview-includes span {
    padding: 5px 8px;
    border-radius: 999px;
    color: #246954;
    background: #dcf8ef;
    font-size: 11px;
    font-weight: 850;
}

.quick-start-section {
    padding: 48px 0 58px;
    border-block: 1px solid var(--line);
    background: #fff;
}

.quick-start-head {
    display: flex;
    margin-bottom: 22px;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.quick-start-head .eyebrow,
.quick-start-head h2 {
    margin-bottom: 0;
}

.quick-start-head h2 {
    font-size: clamp(30px, 4vw, 42px);
}

.quick-start-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.quick-step {
    display: flex;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    align-items: flex-start;
    gap: 13px;
    background: #fbfaff;
}

.quick-step > b {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    color: #fff;
    background: var(--violet);
    flex: 0 0 34px;
    place-items: center;
}

.quick-step span {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 900;
}

.quick-step p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

.quick-start-action {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 18px;
}

.quick-start-action p {
    max-width: 660px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
}

.section {
    padding: 88px 0;
}

.section-soft {
    background: #f3f0fb;
}

.section-head {
    max-width: 720px;
    margin-bottom: 32px;
}

.section-head p:last-child {
    color: var(--ink-soft);
    font-size: 17px;
}

.difference-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.difference-card {
    min-height: 245px;
    padding: 26px;
}

.difference-card span {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 850;
}

.difference-card h3 {
    font-size: 24px;
}

.difference-card p {
    margin-bottom: 0;
    color: var(--ink-soft);
}

.difference-card.is-highlight {
    border-color: rgb(104 85 231 / 42%);
    background: linear-gradient(150deg, #fff, #f0edff);
    box-shadow: var(--shadow);
    transform: translateY(-8px);
}

.difference-card.is-highlight span {
    color: var(--violet-dark);
}

.choice-story {
    display: grid;
    overflow: hidden;
    margin-top: 34px;
    border: 1px solid var(--line);
    border-radius: 26px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    background: #fff;
    box-shadow: var(--shadow);
}

.choice-story img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.choice-story > div {
    padding: clamp(28px, 5vw, 52px);
    align-self: center;
}

.choice-story h3 {
    margin-bottom: 16px;
    font-size: clamp(27px, 4vw, 38px);
}

.choice-story > div > p:not(.eyebrow) {
    color: var(--ink-soft);
}

.choice-story ul {
    display: grid;
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.choice-story li {
    position: relative;
    padding-left: 24px;
    font-weight: 750;
}

.choice-story li::before {
    position: absolute;
    left: 0;
    color: var(--mint);
    content: "✓";
    font-weight: 950;
}

.module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.module-card {
    position: relative;
    overflow: hidden;
    min-height: 270px;
    padding: 25px;
}

.module-card.is-live {
    border-color: rgb(104 85 231 / 30%);
}

.module-card .module-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    border-radius: 16px;
    color: var(--violet-dark);
    background: var(--violet-soft);
    font-weight: 950;
    place-items: center;
}

.module-card p {
    color: var(--ink-soft);
}

.module-card .tag {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--ink-soft);
    background: #f1eff4;
    font-size: 12px;
    font-weight: 800;
}

.module-card.is-live .tag {
    color: #fff;
    background: var(--violet);
}

.flywheel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.flywheel article {
    padding: 23px;
}

.flywheel b {
    display: block;
    margin-bottom: 8px;
    color: var(--violet);
    font-size: 13px;
}

.flywheel p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

.final-cta-section {
    padding-top: 72px;
}

.final-cta-card {
    display: flex;
    padding: clamp(28px, 6vw, 58px);
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: linear-gradient(135deg, #fff, #f2efff 72%, #fff2ee);
    box-shadow: var(--shadow);
}

.final-cta-card h2 {
    margin-bottom: 14px;
}

.final-cta-card p:last-child {
    margin-bottom: 0;
    color: var(--ink-soft);
}

.final-cta-card .button {
    min-width: 240px;
}

.saju-auth-loading {
    display: grid;
    min-height: calc(100vh - 66px);
    color: var(--ink-soft);
    place-content: center;
    text-align: center;
}

.saju-auth-loading span {
    width: 38px;
    height: 38px;
    margin: 0 auto 14px;
    border: 4px solid var(--violet-soft);
    border-top-color: var(--violet);
    border-radius: 50%;
    animation: saju-loading 800ms linear infinite;
}

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

.saju-entry-page {
    background: radial-gradient(circle at 90% 8%, rgb(104 85 231 / 13%), transparent 30%);
}

.saju-entry-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    align-items: start;
    gap: clamp(36px, 7vw, 82px);
}

.saju-entry-copy {
    position: sticky;
    top: 112px;
    padding-top: 20px;
}

.saju-entry-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(38px, 5vw, 59px);
}

.saju-entry-copy h1 span {
    color: var(--violet-dark);
}

.saju-entry-copy > p:not(.eyebrow, .saju-entry-note) {
    color: var(--ink-soft);
    font-size: 18px;
}

.saju-entry-proof {
    display: grid;
    margin: 25px 0;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.saju-entry-proof li {
    position: relative;
    padding-left: 24px;
    font-weight: 750;
}

.saju-entry-proof li::before {
    position: absolute;
    left: 0;
    color: var(--mint);
    content: "✓";
    font-weight: 950;
}

.saju-entry-note {
    padding: 14px 16px;
    border-radius: 13px;
    color: var(--ink-soft);
    background: #f2f0f7;
    font-size: 12px;
}

.saju-entry-form {
    display: grid;
    padding: clamp(24px, 4vw, 38px);
    gap: 23px;
    box-shadow: var(--shadow);
}

.saju-form-head span {
    color: var(--violet-dark);
    font-size: 13px;
    font-weight: 850;
}

.saju-form-head h2 {
    margin: 4px 0 0;
    font-size: clamp(28px, 4vw, 38px);
}

.field-label small {
    margin-left: 4px;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 700;
}

.saju-fieldset {
    display: grid;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 8px;
}

.saju-fieldset legend {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
}

.saju-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
}

.saju-choice-grid label {
    cursor: pointer;
}

.saju-choice-grid input {
    position: absolute;
    opacity: 0;
}

.saju-choice-grid span {
    display: grid;
    min-height: 50px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    place-items: center;
    font-weight: 850;
}

.saju-choice-grid input:checked + span {
    border-color: var(--violet);
    color: var(--violet-dark);
    background: var(--violet-soft);
    box-shadow: 0 0 0 3px rgb(104 85 231 / 10%);
}

.saju-field-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.saju-inline-check {
    display: flex;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 13px;
    align-items: center;
    gap: 9px;
    background: #faf9fd;
    font-size: 14px;
    font-weight: 750;
}

.saju-inline-check input {
    width: 18px;
    height: 18px;
    accent-color: var(--violet);
}

.saju-fixed-value {
    display: flex;
    align-items: center;
    color: var(--ink-soft);
    background: #f5f3f9;
}

.saju-field-hint {
    color: var(--ink-soft);
    font-size: 12px;
}

.saju-entry-form .checkbox a {
    color: var(--violet-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.saju-form-fine {
    margin: -9px 0 0;
    color: var(--ink-soft);
    text-align: center;
    font-size: 12px;
}

.test-shell {
    min-height: calc(100vh - 66px);
    padding: 28px 0 72px;
}

.test-top {
    display: grid;
    margin-bottom: 36px;
    gap: 9px;
}

.progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.progress-track {
    overflow: hidden;
    height: 9px;
    border-radius: 99px;
    background: #e9e5f2;
}

.progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--violet), var(--coral));
    transition: width 250ms ease;
}

.intro-card,
.question-card {
    padding: clamp(24px, 6vw, 48px);
    text-align: center;
    box-shadow: var(--shadow);
}

.intro-symbol {
    display: grid;
    width: 88px;
    height: 88px;
    margin: 4px auto 25px;
    border-radius: 28px 28px 28px 9px;
    color: white;
    background: linear-gradient(145deg, var(--violet), var(--coral));
    font-size: 31px;
    font-weight: 950;
    place-items: center;
    transform: rotate(-4deg);
}

.intro-card h1 {
    margin-bottom: 16px;
    font-size: clamp(35px, 7vw, 58px);
}

.intro-list {
    display: flex;
    margin: 24px 0 30px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.intro-list span {
    padding: 7px 10px;
    border-radius: 99px;
    color: var(--ink-soft);
    background: #f2eff9;
    font-size: 13px;
    font-weight: 750;
}

.question-number {
    margin-bottom: 18px;
    color: var(--violet);
    font-size: 13px;
    font-weight: 900;
}

.question-card h1 {
    max-width: 580px;
    min-height: 125px;
    margin: 0 auto 32px;
    font-size: clamp(26px, 5vw, 38px);
}

.scale-labels {
    display: flex;
    max-width: 520px;
    margin: 0 auto 10px;
    justify-content: space-between;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 750;
}

.answer-scale {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 4vw, 28px);
}

.answer-choice {
    display: grid;
    width: var(--choice-size);
    height: var(--choice-size);
    padding: 0;
    border: 3px solid var(--choice-color);
    border-radius: 50%;
    color: transparent;
    background: white;
    cursor: pointer;
    place-items: center;
    transition: transform 130ms ease, background 130ms ease;
}

.answer-choice:hover,
.answer-choice:focus-visible,
.answer-choice.is-selected {
    background: var(--choice-color);
    outline: none;
    transform: scale(1.08);
}

.answer-choice.neutral {
    border-color: #aaa5b7;
}

.answer-choice.neutral:hover,
.answer-choice.neutral:focus-visible,
.answer-choice.neutral.is-selected {
    background: #aaa5b7;
}

.test-controls {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.text-button {
    padding: 9px 6px;
    border: 0;
    color: var(--ink-soft);
    background: transparent;
    cursor: pointer;
    font-weight: 750;
}

.result-hero {
    overflow: hidden;
    padding: clamp(28px, 6vw, 52px);
    color: white;
    background: linear-gradient(145deg, #4d3bc0, #7964ee 60%, #ff765f 150%);
    box-shadow: var(--shadow);
}

.result-kicker {
    color: #ddd8ff;
    font-size: 13px;
    font-weight: 850;
}

.result-code {
    margin: 5px 0 -3px;
    font-size: clamp(70px, 18vw, 118px);
    font-weight: 950;
    letter-spacing: -0.085em;
    line-height: 1;
}

.result-hero h1 {
    margin: 12px 0 15px;
    font-size: clamp(30px, 6vw, 48px);
}

.result-hero > [data-one-liner],
.result-hero > [data-shared-one-liner] {
    max-width: 620px;
    color: #f2efff;
    font-size: 18px;
}

.result-actions {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 9px;
}

.result-actions .button-secondary {
    border-color: rgb(255 255 255 / 25%);
    color: white;
    background: rgb(255 255 255 / 13%);
}

.keyword-row {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 7px;
}

.keyword-row span {
    padding: 7px 11px;
    border: 1px solid rgb(255 255 255 / 26%);
    border-radius: 999px;
    color: #fff;
    background: rgb(255 255 255 / 12%);
    font-size: 12px;
    font-weight: 800;
}

.share-status {
    margin: 13px 0 0;
    color: #f2efff;
    font-size: 13px;
}

.portrait-copy {
    margin-bottom: 24px;
    color: var(--ink);
    font-size: clamp(17px, 3vw, 21px);
    line-height: 1.85;
}

.result-report,
.share-report {
    width: min(calc(100% - 32px), 900px);
}

.friend-line {
    display: grid;
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--coral);
    border-radius: 4px 16px 16px 4px;
    gap: 4px;
    background: #fff4f0;
}

.friend-line span {
    color: var(--coral);
    font-size: 12px;
    font-weight: 900;
}

.friend-line strong {
    font-size: 18px;
}

.moment-check-grid {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.moment-check {
    display: flex;
    min-height: 78px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 16px;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink);
    background: #fff;
    text-align: left;
    line-height: 1.6;
    cursor: pointer;
}

.moment-check > span:first-child {
    display: grid;
    width: 23px;
    height: 23px;
    border: 2px solid #d5cfeb;
    border-radius: 7px;
    color: transparent;
    flex: 0 0 23px;
    place-items: center;
    font-size: 13px;
    font-weight: 950;
}

.moment-check:hover,
.moment-check.is-selected {
    border-color: rgb(104 85 231 / 45%);
    background: #f7f5ff;
}

.moment-check.is-selected > span:first-child {
    border-color: var(--violet);
    color: #fff;
    background: var(--violet);
}

.moment-check-grid.is-public .moment-check {
    cursor: default;
}

.moment-score {
    margin-top: 14px;
    padding: 12px 15px;
    border-radius: 12px;
    color: var(--violet-dark);
    background: var(--violet-soft);
    text-align: center;
    font-weight: 900;
}

.dual-view-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.dual-view-grid article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(150deg, #fff, #f7f5fd);
}

.dual-view-grid article:nth-child(2) {
    border-color: rgb(255 118 95 / 25%);
    background: linear-gradient(150deg, #fff, #fff5f2);
}

.dual-view-grid span,
.stress-grid span {
    display: block;
    margin-bottom: 8px;
    color: var(--violet-dark);
    font-size: 13px;
    font-weight: 900;
}

.dual-view-grid p,
.stress-grid p {
    margin: 0;
}

.closest-type-card {
    background: linear-gradient(145deg, #f7f4ff, #fff);
}

.closest-type-card > p:not(.eyebrow) {
    color: var(--ink-soft);
}

.closest-scale {
    display: grid;
    margin: 24px 0 18px;
    grid-template-columns: 1fr;
    gap: 9px;
}

.closest-scale > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.closest-scale > div:last-child {
    flex-direction: row-reverse;
}

.closest-scale i {
    overflow: hidden;
    height: 14px;
    border-radius: 99px;
    background: #ffdcd5;
}

.closest-scale b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--violet), #8b79ef);
}

.stress-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.stress-grid article {
    padding: 19px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #faf9fc;
}

.stress-grid .is-reset {
    border-color: rgb(65 191 160 / 35%);
    background: #eefaf6;
}

.stress-grid .is-reset span {
    color: #237c62;
}

.subsection-title {
    margin: 28px 0 15px;
    font-size: 19px;
}

.shared-stress > p {
    color: var(--ink-soft);
}

.price-row {
    display: flex;
    padding: 13px;
    border: 1px solid #ded8f7;
    border-radius: 15px;
    flex-wrap: wrap;
    gap: 8px;
    background: #f8f6ff;
}

.price-row span {
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--violet-dark);
    background: #fff;
    font-size: 13px;
}

.type-price-row {
    margin: 18px 0;
}

.scene-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.scene-grid article {
    padding: 21px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(155deg, #fff, #f7f4ff);
}

.scene-grid article > span {
    color: var(--coral);
    font-size: 12px;
    font-weight: 950;
}

.scene-grid h3 {
    margin: 8px 0 12px;
    font-size: 17px;
}

.scene-grid p {
    margin-bottom: 12px;
    font-size: 14px;
}

.scene-grid small {
    display: block;
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: var(--ink-soft);
    line-height: 1.65;
}

.manual-grid,
.decision-grid {
    display: grid;
    margin-top: 14px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.manual-grid article,
.decision-grid article {
    padding: 19px;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.manual-grid span,
.decision-grid b {
    display: block;
    margin-bottom: 7px;
    color: var(--violet-dark);
    font-size: 13px;
    font-weight: 900;
}

.manual-grid p,
.decision-grid p {
    margin: 0;
}

.decision-grid {
    grid-template-columns: repeat(3, 1fr);
}

.quote-callout {
    margin-top: 14px;
    padding: 19px;
    border-left: 4px solid var(--coral);
    border-radius: 4px 16px 16px 4px;
    background: #fff5f2;
}

.quote-callout p {
    margin: 7px 0 0;
    font-size: 17px;
}

.answer-review details {
    margin-top: 20px;
}

.answer-review summary {
    padding: 15px 17px;
    border: 1px solid #d9d3f5;
    border-radius: 14px;
    color: var(--violet-dark);
    background: var(--violet-soft);
    cursor: pointer;
    font-weight: 900;
}

.answer-review-list {
    display: grid;
    margin-top: 16px;
    gap: 18px;
}

.answer-review-group {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 17px;
}

.answer-review-group h3 {
    margin: 0;
    padding: 14px 17px;
    color: var(--violet-dark);
    background: #f7f5fc;
    font-size: 15px;
}

.answer-review-item {
    display: grid;
    padding: 17px;
    border-top: 1px solid var(--line);
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
}

.answer-review-item p {
    margin: 0 0 4px;
    font-size: 14px;
}

.answer-review-item small {
    color: var(--ink-soft);
}

.mini-answer-scale {
    display: flex;
    gap: 5px;
}

.mini-answer-scale input {
    position: absolute;
    opacity: 0;
}

.mini-answer-scale span {
    display: grid;
    width: 34px;
    height: 34px;
    border: 1px solid #d8d3e7;
    border-radius: 50%;
    color: var(--ink-soft);
    cursor: pointer;
    place-items: center;
    font-size: 12px;
    font-weight: 850;
}

.mini-answer-scale input:checked + span {
    border-color: var(--violet);
    color: #fff;
    background: var(--violet);
    box-shadow: 0 0 0 3px var(--violet-soft);
}

.retake-dock {
    position: sticky;
    bottom: 10px;
    display: flex;
    margin-top: 17px;
    padding: 15px;
    border: 1px solid #d8d1f6;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: rgb(255 255 255 / 95%);
    box-shadow: 0 12px 34px rgb(42 30 98 / 14%);
    backdrop-filter: blur(12px);
}

.retake-dock div {
    display: grid;
    gap: 3px;
}

.retake-dock span {
    color: var(--ink-soft);
    font-size: 12px;
}

.shared-result-hero {
    margin-top: 12px;
}

.share-conversion {
    text-align: center;
    background: linear-gradient(145deg, #f4f0ff, #fff6f2);
}

.share-conversion .button {
    margin-top: 20px;
}

.result-section {
    margin-top: 18px;
    padding: clamp(22px, 5vw, 34px);
}

.axis-list {
    display: grid;
    gap: 22px;
}

.axis-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.axis-head strong {
    font-size: 18px;
}

.axis-head span {
    color: var(--violet);
    font-weight: 900;
}

.axis-bar {
    overflow: hidden;
    height: 11px;
    margin: 9px 0 7px;
    border-radius: 99px;
    background: #ece8f5;
}

.axis-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--violet), var(--coral));
}

.axis-item p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 14px;
}

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

.insight-box {
    padding: 20px;
    border-radius: 17px;
    background: #f5f2fb;
}

.insight-box b {
    display: block;
    margin-bottom: 6px;
    color: var(--violet-dark);
    font-size: 13px;
}

.insight-box p {
    margin-bottom: 0;
}

.bullet-list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.bullet-list li {
    position: relative;
    padding-left: 26px;
}

.bullet-list li::before {
    position: absolute;
    left: 0;
    color: var(--mint);
    content: "✦";
}

.feedback-options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
}

.feedback-options input {
    position: absolute;
    opacity: 0;
}

.feedback-options span {
    display: grid;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    place-items: center;
    font-weight: 850;
}

.feedback-options input:checked + span {
    border-color: var(--violet);
    color: var(--violet-dark);
    background: var(--violet-soft);
}

.bonus-callout {
    padding: 18px;
    border: 1px dashed rgb(104 85 231 / 35%);
    border-radius: 15px;
    color: var(--violet-dark);
    background: var(--violet-soft);
}

.action-card {
    border-color: rgb(65 191 160 / 25%);
    background: #effbf7;
}

.action-card .button-primary {
    background: #23836c;
}

.auth-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 42px;
}

.auth-card {
    padding: clamp(24px, 5vw, 38px);
}

.auth-provider-button {
    border: 1px solid #d7d4e2;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 2px 8px rgb(23 18 48 / 7%);
}

.auth-provider-button:hover {
    border-color: #b9b3d5;
    background: #faf9ff;
}

.google-mark {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    flex: 0 0 18px;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ink-soft);
    font-size: 12px;
}

.auth-divider::before,
.auth-divider::after {
    height: 1px;
    background: var(--line);
    content: "";
    flex: 1;
}

.my-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.stat-card {
    padding: 20px;
}

.stat-card strong {
    display: block;
    font-size: 28px;
}

.action-row {
    display: flex;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.action-row:last-child {
    border-bottom: 0;
}

@media (max-width: 820px) {
    .hero-grid,
    .auth-layout,
    .choice-story,
    .saju-entry-layout {
        grid-template-columns: 1fr;
    }

    .saju-entry-copy {
        position: static;
        padding-top: 0;
    }

    .choice-story img {
        max-height: 460px;
        min-height: 0;
        aspect-ratio: 3 / 2;
    }

    .core-preview {
        max-width: 500px;
        margin: 0 auto;
    }

    .quick-start-grid {
        grid-template-columns: 1fr;
    }

    .difference-grid,
    .module-grid,
    .flywheel {
        grid-template-columns: repeat(2, 1fr);
    }

    .difference-card.is-highlight {
        transform: none;
    }

    .final-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .hero-actions .button {
        width: 100%;
    }

    .preview-glance {
        grid-template-columns: 1fr;
    }

    .quick-start-head,
    .quick-start-action {
        align-items: flex-start;
        flex-direction: column;
    }

    .quick-start-action .button {
        width: 100%;
    }

    .saju-field-row {
        grid-template-columns: 1fr;
    }

    .difference-grid,
    .module-grid,
    .flywheel,
    .insight-grid,
    .scene-grid,
    .manual-grid,
    .decision-grid,
    .my-summary {
        grid-template-columns: 1fr;
    }

    .moment-check-grid,
    .dual-view-grid,
    .stress-grid {
        grid-template-columns: 1fr;
    }

    .answer-review-item {
        grid-template-columns: 1fr;
    }

    .mini-answer-scale {
        justify-content: space-between;
    }

    .retake-dock {
        align-items: stretch;
        flex-direction: column;
    }

    .final-cta-card .button {
        width: 100%;
        min-width: 0;
    }

    .question-card {
        padding-inline: 18px;
    }

    .answer-scale {
        gap: 10px;
    }

    .answer-choice {
        width: calc(var(--choice-size) * 0.84);
        height: calc(var(--choice-size) * 0.84);
    }

    .result-code {
        font-size: 72px;
    }
}
