/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        -webkit-appearance: button;
        appearance: button
    }

    ::file-selector-button {
        -webkit-appearance: button;
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .start {
        inset-inline-start: var(--spacing)
    }

    .block {
        display: block
    }
}

:root {
    --ink: #33262b;
    --muted: #76686d;
    --coral: #e85f70;
    --coral-dark: #cf4358;
    --cream: #fff8f1;
    --lavender: #8b6dd8;
    --line: #f0ded8
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    color: var(--ink);
    background: #f1eee9;
    margin: 0;
    font-family: PingFang SC, Microsoft YaHei, Arial, sans-serif
}

button {
    font: inherit
}

.site-shell {
    min-height: 100vh
}

.mobile-page {
    background: var(--cream);
    width: min(100%, 460px);
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 82px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 50px #432f2f1f
}

.topbar {
    z-index: 20;
    color: #fff;
    background: linear-gradient(#412a2c6b, #0000);
    align-items: center;
    gap: 10px;
    height: 56px;
    padding: 0 18px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.brand-mark {
    width: 34px;
    height: 34px;
    color: var(--coral-dark);
    background: #ffffffe6;
    border-radius: 12px;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
    display: grid
}

.topbar>span {
    font-size: 14px;
    font-weight: 700
}

.text-link {
    color: #fff;
    background: 0 0;
    border: 0;
    margin-left: auto;
    font-size: 13px;
    font-weight: 700
}

.hero {
    background: #e86a72;
    min-height: 840px;
    position: relative
}

.hero:after {
    content: "";
    background: var(--cream);
    border-radius: 50% 50% 0 0;
    height: 60px;
    position: absolute;
    bottom: -26px;
    left: -8%;
    right: -8%
}

.hero-copy {
    z-index: 4;
    color: #fff;
    padding: 82px 25px 0;
    position: relative
}

.eyebrow,
.section-kicker {
    letter-spacing: .04em;
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 800
}

.eyebrow {
    background: #ffffff1f;
    border: 1px solid #ffffff8c;
    border-radius: 999px;
    padding: 7px 11px;
    display: inline-flex
}

.hero h1 {
    letter-spacing: -.045em;
    flex-direction: column;
    gap: 11px;
    margin: 8px 0 18px;
    font-size: clamp(36px, 10vw, 45px);
    font-weight: 900;
    line-height: 1.05;
    display: flex
}

.hero-title-line {
    width: max-content;
    max-width: 100%;
    display: block
}

.hero-title-line.line-one {
    margin-left: 0
}

.hero-title-line.line-two {
    text-align: right;
    align-self: flex-end;
    margin-left: 0
}

.hero-title-line.line-three {
    color: #a8edff;
    text-align: right;
    -webkit-text-stroke: 1.2px #ffffffeb;
    paint-order: stroke fill;
    text-shadow: 0 3px #1a6e8e3d;
    align-self: flex-end;
    margin-left: 0;
    font-style: normal
}

.hero-subtitle {
    color: #ffffffeb;
    max-width: 390px;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.75
}

.primary-button,
.secondary-button {
    cursor: pointer;
    border: 0;
    border-radius: 999px;
    font-weight: 800
}

.primary-button {
    color: var(--coral-dark);
    background: #fff;
    padding: 15px 21px;
    box-shadow: 0 10px 26px #752a3638
}

.primary-button:disabled {
    opacity: .45;
    cursor: not-allowed
}

.primary-button span {
    margin-left: 8px
}

.hero-primary {
    color: #19435b;
    background: #8edfff;
    box-shadow: 0 10px 28px #25708e3d
}

.hero-after-button {
    z-index: 6;
    position: absolute;
    bottom: 26px;
    left: 25px
}

.hero-visual {
    z-index: 2;
    height: 354px;
    position: absolute;
    bottom: 92px;
    left: 0;
    right: 0
}

.hero-visual:before {
    content: "";
    background: #f6c5b4;
    border-radius: 44% 44% 12% 12%;
    position: absolute;
    inset: 42px 20px 0;
    transform: rotate(-2deg)
}

.hero-visual img {
    object-fit: cover;
    object-position: center 63%;
    border-radius: 48% 48% 18px 18px;
    width: calc(100% - 50px);
    height: 330px;
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    box-shadow: 0 18px 35px #53312e38
}

.signal-card {
    z-index: 3;
    color: #563941;
    background: #fffffff5;
    border-radius: 11px;
    padding: 9px 11px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    box-shadow: 0 7px 20px #4d293329
}

.signal-one {
    top: 4px;
    left: 18px
}

.signal-two {
    top: 4px;
    right: 14px
}

.section {
    padding: 70px 22px
}

.white-section {
    background: var(--cream)
}

.section-kicker {
    color: var(--coral-dark);
    font-size: 16px
}

.section h2 {
    letter-spacing: -.035em;
    margin: 0 0 24px;
    font-size: 29px;
    line-height: 1.34
}

.situation-grid {
    gap: 12px;
    display: grid
}

.situation-card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 18px;
    gap: 13px;
    padding: 17px 15px;
    display: flex;
    box-shadow: 0 8px 20px #7553460d
}

.situation-icon {
    background: #fff0ec;
    border-radius: 13px;
    flex: none;
    place-items: center;
    width: 38px;
    height: 38px;
    display: grid
}

.situation-card h3 {
    color: var(--coral-dark);
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 800
}

.situation-card p,
.method-note,
.assessment-head p,
.result-card p,
.scenario-cards p {
    color: #62545a;
    margin: 0;
    font-size: 14px;
    line-height: 1.72
}

.contrast-section {
    color: #fff;
    background: #392e4b
}

.contrast-section .section-kicker {
    color: #ffbdc3
}

.dialogue-card {
    background: #ffffff12;
    border: 1px solid #ffffff21;
    border-radius: 22px;
    padding: 18px
}

.dialogue-row {
    align-items: center;
    gap: 12px;
    display: flex
}

.avatar {
    border-radius: 50%;
    flex: none;
    place-items: center;
    width: 38px;
    height: 38px;
    font-weight: 800;
    display: grid
}

.avatar-a {
    background: #f29ca5
}

.dialogue-row small {
    color: #ffffffd1;
    font-size: 12px
}

.dialogue-row p {
    margin: 3px 0 0;
    font-size: 15px;
    font-weight: 700
}

.divider {
    color: #e4d9f0;
    align-items: center;
    gap: 8px;
    margin: 17px 0;
    font-size: 12px;
    display: flex
}

.divider:before,
.divider:after {
    content: "";
    background: #ffffff24;
    flex: 1;
    height: 1px
}

.interpretations {
    gap: 9px;
    display: grid
}

.interpretations p {
    color: #fff;
    background: #ffffff1a;
    border-radius: 12px;
    margin: 0;
    padding: 12px 13px;
    font-size: 13px;
    line-height: 1.65
}

.method-note {
    color: #eee6f5;
    margin-top: 16px
}

.assessment-head {
    text-align: center
}

.step-pill {
    color: #b32f45;
    background: #f9d9d8;
    border-radius: 999px;
    margin-bottom: 15px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block
}

.assessment-head h2 {
    font-size: 25px
}

.option-list {
    gap: 10px;
    margin: 25px 0 16px;
    display: grid
}

.option-button {
    border: 1px solid var(--line);
    width: 100%;
    min-height: 58px;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    background: #fff;
    border-radius: 15px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    display: flex
}

.option-button.selected {
    border-color: var(--coral);
    background: #fff1f2
}

.radio-dot {
    background: #fff;
    border: 2px solid #d9c4c4;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 4px #fff
}

.option-button.selected .radio-dot {
    border-color: var(--coral);
    background: var(--coral)
}

.full-width {
    background: var(--coral);
    color: #fff;
    width: 100%;
    box-shadow: 0 10px 25px #e85f7038
}

.result-card {
    background: #fff;
    border-radius: 20px;
    margin-top: 18px;
    padding: 20px;
    box-shadow: 0 12px 35px #5037411a
}

.result-label {
    color: #62545a;
    font-size: 13px;
    font-weight: 700
}

.result-card h3 {
    margin: 4px 0 8px;
    font-size: 26px
}

.result-next {
    color: #62545a;
    background: #f8ece7;
    border-radius: 13px;
    gap: 6px;
    margin: 16px 0;
    padding: 13px;
    font-size: 13px;
    line-height: 1.65;
    display: grid
}

.secondary-button {
    color: #fff;
    background: #392e4b;
    width: 100%;
    padding: 13px
}

.approach-section {
    background: #fde3d7
}

.approach-list {
    counter-reset: steps;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid
}

.approach-list li {
    counter-increment: steps;
    background: #ffffffab;
    border-radius: 18px;
    gap: 5px;
    padding: 18px 16px 18px 58px;
    display: grid;
    position: relative
}

.approach-list li:before {
    content: "0" counter(steps);
    color: var(--coral-dark);
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 17px;
    left: 16px
}

.approach-list span {
    color: #62545a;
    font-size: 14px;
    line-height: 1.65
}

.scenario-section {
    background: #fff
}

.scenario-cards {
    gap: 13px;
    display: grid
}

.scenario-cards article {
    border-left: 4px solid var(--coral);
    background: #fff8f4;
    border-radius: 4px 18px 18px 4px;
    padding: 17px
}

.scenario-cards article:nth-child(2) {
    border-left-color: var(--lavender)
}

.scenario-cards article:nth-child(3) {
    border-left-color: #e5a04f
}

.scenario-cards span {
    color: #b32f45;
    font-size: 13px;
    font-weight: 800
}

.scenario-cards h3 {
    margin: 5px 0 7px;
    font-size: 15px
}

footer {
    color: #e2d7db;
    text-align: center;
    background: #342c33;
    padding: 24px 20px;
    font-size: 12px;
    font-weight: 600
}

.sticky-cta {
    z-index: 30;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: #fffffff2;
    justify-content: space-between;
    align-items: center;
    width: min(100%, 460px);
    min-height: 70px;
    padding: 10px 14px 10px 18px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 -8px 24px #3e282b1f
}

.sticky-cta div {
    gap: 2px;
    display: grid
}

.sticky-cta b {
    font-size: 14px
}

.sticky-cta span {
    color: #62545a;
    font-size: 12px;
    line-height: 1.4
}

.sticky-cta button {
    background: var(--coral);
    color: #fff;
    border: 0;
    border-radius: 999px;
    max-width: 152px;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25
}

@media (min-width:700px) {
    .mobile-page {
        border-radius: 28px;
        margin-block: 24px
    }

    .sticky-cta {
        border-radius: 18px;
        bottom: 18px
    }
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}