body.stitch-entry-page {
    --entry-bg: #0f131c;
    --entry-surface: #1c2029;
    --entry-surface-high: #262a34;
    --entry-surface-low: #181b25;
    --entry-outline: rgba(145, 143, 154, 0.28);
    --entry-outline-strong: rgba(192, 193, 255, 0.16);
    --entry-text: #dfe2ef;
    --entry-text-muted: #aeb3c3;
    --entry-text-soft: #8c92a5;
    --entry-primary: #e1dfff;
    --entry-primary-strong: #c0c1ff;
    --entry-primary-ink: #292b5e;
    --entry-tertiary: #fee089;
    background:
        radial-gradient(circle at top right, rgba(192, 193, 255, 0.12), transparent 30%),
        radial-gradient(circle at top left, rgba(254, 224, 137, 0.06), transparent 24%),
        linear-gradient(180deg, #10141f 0%, #0f131c 100%);
    color: var(--entry-text);
    font-family: "Inter", sans-serif;
}

body.stitch-entry-page button:not(:disabled):active,
body.stitch-entry-page a[href]:active,
body.stitch-entry-page [role="button"]:not([aria-disabled="true"]):active {
    transform: scale(var(--micro-press-scale));
    transition-duration: 90ms;
    transition-timing-function: var(--micro-press-ease);
}

@media (max-width: 560px) {
    body[data-page="auth"] .auth-stage-legal a {
        display: inline-flex;
        align-items: center;
        min-height: 32px;
        padding-inline: 2px;
        vertical-align: middle;
    }

    body[data-page="auth"] .entry-corner-language .language-menu-trigger {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }
}

body.stitch-entry-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
        radial-gradient(circle at 50% 0%, rgba(192, 193, 255, 0.18), transparent 42%);
    z-index: 0;
}

body.stitch-entry-page .ambient-light {
    opacity: 0.45;
    filter: blur(72px);
}

body.stitch-entry-page .cookie-banner {
    display: none !important;
}

body.stitch-entry-page main,
body.stitch-entry-page nav,
body.stitch-entry-page footer {
    position: relative;
    z-index: 1;
}

body.stitch-entry-page h1,
body.stitch-entry-page h2,
body.stitch-entry-page h3,
body.stitch-entry-page h4 {
    font-family: "Manrope", "Inter", sans-serif;
    letter-spacing: 0;
    text-shadow: none;
}

body.stitch-entry-page p,
body.stitch-entry-page span,
body.stitch-entry-page label,
body.stitch-entry-page input,
body.stitch-entry-page select,
body.stitch-entry-page textarea,
body.stitch-entry-page button,
body.stitch-entry-page a {
    text-shadow: none;
}

body.stitch-entry-page a {
    color: inherit;
}

html,
body.stitch-entry-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body.stitch-entry-page {
    -webkit-tap-highlight-color: rgba(192, 193, 255, 0.18);
}

body.stitch-entry-page .page-shell {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

body.stitch-entry-page .brand-mark-icon,
body.stitch-entry-page .landing-nav-icon {
    border-radius: 8px;
}

body.stitch-entry-page .entry-glass,
body.stitch-entry-page .premium-glass,
body.stitch-entry-page .legal-document-shell,
body.stitch-entry-page .auth-stage-card,
body.stitch-entry-page .landing-preview-panel,
body.stitch-entry-page .landing-step-card {
    background: rgba(28, 32, 41, 0.68);
    border: 1px solid var(--entry-outline-strong);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.stitch-entry-page .entry-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(225, 223, 255, 0.08);
    border: 1px solid rgba(225, 223, 255, 0.12);
    color: var(--entry-primary-strong);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.stitch-entry-page .entry-chip::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--entry-primary), var(--entry-primary-strong));
    box-shadow: 0 0 16px rgba(192, 193, 255, 0.4);
}

body.stitch-entry-page .entry-primary-button,
body.stitch-entry-page .brand-button-primary {
    border: 0;
    color: var(--entry-primary-ink);
    background: linear-gradient(135deg, var(--entry-primary) 0%, var(--entry-primary-strong) 100%);
    box-shadow: 0 0 24px rgba(192, 193, 255, 0.2);
}

body.stitch-entry-page .entry-primary-button:hover,
body.stitch-entry-page .brand-button-primary:hover {
    filter: brightness(1.04);
    box-shadow: 0 0 32px rgba(192, 193, 255, 0.26);
}

body.stitch-entry-page #btn-send-spinner,
body.stitch-entry-page #btn-resend-spinner {
    animation-duration: 0.5s !important;
}

body.stitch-entry-page .entry-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--entry-text);
}

body.stitch-entry-page .entry-secondary-button:hover {
    background: rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .entry-input,
body.stitch-entry-page .brand-input {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 14, 23, 0.82);
    color: var(--entry-text);
    min-height: 56px;
    padding: 16px 18px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

body.stitch-entry-page .entry-input:focus,
body.stitch-entry-page .brand-input:focus {
    outline: none;
    border-color: rgba(192, 193, 255, 0.34);
    box-shadow: 0 0 0 4px rgba(192, 193, 255, 0.08);
}

body.stitch-entry-page .entry-input::placeholder,
body.stitch-entry-page .brand-input::placeholder {
    color: rgba(174, 179, 195, 0.56);
}

body.stitch-entry-page .landing-nav {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(15, 19, 28, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.stitch-entry-page .landing-nav-inner {
    min-height: 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

body.stitch-entry-page .landing-nav-brand,
body.stitch-entry-page .landing-nav-actions,
body.stitch-entry-page .landing-nav-links {
    display: flex;
    align-items: center;
}

body.stitch-entry-page .landing-nav-brand {
    gap: 12px;
    min-width: 0;
    justify-self: start;
    transform: translateX(-10px);
}

body.stitch-entry-page .landing-nav-brand-text {
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--entry-primary);
}

body.stitch-entry-page .landing-nav-links {
    gap: 32px;
    justify-self: center;
    justify-content: center;
    min-width: 320px;
}

body.stitch-entry-page .landing-nav-link,
body.stitch-entry-page .landing-nav-login-link {
    color: var(--entry-text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 160ms ease;
}

body.stitch-entry-page .landing-nav-link:hover,
body.stitch-entry-page .landing-nav-link.is-active,
body.stitch-entry-page .landing-nav-login-link:hover {
    color: var(--entry-primary-strong);
}

body.stitch-entry-page .landing-nav-link.is-active,
body.stitch-entry-page .landing-nav-links a:hover,
body.stitch-entry-page .landing-nav-links a:focus-visible {
    background: transparent;
    border-color: transparent;
}

body.stitch-entry-page .landing-nav-actions {
    gap: 16px;
    justify-self: end;
    justify-content: flex-end;
    transform: translateX(10px);
}

body.stitch-entry-page .entry-corner-language {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 40;
}

body[data-page="auth"] .entry-corner-language {
    right: 48px;
}

body.stitch-entry-page .product-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.22rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(15, 19, 28, 0.8);
    backdrop-filter: blur(14px);
}

body.stitch-entry-page .product-language-button {
    min-width: 3rem;
    min-height: 2.15rem;
    padding: 0 0.8rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 800;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.stitch-entry-page .product-language-button:hover {
    color: #f8fafc;
}

body.stitch-entry-page .language-menu.product-language-switcher,
body.stitch-entry-page .language-menu.landing-language-switcher {
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

body.stitch-entry-page .language-menu-trigger {
    width: 3rem;
    height: 3rem;
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(15, 19, 28, 0.84);
    box-shadow: 0 18px 42px rgba(4, 7, 15, 0.26);
}

body.stitch-entry-page .language-menu-panel {
    background: rgba(15, 19, 28, 0.96);
}

body.stitch-onboarding-page .product-language-switcher.language-menu {
    position: relative;
}

body[data-page="landing"] .landing-language-switcher.language-menu {
    position: relative;
}

body[data-page="landing"] .language-menu-trigger {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(236, 234, 255, 0.9);
}

body[data-page="landing"] .language-menu-trigger:hover,
body[data-page="landing"] .language-menu-trigger:focus-visible,
body[data-page="landing"] .language-menu[data-open="true"] .language-menu-trigger {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #ffffff;
    transform: translateY(-1px);
}

body[data-page="landing"] .language-menu-trigger-emoji,
body[data-page="landing"] .language-menu-trigger-caret {
    display: none !important;
}

body[data-page="landing"] .language-menu-trigger-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

body[data-page="landing"] .language-menu-trigger-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

body[data-page="landing"] .language-menu-panel {
    top: calc(100% + 8px);
}

body.stitch-onboarding-page .language-menu-trigger {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(236, 234, 255, 0.9);
}

body.stitch-onboarding-page .language-menu-trigger:hover,
body.stitch-onboarding-page .language-menu-trigger:focus-visible,
body.stitch-onboarding-page .language-menu[data-open="true"] .language-menu-trigger {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #ffffff;
    transform: translateY(-1px);
}

body.stitch-onboarding-page .language-menu-trigger-emoji,
body.stitch-onboarding-page .language-menu-trigger-caret {
    display: none !important;
}

body.stitch-onboarding-page .language-menu-trigger-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

body.stitch-onboarding-page .language-menu-trigger-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

body.stitch-onboarding-page .language-menu-panel {
    top: calc(100% + 8px);
}

body.stitch-entry-page [data-language-menu] .language-menu-trigger {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: rgba(236, 234, 255, 0.9);
}

body.stitch-entry-page [data-language-menu] .language-menu-trigger:hover,
body.stitch-entry-page [data-language-menu] .language-menu-trigger:focus-visible,
body.stitch-entry-page [data-language-menu][data-open="true"] .language-menu-trigger {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #ffffff;
    transform: translateY(-1px);
}

body.stitch-entry-page [data-language-menu] .language-menu-trigger-icon {
    width: 30px;
    height: 30px;
}

body.stitch-entry-page [data-language-menu] .language-menu-trigger-emoji,
body.stitch-entry-page [data-language-menu] .language-menu-trigger-caret {
    display: none !important;
}

body.stitch-entry-page .landing-nav-cta,
body.stitch-entry-page .landing-primary-cta,
body.stitch-entry-page .landing-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    font-weight: 800;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.stitch-entry-page .landing-nav-cta,
body.stitch-entry-page .landing-primary-cta {
    color: var(--entry-primary-ink);
    background: linear-gradient(135deg, var(--entry-primary) 0%, var(--entry-primary-strong) 100%);
    box-shadow: none;
}

body.stitch-entry-page .landing-nav-cta:hover,
body.stitch-entry-page .landing-primary-cta:hover,
body.stitch-entry-page .landing-secondary-cta:hover {
    transform: translateY(-1px);
}

body.stitch-entry-page .landing-secondary-cta {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(28, 32, 41, 0.44);
    color: var(--entry-text);
}

body.stitch-entry-page .landing-reference-main {
    padding-top: 8px;
}

body.stitch-entry-page .landing-reference-hero {
    min-height: min(700px, calc(100svh - 104px));
    display: flex;
    align-items: center;
    padding: 26px 0 30px;
    overflow: clip;
}

body.stitch-entry-page .landing-reference-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 56px;
    align-items: center;
}

body.stitch-entry-page .landing-reference-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

body.stitch-entry-page .landing-hero-title {
    max-width: 660px;
    font-size: clamp(2.8rem, 4.25vw, 4rem);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-title-line {
    display: block;
    overflow: hidden;
}

body.stitch-entry-page .landing-title-line > span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
}

body.stitch-entry-page .text-platinum-gradient {
    background: linear-gradient(135deg, var(--entry-primary) 0%, var(--entry-primary-strong) 62%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.stitch-entry-page .landing-hero-summary {
    max-width: 620px;
    color: var(--entry-text-muted);
    font-size: 1.05rem;
    line-height: 1.58;
    white-space: pre-line;
}

body.stitch-entry-page .landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

body.stitch-entry-page .landing-reference-hero-visual {
    position: relative;
    min-height: 520px;
    transform: translateY(-6px);
}

body.stitch-entry-page .landing-preview-panel {
    position: relative;
    border-radius: 28px;
    min-height: 520px;
    padding: 0;
    overflow: hidden;
}

body.stitch-entry-page .landing-preview-panel::before {
    display: none;
}

body.stitch-entry-page .landing-hero-photo {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #080b13;
    border: 1px solid rgba(225, 223, 255, 0.1);
    box-shadow: 0 26px 76px rgba(0, 0, 0, 0.32);
}

body.stitch-entry-page .landing-hero-carousel-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 900ms ease;
    filter: saturate(1.05) contrast(1.02);
}

body.stitch-entry-page .landing-hero-carousel-image.is-active {
    opacity: 1;
}

body.stitch-entry-page .landing-preview-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 560px;
}

body.stitch-entry-page .landing-preview-header,
body.stitch-entry-page .landing-preview-school,
body.stitch-entry-page .landing-preview-note {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(10, 14, 23, 0.76);
}

body.stitch-entry-page .landing-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
}

body.stitch-entry-page .landing-preview-header p {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--entry-text-soft);
}

body.stitch-entry-page .landing-preview-header h3 {
    margin-top: 6px;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--entry-primary);
}

body.stitch-entry-page .landing-preview-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(225, 223, 255, 0.14);
    color: var(--entry-primary);
}

body.stitch-entry-page .landing-preview-list {
    display: grid;
    gap: 14px;
}

body.stitch-entry-page .landing-preview-school {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
}

body.stitch-entry-page .landing-preview-school-main {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

body.stitch-entry-page .landing-preview-school-badge {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(225, 223, 255, 0.18), rgba(192, 193, 255, 0.08));
    display: grid;
    place-items: center;
    color: var(--entry-primary);
    font-weight: 800;
}

body.stitch-entry-page .landing-preview-school-name {
    font-size: 1rem;
    font-weight: 800;
    color: var(--entry-text);
}

body.stitch-entry-page .landing-preview-school-meta {
    margin-top: 4px;
    font-size: 0.78rem;
    color: var(--entry-text-soft);
}

body.stitch-entry-page .landing-preview-pill {
    flex-shrink: 0;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-preview-pill.is-reach {
    background: rgba(254, 224, 137, 0.14);
    color: var(--entry-tertiary);
}

body.stitch-entry-page .landing-preview-pill.is-match {
    background: rgba(225, 223, 255, 0.14);
    color: var(--entry-primary);
}

body.stitch-entry-page .landing-preview-note {
    margin-top: auto;
    padding: 20px 22px;
}

body.stitch-entry-page .landing-preview-note p:first-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--entry-primary);
    font-size: 0.78rem;
    font-weight: 700;
}

body.stitch-entry-page .landing-preview-note p:last-child {
    color: var(--entry-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
    body.stitch-entry-page .landing-proof-bar::before {
        transition: none;
        transform: scaleX(1);
    }

    body.stitch-entry-page .landing-pool-dots span {
        animation: none;
        transform: scale(1);
    }
}

body.stitch-entry-page .landing-reference-strip {
    padding: 12px 0 24px;
}

body.stitch-entry-page .landing-reference-strip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.stitch-entry-page .landing-trust-item {
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--entry-text-muted);
    font-size: 0.88rem;
}

body.stitch-entry-page .landing-trust-item::before {
    content: none;
    display: none;
}

body.stitch-entry-page .landing-proof-strip-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.stitch-entry-page .landing-proof-metric {
    min-height: 88px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    border-radius: 0;
    padding: 6px 0 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 220ms ease, border-color 220ms ease;
}

body.stitch-entry-page .landing-proof-metric:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 223, 255, 0.2);
}

body.stitch-entry-page .landing-proof-metric strong {
    color: #f8f7ff;
    font-size: clamp(2.25rem, 3.35vw, 3.35rem);
    line-height: 1;
    font-weight: 800;
}

body.stitch-entry-page .landing-proof-metric span {
    color: var(--entry-text-muted);
    font-size: 1rem;
    line-height: 1.35;
}

body.stitch-entry-page .landing-reference-workflow {
    padding: 52px 0 76px;
    scroll-margin-top: 92px;
}

body.stitch-entry-page .landing-reference-section-head {
    max-width: 760px;
    margin-bottom: 28px;
}

body.stitch-entry-page .landing-workflow-head,
body.stitch-entry-page .landing-workflow-head h2,
body.stitch-entry-page .landing-workflow-head p {
    max-width: 760px;
}

body.stitch-entry-page .landing-reference-section-head h2 {
    font-size: clamp(2.4rem, 4.4vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-reference-section-head p {
    margin-top: 14px;
    color: var(--entry-text-muted);
    font-size: clamp(1.06rem, 1.25vw, 1.18rem);
    line-height: 1.55;
}

body.stitch-entry-page .landing-workflow-route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: rgba(244, 242, 255, 0.78);
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.35;
}

body.stitch-entry-page .landing-workflow-route span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

body.stitch-entry-page .landing-workflow-route span + span::before {
    content: "";
    width: 22px;
    height: 1px;
    flex: 0 0 auto;
    background: rgba(225, 223, 255, 0.28);
}

body.stitch-entry-page .landing-flow-scenes {
    display: grid;
    gap: 12px;
}

body.stitch-entry-page .landing-flow-scene {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: stretch;
    padding: 36px 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 180ms ease;
}

body.stitch-entry-page .landing-flow-scene.is-active,
body.stitch-entry-page .landing-flow-scene:hover {
    border-color: rgba(192, 193, 255, 0.18);
}

body.stitch-entry-page .landing-flow-scene-feature {
    padding-top: 4px;
    border-top: 0;
}

body.stitch-entry-page .landing-flow-scene-reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

body.stitch-entry-page .landing-flow-scene-service {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
}

body.stitch-entry-page .landing-flow-scene-compact {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    align-items: center;
}

body.stitch-entry-page .landing-flow-scene-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-width: 0;
}

body.stitch-entry-page .landing-flow-scene-service .landing-flow-scene-media {
    display: flex;
    align-items: center;
}

body.stitch-entry-page .landing-flow-scene-index {
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--entry-text-soft);
}

body.stitch-entry-page .landing-flow-scene-copy h3 {
    font-size: clamp(1.72rem, 2.32vw, 2.34rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-flow-scene-copy p {
    color: var(--entry-text-muted);
    max-width: 34rem;
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.55;
}

body.stitch-entry-page .landing-flow-scene-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.stitch-entry-page .landing-flow-scene-meta span {
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--entry-text-muted);
    font-size: 0.9rem;
    line-height: 1.2;
}

body.stitch-entry-page .landing-flow-scene-meta span::before {
    content: none;
    display: none;
}

body.stitch-entry-page .landing-showcase-frame {
    height: 100%;
    min-height: 320px;
    border-radius: 18px;
    background: rgba(10, 14, 23, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

body.stitch-entry-page .landing-showcase-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.stitch-entry-page .landing-showcase-bar span {
    font-size: 0.82rem;
    color: var(--entry-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
}

body.stitch-entry-page .landing-showcase-bar strong {
    color: var(--entry-text);
    font-size: 1.02rem;
    font-weight: 700;
}

body.stitch-entry-page .landing-showcase-screen {
    height: calc(100% - 65px);
}

body.stitch-entry-page .landing-showcase-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.stitch-entry-page .landing-product-sample {
    min-height: 400px;
}

body.stitch-entry-page .landing-sample-screen {
    height: auto;
    min-height: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    background:
        radial-gradient(circle at 18% 12%, rgba(192, 193, 255, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(15, 20, 32, 0.96), rgba(8, 12, 22, 0.98));
}

body.stitch-entry-page .landing-match-proof {
    min-height: 420px;
    background:
        linear-gradient(180deg, rgba(18, 22, 32, 0.94), rgba(8, 11, 18, 0.98));
}

body.stitch-entry-page .landing-match-proof-screen {
    position: relative;
    min-height: calc(100% - 65px);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: stretch;
    padding: 24px;
    overflow: hidden;
}

body.stitch-entry-page .landing-match-lab,
body.stitch-entry-page .landing-proof-results {
    position: relative;
    z-index: 1;
}

body.stitch-entry-page .landing-match-lab {
    display: grid;
    gap: 18px;
    align-content: center;
}

body.stitch-entry-page .landing-profile-stack,
body.stitch-entry-page .landing-candidate-pool,
body.stitch-entry-page .landing-proof-bucket {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 520ms ease, transform 520ms ease, border-color 220ms ease;
}

body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-profile-stack,
body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-candidate-pool,
body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-proof-bucket {
    opacity: 1;
    transform: translateY(0);
}

body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-candidate-pool {
    transition-delay: 110ms;
}

body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-proof-bucket:nth-of-type(1) {
    transition-delay: 180ms;
}

body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-proof-bucket:nth-of-type(2) {
    transition-delay: 280ms;
}

body.stitch-entry-page .landing-match-proof-screen.is-visible .landing-proof-bucket:nth-of-type(3) {
    transition-delay: 380ms;
}

body.stitch-entry-page .landing-profile-stack,
body.stitch-entry-page .landing-candidate-pool {
    min-width: 0;
    padding-left: 18px;
    border-left: 1px solid rgba(225, 223, 255, 0.22);
}

body.stitch-entry-page .landing-lab-kicker,
body.stitch-entry-page .landing-candidate-pool > span,
body.stitch-entry-page .landing-proof-bucket-head span {
    display: block;
    color: var(--entry-text-soft);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-profile-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

body.stitch-entry-page .landing-profile-chips span {
    width: fit-content;
    border-radius: 999px;
    padding: 8px 11px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(247, 247, 255, 0.9);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
}

body.stitch-entry-page .landing-candidate-pool strong {
    display: block;
    margin-top: 6px;
    color: #f7f7ff;
    font-size: clamp(3rem, 5vw, 4.8rem);
    letter-spacing: -0.04em;
    line-height: 0.95;
    font-weight: 850;
}

body.stitch-entry-page .landing-candidate-pool p {
    margin-top: 8px;
    color: var(--entry-text-muted);
    font-size: 1rem;
    line-height: 1.32;
}

body.stitch-entry-page .landing-pool-dots {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    max-width: 170px;
    margin-top: 16px;
}

body.stitch-entry-page .landing-pool-dots span {
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(225, 223, 255, 0.16);
    transform: scale(0.72);
    animation: landingPoolBlink 2.8s ease-in-out infinite;
}

body.stitch-entry-page .landing-pool-dots span:nth-child(3n + 1) {
    animation-delay: 120ms;
}

body.stitch-entry-page .landing-pool-dots span:nth-child(3n + 2) {
    animation-delay: 260ms;
}

body.stitch-entry-page .landing-pool-dots span:nth-child(4n) {
    background: rgba(172, 193, 255, 0.36);
    animation-delay: 420ms;
}

body.stitch-entry-page .landing-proof-bucket p {
    max-width: 34rem;
    margin-top: 8px;
    color: var(--entry-text-muted);
    font-size: 0.96rem;
    line-height: 1.46;
    text-wrap: pretty;
}

body.stitch-entry-page .landing-proof-results {
    display: grid;
    gap: 18px;
    align-content: center;
}

body.stitch-entry-page .landing-proof-bucket {
    min-width: 0;
    transition: transform 220ms ease;
}

body.stitch-entry-page .landing-proof-bucket:hover {
    transform: translateX(3px);
}

body.stitch-entry-page .landing-proof-bucket-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
}

body.stitch-entry-page .landing-proof-bucket-head strong {
    color: #f7f7ff;
    font-size: clamp(1.18rem, 1.6vw, 1.52rem);
    line-height: 1;
    font-weight: 850;
}

body.stitch-entry-page .landing-proof-bar {
    position: relative;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .landing-proof-bar::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: min(100%, max(6%, var(--proof-width, 20%)));
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(172, 193, 255, 0.72));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 900ms cubic-bezier(0.2, 0.75, 0.18, 1);
}

body.stitch-entry-page .landing-proof-bar.is-visible::before {
    transform: scaleX(1);
}

body.stitch-entry-page .landing-service-proof,
body.stitch-entry-page .landing-core-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-content: center;
    height: 100%;
}

body.stitch-entry-page .landing-core-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.stitch-entry-page .landing-service-proof > div,
body.stitch-entry-page .landing-core-list > div {
    min-width: 0;
    padding-left: 18px;
    border-left: 1px solid rgba(225, 223, 255, 0.22);
    transition: transform 220ms ease, border-color 220ms ease;
}

body.stitch-entry-page .landing-service-proof > div:hover,
body.stitch-entry-page .landing-core-list > div:hover {
    transform: translateY(-2px);
    border-color: rgba(225, 223, 255, 0.44);
}

body.stitch-entry-page .landing-service-proof span,
body.stitch-entry-page .landing-core-list span {
    display: block;
    color: var(--entry-text-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-service-proof strong,
body.stitch-entry-page .landing-core-list strong {
    display: block;
    margin-top: 8px;
    color: #f5f6ff;
    font-size: clamp(1.1rem, 1.8vw, 1.55rem);
    line-height: 1.22;
    font-weight: 800;
}

body.stitch-entry-page .landing-service-proof p {
    margin-top: 10px;
    color: var(--entry-text-muted);
    font-size: 0.92rem;
    line-height: 1.58;
}

body.stitch-entry-page .landing-service-decision {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-content: center;
    height: auto;
    min-height: 228px;
}

body.stitch-entry-page .landing-service-decision-column {
    min-width: 0;
    border-left: 1px solid rgba(225, 223, 255, 0.2);
    padding: 18px 16px 18px 18px;
    background: rgba(255, 255, 255, 0.025);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 520ms ease, transform 520ms ease, background 220ms ease, border-color 220ms ease;
}

body.stitch-entry-page .landing-service-decision.is-visible .landing-service-decision-column {
    opacity: 1;
    transform: translateY(0);
}

body.stitch-entry-page .landing-service-decision.is-visible .landing-service-decision-column:nth-child(2) {
    transition-delay: 110ms;
}

body.stitch-entry-page .landing-service-decision.is-visible .landing-service-decision-column:nth-child(3) {
    transition-delay: 220ms;
}

body.stitch-entry-page .landing-service-decision-column:hover,
body.stitch-entry-page .landing-service-decision-column.is-active {
    border-color: rgba(225, 223, 255, 0.42);
    background: rgba(225, 223, 255, 0.055);
}

body.stitch-entry-page .landing-service-decision-column span,
body.stitch-entry-page .landing-coverage-stats span {
    display: block;
    color: var(--entry-text-soft);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-service-decision-column strong,
body.stitch-entry-page .landing-coverage-stats strong {
    display: block;
    margin-top: 10px;
    color: #f6f6ff;
    font-size: clamp(1.22rem, 1.72vw, 1.55rem);
    line-height: 1.22;
    font-weight: 850;
}

body.stitch-entry-page .landing-service-decision-column p {
    margin-top: 10px;
    color: var(--entry-text-muted);
    font-size: 0.98rem;
    line-height: 1.46;
}

body.stitch-entry-page .landing-coverage-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.42fr);
    gap: 30px;
    align-items: center;
    height: 100%;
}

body.stitch-entry-page .landing-coverage-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

body.stitch-entry-page .landing-coverage-stats > div {
    min-width: 0;
    border-left: 1px solid rgba(225, 223, 255, 0.22);
    padding-left: 18px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 520ms ease, transform 520ms ease, border-color 220ms ease;
}

body.stitch-entry-page .landing-coverage-panel.is-visible .landing-coverage-stats > div {
    opacity: 1;
    transform: translateY(0);
}

body.stitch-entry-page .landing-coverage-panel.is-visible .landing-coverage-stats > div:nth-child(2) {
    transition-delay: 100ms;
}

body.stitch-entry-page .landing-coverage-panel.is-visible .landing-coverage-stats > div:nth-child(3) {
    transition-delay: 200ms;
}

body.stitch-entry-page .landing-coverage-stats > div:hover {
    border-color: rgba(225, 223, 255, 0.44);
}

body.stitch-entry-page .landing-coverage-map {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
}

body.stitch-entry-page .landing-coverage-map span {
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(225, 223, 255, 0.12);
    opacity: 0;
    transform: scale(0.58);
    transition: opacity 420ms ease, transform 420ms ease, background 220ms ease;
}

body.stitch-entry-page .landing-coverage-panel.is-visible .landing-coverage-map span {
    opacity: 1;
    transform: scale(1);
}

body.stitch-entry-page .landing-coverage-panel.is-visible .landing-coverage-map span:nth-child(3n) {
    background: rgba(172, 193, 255, 0.34);
}

body.stitch-entry-page .landing-coverage-map span:hover {
    background: rgba(255, 255, 255, 0.72);
}

body.stitch-entry-page .landing-match-profile-strip,
body.stitch-entry-page .landing-match-buckets,
body.stitch-entry-page .landing-platform-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.stitch-entry-page .landing-match-profile-strip > div,
body.stitch-entry-page .landing-match-bucket,
body.stitch-entry-page .landing-platform-metrics > div,
body.stitch-entry-page .landing-platform-index > div,
body.stitch-entry-page .landing-service-row,
body.stitch-entry-page .landing-service-assurance,
body.stitch-entry-page .landing-major-brief-head,
body.stitch-entry-page .landing-major-list > div,
body.stitch-entry-page .landing-major-next {
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.045);
}

body.stitch-entry-page .landing-match-profile-strip > div {
    min-height: 84px;
    border-radius: 18px;
    padding: 14px;
}

body.stitch-entry-page .landing-match-profile-strip span,
body.stitch-entry-page .landing-platform-metrics span,
body.stitch-entry-page .landing-major-brief-head span,
body.stitch-entry-page .landing-major-next span {
    display: block;
    color: var(--entry-text-soft);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.stitch-entry-page .landing-match-profile-strip strong,
body.stitch-entry-page .landing-platform-index span,
body.stitch-entry-page .landing-service-row strong,
body.stitch-entry-page .landing-service-assurance strong,
body.stitch-entry-page .landing-major-brief-head strong,
body.stitch-entry-page .landing-major-list strong {
    display: block;
    margin-top: 7px;
    color: #f5f6ff;
    font-size: 0.94rem;
    line-height: 1.35;
    font-weight: 800;
}

body.stitch-entry-page .landing-match-bucket {
    min-width: 0;
    min-height: 156px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    padding: 16px;
}

body.stitch-entry-page .landing-match-bucket strong,
body.stitch-entry-page .landing-match-bucket p {
    overflow-wrap: anywhere;
}

body.stitch-entry-page .landing-match-bucket p,
body.stitch-entry-page .landing-service-row p,
body.stitch-entry-page .landing-service-assurance p,
body.stitch-entry-page .landing-platform-index p,
body.stitch-entry-page .landing-major-brief-head p,
body.stitch-entry-page .landing-major-next p {
    color: var(--entry-text-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

body.stitch-entry-page .landing-bucket-tag {
    width: fit-content;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.stitch-entry-page .landing-bucket-tag.is-reach {
    color: #ffe39a;
    background: rgba(254, 224, 137, 0.12);
}

body.stitch-entry-page .landing-bucket-tag.is-target {
    color: var(--entry-primary);
    background: rgba(192, 193, 255, 0.14);
}

body.stitch-entry-page .landing-bucket-tag.is-safety {
    color: #9ee8c8;
    background: rgba(81, 211, 154, 0.12);
}

@keyframes landingPoolBlink {
    0%,
    100% {
        transform: scale(0.72);
        opacity: 0.45;
    }
    48% {
        transform: scale(1);
        opacity: 1;
    }
}

body.stitch-entry-page .landing-match-action-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(192, 193, 255, 0.14);
    background: rgba(192, 193, 255, 0.08);
}

body.stitch-entry-page .landing-match-action-row span,
body.stitch-entry-page .landing-service-row > span,
body.stitch-entry-page .landing-major-list span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #10131d;
    background: linear-gradient(135deg, var(--entry-primary), var(--entry-primary-strong));
    font-size: 0.72rem;
    font-weight: 900;
}

body.stitch-entry-page .landing-match-action-row p {
    color: #eef0ff;
    font-size: 0.92rem;
    line-height: 1.55;
}

body.stitch-entry-page .landing-service-stack {
    display: grid;
    gap: 12px;
}

body.stitch-entry-page .landing-service-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    border-radius: 20px;
    padding: 15px;
}

body.stitch-entry-page .landing-service-row strong {
    margin-top: 0;
}

body.stitch-entry-page .landing-service-row p {
    margin-top: 5px;
}

body.stitch-entry-page .landing-service-assurance {
    border-radius: 22px;
    padding: 18px;
    background: rgba(254, 224, 137, 0.075);
    border-color: rgba(254, 224, 137, 0.16);
}

body.stitch-entry-page .landing-service-assurance strong {
    margin-top: 0;
}

body.stitch-entry-page .landing-service-assurance p {
    margin-top: 7px;
}

body.stitch-entry-page .landing-platform-metrics > div {
    min-height: 118px;
    border-radius: 20px;
    padding: 18px;
}

body.stitch-entry-page .landing-platform-metrics strong {
    display: block;
    color: #f8f7ff;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1;
    font-weight: 900;
}

body.stitch-entry-page .landing-platform-metrics span {
    margin-top: 10px;
}

body.stitch-entry-page .landing-platform-index {
    display: grid;
    gap: 12px;
}

body.stitch-entry-page .landing-platform-index > div {
    border-radius: 18px;
    padding: 15px 16px;
}

body.stitch-entry-page .landing-platform-index span {
    margin-top: 0;
}

body.stitch-entry-page .landing-platform-index p {
    margin-top: 5px;
}

body.stitch-entry-page .landing-major-brief-head,
body.stitch-entry-page .landing-major-next {
    border-radius: 22px;
    padding: 18px;
}

body.stitch-entry-page .landing-major-brief-head strong {
    margin-top: 8px;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

body.stitch-entry-page .landing-major-brief-head p,
body.stitch-entry-page .landing-major-next p {
    margin-top: 8px;
}

body.stitch-entry-page .landing-major-list {
    display: grid;
    gap: 10px;
}

body.stitch-entry-page .landing-major-list > div {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    padding: 12px;
}

body.stitch-entry-page .landing-major-list strong {
    margin-top: 0;
}

body.stitch-entry-page .landing-reference-cta {
    padding: 8px 0 88px;
}

body.stitch-entry-page .landing-reference-cta-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 46px 0 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .landing-reference-cta-shell h2 {
    font-size: clamp(2.2rem, 3.7vw, 4.2rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-reference-cta-shell p {
    max-width: 680px;
    margin: 16px auto 0;
    color: var(--entry-text-muted);
    line-height: 1.7;
}

body.stitch-entry-page .landing-reference-cta-actions {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

body.stitch-entry-page .landing-legal-footer,
body.stitch-entry-page .site-legal-footer {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 0 28px;
    color: var(--entry-text-soft);
}

body.stitch-entry-page.landing-experience-body .landing-legal-footer {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 0 max(16px, calc((100vw - 1240px) / 2)) 28px;
    background: #050710;
}

body.stitch-entry-page .site-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

body.stitch-entry-page .site-legal-links a,
body.stitch-entry-page .site-legal-links button {
    color: var(--entry-text-soft);
    background: transparent;
    border: 0;
    padding: 0;
}

body.stitch-entry-page .site-legal-links a:hover,
body.stitch-entry-page .site-legal-links button:hover {
    color: var(--entry-primary-strong);
}

body.stitch-entry-page .auth-page-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 20px 16px 48px;
}

body.stitch-entry-page .auth-stage-wrap {
    width: min(520px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
}

body.stitch-entry-page .auth-stage-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

body.stitch-entry-page .auth-stage-brand > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-10px);
}

body.stitch-entry-page .auth-stage-brand .brand-mark-icon {
    margin-left: -14px;
}

body.stitch-entry-page .auth-stage-brand-title {
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: var(--entry-primary);
}

body.stitch-entry-page .auth-stage-brand-copy {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--entry-text-soft);
}

body.stitch-entry-page .auth-stage-card {
    width: 100%;
    border-radius: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.stitch-entry-page .auth-stage-topbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

body.stitch-entry-page .auth-stage-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--entry-text-muted);
    font-size: 0.92rem;
}

body.stitch-entry-page .auth-stage-heading h1,
body.stitch-entry-page .auth-stage-heading h2,
body.stitch-entry-page .auth-reference-panel-head h2 {
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #f6f7fb;
}

body.stitch-entry-page .auth-stage-heading p,
body.stitch-entry-page .auth-reference-panel-head p {
    margin-top: 10px;
    color: var(--entry-text-muted);
    line-height: 1.65;
}

body.stitch-entry-page .auth-stage-title-plain {
    margin: 0;
}

body.stitch-entry-page .auth-stage-heading-simple {
    text-align: center;
}

body.stitch-entry-page .auth-stage-form {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

body.stitch-entry-page #auth-step-1 .auth-stage-form {
    margin-top: 0;
}

body.stitch-entry-page .auth-legal-confirmations {
    margin: 0;
    padding: 0;
    border: 0;
}

body.stitch-entry-page .auth-legal-confirmation {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    color: var(--entry-text-soft);
    font-size: 0.76rem;
    line-height: 1.5;
}

body.stitch-entry-page .auth-legal-confirmation-input {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    margin: 0.12rem 0 0;
    accent-color: var(--entry-primary);
}

body.stitch-entry-page .auth-legal-confirmation a {
    color: var(--entry-primary-strong);
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

body.stitch-entry-page .auth-stage-label {
    display: block;
    margin: 0 0 10px 4px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--entry-text-soft);
}

body.stitch-entry-page .auth-stage-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
}

body.stitch-entry-page .auth-stage-divider::before {
    content: "";
    position: absolute;
    inset: 50% 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .auth-stage-divider span {
    position: relative;
    padding: 0 16px;
    background: var(--entry-surface);
    color: var(--entry-text-soft);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.stitch-entry-page .auth-stage-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--entry-text);
    font-weight: 700;
}

body.stitch-entry-page .auth-resend-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 28px;
    color: var(--entry-text-soft);
    font-size: 0.88rem;
}

body.stitch-entry-page .auth-resend-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--entry-primary);
    font-weight: 800;
    line-height: 1.2;
}

body.stitch-entry-page .auth-resend-button:hover {
    color: var(--entry-primary-strong);
}

body.stitch-entry-page .auth-resend-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

body.stitch-entry-page .auth-stage-legal {
    margin: 2px 0 0;
    padding: 0;
    color: var(--entry-text-soft);
    font-size: 0.84rem;
    line-height: 1.7;
}

body.stitch-entry-page .auth-stage-legal span {
    color: var(--entry-text-muted);
    font-size: 0.85rem;
    line-height: 1.6;
}

body.stitch-entry-page .auth-stage-legal a {
    color: var(--entry-primary-strong);
}

body.stitch-entry-page .auth-google-button {
    min-height: 58px;
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 246, 251, 0.94));
    color: #1d2430;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

body.stitch-entry-page .auth-google-button:hover {
    background: linear-gradient(180deg, #ffffff, #eef2f8);
}

body.stitch-entry-page .auth-google-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

body.stitch-entry-page .auth-google-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.stitch-entry-page #auth-error-msg {
    margin-bottom: 18px;
    border: 0;
    background: rgba(211, 89, 89, 0.14);
    color: #ffc7c7;
}

body.stitch-entry-page .auth-session-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    border-radius: 16px;
    padding: 0 18px;
    background: rgba(10, 14, 23, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--entry-text);
}

body.stitch-entry-page .auth-entry-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--entry-text-soft);
    font-size: 0.88rem;
}

body.stitch-entry-page .auth-entry-footer a {
    color: var(--entry-text-soft);
}

body.stitch-entry-page .auth-entry-footer a:hover {
    color: var(--entry-primary-strong);
}

body.stitch-onboarding-page {
    color: #dfe2ef;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(192, 193, 255, 0.08), transparent 36%),
        linear-gradient(180deg, #101520 0%, #0d121c 100%);
}

body.stitch-entry-page .onboarding-backdrop {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

body.stitch-entry-page .onboarding-backdrop-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(120px);
    opacity: 0.4;
}

body.stitch-entry-page .onboarding-backdrop-glow-left {
    top: -12%;
    left: -10%;
    width: 38vw;
    height: 38vw;
    background: rgba(192, 193, 255, 0.1);
}

body.stitch-entry-page .onboarding-backdrop-glow-right {
    right: -8%;
    bottom: -16%;
    width: 32vw;
    height: 32vw;
    background: rgba(133, 149, 255, 0.09);
}

body.stitch-entry-page .onboarding-topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 77px;
    padding: 19px 30px;
    background: rgba(15, 19, 28, 0.84);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.24);
}

body.stitch-entry-page .onboarding-topbar-progress {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(62vw, 660px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
}

body.stitch-entry-page .onboarding-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #eceaff;
    text-decoration: none;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.stitch-entry-page .onboarding-brand-mark {
    width: 31px;
    height: 31px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

body.stitch-entry-page .onboarding-brand-text {
    line-height: 1;
}

body.stitch-entry-page .onboarding-topbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.stitch-entry-page .onboarding-topbar-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: rgba(225, 223, 255, 0.72);
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.stitch-entry-page .onboarding-topbar-icon:hover {
    background: rgba(192, 193, 255, 0.1);
    color: #eceaff;
    transform: translateY(-1px);
}

body.stitch-entry-page .onboarding-stage-shell {
    width: min(1080px, calc(100% - 36px));
    margin: 0 auto;
    height: 100svh;
    padding: 104px 0 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

body.stitch-entry-page .onboarding-progress-shell {
    width: min(100%, 1120px);
    margin: 0 auto 44px;
}

body.stitch-entry-page .onboarding-progress-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

body.stitch-entry-page .onboarding-progress-label,
body.stitch-entry-page .onboarding-progress-copy {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.stitch-entry-page .onboarding-progress-label {
    color: #f0eeff;
    text-align: center;
}

body.stitch-entry-page .onboarding-progress-copy {
    color: rgba(214, 209, 234, 0.62);
    text-align: right;
}

body.stitch-entry-page .onboarding-progress-rail {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
}

body.stitch-entry-page .onboarding-progress-fill {
    display: block;
    width: 34%;
    height: 100%;
    background: linear-gradient(90deg, rgba(225, 223, 255, 0.96), rgba(192, 193, 255, 0.88));
    box-shadow: 0 0 18px rgba(192, 193, 255, 0.34);
    transition: width 220ms ease;
}

body.stitch-entry-page .onboarding-alert {
    width: min(100%, 1120px);
    margin: 0 auto 24px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(147, 0, 10, 0.22);
    color: #ffdad6;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}

body.stitch-entry-page .onboarding-main-card {
    position: relative;
    width: min(100%, 860px);
    height: min(680px, calc(100svh - 174px));
    min-height: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(28, 32, 41, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 34px 68px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.stitch-entry-page .onboarding-step-panel {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.stitch-entry-page .onboarding-card-inner {
    width: 100%;
    margin: 0 auto;
    padding: 54px 58px 96px;
}

body.stitch-entry-page #onboarding-step-1 .onboarding-card-inner,
body.stitch-entry-page #onboarding-step-2 .onboarding-card-inner {
    max-width: 760px;
}

body.stitch-entry-page #onboarding-step-1 .onboarding-card-inner {
    min-height: 100%;
    display: grid;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-card-inner {
    max-width: 760px;
}

body.stitch-entry-page .onboarding-step-1-surface {
    position: static;
    min-height: 100%;
    display: grid;
    grid-template-rows: 0.7fr auto auto 1.3fr;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.stitch-entry-page .onboarding-card-inner-wide {
    max-width: 900px;
}

body.stitch-entry-page .onboarding-card-inner-narrow {
    max-width: 620px;
}

body.stitch-entry-page #onboarding-step-2 .onboarding-card-inner {
    max-width: 840px;
    padding: 30px 30px 86px;
}

body.stitch-entry-page #onboarding-step-2 .onboarding-step-header {
    margin-bottom: 20px;
}

body.stitch-entry-page #onboarding-step-2 .onboarding-grade-sections {
    margin-top: 12px;
}

body.stitch-entry-page #onboarding-step-3 .onboarding-card-inner {
    min-height: 100%;
    display: grid;
    grid-template-rows: 0.7fr auto auto 1.3fr;
}

body.stitch-entry-page #onboarding-step-3 .onboarding-step-header {
    grid-row: 2;
    align-self: end;
    margin-top: -30px;
    margin-bottom: 56px;
}

body.stitch-entry-page #onboarding-step-3 .onboarding-stack {
    grid-row: 3;
    justify-items: center;
}

body.stitch-entry-page #onboarding-step-1 .onboarding-step-header {
    grid-row: 2;
    align-self: end;
    margin-top: -30px;
    margin-bottom: 56px;
}

body.stitch-entry-page #onboarding-step-1 .onboarding-stack {
    grid-row: 3;
    align-self: start;
}

body.stitch-entry-page #onboarding-academic-track-grid {
    width: 100%;
}

body.stitch-entry-page .onboarding-step-header {
    margin-bottom: 28px;
}

body.stitch-entry-page .onboarding-step-header h1 {
    margin: 0;
    color: #f0eeff;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(2.05rem, 3.2vw, 2.55rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-align: center;
}

body.stitch-entry-page .onboarding-step-header p {
    margin: 10px 0 0;
    color: rgba(223, 226, 239, 0.78);
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.45;
}

body.stitch-entry-page .onboarding-step-header-center {
    text-align: center;
}

body.stitch-entry-page .onboarding-step-header-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
}

body.stitch-entry-page .onboarding-step-title-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

body.stitch-entry-page .onboarding-step-title-row h1 {
    margin: 0;
}

body.stitch-entry-page .onboarding-step-header-inline p {
    width: 100%;
}

body.stitch-entry-page .onboarding-step-optional-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.8rem;
    padding: 0 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(223, 226, 239, 0.86);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.stitch-entry-page .onboarding-stack {
    display: grid;
    gap: 18px;
}

body.stitch-entry-page .onboarding-section-label,
body.stitch-entry-page .onboarding-field-label {
    display: block;
    margin-bottom: 14px;
    color: rgba(214, 209, 234, 0.62);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

body.stitch-entry-page .onboarding-choice-grid {
    display: grid;
    gap: 14px;
}

body.stitch-entry-page .onboarding-choice-grid-dual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.stitch-entry-page #onboarding-step-1 .onboarding-stack {
    flex: 0 1 auto;
    width: min(100%, 640px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    justify-items: stretch;
}

body.stitch-entry-page #onboarding-step-1 .onboarding-stack > * {
    width: 100%;
    min-width: 0;
}

body.stitch-entry-page #onboarding-step-1 .onboarding-choice-grid-dual {
    width: 100%;
    margin: 0;
}

body.stitch-entry-page .onboarding-choice-card {
    width: 100%;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(58, 61, 73, 0.96);
    color: #e7e7f4;
    text-align: center;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

body.stitch-entry-page .onboarding-choice-card:hover {
    transform: translateY(-1px);
    background: rgba(66, 70, 83, 0.98);
}

body.stitch-entry-page .onboarding-choice-card.is-selected {
    background: linear-gradient(180deg, rgba(188, 188, 240, 0.98), rgba(176, 175, 235, 0.98));
    color: #3e4277;
    box-shadow: 0 0 24px rgba(192, 193, 255, 0.18);
}

body.stitch-entry-page .onboarding-choice-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(10, 14, 23, 0.42);
    font-size: 1rem;
}

body.stitch-entry-page .onboarding-location-card.is-selected .onboarding-choice-icon,
body.stitch-entry-page .onboarding-grade-card.is-selected .onboarding-grade-badge {
    background: rgba(50, 54, 98, 0.92);
    color: #eceaff;
}

body.stitch-entry-page .onboarding-choice-title {
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 1.34rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.16;
    word-break: keep-all;
    text-wrap: balance;
}

body.stitch-entry-page .onboarding-location-card .onboarding-choice-title {
    font-size: 1.58rem;
}

html[lang="zh-CN"] body.stitch-entry-page .onboarding-step-header h1,
html[lang="zh-CN"] body.stitch-entry-page .onboarding-choice-title {
    font-family: "Inter", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
    letter-spacing: -0.02em;
}

html[lang="zh-CN"] body.stitch-entry-page .onboarding-step-header h1 {
    line-height: 1.14;
    text-wrap: balance;
}

html[lang="zh-CN"] body.stitch-entry-page .onboarding-location-card .onboarding-choice-title {
    font-size: clamp(1.28rem, 2.5vw, 1.52rem);
}

body.stitch-entry-page .onboarding-choice-description {
    color: rgba(214, 209, 234, 0.76);
    font-size: 0.95rem;
    line-height: 1.5;
}

body.stitch-entry-page .onboarding-choice-card.is-selected .onboarding-choice-description {
    color: rgba(62, 66, 119, 0.92);
}

body.stitch-entry-page .onboarding-field-block {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

body.stitch-entry-page .onboarding-detail-block {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    margin-top: -10px;
    border-top-color: transparent;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition:
        max-height 260ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 200ms ease,
        transform 240ms ease,
        padding-top 240ms ease,
        margin-top 240ms ease,
        border-top-color 180ms ease;
}

body.stitch-entry-page .onboarding-detail-block.is-active {
    max-height: 180px;
    padding-top: 16px;
    margin-top: 0;
    border-top-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.stitch-entry-page .onboarding-detail-inner {
    display: grid;
    gap: 0;
}

body.stitch-entry-page .onboarding-input-shell {
    position: relative;
}

body.stitch-entry-page .onboarding-input-shell-status .onboarding-input {
    padding-right: 54px;
}

body.stitch-entry-page .onboarding-input-shell-icon i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: rgba(214, 209, 234, 0.64);
    font-size: 1rem;
    pointer-events: none;
}

body.stitch-entry-page .onboarding-input {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 12px;
    background: rgba(7, 11, 19, 0.92);
    color: #f0eeff;
    padding: 14px 18px;
    font-size: 1.04rem;
    line-height: 1.4;
    transition: background 180ms ease, box-shadow 180ms ease;
}

body.stitch-entry-page .onboarding-input::placeholder {
    color: rgba(214, 209, 234, 0.34);
}

body.stitch-entry-page .onboarding-input:focus {
    outline: none;
    background: rgba(12, 17, 27, 0.98);
    box-shadow: 0 0 0 1px rgba(225, 223, 255, 0.16), 0 0 0 10px rgba(192, 193, 255, 0.08);
}

body.stitch-entry-page .onboarding-select {
    padding-right: 48px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(225, 223, 255, 0.72) 50%),
        linear-gradient(135deg, rgba(225, 223, 255, 0.72) 50%, transparent 50%);
    background-position:
        calc(100% - 28px) calc(50% - 4px),
        calc(100% - 20px) calc(50% - 4px);
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

body.stitch-entry-page .onboarding-input-shell-icon .onboarding-input {
    padding-left: 46px;
}

body.stitch-entry-page .onboarding-invite-status {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 220ms ease;
}

body.stitch-entry-page .onboarding-invite-status.is-visible {
    opacity: 1;
}

body.stitch-entry-page .onboarding-invite-status i {
    font-size: 0.92rem;
    line-height: 1;
}

body.stitch-entry-page .onboarding-invite-status.is-success {
    color: #5ce0a1;
}

body.stitch-entry-page .onboarding-invite-spinner {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-top-color: rgba(255, 255, 255, 0.96);
    animation: onboardingInviteSpin 720ms linear infinite;
}

@keyframes onboardingInviteSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

body.stitch-entry-page .onboarding-invite-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

body.stitch-entry-page .onboarding-invite-modal.hidden {
    display: none !important;
}

body.stitch-entry-page .onboarding-invite-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(7, 11, 19, 0.74);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.stitch-entry-page .onboarding-invite-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    padding: 28px 26px 24px;
    border-radius: 24px;
    background: rgba(28, 31, 47, 0.98);
    border: 1px solid rgba(225, 223, 255, 0.1);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

body.stitch-entry-page .onboarding-invite-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(233, 231, 246, 0.76);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.stitch-entry-page .onboarding-invite-modal-close:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #f1efff;
    transform: translateY(-1px);
}

body.stitch-entry-page .onboarding-invite-modal-dialog h2 {
    margin: 0 32px 10px 0;
    color: #f2f0ff;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.2;
}

body.stitch-entry-page .onboarding-invite-modal-dialog p {
    margin: 0;
    color: rgba(233, 231, 246, 0.72);
    font-size: 0.98rem;
    line-height: 1.58;
}

body.stitch-entry-page .onboarding-field-hint {
    margin: 12px 0 0;
    color: rgba(214, 209, 234, 0.56);
    font-size: 0.9rem;
    font-style: italic;
}

body.stitch-entry-page .onboarding-note {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 22px;
    border-left: 2px solid rgba(225, 223, 255, 0.36);
    border-radius: 14px;
    background: rgba(225, 223, 255, 0.06);
    color: rgba(223, 226, 239, 0.82);
}

body.stitch-entry-page .onboarding-note i {
    color: #e1dfff;
    margin-top: 2px;
}

body.stitch-entry-page .onboarding-note p {
    margin: 0;
    line-height: 1.6;
}

body.stitch-entry-page .onboarding-grade-sections {
    display: grid;
    gap: 16px;
}

body.stitch-entry-page .onboarding-grade-section {
    display: grid;
    gap: 10px;
}

body.stitch-entry-page .onboarding-grade-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body.stitch-entry-page .onboarding-grade-card {
    min-height: 94px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    text-align: center;
    position: relative;
}

body.stitch-entry-page .onboarding-grade-content {
    display: grid;
    gap: 2px;
    min-width: 0;
    margin-left: 0;
    justify-items: center;
}

body.stitch-entry-page .onboarding-grade-label {
    font-size: 1rem;
}

body.stitch-entry-page .onboarding-grade-detail {
    margin: 0;
    color: rgba(214, 209, 234, 0.68);
    font-size: 0.74rem;
}

body.stitch-entry-page .onboarding-grade-card.is-selected .onboarding-grade-detail {
    color: rgba(62, 66, 119, 0.88);
}

body.stitch-entry-page .onboarding-grade-check {
    position: absolute;
    top: 8px;
    right: 8px;
    margin-left: 0;
    opacity: 0;
    color: #505491;
    font-size: 1.2rem;
    transition: opacity 180ms ease;
}

body.stitch-entry-page .onboarding-grade-card.is-selected .onboarding-grade-check {
    opacity: 1;
}

body.stitch-entry-page .onboarding-security-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-top: 12px;
    color: rgba(214, 209, 234, 0.34);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.stitch-entry-page .onboarding-footer-shell {
    position: absolute;
    inset: auto 0 0;
    z-index: 6;
    width: 100%;
    margin: 0;
    padding: 0 58px 26px;
    background: transparent;
    border-top: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    pointer-events: none;
}

body.stitch-entry-page .onboarding-footer-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 40px;
    pointer-events: none;
}

body.stitch-entry-page .onboarding-footer-action {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border-radius: 18px;
    border: 0;
    text-decoration: none;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, box-shadow 180ms ease;
    pointer-events: auto;
}

body.stitch-entry-page .onboarding-footer-action:hover {
    transform: translateY(-1px);
}

body.stitch-entry-page .onboarding-footer-action-secondary {
    background: transparent;
    color: rgba(233, 231, 246, 0.82);
    padding-left: 0;
}

body.stitch-entry-page .onboarding-footer-action-primary {
    min-width: 192px;
    background: linear-gradient(180deg, rgba(188, 188, 240, 1), rgba(176, 175, 235, 1));
    color: #161b31;
    box-shadow: 0 0 20px rgba(192, 193, 255, 0.26);
}

body.stitch-entry-page .onboarding-footer-action-primary[disabled] {
    cursor: not-allowed;
    opacity: 0.96;
    filter: none;
}

body.stitch-entry-page .onboarding-inline-finish-button {
    width: 100%;
    min-height: 50px;
    margin-top: -4px;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-stack {
    gap: 16px;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-card-inner {
    position: relative;
    padding-bottom: 92px;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-header {
    margin-bottom: 44px;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-stack {
    gap: 14px;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 26px;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-title-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-title-row h1 {
    white-space: nowrap;
    text-align: center;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-optional-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    margin-left: 0;
    z-index: 2;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-header p {
    width: 100%;
    max-width: 320px;
    margin: 0;
    text-align: center;
    line-height: 1.32;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-step-header h1,
body.stitch-entry-page #onboarding-step-1 .onboarding-step-header h1,
body.stitch-entry-page #onboarding-step-2 .onboarding-step-header h1 {
    font-size: clamp(1.85rem, 2.8vw, 2.35rem);
}

body.stitch-entry-page #onboarding-step-4 .onboarding-security-note {
    padding-top: 4px;
    font-size: 0.72rem;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-field-block {
    width: min(100%, 520px);
    margin-inline: auto;
}

@media (max-width: 768px) {
    body.stitch-entry-page #onboarding-step-4 .onboarding-field-block {
        width: 100%;
    }
}

body.stitch-entry-page #onboarding-step-4 .onboarding-inline-finish-button {
    position: static;
    width: min(100%, 184px);
    min-width: 0;
    padding: 0 18px;
    font-size: 0.98rem;
    margin: 18px auto 0;
    z-index: 8;
    pointer-events: auto;
}

body.stitch-entry-page #onboarding-step-4 .onboarding-security-note {
    display: none;
}

body.stitch-entry-page .onboarding-track-card .onboarding-choice-description {
    display: none;
}

body.stitch-entry-page .onboarding-footer-status {
    display: none;
    align-items: center;
    gap: 12px;
    color: rgba(214, 209, 234, 0.22);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body.stitch-entry-page .onboarding-footer-status-dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(214, 209, 234, 0.28);
}

body.stitch-entry-page .legal-page-shell {
    padding-top: 12px;
}

body.stitch-entry-page .legal-topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

body.stitch-entry-page .legal-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--entry-text-muted);
    background: transparent;
    border: 0;
    padding: 0;
}

body.stitch-entry-page .legal-brand-link {
    color: var(--entry-primary);
}

@media (max-width: 1040px) {
    body.stitch-entry-page .landing-reference-hero-grid,
    body.stitch-entry-page .landing-flow-scene,
    body.stitch-entry-page .landing-flow-scene-reverse {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-reference-hero {
        min-height: auto;
        padding-top: 30px;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        min-height: 420px;
    }
    body.stitch-entry-page .onboarding-stage-shell {
        width: min(1120px, calc(100vw - 32px));
        padding-top: 98px;
        padding-bottom: 10px;
    }

    body.stitch-entry-page .onboarding-main-card {
        min-height: 0;
    }

    body.stitch-entry-page .onboarding-card-inner {
        padding: 38px 28px 78px;
    }

    body.stitch-entry-page #onboarding-step-2 .onboarding-card-inner {
        padding: 28px 24px 76px;
    }

    body.stitch-entry-page .onboarding-step-1-surface {
        padding: 20px 18px 18px;
    }

    body.stitch-entry-page .onboarding-footer-shell {
        padding: 0 28px 18px;
    }

    body.stitch-entry-page #onboarding-step-4 .onboarding-step-header p {
        max-width: 520px;
    }
}

@media (max-width: 760px) {
    html,
    body.stitch-entry-page {
        overflow-x: clip;
    }

    body.stitch-entry-page .page-shell {
        width: min(1240px, calc(100vw - 24px));
    }

    body.stitch-entry-page .landing-nav {
        overflow: hidden;
    }

    body.stitch-entry-page .landing-nav-inner {
        width: min(100%, 366px);
        margin: 0 auto;
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px 0 10px;
    }

    body.stitch-entry-page .landing-nav-brand {
        transform: none;
        width: 100%;
    }

    body.stitch-entry-page .landing-nav-brand-text {
        font-size: 1.35rem;
    }

    body.stitch-entry-page .landing-nav-links {
        order: 3;
        grid-column: 1 / -1;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 0;
        overflow: hidden;
        padding-bottom: 0;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.03);
    }

    body.stitch-entry-page .landing-nav-actions {
        display: none;
        margin-left: 0;
        transform: none;
    }

    body.stitch-entry-page .landing-nav-links a,
    body.stitch-entry-page .landing-nav-link {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding: 0.38rem 0.5rem 0.46rem;
        justify-content: center;
        font-size: 0.88rem;
        text-align: center;
    }

    body.stitch-entry-page .landing-nav-login-link {
        display: none;
    }

    body.stitch-entry-page .landing-nav-cta {
        display: none;
    }

    body.stitch-entry-page .landing-hero-title {
        display: block;
        max-width: 100%;
        font-size: clamp(2.28rem, 9.3vw, 3rem);
        line-height: 1.08;
        overflow-wrap: anywhere;
        letter-spacing: 0;
    }

    body.stitch-entry-page .landing-title-line {
        max-width: 100%;
        overflow: visible;
        white-space: normal;
    }

    body.stitch-entry-page .landing-title-line > span {
        display: inline;
        white-space: normal;
        overflow-wrap: break-word;
    }

    body.stitch-entry-page .landing-reference-hero {
        padding-top: 24px;
        padding-bottom: 26px;
        overflow: hidden;
    }

    body.stitch-entry-page .landing-reference-copy {
        width: 100%;
        max-width: 366px;
        gap: 18px;
    }

    body.stitch-entry-page .landing-hero-summary {
        font-size: 1rem;
        line-height: 1.62;
    }

    body.stitch-entry-page .landing-hero-actions,
    body.stitch-entry-page .landing-reference-cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    body.stitch-entry-page .landing-primary-cta,
    body.stitch-entry-page .landing-secondary-cta,
    body.stitch-entry-page .landing-nav-cta {
        max-width: min(100%, 15rem);
        width: auto;
        min-height: 46px;
        padding: 0 18px;
        box-sizing: border-box;
    }

    body.stitch-entry-page .landing-reference-hero-grid {
        justify-items: center;
        gap: 28px;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        width: min(100%, 366px);
        min-height: clamp(260px, 76vw, 340px);
        max-width: 100%;
        overflow: hidden;
    }

    body.stitch-entry-page .landing-preview-panel,
    body.stitch-entry-page .landing-flow-scene,
    body.stitch-entry-page .auth-stage-card,
    body.stitch-entry-page .onboarding-main-card,
    body.stitch-entry-page .legal-document-shell {
        border-radius: 24px;
        padding: 22px;
    }

    body.stitch-entry-page .landing-preview-panel {
        min-height: clamp(260px, 76vw, 340px);
        padding: 0;
    }

    body.stitch-entry-page .landing-hero-photo {
        inset: 0;
        border-radius: 24px;
    }

    body.stitch-entry-page .landing-hero-carousel-image {
        transform: none;
    }

    body.stitch-entry-page .landing-reference-strip-row {
        align-items: stretch;
    }

    body.stitch-entry-page .landing-trust-item {
        width: 100%;
    }

    body.stitch-entry-page .auth-page-shell {
        display: block;
        min-height: 100svh;
        padding: 64px 14px 28px;
    }

    body.stitch-entry-page .auth-stage-wrap {
        width: 100%;
        max-width: min(100%, 362px);
        align-items: stretch;
        gap: 30px;
        margin: 0 auto;
    }

    body.stitch-entry-page .auth-stage-brand > a {
        transform: none;
    }

    body.stitch-entry-page .auth-stage-brand .brand-mark-icon {
        margin-left: 0;
    }

    body.stitch-entry-page .auth-stage-brand-title {
        font-size: 1.95rem;
    }

    body.stitch-entry-page .auth-stage-brand-copy {
        font-size: 0.66rem;
        letter-spacing: 0.16em;
        white-space: normal;
    }

    body.stitch-entry-page .auth-stage-card {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    body.stitch-entry-page .auth-reference-panel-head p,
    body.stitch-entry-page .auth-stage-heading p {
        max-width: 100%;
        overflow-wrap: break-word;
        text-wrap: pretty;
    }

    body.stitch-entry-page .auth-stage-form {
        gap: 16px;
        margin-top: 24px;
    }

    body.stitch-entry-page .auth-stage-secondary,
    body.stitch-entry-page .entry-primary-button {
        max-width: 100%;
        min-height: 56px;
        padding-left: 16px;
        padding-right: 16px;
        white-space: normal;
        text-align: center;
    }

    body.stitch-entry-page .auth-stage-legal {
        font-size: 0.8rem;
    }

    body.stitch-entry-page .auth-entry-footer {
        gap: 12px;
        font-size: 0.82rem;
    }

    body.stitch-entry-page .auth-entry-footer a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        padding: 0 6px;
        margin: -8px -6px;
    }

    body.stitch-entry-page .landing-reference-cta-shell {
        padding: 34px 22px;
    }

    body.stitch-entry-page .landing-preview-school {
        align-items: flex-start;
        flex-direction: column;
    }

    body.stitch-entry-page .landing-preview-pill {
        align-self: flex-start;
    }

    body.stitch-entry-page .onboarding-topbar {
        min-height: 108px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px 12px;
        padding: 10px 14px 12px;
    }

    body.stitch-entry-page .onboarding-brand {
        min-width: 0;
        gap: 8px;
        font-size: 1.02rem;
    }

    body.stitch-entry-page .onboarding-brand-mark {
        width: 28px;
        height: 28px;
    }

    body.stitch-entry-page .onboarding-topbar-actions {
        justify-self: end;
        gap: 6px;
    }

    body.stitch-entry-page .onboarding-topbar-icon,
    body.stitch-onboarding-page .language-menu-trigger,
    body.stitch-entry-page [data-language-menu] .language-menu-trigger {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    body.stitch-entry-page .onboarding-topbar-progress {
        position: static;
        grid-column: 1 / -1;
        width: 100%;
        transform: none;
        align-items: stretch;
        gap: 7px;
        order: 3;
    }

    body.stitch-entry-page .onboarding-topbar-progress .onboarding-progress-label {
        text-align: left;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    body.stitch-entry-page .onboarding-stage-shell {
        width: min(370px, calc(100vw - 20px));
        height: auto;
        min-height: 100svh;
        padding-top: 126px;
        padding-bottom: 12px;
        justify-content: flex-start;
    }

    body.stitch-entry-page .onboarding-main-card {
        height: auto;
        min-height: calc(100svh - 148px);
        overflow-y: auto;
    }

    body.stitch-entry-page #onboarding-step-1 .onboarding-card-inner,
    body.stitch-entry-page #onboarding-step-3 .onboarding-card-inner {
        min-height: auto;
        display: block;
    }

    body.stitch-entry-page .onboarding-step-1-surface,
    body.stitch-entry-page #onboarding-step-3 .onboarding-card-inner {
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 22px;
    }

    body.stitch-entry-page #onboarding-step-1 .onboarding-step-header,
    body.stitch-entry-page #onboarding-step-3 .onboarding-step-header {
        align-self: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    body.stitch-entry-page .onboarding-progress-meta,
    body.stitch-entry-page .onboarding-footer-row {
        flex-direction: column;
        align-items: stretch;
    }

    body.stitch-entry-page .onboarding-progress-copy {
        text-align: left;
    }

    body.stitch-entry-page .onboarding-choice-grid-dual {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.stitch-entry-page .onboarding-grade-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.stitch-entry-page .onboarding-choice-card {
        min-height: 112px;
        padding: 16px;
    }

    body.stitch-entry-page .onboarding-grade-card {
        min-height: 88px;
        padding: 12px 10px;
    }

    body.stitch-entry-page .onboarding-location-card .onboarding-choice-title {
        font-size: 1.45rem;
    }

    body.stitch-entry-page .onboarding-grade-label {
        font-size: 0.98rem;
        line-height: 1.16;
    }

    body.stitch-entry-page .onboarding-grade-detail {
        display: none;
    }

    html[lang="zh-CN"] body.stitch-entry-page .onboarding-step-header h1 {
        font-size: clamp(1.86rem, 8.2vw, 2.38rem);
        line-height: 1.18;
    }

    html[lang="zh-CN"] body.stitch-entry-page .onboarding-location-card .onboarding-choice-title {
        font-size: 1.34rem;
        line-height: 1.2;
    }

    html[lang="zh-CN"] body.stitch-entry-page .onboarding-grade-label {
        font-size: 1.08rem;
        line-height: 1.16;
    }

    body.stitch-entry-page .onboarding-input {
        min-height: 62px;
        font-size: 1.05rem;
    }

    body.stitch-entry-page .onboarding-select {
        padding-left: 16px;
        padding-right: 36px;
        font-size: 0.98rem;
        background-position:
            calc(100% - 22px) calc(50% - 4px),
            calc(100% - 16px) calc(50% - 4px);
        background-size: 7px 7px;
    }

    body.stitch-entry-page .onboarding-footer-shell {
        margin-top: 16px;
    }

    body.stitch-entry-page .onboarding-footer-action,
    body.stitch-entry-page .onboarding-footer-action-primary {
        width: 100%;
    }

    body.stitch-entry-page .onboarding-footer-action-secondary {
        justify-content: flex-start;
        padding-left: 6px;
    }

    body.stitch-entry-page .onboarding-footer-status {
        order: 3;
        justify-content: center;
    }

    body.stitch-entry-page .site-legal-footer,
    body.stitch-entry-page .landing-legal-footer {
        padding-left: 12px;
        padding-right: 12px;
        justify-content: flex-start;
    }

    body.stitch-entry-page .site-legal-links a,
    body.stitch-entry-page .site-legal-links button,
    body.stitch-entry-page .legal-back-link,
    body.stitch-entry-page .legal-inline-link,
    body.stitch-entry-page .legal-document-shell a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    body.stitch-entry-page .site-legal-links a,
    body.stitch-entry-page .site-legal-links button,
    body.stitch-entry-page .legal-inline-link {
        padding: 0 6px;
        margin: -8px -6px;
    }

    body.stitch-entry-page .legal-back-link {
        padding: 0 14px;
    }
}

/* Mobile UX hardening: keep entry/auth/onboarding flows usable on narrow screens. */
@media (max-width: 760px) {
    body.stitch-entry-page {
        min-width: 0;
        overflow-x: clip;
        text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    body.stitch-entry-page *,
    body.stitch-entry-page *::before,
    body.stitch-entry-page *::after {
        max-width: 100%;
    }

    body.stitch-entry-page input,
    body.stitch-entry-page select,
    body.stitch-entry-page textarea {
        font-size: 16px;
    }

    body.stitch-entry-page .landing-nav {
        overflow: visible;
    }

    body.stitch-entry-page .landing-nav-inner {
        width: min(430px, calc(100vw - 24px));
        min-height: 64px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        padding: 8px 0;
    }

    body.stitch-entry-page .landing-nav-brand {
        min-width: 0;
    }

    body.stitch-entry-page .landing-nav-brand-text {
        font-size: 1.18rem;
        white-space: nowrap;
    }

    body.stitch-entry-page .landing-nav-links {
        display: none;
    }

    body.stitch-entry-page .landing-nav-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-self: end;
        transform: none;
    }

    body.stitch-entry-page .landing-language-switcher.language-menu,
    body[data-page="landing"] .landing-language-switcher.language-menu {
        display: inline-flex;
        flex: 0 0 auto;
        position: relative;
    }

    body[data-page="landing"] .landing-language-switcher [data-language-menu-trigger] {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    body.stitch-entry-page .landing-nav-login-link {
        display: inline-flex;
        min-height: 44px;
        padding: 0 0.2rem 0 0.45rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: rgba(236, 234, 255, 0.82);
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
    }

    body.stitch-entry-page .landing-nav-cta {
        display: none;
    }

    body.stitch-entry-page .landing-nav-login-link:hover,
    body.stitch-entry-page .landing-nav-login-link:focus-visible {
        color: #ffffff;
        background: transparent;
        border-color: transparent;
        box-shadow: none;
    }

    body.stitch-entry-page .landing-reference-hero {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    body.stitch-entry-page .landing-reference-hero-grid {
        gap: 30px;
    }

    body.stitch-entry-page .landing-reference-copy {
        max-width: min(100%, 390px);
        justify-self: stretch;
    }

    body.stitch-entry-page .landing-hero-title {
        font-size: clamp(2.05rem, 8.8vw, 2.8rem);
        line-height: 1.1;
    }

    body.stitch-entry-page .landing-hero-summary {
        font-size: 0.98rem;
        line-height: 1.58;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        width: min(100%, 390px);
        min-height: 0;
        margin-top: 6px;
        transform: none;
        aspect-ratio: 1 / 0.68;
    }

    body.stitch-entry-page .landing-preview-panel {
        min-height: 0;
        height: 100%;
    }

    body.stitch-entry-page .landing-reference-workflow {
        padding-top: 36px;
    }

    body.stitch-entry-page .landing-flow-scene {
        width: 100%;
        padding: 18px;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) !important;
        box-sizing: border-box;
    }

    body.stitch-entry-page .landing-flow-scene-reverse .landing-flow-scene-copy,
    body.stitch-entry-page .landing-flow-scene-reverse .landing-flow-scene-media {
        order: initial;
    }

    body.stitch-entry-page .landing-flow-scene-copy,
    body.stitch-entry-page .landing-flow-scene-media,
    body.stitch-entry-page .landing-showcase-frame,
    body.stitch-entry-page .landing-showcase-screen {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.stitch-entry-page .landing-flow-scene-media {
        min-height: 0;
    }

    body.stitch-entry-page .landing-showcase-frame {
        min-height: 0;
    }

    body.stitch-entry-page .landing-showcase-screen {
        height: auto;
        aspect-ratio: 1 / 0.58;
    }

    body.stitch-entry-page .landing-match-proof-screen {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.stitch-entry-page .landing-flow-scene-copy h3,
    body.stitch-entry-page .landing-reference-section-head h2,
    body.stitch-entry-page .landing-reference-cta-shell h2 {
        overflow-wrap: anywhere;
        text-wrap: balance;
    }

    body.stitch-entry-page .landing-showcase-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    body.stitch-entry-page .auth-page-shell {
        min-height: 100svh;
        padding: 56px 16px 28px;
    }

    body.stitch-entry-page .entry-corner-language {
        top: 12px;
        right: 12px;
    }

    body[data-page="auth"] .entry-corner-language {
        right: 12px;
    }

    body.stitch-entry-page .auth-stage-wrap {
        max-width: 390px;
        gap: 26px;
    }

    body.stitch-entry-page .auth-stage-brand-title {
        font-size: 1.78rem;
    }

    body.stitch-entry-page .auth-stage-heading h1,
    body.stitch-entry-page .auth-stage-heading h2,
    body.stitch-entry-page .auth-reference-panel-head h2 {
        font-size: clamp(1.55rem, 7vw, 1.9rem);
    }

    body.stitch-entry-page .auth-stage-card,
    body.stitch-entry-page .auth-stage-form,
    body.stitch-entry-page #auth-step-1,
    body.stitch-entry-page #auth-step-2 {
        min-width: 0;
    }

    body.stitch-entry-page #auth-code {
        letter-spacing: 0.24em;
        padding-left: 0.24em;
    }

    body.stitch-onboarding-page {
        height: auto;
        min-height: 100svh;
        overflow-y: auto;
        overscroll-behavior-y: contain;
    }

    body.stitch-entry-page .onboarding-backdrop-glow {
        display: none;
    }

    body.stitch-entry-page .onboarding-topbar {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 9px 12px 10px;
    }

    body.stitch-entry-page .onboarding-brand-text {
        max-width: none;
        overflow: visible;
        text-overflow: clip;
        white-space: nowrap;
        line-height: 1.2;
    }

    body.stitch-entry-page .onboarding-brand {
        min-height: 44px;
        padding: 8px 0;
        margin: -8px 0;
    }

    body.stitch-entry-page .onboarding-topbar-actions {
        gap: 4px;
    }

    body.stitch-entry-page .onboarding-topbar-progress {
        gap: 6px;
    }

    body.stitch-entry-page .onboarding-stage-shell {
        width: min(430px, calc(100vw - 20px));
        height: auto;
        min-height: 100svh;
        padding-top: 116px;
        padding-bottom: 18px;
    }

    body.stitch-entry-page .onboarding-main-card {
        height: auto;
        min-height: 0;
        overflow: visible;
        background: rgba(28, 32, 43, 0.9);
        border-color: rgba(225, 223, 255, 0.1);
    }

    body.stitch-entry-page .onboarding-step-panel {
        height: auto;
    }

    body.stitch-entry-page .onboarding-card-inner,
    body.stitch-entry-page #onboarding-step-2 .onboarding-card-inner {
        padding: 24px 16px 18px;
    }

    body.stitch-entry-page #onboarding-step-4 .onboarding-card-inner {
        padding-bottom: 18px;
    }

    body.stitch-entry-page .onboarding-step-header h1 {
        color: #f4f2ff;
        opacity: 1;
    }

    body.stitch-entry-page .onboarding-section-label,
    body.stitch-entry-page .onboarding-field-label {
        color: rgba(235, 232, 255, 0.78);
    }

    body.stitch-entry-page #onboarding-step-1 .onboarding-stack,
    body.stitch-entry-page #onboarding-step-1 .onboarding-choice-grid-dual,
    body.stitch-entry-page #onboarding-academic-track-grid {
        width: 100%;
    }

    body.stitch-entry-page #onboarding-step-4 .onboarding-step-title-row h1 {
        white-space: normal;
    }

    body.stitch-entry-page #onboarding-step-4 .onboarding-step-optional-tag {
        position: static;
        align-self: center;
        width: max-content;
        max-width: 100%;
        margin: 0 auto 10px;
    }

    body.stitch-entry-page #onboarding-step-4 .onboarding-step-header {
        gap: 8px;
        margin-bottom: 22px;
    }

    body.stitch-entry-page .onboarding-footer-shell {
        position: static;
        padding: 0 16px 18px;
        margin-top: 8px;
        pointer-events: auto;
    }

    body.stitch-entry-page .onboarding-footer-row {
        pointer-events: auto;
    }

    body.stitch-entry-page .onboarding-footer-action-secondary {
        min-height: 48px;
        justify-content: center;
        padding-left: 16px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.07);
        color: rgba(246, 244, 255, 0.94);
    }

    body.stitch-entry-page .onboarding-choice-card {
        width: 100%;
        min-height: 88px;
        border-radius: 16px;
        background: rgba(62, 66, 82, 0.98);
        border-color: rgba(255, 255, 255, 0.08);
        color: #f3f1ff;
    }

    body.stitch-entry-page .onboarding-choice-icon {
        background: rgba(12, 16, 27, 0.58);
        color: rgba(230, 227, 255, 0.94);
    }

}

@media (max-width: 920px) {
    body.stitch-entry-page .landing-match-profile-strip,
    body.stitch-entry-page .landing-match-buckets,
    body.stitch-entry-page .landing-platform-metrics {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-service-proof,
    body.stitch-entry-page .landing-core-list,
    body.stitch-entry-page .landing-service-decision,
    body.stitch-entry-page .landing-coverage-panel,
    body.stitch-entry-page .landing-coverage-stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.stitch-entry-page .landing-match-bucket {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-workflow-route {
        gap: 8px;
        font-size: 0.92rem;
    }

    body.stitch-entry-page .landing-workflow-route span + span::before {
        width: 14px;
    }

    body.stitch-entry-page .landing-proof-strip-row {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-proof-metric {
        min-height: 0;
        border-radius: 0;
        padding: 0 0 14px;
    }

    body.stitch-entry-page .landing-product-sample {
        min-height: 0;
    }

    body.stitch-entry-page .landing-sample-screen {
        min-height: 0;
        padding: 14px;
        gap: 12px;
    }

    body.stitch-entry-page .landing-match-proof-screen {
        padding: 16px;
        gap: 16px;
    }

    body.stitch-entry-page .landing-match-lab,
    body.stitch-entry-page .landing-proof-results {
        gap: 12px;
    }

    body.stitch-entry-page .landing-match-lab {
        grid-template-columns: minmax(0, 1.12fr) minmax(96px, 0.88fr);
        align-items: stretch;
    }

    body.stitch-entry-page .landing-candidate-pool p,
    body.stitch-entry-page .landing-proof-bucket p {
        font-size: 0.94rem;
        line-height: 1.42;
    }

    body.stitch-entry-page .landing-lab-kicker,
    body.stitch-entry-page .landing-candidate-pool > span,
    body.stitch-entry-page .landing-proof-bucket-head span,
    body.stitch-entry-page .landing-service-decision-column span,
    body.stitch-entry-page .landing-coverage-stats span {
        font-size: 0.9rem;
    }

    body.stitch-entry-page .landing-profile-chips span,
    body.stitch-entry-page .landing-flow-scene-meta span {
        font-size: 0.9rem;
    }

    body.stitch-entry-page .landing-profile-stack,
    body.stitch-entry-page .landing-candidate-pool,
    body.stitch-entry-page .landing-coverage-stats > div,
    body.stitch-entry-page .landing-service-decision-column {
        padding-left: 14px;
    }

    body.stitch-entry-page .landing-profile-stack,
    body.stitch-entry-page .landing-candidate-pool {
        min-height: 118px;
    }

    body.stitch-entry-page .landing-legal-footer,
    body.stitch-entry-page .site-legal-footer {
        width: min(1240px, calc(100vw - 24px));
        justify-content: flex-start;
    }

    body.stitch-entry-page .landing-candidate-pool strong {
        font-size: clamp(2.05rem, 10vw, 2.9rem);
    }

    body.stitch-entry-page .landing-profile-chips {
        gap: 7px;
    }

    body.stitch-entry-page .landing-profile-chips span {
        padding: 7px 9px;
    }

    body.stitch-entry-page .landing-pool-dots {
        display: none;
    }

    body.stitch-entry-page .landing-service-decision {
        min-height: 0;
    }

    body.stitch-entry-page .landing-coverage-map {
        max-width: 168px;
        gap: 8px;
        padding: 0 0 0 14px;
    }

    body.stitch-entry-page .landing-match-profile-strip > div,
    body.stitch-entry-page .landing-match-bucket,
    body.stitch-entry-page .landing-service-row,
    body.stitch-entry-page .landing-service-assurance,
    body.stitch-entry-page .landing-platform-index > div,
    body.stitch-entry-page .landing-major-brief-head,
    body.stitch-entry-page .landing-major-next {
        border-radius: 16px;
        padding: 14px;
    }

    body.stitch-entry-page .landing-platform-metrics > div {
        min-height: 86px;
        border-radius: 16px;
        padding: 15px;
    }

    body.stitch-entry-page .landing-match-action-row {
        border-radius: 16px;
        padding: 14px;
    }
}

@media (max-width: 380px) {
    body.stitch-entry-page .landing-nav-cta span {
        max-width: 4.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.stitch-entry-page .auth-page-shell {
        padding-left: 12px;
        padding-right: 12px;
    }

    body.stitch-entry-page .onboarding-stage-shell {
        width: min(370px, calc(100vw - 14px));
    }
}

@media (max-width: 380px) and (max-height: 640px) {
    body.stitch-entry-page .onboarding-stage-shell {
        padding-top: 106px;
    }

    body.stitch-entry-page .onboarding-card-inner,
    body.stitch-entry-page #onboarding-step-2 .onboarding-card-inner {
        padding: 16px 10px 14px;
    }

    body.stitch-entry-page #onboarding-step-1 .onboarding-step-header {
        margin-bottom: 18px;
    }

    body.stitch-entry-page .onboarding-step-header h1 {
        font-size: 1.82rem;
        line-height: 1.12;
    }

    body.stitch-entry-page .onboarding-choice-grid {
        gap: 10px;
    }

    body.stitch-entry-page .onboarding-choice-card {
        min-height: 82px;
        padding: 10px 12px;
        gap: 6px;
    }

    body.stitch-entry-page .onboarding-choice-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    body.stitch-entry-page .onboarding-location-card .onboarding-choice-title,
    html[lang="zh-CN"] body.stitch-entry-page .onboarding-location-card .onboarding-choice-title {
        font-size: 1.26rem;
        line-height: 1.12;
    }
}

/* --- Landing Creative Match Pass --- */
body.stitch-entry-page .landing-intro-overlay {
    background:
        radial-gradient(44% 38% at 50% 48%, rgba(125, 211, 252, 0.14), transparent 70%),
        linear-gradient(180deg, rgba(5, 10, 17, 0.82) 0%, rgba(5, 8, 17, 0.94) 100%);
}

body.stitch-entry-page .landing-intro-panel {
    opacity: 0.5;
    border-color: rgba(255, 255, 255, 0.11);
}

body.stitch-entry-page .landing-intro-panel img {
    filter: saturate(1.08) brightness(0.74) contrast(1.04);
}

body.stitch-entry-page .landing-intro-inner {
    border: 0;
    background: transparent;
    box-shadow: none;
    text-shadow: 0 18px 56px rgba(0, 0, 0, 0.66);
}

body.stitch-entry-page .landing-intro-emblem {
    width: clamp(5.2rem, 8vw, 7rem);
    height: clamp(5.2rem, 8vw, 7rem);
    filter: drop-shadow(0 24px 62px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 28px rgba(125, 211, 252, 0.18));
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-panel {
    animation: landingIntroPanelFallback 1.45s cubic-bezier(0.2, 0.75, 0.18, 1) both;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-panel:nth-child(2) {
    animation-delay: 70ms;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-panel:nth-child(3) {
    animation-delay: 120ms;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-inner {
    animation: landingIntroMarkFallback 1.18s cubic-bezier(0.2, 0.75, 0.18, 1) 130ms both;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-emblem {
    animation: landingIntroEmblemFallback 1.18s cubic-bezier(0.2, 0.75, 0.18, 1) 120ms both;
}

body.stitch-entry-page .landing-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 60;
    background: rgba(10, 13, 22, 0.58);
    border-bottom-color: rgba(255, 255, 255, 0.045);
    box-shadow: none;
}

body.stitch-entry-page .landing-nav-inner {
    height: auto;
    min-height: 74px;
}

body.stitch-entry-page .landing-nav-brand {
    transform: none;
}

body.stitch-entry-page .landing-nav-brand-text {
    color: #f6f4ff;
}

body.stitch-entry-page .landing-nav-links {
    min-width: 0;
    gap: 10px;
}

body.stitch-entry-page .landing-nav-link,
body.stitch-entry-page .landing-nav-links a {
    min-width: 0;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    color: rgba(225, 229, 241, 0.62);
}

body.stitch-entry-page .landing-nav-link::before,
body.stitch-entry-page .landing-nav-link + .landing-nav-link {
    content: none;
    border-left: 0;
}

body.stitch-entry-page .landing-nav-links a::after {
    display: none;
}

body.stitch-entry-page .landing-nav-link:hover,
body.stitch-entry-page .landing-nav-link:focus-visible,
body.stitch-entry-page .landing-nav-link.is-active {
    background: rgba(225, 223, 255, 0.075);
    color: #f7f7ff;
}

body.stitch-entry-page .landing-nav-login-link {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .landing-reference-main {
    padding-top: 0;
    background:
        linear-gradient(180deg, rgba(15, 19, 28, 0) 0%, rgba(15, 19, 28, 0.96) 64%),
        #0f131c;
}

body.stitch-entry-page .landing-reference-hero {
    min-height: min(840px, 100svh);
    padding: calc(74px + clamp(24px, 5vh, 46px)) 0 clamp(22px, 4vh, 34px);
}

body.stitch-entry-page .landing-reference-hero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(36px, 6vw, 76px);
}

body.stitch-entry-page .landing-reference-copy {
    gap: 20px;
}

body.stitch-entry-page .landing-hero-summary {
    max-width: 540px;
}

body.stitch-entry-page .landing-reference-hero-visual {
    min-height: clamp(500px, 44vw, 610px);
    transform: none;
}

body.stitch-entry-page .landing-preview-panel {
    min-height: inherit;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.stitch-entry-page .landing-hero-photo {
    inset: 0;
    border-radius: 32px;
    border-color: rgba(225, 223, 255, 0.12);
    box-shadow: 0 32px 86px rgba(0, 0, 0, 0.36);
}

body.stitch-entry-page .landing-hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(7, 9, 16, 0.02) 0%, rgba(7, 9, 16, 0.2) 46%, rgba(7, 9, 16, 0.78) 100%),
        linear-gradient(90deg, rgba(7, 9, 16, 0.16) 0%, rgba(7, 9, 16, 0) 42%);
    pointer-events: none;
}

body.stitch-entry-page .landing-hero-match-signal {
    position: absolute;
    left: clamp(18px, 3.8vw, 44px);
    right: clamp(18px, 5vw, 68px);
    bottom: clamp(18px, 3.8vw, 42px);
    z-index: 2;
    padding: clamp(16px, 2.4vw, 22px);
    border-radius: 22px;
    background: rgba(9, 12, 20, 0.68);
    border: 1px solid rgba(225, 223, 255, 0.16);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 520ms ease, transform 520ms ease;
}

body.stitch-entry-page .landing-hero-match-signal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.stitch-entry-page .landing-hero-signal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

body.stitch-entry-page .landing-hero-signal-head > span {
    color: var(--entry-primary);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-hero-signal-head strong {
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: #f7f7ff;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 0.9;
    font-weight: 850;
    letter-spacing: -0.04em;
}

body.stitch-entry-page .landing-hero-signal-head small {
    color: var(--entry-text-muted);
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-hero-signal-bars {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

body.stitch-entry-page .landing-hero-signal-bars i {
    position: relative;
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
}

body.stitch-entry-page .landing-hero-signal-bars i::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: min(100%, max(7%, var(--signal-width, 20%)));
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(192, 193, 255, 0.72));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 900ms cubic-bezier(0.2, 0.75, 0.18, 1);
}

body.stitch-entry-page .landing-hero-match-signal.is-visible .landing-hero-signal-bars i::before {
    transform: scaleX(1);
}

body.stitch-entry-page .landing-hero-signal-labels {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: rgba(229, 233, 244, 0.72);
    font-size: 0.78rem;
    font-weight: 760;
}

body.stitch-entry-page .landing-reference-strip {
    padding: 0;
    border: 0;
    background: transparent;
}

body.stitch-entry-page .landing-reference-strip-row {
    min-height: 78px;
    justify-content: flex-start;
    gap: clamp(18px, 6vw, 74px);
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

body.stitch-entry-page .landing-trust-item {
    gap: 10px;
    padding: 0;
}

body.stitch-entry-page .landing-trust-item::before {
    content: none;
}

body.stitch-entry-page .landing-trust-item strong {
    color: #f7f7ff;
    font-size: clamp(1.18rem, 1.7vw, 1.55rem);
    line-height: 1;
    font-weight: 850;
}

body.stitch-entry-page .landing-trust-item span {
    color: rgba(174, 179, 195, 0.76);
    font-size: 0.88rem;
    line-height: 1.2;
}

body.stitch-entry-page .landing-reference-workflow {
    padding: clamp(78px, 10vw, 126px) 0 clamp(70px, 9vw, 112px);
}

body.stitch-entry-page .landing-workflow-intro {
    margin-bottom: clamp(34px, 5vw, 56px);
}

body.stitch-entry-page .landing-flow-scenes {
    position: relative;
    gap: 0;
}

body.stitch-entry-page .landing-flow-scenes::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: clamp(40px, 4.6vw, 62px);
    width: 1px;
    background: linear-gradient(180deg, rgba(225, 223, 255, 0), rgba(225, 223, 255, 0.24) 12%, rgba(225, 223, 255, 0.24) 82%, rgba(225, 223, 255, 0));
}

body.stitch-entry-page .landing-flow-scene {
    position: relative;
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
    gap: clamp(30px, 5vw, 68px);
    padding: clamp(38px, 6vw, 70px) 0;
    border-top: 0;
}

body.stitch-entry-page .landing-flow-scene::before {
    content: "";
    position: absolute;
    top: clamp(52px, 7vw, 84px);
    left: clamp(34px, 4.6vw, 56px);
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #e1dfff;
    box-shadow: 0 0 0 8px rgba(225, 223, 255, 0.055);
}

body.stitch-entry-page .landing-flow-scene-copy {
    padding-left: clamp(70px, 7.2vw, 92px);
}

body.stitch-entry-page .landing-flow-scene-index {
    color: rgba(225, 223, 255, 0.52);
}

body.stitch-entry-page .landing-flow-scene-copy h3 {
    max-width: 14ch;
}

body.stitch-entry-page .landing-flow-scene-copy p {
    max-width: 24rem;
}

body.stitch-entry-page .landing-flow-scene-meta span {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .landing-showcase-frame,
body.stitch-entry-page .landing-service-decision,
body.stitch-entry-page .landing-coverage-panel {
    border-color: rgba(225, 223, 255, 0.12);
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
}

body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    border-color: rgba(225, 223, 255, 0.18);
}

body.stitch-entry-page .landing-product-story .landing-workflow-intro {
    max-width: 880px;
}

body.stitch-entry-page .landing-product-story .landing-workflow-intro p {
    max-width: 560px;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    min-height: clamp(610px, 84svh, 800px);
    align-items: center;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
    display: grid;
    align-content: center;
    gap: 16px;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 9em;
    font-size: clamp(2rem, 3.2vw, 3.6rem);
}

html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    white-space: nowrap;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    max-width: 21rem;
    font-size: clamp(0.98rem, 1.05vw, 1.08rem);
    line-height: 1.48;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-media {
    display: block;
    min-width: 0;
}

body.stitch-entry-page .landing-product-story .landing-showcase-frame {
    width: 100%;
    box-sizing: border-box;
}

body.stitch-entry-page .landing-profile-sample,
body.stitch-entry-page .landing-colleges-sample,
body.stitch-entry-page .landing-major-sample {
    position: relative;
    min-height: clamp(430px, 44vw, 560px);
    background:
        radial-gradient(circle at 24% 18%, rgba(192, 193, 255, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(18, 22, 33, 0.96), rgba(7, 10, 18, 0.98));
}

body.stitch-entry-page .landing-profile-sample::before,
body.stitch-entry-page .landing-colleges-sample::before,
body.stitch-entry-page .landing-major-sample::before {
    content: "";
    position: absolute;
    inset: 65px 0 auto;
    height: 1px;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(225, 223, 255, 0.45), transparent);
    opacity: 0;
    transform: translateY(0);
    pointer-events: none;
}

body.stitch-entry-page .landing-profile-sample.is-visible::before,
body.stitch-entry-page .landing-colleges-sample.is-visible::before,
body.stitch-entry-page .landing-major-sample.is-visible::before {
    opacity: 1;
    animation: landingScanLine 3.6s ease-in-out infinite;
}

body.stitch-entry-page .landing-profile-console,
body.stitch-entry-page .landing-colleges-console,
body.stitch-entry-page .landing-major-console {
    min-height: calc(100% - 65px);
    padding: clamp(18px, 2.6vw, 28px);
}

body.stitch-entry-page .landing-profile-console {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.58fr);
    gap: clamp(18px, 3vw, 34px);
    align-items: stretch;
}

body.stitch-entry-page .landing-profile-console-main,
body.stitch-entry-page .landing-readiness-panel,
body.stitch-entry-page .landing-college-detail-mini,
body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-next {
    border: 1px solid rgba(255, 255, 255, 0.075);
    background: rgba(255, 255, 255, 0.045);
}

body.stitch-entry-page .landing-profile-console-main {
    min-width: 0;
    overflow: hidden;
    display: grid;
    align-content: center;
    gap: 22px;
    border-radius: 24px;
    padding: clamp(18px, 3vw, 30px);
}

body.stitch-entry-page .landing-profile-console-main > span,
body.stitch-entry-page .landing-readiness-panel span,
body.stitch-entry-page .landing-colleges-toolbar,
body.stitch-entry-page .landing-college-detail-mini > span,
body.stitch-entry-page .landing-major-question span,
body.stitch-entry-page .landing-major-next span {
    color: var(--entry-text-soft);
    font-size: 0.76rem;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-profile-console-main > strong,
body.stitch-entry-page .landing-college-detail-mini > strong,
body.stitch-entry-page .landing-major-question > strong {
    color: #f7f7ff;
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
    line-height: 1.05;
    font-weight: 850;
    word-break: keep-all;
    overflow-wrap: normal;
}

body.stitch-entry-page .landing-profile-field-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.stitch-entry-page .landing-profile-field-grid div,
body.stitch-entry-page .landing-college-list > div,
body.stitch-entry-page .landing-major-results > div {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 520ms ease, transform 520ms ease, border-color 220ms ease, background 220ms ease;
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div,
body.stitch-entry-page .landing-colleges-sample.is-visible .landing-college-list > div,
body.stitch-entry-page .landing-major-sample.is-visible .landing-major-results > div {
    opacity: 1;
    transform: translateY(0);
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div:nth-child(2),
body.stitch-entry-page .landing-colleges-sample.is-visible .landing-college-list > div:nth-child(2),
body.stitch-entry-page .landing-major-sample.is-visible .landing-major-results > div:nth-child(2) {
    transition-delay: 90ms;
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div:nth-child(3),
body.stitch-entry-page .landing-colleges-sample.is-visible .landing-college-list > div:nth-child(3),
body.stitch-entry-page .landing-major-sample.is-visible .landing-major-results > div:nth-child(3) {
    transition-delay: 180ms;
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div:nth-child(4) {
    transition-delay: 270ms;
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div:nth-child(5) {
    transition-delay: 360ms;
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div:nth-child(6) {
    transition-delay: 450ms;
}

body.stitch-entry-page .landing-profile-field-grid div {
    min-height: 94px;
    display: grid;
    align-content: space-between;
    gap: 10px;
    border-radius: 18px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.04);
}

body.stitch-entry-page .landing-profile-field-grid span,
body.stitch-entry-page .landing-college-list span,
body.stitch-entry-page .landing-college-detail-tags span,
body.stitch-entry-page .landing-major-results span {
    color: var(--entry-text-soft);
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.stitch-entry-page .landing-profile-field-grid strong,
body.stitch-entry-page .landing-college-list strong,
body.stitch-entry-page .landing-major-results strong {
    color: #f7f7ff;
    font-size: 1rem;
    line-height: 1.18;
    font-weight: 850;
}

body.stitch-entry-page .landing-readiness-panel {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 22px;
    border-radius: 24px;
    padding: clamp(18px, 3vw, 28px);
    text-align: center;
}

body.stitch-entry-page .landing-readiness-panel strong {
    display: block;
    margin-top: 8px;
    color: #f7f7ff;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    line-height: 0.92;
    font-weight: 900;
}

body.stitch-entry-page .landing-readiness-ring {
    position: relative;
    width: min(148px, 24vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(from -90deg, rgba(225, 223, 255, 0.86) 0 72%, rgba(255, 255, 255, 0.09) 72% 100%);
}

body.stitch-entry-page .landing-readiness-ring::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: inherit;
    background: #111620;
}

body.stitch-entry-page .landing-readiness-lines {
    width: 100%;
    display: grid;
    gap: 9px;
}

body.stitch-entry-page .landing-readiness-lines i,
body.stitch-entry-page .landing-college-detail-bars i,
body.stitch-entry-page .landing-major-results i {
    position: relative;
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .landing-readiness-lines i::before,
body.stitch-entry-page .landing-college-detail-bars i::before,
body.stitch-entry-page .landing-major-results i::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--line-width, var(--detail-width, var(--major-width, 50%)));
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(192, 193, 255, 0.7));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 840ms cubic-bezier(0.2, 0.75, 0.18, 1);
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-readiness-lines i::before,
body.stitch-entry-page .landing-colleges-sample.is-visible .landing-college-detail-bars i::before,
body.stitch-entry-page .landing-major-sample.is-visible .landing-major-results i::before {
    transform: scaleX(1);
}

body.stitch-entry-page .landing-colleges-console {
    display: grid;
    gap: 18px;
}

body.stitch-entry-page .landing-colleges-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.stitch-entry-page .landing-colleges-toolbar div,
body.stitch-entry-page .landing-college-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span {
    width: fit-content;
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(247, 247, 255, 0.86);
    font-style: normal;
    font-size: 0.76rem;
    font-weight: 850;
}

body.stitch-entry-page .landing-colleges-grid {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(220px, 1.1fr);
    gap: 16px;
}

body.stitch-entry-page .landing-college-list {
    display: grid;
    gap: 12px;
}

body.stitch-entry-page .landing-college-list > div {
    min-height: 94px;
    display: grid;
    align-content: center;
    gap: 8px;
    border-left: 1px solid rgba(225, 223, 255, 0.18);
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.035);
}

body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover {
    border-color: rgba(225, 223, 255, 0.52);
    background: rgba(225, 223, 255, 0.075);
}

body.stitch-entry-page .landing-college-detail-mini {
    display: grid;
    align-content: center;
    gap: 20px;
    border-radius: 24px;
    padding: clamp(20px, 3vw, 34px);
}

body.stitch-entry-page .landing-college-detail-bars {
    display: grid;
    gap: 10px;
}

body.stitch-entry-page .landing-major-console {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(240px, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
}

body.stitch-entry-page .landing-major-question {
    grid-row: span 2;
    display: grid;
    align-content: center;
    gap: 18px;
    border-radius: 24px;
    padding: clamp(20px, 3vw, 34px);
}

body.stitch-entry-page .landing-major-question > div {
    display: grid;
    gap: 10px;
}

body.stitch-entry-page .landing-major-question i {
    display: block;
    height: 44px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    transform-origin: left center;
    animation: landingChoicePulse 3.8s ease-in-out infinite;
}

body.stitch-entry-page .landing-major-question i:nth-child(2) {
    width: 82%;
    animation-delay: 180ms;
}

body.stitch-entry-page .landing-major-question i:nth-child(3) {
    width: 68%;
    animation-delay: 360ms;
}

body.stitch-entry-page .landing-major-results {
    display: grid;
    gap: 12px;
}

body.stitch-entry-page .landing-major-results > div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 14px;
    align-items: center;
    border-radius: 18px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.04);
}

body.stitch-entry-page .landing-major-results i {
    grid-column: 1 / -1;
}

body.stitch-entry-page .landing-major-next {
    display: grid;
    align-content: center;
    gap: 8px;
    border-radius: 18px;
    padding: 18px;
}

body.stitch-entry-page .landing-major-next p {
    color: var(--entry-text-muted);
    font-size: 0.92rem;
    line-height: 1.46;
}

body.stitch-entry-page .landing-flow-scene-feature {
    --scene-accent: #7dd3fc;
    --scene-accent-strong: #38bdf8;
    --scene-accent-soft: rgba(125, 211, 252, 0.15);
    --scene-panel: rgba(9, 22, 31, 0.86);
}

body.stitch-entry-page .landing-flow-scene-service {
    --scene-accent: #fee087;
    --scene-accent-strong: #f6b94f;
    --scene-accent-soft: rgba(254, 224, 135, 0.16);
    --scene-panel: rgba(27, 21, 10, 0.84);
}

body.stitch-entry-page .landing-flow-scene-compact {
    --scene-accent: #9ee8c8;
    --scene-accent-strong: #51d39a;
    --scene-accent-soft: rgba(158, 232, 200, 0.14);
    --scene-panel: rgba(9, 24, 20, 0.84);
}

body.stitch-entry-page .landing-flow-scene-major {
    --scene-accent: #f0b5d2;
    --scene-accent-strong: #ff8fbe;
    --scene-accent-soft: rgba(240, 181, 210, 0.15);
    --scene-panel: rgba(27, 13, 23, 0.84);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    min-height: clamp(560px, 74svh, 720px);
    gap: clamp(34px, 5.4vw, 76px);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
    background: var(--scene-accent, #e1dfff);
    box-shadow: 0 0 0 8px var(--scene-accent-soft, rgba(225, 223, 255, 0.08));
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
    gap: 18px;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
    color: var(--scene-accent);
    font-size: 0.94rem;
    letter-spacing: 0.22em;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    color: #fff;
    font-size: clamp(2.75rem, 4.4vw, 5.2rem);
    line-height: 0.98;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    max-width: 15rem;
    color: rgba(235, 239, 249, 0.74);
    font-size: clamp(1.08rem, 1.34vw, 1.34rem);
    line-height: 1.36;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta {
    gap: 8px;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span {
    border-color: color-mix(in srgb, var(--scene-accent) 38%, transparent);
    background: var(--scene-accent-soft);
    color: #f8fbff;
    font-size: 0.92rem;
    font-weight: 850;
}

body.stitch-entry-page .landing-profile-sample,
body.stitch-entry-page .landing-match-proof,
body.stitch-entry-page .landing-colleges-sample,
body.stitch-entry-page .landing-major-sample {
    min-height: clamp(410px, 38vw, 520px);
    border-radius: 26px;
    border-color: color-mix(in srgb, var(--scene-accent) 26%, transparent);
    box-shadow: 0 30px 88px rgba(0, 0, 0, 0.28);
}

body.stitch-entry-page .landing-profile-sample::before,
body.stitch-entry-page .landing-colleges-sample::before,
body.stitch-entry-page .landing-major-sample::before {
    display: none;
}

body.stitch-entry-page .landing-profile-sample {
    background:
        linear-gradient(135deg, rgba(125, 211, 252, 0.1) 0%, transparent 38%),
        linear-gradient(180deg, rgba(9, 22, 31, 0.98), rgba(5, 11, 18, 0.98));
}

body.stitch-entry-page .landing-match-proof {
    background:
        linear-gradient(145deg, rgba(254, 224, 135, 0.12) 0%, transparent 34%),
        linear-gradient(180deg, rgba(27, 21, 10, 0.96), rgba(9, 10, 14, 0.98));
}

body.stitch-entry-page .landing-colleges-sample {
    background:
        linear-gradient(145deg, rgba(81, 211, 154, 0.12) 0%, transparent 38%),
        linear-gradient(180deg, rgba(9, 24, 20, 0.96), rgba(7, 11, 15, 0.98));
}

body.stitch-entry-page .landing-major-sample {
    background:
        linear-gradient(145deg, rgba(240, 181, 210, 0.14) 0%, transparent 40%),
        linear-gradient(180deg, rgba(28, 13, 23, 0.96), rgba(9, 9, 15, 0.98));
}

body.stitch-entry-page .landing-showcase-bar {
    min-height: 62px;
    border-bottom-color: color-mix(in srgb, var(--scene-accent) 18%, transparent);
}

body.stitch-entry-page .landing-showcase-bar span {
    color: var(--scene-accent);
    font-size: 0.78rem;
}

body.stitch-entry-page .landing-showcase-bar strong {
    font-size: clamp(1rem, 1.2vw, 1.18rem);
}

body.stitch-entry-page .landing-profile-console {
    position: relative;
    display: block;
}

body.stitch-entry-page .landing-profile-console-main,
body.stitch-entry-page .landing-readiness-panel {
    border-color: rgba(125, 211, 252, 0.18);
    background: linear-gradient(180deg, rgba(125, 211, 252, 0.08), rgba(255, 255, 255, 0.035));
}

body.stitch-entry-page .landing-profile-console-main {
    min-height: clamp(330px, 27vw, 390px);
    padding-right: min(230px, 34%);
}

body.stitch-entry-page .landing-profile-console-main > span,
body.stitch-entry-page .landing-readiness-panel span {
    color: #7dd3fc;
}

body.stitch-entry-page .landing-profile-console-main > strong {
    font-size: clamp(2rem, 3.6vw, 3.4rem);
}

body.stitch-entry-page .landing-profile-field-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.stitch-entry-page .landing-profile-field-grid div {
    min-height: 104px;
    align-content: end;
    border-color: rgba(125, 211, 252, 0.12);
    background: rgba(125, 211, 252, 0.06);
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(2n) {
    transform: translateY(12px);
}

body.stitch-entry-page .landing-profile-sample.is-visible .landing-profile-field-grid div:nth-child(2n) {
    transform: translateY(0);
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(3),
body.stitch-entry-page .landing-profile-field-grid div:nth-child(6) {
    background: rgba(125, 211, 252, 0.12);
}

body.stitch-entry-page .landing-profile-field-grid span {
    color: rgba(184, 234, 255, 0.68);
}

body.stitch-entry-page .landing-profile-field-grid strong {
    font-size: clamp(1rem, 1.5vw, 1.34rem);
}

body.stitch-entry-page .landing-readiness-panel {
    position: relative;
    overflow: hidden;
}

body.stitch-entry-page .landing-profile-console .landing-readiness-panel {
    position: absolute;
    top: clamp(92px, 11vw, 128px);
    right: clamp(18px, 3vw, 30px);
    width: min(210px, 31%);
    min-height: clamp(210px, 22vw, 270px);
}

body.stitch-entry-page .landing-readiness-panel::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 20px;
    opacity: 0.6;
    pointer-events: none;
}

body.stitch-entry-page .landing-readiness-panel strong {
    color: #d7f7ff;
}

body.stitch-entry-page .landing-readiness-ring {
    background: conic-gradient(from -90deg, #7dd3fc 0 72%, rgba(255, 255, 255, 0.1) 72% 100%);
    animation: landingReadinessBreathe 4.2s ease-in-out infinite;
}

body.stitch-entry-page .landing-readiness-lines i::before {
    background: linear-gradient(90deg, #7dd3fc, rgba(215, 247, 255, 0.78));
}

body.stitch-entry-page .landing-match-proof-screen {
    grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
    gap: 34px;
    padding: clamp(22px, 3vw, 34px);
}

body.stitch-entry-page .landing-profile-stack {
    display: none;
}

body.stitch-entry-page .landing-candidate-pool {
    min-height: 100%;
    display: grid;
    align-content: center;
    border-left-color: rgba(254, 224, 135, 0.34);
}

body.stitch-entry-page .landing-candidate-pool > span,
body.stitch-entry-page .landing-proof-bucket-head span,
body.stitch-entry-page .landing-lab-kicker {
    color: #fee087;
}

body.stitch-entry-page .landing-candidate-pool strong {
    color: #fff1b8;
    font-size: clamp(4rem, 8vw, 7rem);
}

body.stitch-entry-page .landing-candidate-pool p {
    max-width: 9rem;
    color: rgba(255, 244, 211, 0.64);
    font-size: 0.96rem;
}

body.stitch-entry-page .landing-pool-dots {
    grid-template-columns: repeat(4, 1fr);
    max-width: 128px;
}

body.stitch-entry-page .landing-pool-dots span {
    border-radius: 5px;
    background: rgba(254, 224, 135, 0.16);
    animation: landingResultTiles 2.8s ease-in-out infinite;
}

body.stitch-entry-page .landing-pool-dots span:nth-child(4n) {
    background: rgba(254, 224, 135, 0.5);
}

body.stitch-entry-page .landing-proof-results {
    gap: 14px;
}

body.stitch-entry-page .landing-proof-bucket {
    border-radius: 20px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(254, 224, 135, 0.11);
}

body.stitch-entry-page .landing-proof-bucket:hover {
    transform: translateY(-2px);
}

body.stitch-entry-page .landing-proof-bucket p {
    display: none;
}

body.stitch-entry-page .landing-proof-bucket-head {
    padding-bottom: 12px;
}

body.stitch-entry-page .landing-proof-bucket-head strong {
    color: #fff1b8;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
}

body.stitch-entry-page .landing-proof-bar {
    height: 11px;
    background: rgba(255, 255, 255, 0.1);
}

body.stitch-entry-page .landing-proof-bar::before {
    background: linear-gradient(90deg, #fee087, rgba(246, 185, 79, 0.74));
}

body.stitch-entry-page .landing-colleges-console {
    gap: 16px;
}

body.stitch-entry-page .landing-colleges-toolbar {
    color: #9ee8c8;
}

body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span {
    background: rgba(158, 232, 200, 0.12);
    color: #dcfff0;
}

body.stitch-entry-page .landing-colleges-grid {
    grid-template-columns: minmax(190px, 0.62fr) minmax(0, 1.38fr);
}

body.stitch-entry-page .landing-college-list {
    align-content: stretch;
}

body.stitch-entry-page .landing-college-list > div {
    min-height: 110px;
    border-left: 0;
    border-radius: 0 22px 22px 0;
    border: 1px solid rgba(158, 232, 200, 0.1);
    border-left: 4px solid rgba(158, 232, 200, 0.25);
    background: rgba(158, 232, 200, 0.055);
}

body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover {
    border-left-color: #9ee8c8;
    background: rgba(158, 232, 200, 0.12);
}

body.stitch-entry-page .landing-college-list strong {
    font-size: clamp(1.12rem, 1.8vw, 1.52rem);
}

body.stitch-entry-page .landing-college-detail-mini {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-color: rgba(158, 232, 200, 0.16);
    background: rgba(158, 232, 200, 0.055);
}

body.stitch-entry-page .landing-college-detail-mini > span {
    color: #9ee8c8;
}

body.stitch-entry-page .landing-college-detail-mini > strong {
    font-size: clamp(3rem, 6vw, 5.8rem);
}

body.stitch-entry-page .landing-college-detail-bars {
    max-width: 260px;
}

body.stitch-entry-page .landing-college-detail-bars i::before {
    background: linear-gradient(90deg, #9ee8c8, rgba(81, 211, 154, 0.72));
}

body.stitch-entry-page .landing-college-photo-strip {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(42%, 240px);
    height: 58%;
    border-radius: 26px 0 0 0;
    overflow: hidden;
    opacity: 0.44;
}

body.stitch-entry-page .landing-college-photo-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) brightness(0.72);
}

body.stitch-entry-page .landing-major-console {
    grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
    gap: 18px;
}

body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-results > div,
body.stitch-entry-page .landing-major-next {
    border-color: rgba(240, 181, 210, 0.14);
    background: rgba(240, 181, 210, 0.055);
}

body.stitch-entry-page .landing-major-question span,
body.stitch-entry-page .landing-major-next span {
    color: #f0b5d2;
}

body.stitch-entry-page .landing-major-question > strong {
    font-size: clamp(2rem, 3.6vw, 3.55rem);
}

body.stitch-entry-page .landing-major-question > div {
    gap: 12px;
}

body.stitch-entry-page .landing-major-question i {
    position: relative;
    height: 48px;
    border: 1px solid rgba(240, 181, 210, 0.12);
    background: rgba(240, 181, 210, 0.075);
}

body.stitch-entry-page .landing-major-question i::after {
    content: attr(data-choice);
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding-left: 18px;
    color: rgba(255, 232, 244, 0.84);
    font-size: 0.88rem;
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0;
}

html[lang="zh-CN"] body.stitch-entry-page .landing-major-question i:nth-child(1)::after {
    content: "搭建";
}

html[lang="zh-CN"] body.stitch-entry-page .landing-major-question i:nth-child(2)::after {
    content: "分析";
}

html[lang="zh-CN"] body.stitch-entry-page .landing-major-question i:nth-child(3)::after {
    content: "表达";
}

body.stitch-entry-page .landing-major-results > div {
    grid-template-columns: auto minmax(0, 1fr);
    border-radius: 999px;
    padding: 16px 18px;
}

body.stitch-entry-page .landing-major-results span {
    color: #f0b5d2;
}

body.stitch-entry-page .landing-major-results strong {
    font-size: clamp(1rem, 1.35vw, 1.22rem);
}

body.stitch-entry-page .landing-major-results i {
    height: 8px;
}

body.stitch-entry-page .landing-major-results i::before {
    background: linear-gradient(90deg, #f0b5d2, rgba(255, 143, 190, 0.72));
}

body.stitch-entry-page .landing-major-next p {
    max-width: 18rem;
}

@keyframes landingReadinessBreathe {
    0%,
    100% {
        transform: scale(0.98) rotate(0deg);
    }
    50% {
        transform: scale(1.03) rotate(8deg);
    }
}

@keyframes landingResultTiles {
    0%,
    100% {
        opacity: 0.45;
        transform: translateY(0) scale(0.76);
    }
    50% {
        opacity: 1;
        transform: translateY(-2px) scale(1);
    }
}

@keyframes landingScanLine {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    18%,
    72% {
        opacity: 0.9;
    }
    100% {
        transform: translateY(420px);
        opacity: 0;
    }
}

@keyframes landingIntroPanelFallback {
    0% {
        opacity: 0.28;
        transform: translateY(32px) scale(1.05);
        clip-path: inset(7% 0 7% 0 round 28px);
    }
    58% {
        opacity: 1;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 28px);
    }
    100% {
        opacity: 0;
        transform: translateY(-36px) scale(1.018);
        clip-path: inset(0 0 100% 0 round 28px);
    }
}

@keyframes landingIntroMarkFallback {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.96);
    }
    58% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-12px) scale(0.98);
    }
}

@keyframes landingIntroEmblemFallback {
    0% {
        opacity: 0;
        transform: scale(0.78) rotate(-10deg);
    }
    58% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform: scale(0.98) rotate(0deg);
    }
}

@keyframes landingIntroWordsFallback {
    0% {
        opacity: 0;
        transform: translateY(22px);
        clip-path: inset(0 0 100% 0);
    }
    70%,
    100% {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes landingChoicePulse {
    0%,
    100% {
        opacity: 0.5;
        transform: scaleX(0.86);
    }
    48% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.stitch-entry-page .landing-hero-match-signal,
    body.stitch-entry-page .landing-hero-signal-bars i::before,
    body.stitch-entry-page .landing-profile-field-grid div,
    body.stitch-entry-page .landing-college-list > div,
    body.stitch-entry-page .landing-major-results > div,
    body.stitch-entry-page .landing-readiness-lines i::before,
    body.stitch-entry-page .landing-college-detail-bars i::before,
    body.stitch-entry-page .landing-major-results i::before {
        transition: none;
    }

    body.stitch-entry-page .landing-profile-sample.is-visible::before,
    body.stitch-entry-page .landing-colleges-sample.is-visible::before,
    body.stitch-entry-page .landing-major-sample.is-visible::before,
    body.stitch-entry-page .landing-readiness-ring,
    body.stitch-entry-page .landing-pool-dots span,
    body.stitch-entry-page .landing-major-question i {
        animation: none;
    }

    body.stitch-entry-page .landing-hero-signal-bars i::before,
    body.stitch-entry-page .landing-readiness-lines i::before,
    body.stitch-entry-page .landing-college-detail-bars i::before,
    body.stitch-entry-page .landing-major-results i::before {
        transform: scaleX(1);
    }
}

@media (max-width: 1040px) {
    body.stitch-entry-page .landing-reference-hero-grid,
    body.stitch-entry-page .landing-flow-scene {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        min-height: clamp(380px, 52vw, 500px);
    }

    body.stitch-entry-page .landing-flow-scenes::before,
    body.stitch-entry-page .landing-flow-scene::before {
        display: none;
    }

    body.stitch-entry-page .landing-flow-scene-copy {
        padding-left: 0;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        min-height: auto;
    }

    body.stitch-entry-page .landing-profile-console,
    body.stitch-entry-page .landing-colleges-grid,
    body.stitch-entry-page .landing-major-console {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-major-question {
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-nav {
        background: rgba(10, 13, 22, 0.72);
    }

    body.stitch-entry-page .landing-nav-inner {
        height: auto;
        min-height: auto;
    }

    body.stitch-entry-page .landing-reference-hero {
        min-height: auto;
        padding-top: calc(64px + 22px);
    }

    body.stitch-entry-page .landing-reference-hero-grid {
        gap: 24px;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        min-height: clamp(250px, 72vw, 330px);
    }

    body.stitch-entry-page .landing-hero-match-signal {
        display: none;
    }

    body.stitch-entry-page .landing-reference-strip-row {
        min-height: auto;
        padding: 18px 0;
        gap: 14px 22px;
    }

    body.stitch-entry-page .landing-flow-scene {
        gap: 16px;
        padding: 28px 0;
    }

    body.stitch-entry-page .landing-flow-scene-copy h3 {
        max-width: none;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        max-width: none;
        font-size: clamp(1.86rem, 8vw, 2.42rem);
    }

    html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        white-space: normal;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
        max-width: none;
    }

    body.stitch-entry-page .landing-profile-sample,
    body.stitch-entry-page .landing-colleges-sample,
    body.stitch-entry-page .landing-major-sample {
        min-height: 0;
    }

    body.stitch-entry-page .landing-profile-console,
    body.stitch-entry-page .landing-colleges-console,
    body.stitch-entry-page .landing-major-console {
        padding: 14px;
    }

    body.stitch-entry-page .landing-showcase-bar {
        min-height: 54px;
        padding: 13px 15px;
    }

    body.stitch-entry-page .landing-profile-field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.stitch-entry-page .landing-profile-console-main {
        min-height: 0;
        gap: 16px;
        padding: 16px;
        padding-right: 16px;
    }

    body.stitch-entry-page .landing-profile-console-main > strong {
        font-size: clamp(1.72rem, 7.4vw, 2.1rem);
    }

    body.stitch-entry-page .landing-profile-console .landing-readiness-panel {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        min-height: 0;
        margin-top: 10px;
        gap: 10px;
        padding: 14px;
    }

    body.stitch-entry-page .landing-profile-field-grid div:nth-child(2n) {
        transform: translateY(0);
    }

    body.stitch-entry-page .landing-profile-field-grid div {
        min-height: 68px;
        padding: 10px;
    }

    body.stitch-entry-page .landing-readiness-panel::before,
    body.stitch-entry-page .landing-readiness-lines {
        display: none;
    }

    body.stitch-entry-page .landing-readiness-panel {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }

    body.stitch-entry-page .landing-readiness-panel strong {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    body.stitch-entry-page .landing-readiness-ring {
        width: 72px;
    }

    body.stitch-entry-page .landing-colleges-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    body.stitch-entry-page .landing-college-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    body.stitch-entry-page .landing-college-list > div {
        min-height: 72px;
        border-left-width: 1px;
        border-radius: 16px;
        padding: 10px;
    }

    body.stitch-entry-page .landing-college-list strong {
        font-size: clamp(0.92rem, 3.55vw, 1.08rem);
    }

    body.stitch-entry-page .landing-college-list span {
        font-size: 0.64rem;
    }

    body.stitch-entry-page .landing-college-detail-mini,
    body.stitch-entry-page .landing-major-question {
        border-radius: 18px;
        padding: 16px;
    }

    body.stitch-entry-page .landing-college-detail-mini {
        min-height: 250px;
        gap: 14px;
    }

    body.stitch-entry-page .landing-colleges-grid,
    body.stitch-entry-page .landing-major-console {
        gap: 12px;
    }

    body.stitch-entry-page .landing-college-detail-mini > strong {
        font-size: clamp(2.35rem, 14vw, 3.8rem);
    }

    body.stitch-entry-page .landing-college-photo-strip {
        width: 46%;
        height: 46%;
        opacity: 0.28;
    }

    body.stitch-entry-page .landing-major-results > div {
        border-radius: 18px;
        padding: 13px 14px;
    }

    body.stitch-entry-page .landing-major-question i {
        height: 34px;
        border-radius: 13px;
    }

    body.stitch-entry-page .landing-major-question {
        gap: 12px;
    }

    body.stitch-entry-page .landing-major-question > strong {
        font-size: clamp(1.58rem, 7vw, 2.05rem);
    }

    body.stitch-entry-page .landing-major-next {
        display: none;
    }
}

/* --- Landing Cinematic ABD Pass --- */
body.stitch-entry-page {
    --landing-ink: #11110f;
    --landing-coal: #161615;
    --landing-paper: #eee6d8;
    --landing-paper-soft: #f7f1e8;
    --landing-ivy: #315947;
    --landing-ivy-light: #d8e4d7;
    --landing-red: #7c2f2c;
    --landing-gold: #b99b68;
    --landing-metal: #a8aaa4;
    --landing-line: rgba(32, 31, 27, 0.14);
}

body.stitch-entry-page .landing-reference-main {
    background:
        linear-gradient(180deg, rgba(16, 17, 16, 0) 0%, rgba(17, 17, 15, 0.92) 70%),
        #11110f;
}

body.stitch-entry-page .landing-nav {
    background: rgba(16, 16, 15, 0.62);
    border-bottom-color: rgba(238, 230, 216, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.stitch-entry-page .landing-nav-link:hover,
body.stitch-entry-page .landing-nav-link:focus-visible,
body.stitch-entry-page .landing-nav-link.is-active {
    background: rgba(238, 230, 216, 0.1);
}

body.stitch-entry-page .landing-reference-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(185, 155, 104, 0.13), transparent 32%),
        linear-gradient(115deg, rgba(18, 19, 18, 0.98) 0%, rgba(18, 19, 18, 0.88) 48%, rgba(49, 89, 71, 0.32) 100%);
}

body.stitch-entry-page .landing-reference-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    background: linear-gradient(180deg, transparent, #11110f);
    pointer-events: none;
}

body.stitch-entry-page .landing-hero-title {
    letter-spacing: 0;
}

body.stitch-entry-page .text-platinum-gradient {
    background: linear-gradient(90deg, #f8f1e7 0%, #d8e4d7 54%, #b99b68 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.stitch-entry-page .landing-hero-summary {
    color: rgba(247, 241, 232, 0.75);
}

body.stitch-entry-page .landing-primary-cta,
body.stitch-entry-page .landing-nav-cta {
    border: 1px solid rgba(247, 241, 232, 0.18);
    background: var(--landing-paper-soft);
    color: var(--landing-ink);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

body.stitch-entry-page .landing-primary-cta:hover,
body.stitch-entry-page .landing-primary-cta:focus-visible,
body.stitch-entry-page .landing-nav-cta:hover,
body.stitch-entry-page .landing-nav-cta:focus-visible {
    background: var(--landing-ivy-light);
    color: var(--landing-ink);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3);
}

body.stitch-entry-page .landing-reference-hero-visual {
    min-height: clamp(520px, 45vw, 640px);
    perspective: 1400px;
    animation: none;
}

body.stitch-entry-page .landing-preview-panel {
    transform-style: preserve-3d;
}

body.stitch-entry-page .landing-hero-photo {
    inset: 8% 8% 6% 18%;
    border-radius: 9px;
    border: 10px solid rgba(247, 241, 232, 0.92);
    background: var(--landing-paper);
    box-shadow: 0 42px 96px rgba(0, 0, 0, 0.44);
    transform: rotate(2deg) translate3d(calc(var(--hero-depth-x, 0) * 10px), calc(var(--hero-depth-y, 0) * 8px), 0);
}

body.stitch-entry-page .landing-hero-photo::before {
    content: "";
    position: absolute;
    inset: -6px;
    z-index: 2;
    border: 1px solid rgba(17, 17, 15, 0.18);
    pointer-events: none;
}

body.stitch-entry-page .landing-hero-photo::after {
    background:
        linear-gradient(180deg, rgba(17, 17, 15, 0.02) 0%, rgba(17, 17, 15, 0.18) 55%, rgba(17, 17, 15, 0.58) 100%),
        linear-gradient(90deg, rgba(17, 17, 15, 0.22), transparent 42%);
}

body.stitch-entry-page .landing-film-rail {
    position: absolute;
    inset: 6% auto auto 0;
    z-index: 3;
    display: grid;
    gap: 16px;
    width: min(220px, 28%);
    transform: rotate(-6deg);
    pointer-events: none;
}

body.stitch-entry-page .landing-film-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.72;
    margin: 0;
    border: 7px solid rgba(247, 241, 232, 0.92);
    border-radius: 7px;
    background: var(--landing-paper-soft);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    animation: landingFilmDrift 7.4s ease-in-out infinite;
}

body.stitch-entry-page .landing-film-frame:nth-child(2) {
    margin-left: 28px;
    animation-delay: 600ms;
}

body.stitch-entry-page .landing-film-frame:nth-child(3) {
    margin-left: 8px;
    animation-delay: 1100ms;
}

body.stitch-entry-page .landing-film-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.02);
}

body.stitch-entry-page .landing-film-frame figcaption {
    display: none;
}

body.stitch-entry-page .landing-map-path span {
    position: absolute;
    left: var(--pin-x);
    top: var(--pin-y);
    width: 10px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: var(--landing-red);
    box-shadow: 0 0 0 5px rgba(124, 47, 44, 0.13);
    transform: translate(-50%, -50%);
}

body.stitch-entry-page .landing-hero-signal-head,
body.stitch-entry-page .landing-hero-signal-bars,
body.stitch-entry-page .landing-hero-signal-labels {
    display: none;
}

body.stitch-entry-page .landing-reference-strip-row {
    border-color: rgba(238, 230, 216, 0.11);
}

body.stitch-entry-page .landing-trust-item strong {
    color: var(--landing-paper-soft);
}

body.stitch-entry-page .landing-trust-item span {
    color: rgba(238, 230, 216, 0.58);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    min-height: clamp(620px, 78svh, 760px);
}

body.stitch-entry-page .landing-flow-scenes::before {
    background: linear-gradient(180deg, transparent, rgba(238, 230, 216, 0.2) 12%, rgba(238, 230, 216, 0.16) 82%, transparent);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
    background: var(--landing-paper);
    box-shadow: 0 0 0 8px rgba(238, 230, 216, 0.07);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
    color: var(--landing-gold);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    color: #f8f1e7;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    color: rgba(238, 230, 216, 0.66);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span {
    border-color: rgba(238, 230, 216, 0.12);
    background: rgba(238, 230, 216, 0.06);
    color: rgba(248, 241, 231, 0.82);
}

body.stitch-entry-page .landing-showcase-frame {
    border-radius: 16px;
    border-color: rgba(238, 230, 216, 0.13);
    box-shadow: 0 34px 84px rgba(0, 0, 0, 0.32);
}

body.stitch-entry-page .landing-showcase-bar {
    min-height: 58px;
    border-bottom-color: rgba(238, 230, 216, 0.11);
    background: rgba(17, 17, 15, 0.16);
}

body.stitch-entry-page .landing-showcase-bar span {
    color: rgba(238, 230, 216, 0.58);
    letter-spacing: 0.08em;
}

body.stitch-entry-page .landing-showcase-bar strong {
    color: #f8f1e7;
}

body.stitch-entry-page .landing-profile-sample {
    background:
        linear-gradient(120deg, rgba(247, 241, 232, 0.94), rgba(222, 211, 194, 0.9)),
        #eee6d8;
}

body.stitch-entry-page .landing-match-proof {
    background:
        linear-gradient(140deg, rgba(216, 228, 215, 0.18), transparent 42%),
        linear-gradient(180deg, #16251f, #0e1513);
}

body.stitch-entry-page .landing-colleges-sample {
    background:
        linear-gradient(145deg, rgba(185, 155, 104, 0.14), transparent 40%),
        linear-gradient(180deg, #161615, #0d0d0c);
}

body.stitch-entry-page .landing-major-sample {
    background:
        linear-gradient(145deg, rgba(124, 47, 44, 0.26), transparent 42%),
        linear-gradient(180deg, #251818, #11110f);
}

body.stitch-entry-page .landing-application-desk {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(190px, 0.62fr);
    gap: clamp(18px, 3vw, 28px);
    min-height: calc(100% - 58px);
    color: var(--landing-ink);
}

body.stitch-entry-page .landing-desk-thread {
    position: absolute;
    inset: 22px 18px auto;
    z-index: 0;
    height: 68%;
    pointer-events: none;
}

body.stitch-entry-page .landing-desk-thread span {
    position: absolute;
    height: 1px;
    background: rgba(49, 89, 71, 0.24);
    transform-origin: left center;
}

body.stitch-entry-page .landing-desk-thread span:nth-child(1) {
    left: 12%;
    right: 18%;
    top: 18%;
    transform: rotate(8deg);
}

body.stitch-entry-page .landing-desk-thread span:nth-child(2) {
    left: 26%;
    right: 8%;
    top: 54%;
    transform: rotate(-10deg);
}

body.stitch-entry-page .landing-desk-thread span:nth-child(3) {
    left: 8%;
    right: 40%;
    top: 78%;
    transform: rotate(5deg);
}

body.stitch-entry-page .landing-desk-document,
body.stitch-entry-page .landing-desk-photo-card {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(17, 17, 15, 0.1);
    background: rgba(247, 241, 232, 0.88);
    box-shadow: 0 22px 46px rgba(32, 31, 27, 0.13);
}

body.stitch-entry-page .landing-desk-document {
    border-radius: 10px;
    min-height: clamp(340px, 28vw, 410px);
    padding-right: clamp(24px, 3vw, 34px);
    transform: rotate(-1.2deg);
}

body.stitch-entry-page .landing-desk-document::before {
    content: "";
    position: absolute;
    inset: 18px 18px auto;
    height: 1px;
    background: rgba(17, 17, 15, 0.1);
}

body.stitch-entry-page .landing-profile-console-main > span,
body.stitch-entry-page .landing-readiness-panel span,
body.stitch-entry-page .landing-profile-field-grid span {
    color: rgba(17, 17, 15, 0.56);
}

body.stitch-entry-page .landing-profile-console-main > strong,
body.stitch-entry-page .landing-profile-field-grid strong,
body.stitch-entry-page .landing-readiness-panel strong {
    color: var(--landing-ink);
}

body.stitch-entry-page .landing-profile-field-grid div {
    min-height: 98px;
    border-color: rgba(17, 17, 15, 0.1);
    background: rgba(255, 252, 246, 0.7);
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(3),
body.stitch-entry-page .landing-profile-field-grid div:nth-child(6) {
    background: rgba(216, 228, 215, 0.7);
}

body.stitch-entry-page .landing-desk-photo-card {
    align-content: end;
    justify-items: stretch;
    gap: 14px;
    overflow: hidden;
    border-radius: 9px;
    padding: 12px;
    text-align: left;
    transform: rotate(3deg);
}

body.stitch-entry-page .landing-desk-photo-card img {
    width: 100%;
    height: clamp(150px, 18vw, 220px);
    border-radius: 6px;
    object-fit: cover;
    filter: saturate(0.82) contrast(1.03);
}

body.stitch-entry-page .landing-desk-stamp {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.stitch-entry-page .landing-desk-stamp span {
    border: 1px solid rgba(124, 47, 44, 0.25);
    border-radius: 999px;
    padding: 6px 9px;
    color: var(--landing-red);
    font-size: 0.72rem;
    font-weight: 850;
}

body.stitch-entry-page .landing-range-desk {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(22px, 3vw, 34px);
    min-height: calc(100% - 58px);
}

body.stitch-entry-page .landing-range-map {
    position: relative;
    display: grid;
    align-content: end;
    min-height: 100%;
    overflow: hidden;
    border-radius: 14px;
    padding: clamp(18px, 2.6vw, 28px);
    border: 1px solid rgba(216, 228, 215, 0.14);
    background: #20352c;
}

body.stitch-entry-page .landing-map-photo {
    position: absolute;
    inset: 0;
    opacity: 0.28;
}

body.stitch-entry-page .landing-map-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) contrast(1.05);
}

body.stitch-entry-page .landing-range-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 70%, rgba(216, 228, 215, 0.24), transparent 11%),
        radial-gradient(circle at 74% 28%, rgba(185, 155, 104, 0.2), transparent 13%),
        repeating-linear-gradient(0deg, transparent 0 34px, rgba(238, 230, 216, 0.045) 35px),
        repeating-linear-gradient(90deg, transparent 0 34px, rgba(238, 230, 216, 0.045) 35px),
        linear-gradient(180deg, rgba(16, 25, 22, 0.16), rgba(16, 25, 22, 0.9));
}

body.stitch-entry-page .landing-map-path {
    position: absolute;
    inset: 0;
    z-index: 1;
}

body.stitch-entry-page .landing-map-path::before {
    content: "";
    position: absolute;
    left: 15%;
    right: 19%;
    top: 45%;
    height: 34%;
    border-top: 2px solid rgba(238, 230, 216, 0.5);
    border-right: 2px solid rgba(238, 230, 216, 0.34);
    border-radius: 999px;
    transform: rotate(-12deg);
}

body.stitch-entry-page .landing-range-map > strong,
body.stitch-entry-page .landing-range-map > span {
    position: relative;
    z-index: 2;
}

body.stitch-entry-page .landing-range-map > strong {
    color: #f8f1e7;
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 0.88;
    font-weight: 900;
}

body.stitch-entry-page .landing-range-map > span {
    margin-top: 10px;
    color: rgba(238, 230, 216, 0.66);
    font-size: 0.94rem;
    font-weight: 800;
}

body.stitch-entry-page .landing-shortlist-window {
    display: grid;
    align-content: center;
    gap: 14px;
}

body.stitch-entry-page .landing-shortlist-window .landing-lab-kicker,
body.stitch-entry-page .landing-proof-bucket-head span {
    color: rgba(238, 230, 216, 0.62);
}

body.stitch-entry-page .landing-proof-bucket {
    border-color: rgba(238, 230, 216, 0.12);
    background: rgba(238, 230, 216, 0.06);
}

body.stitch-entry-page .landing-proof-bucket-head strong {
    color: #f8f1e7;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: auto;
    background: transparent;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar::before {
    display: none;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span {
    border: 1px solid rgba(216, 228, 215, 0.14);
    border-radius: 999px;
    padding: 7px 10px;
    color: rgba(247, 241, 232, 0.82);
    font-size: 0.78rem;
    font-weight: 780;
}

body.stitch-entry-page .landing-colleges-console,
body.stitch-entry-page .landing-major-console {
    min-height: calc(100% - 58px);
}

body.stitch-entry-page .landing-colleges-toolbar {
    color: rgba(238, 230, 216, 0.64);
}

body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span {
    background: rgba(238, 230, 216, 0.08);
    color: rgba(248, 241, 231, 0.86);
}

body.stitch-entry-page .landing-college-list > div {
    border-left-color: rgba(185, 155, 104, 0.36);
    border-color: rgba(238, 230, 216, 0.11);
    background: rgba(238, 230, 216, 0.045);
}

body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover {
    border-left-color: var(--landing-gold);
    background: rgba(238, 230, 216, 0.08);
}

body.stitch-entry-page .landing-college-detail-mini {
    border-color: rgba(238, 230, 216, 0.11);
    background:
        linear-gradient(180deg, rgba(238, 230, 216, 0.08), rgba(238, 230, 216, 0.035));
}

body.stitch-entry-page .landing-college-detail-mini > span {
    color: rgba(238, 230, 216, 0.6);
}

body.stitch-entry-page .landing-detail-stamps {
    display: flex;
    gap: 10px;
}

body.stitch-entry-page .landing-detail-stamps span {
    display: grid;
    place-items: center;
    width: 44px;
    aspect-ratio: 1;
    border: 1px solid rgba(185, 155, 104, 0.28);
    border-radius: 50%;
    color: rgba(248, 241, 231, 0.78);
    font-size: 0.82rem;
    font-weight: 850;
}

body.stitch-entry-page .landing-college-photo-strip {
    opacity: 0.5;
}

body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-results > div,
body.stitch-entry-page .landing-major-next {
    border-color: rgba(238, 230, 216, 0.12);
    background: rgba(238, 230, 216, 0.055);
}

body.stitch-entry-page .landing-major-question span,
body.stitch-entry-page .landing-major-next span,
body.stitch-entry-page .landing-major-results span {
    color: rgba(238, 230, 216, 0.6);
}

body.stitch-entry-page .landing-major-question i {
    border-color: rgba(238, 230, 216, 0.12);
    background: rgba(238, 230, 216, 0.08);
}

body.stitch-entry-page .landing-major-console {
    grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
}

body.stitch-entry-page .landing-major-question {
    align-content: start;
    gap: 16px;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(247, 241, 232, 0.1), rgba(238, 230, 216, 0.045));
}

body.stitch-entry-page .landing-major-question > strong {
    max-width: 8.5em;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.05;
}

body.stitch-entry-page .landing-major-question i::after {
    color: rgba(248, 241, 231, 0.82);
}

body.stitch-entry-page .landing-major-results > div {
    border-radius: 12px;
    background: rgba(247, 241, 232, 0.08);
}

body.stitch-entry-page .landing-major-results {
    align-content: center;
}

body.stitch-entry-page .landing-major-results strong {
    color: #f8f1e7;
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
}

body.stitch-entry-page .landing-major-results i {
    height: auto;
    min-height: 32px;
    border-radius: 999px;
    background: transparent;
}

body.stitch-entry-page .landing-major-results i::before {
    display: none;
}

body.stitch-entry-page .landing-major-results i span {
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(124, 47, 44, 0.34);
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(124, 47, 44, 0.18);
    color: rgba(248, 241, 231, 0.84);
    font-size: 0.76rem;
    font-style: normal;
    font-weight: 850;
}

body.stitch-entry-page .landing-major-next {
    display: none;
}

@keyframes landingFilmDrift {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(1.2deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.stitch-entry-page .landing-film-frame {
        animation: none;
    }
}

@media (max-width: 1040px) {
    body.stitch-entry-page .landing-film-rail {
        width: min(190px, 34%);
    }

    body.stitch-entry-page .landing-application-desk,
    body.stitch-entry-page .landing-range-desk {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-desk-document,
    body.stitch-entry-page .landing-desk-photo-card {
        transform: none;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero {
        background:
            linear-gradient(180deg, rgba(18, 19, 18, 0.94), rgba(17, 17, 15, 1)),
            #11110f;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        min-height: clamp(300px, 78vw, 380px);
    }

    body.stitch-entry-page .landing-hero-photo {
        inset: 2% 3% 7% 12%;
        border-width: 7px;
        border-radius: 7px;
    }

    body.stitch-entry-page .landing-film-rail {
        inset: 1% auto auto 0;
        width: min(172px, 44%);
        gap: 10px;
    }

    body.stitch-entry-page .landing-film-frame {
        border-width: 5px;
        border-radius: 5px;
    }

    body.stitch-entry-page .landing-film-frame:nth-child(3) {
        display: none;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        min-height: auto;
    }

    body.stitch-entry-page .landing-application-desk,
    body.stitch-entry-page .landing-range-desk {
        gap: 12px;
    }

    body.stitch-entry-page .landing-desk-document {
        min-height: 0;
        padding: 16px;
    }

    body.stitch-entry-page .landing-desk-photo-card {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
    }

    body.stitch-entry-page .landing-desk-photo-card img {
        height: 96px;
    }

    body.stitch-entry-page .landing-desk-stamp {
        grid-column: 1 / -1;
    }

    body.stitch-entry-page .landing-range-map {
        min-height: 220px;
        padding: 16px;
    }

    body.stitch-entry-page .landing-range-map > strong {
        font-size: clamp(3.2rem, 16vw, 4.1rem);
    }

    body.stitch-entry-page .landing-shortlist-window {
        gap: 10px;
    }

    body.stitch-entry-page .landing-proof-bucket {
        padding: 12px 13px;
        border-radius: 16px;
    }

    body.stitch-entry-page .landing-proof-bucket-head {
        padding-bottom: 8px;
    }

    body.stitch-entry-page .landing-colleges-grid {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-college-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.stitch-entry-page .landing-detail-stamps span {
        width: 38px;
    }

    body.stitch-entry-page .landing-major-results i span {
        padding: 6px 10px;
    }
}

/* --- Landing Blue Aurora Workflow Rewrite --- */
body.stitch-entry-page {
    --landing-ink: #f8fbff;
    --landing-coal: #060817;
    --landing-paper: rgba(238, 244, 255, 0.92);
    --landing-paper-soft: #ffffff;
    --landing-ivy: #66e8ff;
    --landing-ivy-light: #dfe9ff;
    --landing-red: #a78bfa;
    --landing-gold: #c9d7ff;
    --landing-metal: #9fb2d8;
    --landing-line: rgba(214, 225, 255, 0.16);
    --landing-blue: #65d8ff;
    --landing-violet: #9b7cff;
    --landing-deep-violet: #5c46d6;
    --landing-surface-blue: rgba(10, 16, 42, 0.78);
}

body.stitch-entry-page .landing-reference-main {
    background:
        radial-gradient(circle at 16% 10%, rgba(101, 216, 255, 0.2), transparent 32%),
        radial-gradient(circle at 84% 0%, rgba(155, 124, 255, 0.24), transparent 34%),
        linear-gradient(180deg, #070b19 0%, #090b18 52%, #050715 100%);
}

body.stitch-entry-page .landing-nav {
    background: rgba(7, 11, 25, 0.7);
    border-bottom-color: rgba(218, 226, 255, 0.08);
    box-shadow: 0 18px 60px rgba(3, 6, 20, 0.18);
}

body.stitch-entry-page .landing-nav-link:hover,
body.stitch-entry-page .landing-nav-link:focus-visible,
body.stitch-entry-page .landing-nav-link.is-active {
    background: rgba(122, 148, 255, 0.12);
    color: #fff;
}

body.stitch-entry-page .landing-reference-hero {
    background:
        radial-gradient(circle at 78% 22%, rgba(134, 156, 255, 0.24), transparent 36%),
        radial-gradient(circle at 54% 76%, rgba(101, 216, 255, 0.13), transparent 34%),
        linear-gradient(120deg, rgba(6, 9, 26, 0.99) 0%, rgba(8, 13, 34, 0.93) 54%, rgba(56, 44, 132, 0.42) 100%);
}

body.stitch-entry-page .landing-reference-hero::after {
    background: linear-gradient(180deg, transparent, #070b19);
}

body.stitch-entry-page .text-platinum-gradient {
    background: linear-gradient(90deg, #ffffff 0%, #dfe9ff 42%, #bba8ff 74%, #7ee6ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.stitch-entry-page .landing-hero-summary {
    color: rgba(226, 235, 255, 0.78);
}

body.stitch-entry-page .landing-primary-cta,
body.stitch-entry-page .landing-nav-cta {
    border-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(135deg, #ffffff 0%, #edf3ff 48%, #dcd8ff 100%);
    color: #08101f;
    box-shadow: 0 20px 54px rgba(125, 145, 255, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

body.stitch-entry-page .landing-primary-cta:hover,
body.stitch-entry-page .landing-primary-cta:focus-visible,
body.stitch-entry-page .landing-nav-cta:hover,
body.stitch-entry-page .landing-nav-cta:focus-visible {
    background: linear-gradient(135deg, #ffffff 0%, #e2ebff 46%, #c8bbff 100%);
    box-shadow: 0 24px 64px rgba(112, 127, 255, 0.34), 0 0 28px rgba(101, 216, 255, 0.16);
}

body.stitch-entry-page .landing-hero-photo {
    border-color: rgba(232, 239, 255, 0.74);
    background: rgba(219, 229, 255, 0.92);
    box-shadow: 0 44px 110px rgba(4, 7, 24, 0.5), 0 0 54px rgba(117, 142, 255, 0.18);
}

body.stitch-entry-page .landing-hero-photo::before {
    border-color: rgba(255, 255, 255, 0.18);
}

body.stitch-entry-page .landing-hero-photo::after {
    background:
        linear-gradient(180deg, rgba(5, 9, 22, 0.02) 0%, rgba(10, 18, 42, 0.2) 58%, rgba(4, 7, 18, 0.6) 100%),
        linear-gradient(90deg, rgba(6, 10, 24, 0.2), transparent 50%);
}

body.stitch-entry-page .landing-film-frame {
    border-color: rgba(239, 244, 255, 0.9);
    background: #eef4ff;
    box-shadow: 0 24px 60px rgba(4, 7, 24, 0.34), 0 0 32px rgba(118, 144, 255, 0.14);
}

body.stitch-entry-page .landing-map-path span {
    background: #eff7ff;
    box-shadow: 0 0 0 5px rgba(101, 216, 255, 0.18), 0 0 24px rgba(101, 216, 255, 0.65);
}

body.stitch-entry-page .landing-reference-strip-row {
    border-color: rgba(211, 224, 255, 0.1);
}

body.stitch-entry-page .landing-trust-item strong {
    color: #f9fbff;
}

body.stitch-entry-page .landing-trust-item span {
    color: rgba(220, 230, 255, 0.62);
}

body.stitch-entry-page .landing-reference-workflow {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 11, 25, 0) 0%, rgba(9, 12, 28, 0.78) 18%, rgba(5, 7, 18, 0.98) 100%);
}

body.stitch-entry-page .landing-workflow-intro h2 {
    color: #f8fbff;
    font-size: clamp(2.5rem, 5.4vw, 5.4rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
}

body.stitch-entry-page .landing-workflow-intro p {
    color: rgba(220, 230, 255, 0.68);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
}

body.stitch-entry-page .landing-workflow-route span {
    border-color: rgba(202, 214, 255, 0.14);
    background: rgba(102, 128, 255, 0.1);
    color: rgba(239, 246, 255, 0.84);
}

body.stitch-entry-page .landing-flow-scenes::before {
    background: linear-gradient(180deg, transparent, rgba(126, 230, 255, 0.28) 12%, rgba(170, 140, 255, 0.3) 82%, transparent);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    min-height: clamp(660px, 82svh, 820px);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
    background: linear-gradient(180deg, #ffffff, #cdd8ff);
    box-shadow: 0 0 0 8px rgba(114, 145, 255, 0.08), 0 0 28px rgba(101, 216, 255, 0.28);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
    color: rgba(126, 230, 255, 0.76);
    font-size: 0.82rem;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 8ch;
    color: #f8fbff;
    font-size: clamp(2.8rem, 5vw, 5.4rem);
    line-height: 0.88;
    letter-spacing: -0.065em;
}

html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 5ch;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    max-width: 14rem;
    color: rgba(220, 230, 255, 0.72);
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.55;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span {
    border-color: rgba(208, 222, 255, 0.13);
    background: rgba(102, 128, 255, 0.08);
    color: rgba(240, 246, 255, 0.82);
}

body.stitch-entry-page .landing-showcase-frame {
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(218, 229, 255, 0.13);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(15, 22, 54, 0.92), rgba(5, 8, 25, 0.96));
    box-shadow: 0 38px 110px rgba(1, 4, 18, 0.48), 0 0 58px rgba(92, 116, 255, 0.14);
}

body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    border-color: rgba(174, 197, 255, 0.28);
    box-shadow: 0 44px 130px rgba(1, 4, 18, 0.54), 0 0 84px rgba(102, 216, 255, 0.18);
}

body.stitch-entry-page .landing-showcase-bar {
    min-height: 58px;
    border-bottom-color: rgba(220, 230, 255, 0.09);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.055), transparent);
}

body.stitch-entry-page .landing-showcase-bar span {
    color: rgba(126, 230, 255, 0.78);
}

body.stitch-entry-page .landing-showcase-bar strong {
    color: #f8fbff;
}

body.stitch-entry-page .landing-profile-sample {
    background:
        linear-gradient(145deg, rgba(101, 216, 255, 0.12), transparent 36%),
        linear-gradient(180deg, #101941, #060915);
}

body.stitch-entry-page .landing-match-proof {
    background:
        radial-gradient(80% 90% at 20% 18%, rgba(101, 216, 255, 0.18), transparent 46%),
        linear-gradient(180deg, #081331, #050815);
}

body.stitch-entry-page .landing-colleges-sample {
    background:
        linear-gradient(135deg, rgba(155, 124, 255, 0.18), transparent 38%),
        linear-gradient(180deg, #0e1131, #060817);
}

body.stitch-entry-page .landing-major-sample {
    background:
        conic-gradient(from 220deg at 66% 56%, rgba(101, 216, 255, 0.28), rgba(155, 124, 255, 0.34), rgba(255, 255, 255, 0.12), rgba(101, 216, 255, 0.28)),
        linear-gradient(180deg, #0b0d2b, #050715);
}

body.stitch-entry-page .landing-application-desk {
    position: relative;
    display: block;
    min-height: clamp(500px, 40vw, 590px);
    color: #f8fbff;
    overflow: hidden;
}

body.stitch-entry-page .landing-application-desk::before {
    content: "";
    position: absolute;
    inset: 8% 5%;
    border: 1px solid rgba(122, 148, 255, 0.18);
    border-radius: 50%;
    transform: rotate(-10deg);
    box-shadow: 0 0 60px rgba(101, 216, 255, 0.08) inset;
}

body.stitch-entry-page .landing-desk-thread {
    inset: 8% 7%;
    height: auto;
}

body.stitch-entry-page .landing-desk-thread span {
    height: auto;
    background: transparent;
    border: 1px solid rgba(126, 230, 255, 0.2);
    border-radius: 50%;
    animation: landingOrbitSpin 16s linear infinite;
}

body.stitch-entry-page .landing-desk-thread span:nth-child(1) {
    inset: 7% 8% 13% 8%;
    transform: rotate(9deg);
}

body.stitch-entry-page .landing-desk-thread span:nth-child(2) {
    inset: 18% 17% 20% 13%;
    border-color: rgba(169, 139, 255, 0.24);
    transform: rotate(-18deg);
    animation-duration: 22s;
}

body.stitch-entry-page .landing-desk-thread span:nth-child(3) {
    inset: 29% 26% 28% 22%;
    border-color: rgba(255, 255, 255, 0.16);
    transform: rotate(34deg);
    animation-duration: 28s;
}

body.stitch-entry-page .landing-desk-document {
    position: absolute;
    left: 8%;
    top: 13%;
    width: min(410px, 54%);
    height: 72%;
    min-height: 0;
    display: grid;
    align-content: start;
    padding: clamp(22px, 3vw, 32px);
    border-radius: 30px;
    border-color: rgba(221, 231, 255, 0.18);
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.12), rgba(126, 230, 255, 0.055));
    box-shadow: 0 28px 80px rgba(2, 6, 24, 0.34), 0 0 52px rgba(109, 139, 255, 0.16);
    transform: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.stitch-entry-page .landing-desk-document::before {
    inset: auto 22px 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(126, 230, 255, 0.42), transparent);
}

body.stitch-entry-page .landing-profile-console-main > span,
body.stitch-entry-page .landing-readiness-panel span,
body.stitch-entry-page .landing-profile-field-grid span {
    color: rgba(218, 230, 255, 0.62);
}

body.stitch-entry-page .landing-profile-console-main > strong,
body.stitch-entry-page .landing-profile-field-grid strong,
body.stitch-entry-page .landing-readiness-panel strong {
    color: #ffffff;
}

body.stitch-entry-page .landing-profile-field-grid {
    position: relative;
    display: block;
    min-height: 315px;
    margin-top: 28px;
}

body.stitch-entry-page .landing-profile-field-grid div {
    position: absolute;
    width: min(128px, 42%);
    min-height: 74px;
    border-radius: 18px;
    border-color: rgba(218, 229, 255, 0.15);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 16px 38px rgba(2, 6, 24, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(1) {
    left: 0;
    top: 8px;
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(2) {
    right: 3%;
    top: 36px;
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(3) {
    left: 8%;
    top: 126px;
    background: rgba(101, 216, 255, 0.12);
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(4) {
    right: 0;
    top: 158px;
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(5) {
    left: 0;
    bottom: 6px;
}

body.stitch-entry-page .landing-profile-field-grid div:nth-child(6) {
    right: 9%;
    bottom: 0;
    background: rgba(155, 124, 255, 0.12);
}

body.stitch-entry-page .landing-desk-photo-card {
    position: absolute;
    right: 7%;
    top: 18%;
    width: min(310px, 36%);
    height: 66%;
    align-content: end;
    border-radius: 32px;
    border-color: rgba(218, 229, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 82px rgba(2, 6, 24, 0.38), 0 0 64px rgba(101, 216, 255, 0.12);
    transform: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.stitch-entry-page .landing-desk-photo-card img {
    position: absolute;
    inset: 0;
    height: 100%;
    border-radius: 28px;
    opacity: 0.62;
    filter: saturate(1.05) contrast(1.05) brightness(0.84);
}

body.stitch-entry-page .landing-desk-photo-card > div {
    position: relative;
    z-index: 1;
}

body.stitch-entry-page .landing-desk-photo-card > div:not(.landing-desk-stamp) {
    margin-top: auto;
    padding: 18px;
    border-radius: 22px;
    background: rgba(7, 11, 28, 0.58);
}

body.stitch-entry-page .landing-desk-stamp {
    position: relative;
    z-index: 1;
    padding: 0 18px 18px;
}

body.stitch-entry-page .landing-desk-stamp span {
    border-color: rgba(126, 230, 255, 0.28);
    background: rgba(126, 230, 255, 0.12);
    color: #eaf9ff;
}

body.stitch-entry-page .landing-range-desk {
    grid-template-columns: minmax(290px, 1.04fr) minmax(0, 0.96fr);
    gap: clamp(22px, 3vw, 34px);
    min-height: clamp(500px, 39vw, 590px);
}

body.stitch-entry-page .landing-range-map {
    min-height: 100%;
    border-radius: 34px;
    border-color: rgba(126, 230, 255, 0.17);
    background:
        radial-gradient(circle at 22% 72%, rgba(101, 216, 255, 0.28), transparent 20%),
        radial-gradient(circle at 75% 28%, rgba(155, 124, 255, 0.24), transparent 22%),
        #081532;
    box-shadow: inset 0 0 80px rgba(101, 216, 255, 0.08);
}

body.stitch-entry-page .landing-map-photo {
    opacity: 0.2;
    mix-blend-mode: screen;
}

body.stitch-entry-page .landing-map-photo img {
    filter: saturate(0.9) contrast(1.1) brightness(0.82);
}

body.stitch-entry-page .landing-range-map::after {
    background:
        linear-gradient(115deg, transparent 0 42%, rgba(126, 230, 255, 0.18) 43%, transparent 45%),
        linear-gradient(150deg, transparent 0 54%, rgba(166, 139, 255, 0.16) 55%, transparent 57%),
        repeating-linear-gradient(0deg, transparent 0 36px, rgba(220, 230, 255, 0.05) 37px),
        repeating-linear-gradient(90deg, transparent 0 36px, rgba(220, 230, 255, 0.05) 37px),
        linear-gradient(180deg, rgba(6, 12, 32, 0.04), rgba(6, 10, 25, 0.88));
}

body.stitch-entry-page .landing-map-path::before {
    left: 13%;
    right: 15%;
    top: 37%;
    height: 42%;
    border-top-color: rgba(126, 230, 255, 0.72);
    border-right-color: rgba(166, 139, 255, 0.52);
    box-shadow: 0 -18px 42px rgba(101, 216, 255, 0.12);
}

body.stitch-entry-page .landing-map-path span {
    animation: landingNodePulse 2.8s ease-in-out infinite;
}

body.stitch-entry-page .landing-map-path span:nth-child(2) {
    animation-delay: 350ms;
}

body.stitch-entry-page .landing-map-path span:nth-child(3) {
    animation-delay: 700ms;
}

body.stitch-entry-page .landing-map-path span:nth-child(4) {
    animation-delay: 1050ms;
}

body.stitch-entry-page .landing-range-map > strong {
    color: #f9fbff;
    text-shadow: 0 0 42px rgba(101, 216, 255, 0.22);
}

body.stitch-entry-page .landing-range-map > span {
    color: rgba(226, 236, 255, 0.7);
}

body.stitch-entry-page .landing-shortlist-window {
    gap: 16px;
}

body.stitch-entry-page .landing-shortlist-window .landing-lab-kicker,
body.stitch-entry-page .landing-proof-bucket-head span {
    color: rgba(126, 230, 255, 0.76);
}

body.stitch-entry-page .landing-proof-bucket {
    border-radius: 24px;
    border-color: rgba(218, 229, 255, 0.14);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(102, 128, 255, 0.065));
    box-shadow: 0 18px 52px rgba(2, 6, 24, 0.24);
}

body.stitch-entry-page .landing-proof-bucket:nth-of-type(2) {
    background: linear-gradient(135deg, rgba(101, 216, 255, 0.13), rgba(255, 255, 255, 0.06));
}

body.stitch-entry-page .landing-proof-bucket:nth-of-type(3) {
    background: linear-gradient(135deg, rgba(155, 124, 255, 0.16), rgba(255, 255, 255, 0.06));
}

body.stitch-entry-page .landing-proof-bucket-head strong {
    color: #fff;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span {
    border-color: rgba(218, 229, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(241, 247, 255, 0.86);
}

body.stitch-entry-page .landing-colleges-console {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 18px;
    min-height: clamp(500px, 39vw, 590px);
    overflow: hidden;
}

body.stitch-entry-page .landing-colleges-console::before {
    content: "";
    position: absolute;
    inset: 70px 8% 8%;
    border-radius: 36px;
    background:
        linear-gradient(90deg, rgba(126, 230, 255, 0.16), transparent 24%, rgba(155, 124, 255, 0.16) 76%, transparent),
        repeating-linear-gradient(90deg, transparent 0 112px, rgba(220, 230, 255, 0.055) 113px);
    transform: perspective(1200px) rotateY(-10deg) skewY(-2deg);
    pointer-events: none;
}

body.stitch-entry-page .landing-colleges-toolbar {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(218, 229, 255, 0.12);
    border-radius: 999px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.075);
    color: rgba(232, 240, 255, 0.74);
}

body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span {
    background: rgba(126, 230, 255, 0.1);
    color: rgba(238, 248, 255, 0.9);
}

body.stitch-entry-page .landing-colleges-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(180px, 0.46fr) minmax(0, 1.54fr);
    gap: 16px;
}

body.stitch-entry-page .landing-college-list {
    align-content: center;
    gap: 12px;
}

body.stitch-entry-page .landing-college-list > div {
    min-height: 104px;
    border-radius: 24px;
    border-color: rgba(218, 229, 255, 0.12);
    border-left-color: rgba(126, 230, 255, 0.56);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 18px 50px rgba(2, 6, 24, 0.18);
}

body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover {
    border-left-color: #ffffff;
    background: linear-gradient(135deg, rgba(126, 230, 255, 0.16), rgba(155, 124, 255, 0.1));
}

body.stitch-entry-page .landing-college-detail-mini {
    min-height: 100%;
    border-radius: 34px;
    border-color: rgba(218, 229, 255, 0.14);
    background:
        radial-gradient(circle at 74% 22%, rgba(126, 230, 255, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(102, 128, 255, 0.06));
    box-shadow: 0 26px 72px rgba(2, 6, 24, 0.28);
}

body.stitch-entry-page .landing-college-detail-mini > span {
    color: rgba(126, 230, 255, 0.76);
}

body.stitch-entry-page .landing-college-detail-mini > strong {
    color: #fff;
    font-size: clamp(4.2rem, 8vw, 7.8rem);
    text-shadow: 0 0 50px rgba(126, 230, 255, 0.18);
}

body.stitch-entry-page .landing-detail-stamps span {
    border-color: rgba(218, 229, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(243, 248, 255, 0.9);
}

body.stitch-entry-page .landing-college-photo-strip {
    width: min(50%, 310px);
    height: 72%;
    opacity: 0.46;
    border-radius: 120px 0 0 0;
    filter: saturate(1.08);
}

body.stitch-entry-page .landing-major-console {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(20px, 3vw, 34px);
    min-height: clamp(500px, 39vw, 590px);
    overflow: hidden;
}

body.stitch-entry-page .landing-major-console::before {
    content: "";
    position: absolute;
    inset: 9% 5% 8% 32%;
    border-radius: 42px;
    background:
        linear-gradient(105deg, rgba(126, 230, 255, 0.18), transparent 30%),
        linear-gradient(140deg, transparent 0 54%, rgba(255, 255, 255, 0.22) 55%, transparent 57%),
        linear-gradient(170deg, transparent 0 46%, rgba(155, 124, 255, 0.24) 47%, transparent 49%);
    transform: skewX(-8deg);
    animation: landingSpectrumShift 8s ease-in-out infinite;
}

body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-results > div {
    position: relative;
    z-index: 1;
    border-color: rgba(218, 229, 255, 0.13);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 18px 54px rgba(2, 6, 24, 0.22);
}

body.stitch-entry-page .landing-major-question {
    align-content: center;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(126, 230, 255, 0.06));
}

body.stitch-entry-page .landing-major-question span,
body.stitch-entry-page .landing-major-results span {
    color: rgba(126, 230, 255, 0.76);
}

body.stitch-entry-page .landing-major-question > strong {
    max-width: 7.2em;
    color: #fff;
    font-size: clamp(2rem, 2.8vw, 3.05rem);
    line-height: 0.98;
}

body.stitch-entry-page .landing-major-question i {
    height: 44px;
    border-color: rgba(218, 229, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

body.stitch-entry-page .landing-major-question i::after {
    color: rgba(240, 247, 255, 0.86);
}

body.stitch-entry-page .landing-major-results {
    position: relative;
    min-height: 100%;
    display: grid;
    align-content: center;
    gap: 20px;
    padding: clamp(24px, 3.6vw, 44px) clamp(14px, 2vw, 28px);
}

body.stitch-entry-page .landing-major-results > div {
    position: relative;
    width: min(370px, 92%);
    border-radius: 999px;
    padding: 18px 20px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(155, 124, 255, 0.08));
    transform: translateX(0);
}

body.stitch-entry-page .landing-major-results > div:nth-child(1) {
    margin-left: 4%;
}

body.stitch-entry-page .landing-major-results > div:nth-child(2) {
    margin-left: 16%;
    background: linear-gradient(135deg, rgba(126, 230, 255, 0.16), rgba(255, 255, 255, 0.07));
}

body.stitch-entry-page .landing-major-results > div:nth-child(3) {
    margin-left: 0;
}

body.stitch-entry-page .landing-major-results strong {
    color: #fff;
}

body.stitch-entry-page .landing-major-results i span {
    border-color: rgba(218, 229, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(242, 248, 255, 0.88);
}

body.stitch-entry-page .landing-major-next {
    display: none;
}

@keyframes landingOrbitSpin {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}

@keyframes landingNodePulse {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.92);
        opacity: 0.72;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.18);
        opacity: 1;
    }
}

@keyframes landingSpectrumShift {
    0%,
    100% {
        transform: skewX(-8deg) translateX(0);
        opacity: 0.82;
    }
    50% {
        transform: skewX(-8deg) translateX(18px);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.stitch-entry-page .landing-desk-thread span,
    body.stitch-entry-page .landing-map-path span,
    body.stitch-entry-page .landing-major-console::before {
        animation: none;
    }
}

@media (max-width: 1040px) {
    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        min-height: auto;
    }

    body.stitch-entry-page .landing-desk-document {
        width: 58%;
    }

    body.stitch-entry-page .landing-desk-photo-card {
        width: 34%;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero {
        background:
            radial-gradient(circle at 72% 30%, rgba(155, 124, 255, 0.22), transparent 36%),
            linear-gradient(180deg, rgba(7, 11, 25, 0.96), rgba(6, 8, 20, 1));
    }

    body.stitch-entry-page .landing-workflow-intro h2 {
        font-size: clamp(2.2rem, 12vw, 3.35rem);
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3,
    html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        max-width: 8ch;
        font-size: clamp(2.2rem, 11vw, 3.2rem);
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
        max-width: 18rem;
    }

    body.stitch-entry-page .landing-showcase-frame {
        border-radius: 26px;
    }

    body.stitch-entry-page .landing-application-desk {
        display: grid;
        min-height: auto;
        gap: 12px;
        padding: 14px;
    }

    body.stitch-entry-page .landing-application-desk::before,
    body.stitch-entry-page .landing-desk-thread {
        display: none;
    }

    body.stitch-entry-page .landing-desk-document,
    body.stitch-entry-page .landing-desk-photo-card {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
        transform: none;
    }

    body.stitch-entry-page .landing-desk-document {
        min-height: 0;
        padding: 18px;
    }

    body.stitch-entry-page .landing-profile-field-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        min-height: 0;
        margin-top: 18px;
    }

    body.stitch-entry-page .landing-profile-field-grid div {
        position: static;
        width: auto;
        min-height: 78px;
    }

    body.stitch-entry-page .landing-desk-photo-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 132px;
        align-items: end;
        padding: 12px;
    }

    body.stitch-entry-page .landing-desk-photo-card img {
        position: relative;
        inset: auto;
        width: 112px;
        height: 112px;
        border-radius: 20px;
    }

    body.stitch-entry-page .landing-desk-photo-card > div:not(.landing-desk-stamp) {
        padding: 12px;
    }

    body.stitch-entry-page .landing-desk-stamp {
        grid-column: 1 / -1;
        padding: 0;
    }

    body.stitch-entry-page .landing-range-desk,
    body.stitch-entry-page .landing-major-console {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.stitch-entry-page .landing-range-map {
        min-height: 245px;
        border-radius: 26px;
    }

    body.stitch-entry-page .landing-colleges-console {
        min-height: auto;
    }

    body.stitch-entry-page .landing-colleges-console::before {
        display: none;
    }

    body.stitch-entry-page .landing-colleges-grid {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-college-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.stitch-entry-page .landing-college-list > div {
        min-height: 92px;
        border-radius: 18px;
    }

    body.stitch-entry-page .landing-college-detail-mini {
        border-radius: 26px;
        min-height: 290px;
    }

    body.stitch-entry-page .landing-college-detail-mini > strong {
        font-size: clamp(3rem, 18vw, 4.4rem);
    }

    body.stitch-entry-page .landing-major-console::before {
        inset: 30% 4% 8% 4%;
    }

    body.stitch-entry-page .landing-major-results {
        min-height: 310px;
    }

    body.stitch-entry-page .landing-major-results > div {
        width: min(290px, 88%);
    }
}

/* --- Landing Final Polish Pass --- */
body.stitch-entry-page .landing-reference-hero-visual::before {
    content: "";
    position: absolute;
    inset: 8% -4% 3% 18%;
    z-index: 0;
    border-radius: 42px;
    background:
        radial-gradient(circle at 30% 24%, rgba(126, 230, 255, 0.18), transparent 34%),
        radial-gradient(circle at 78% 52%, rgba(155, 124, 255, 0.18), transparent 36%);
    filter: blur(22px);
    opacity: 0.88;
    pointer-events: none;
}

body.stitch-entry-page .landing-preview-panel {
    position: relative;
}

body.stitch-entry-page .landing-reference-strip {
    position: relative;
    z-index: 4;
    margin-top: clamp(-76px, -5vw, -52px);
    padding: 0 0 clamp(34px, 4.5vw, 58px);
    background: transparent;
}

body.stitch-entry-page .landing-reference-strip-row {
    min-height: 104px;
    padding: 0 clamp(22px, 4vw, 44px);
    border: 1px solid rgba(218, 229, 255, 0.16);
    border-radius: 30px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.11), rgba(102, 128, 255, 0.065) 42%, rgba(126, 230, 255, 0.08)),
        rgba(8, 13, 32, 0.78);
    box-shadow: 0 28px 86px rgba(1, 4, 18, 0.38), 0 0 60px rgba(94, 124, 255, 0.13);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.stitch-entry-page .landing-trust-item {
    position: relative;
}

body.stitch-entry-page .landing-trust-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: clamp(20px, 4vw, 54px);
    bottom: -18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(126, 230, 255, 0.58), rgba(155, 124, 255, 0.08));
}

body.stitch-entry-page .landing-reference-workflow {
    padding-top: clamp(82px, 9vw, 118px);
}

body.stitch-entry-page .landing-workflow-intro {
    position: relative;
}

body.stitch-entry-page .landing-workflow-intro::after {
    content: "";
    position: absolute;
    right: 6%;
    bottom: -24px;
    width: min(360px, 34vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(126, 230, 255, 0.62), rgba(155, 124, 255, 0.28), transparent);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    align-items: center;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::after {
    content: "";
    position: absolute;
    inset: 12% -4% 11% 34%;
    z-index: 0;
    border-radius: 48px;
    background:
        radial-gradient(circle at 28% 30%, rgba(126, 230, 255, 0.1), transparent 35%),
        radial-gradient(circle at 76% 64%, rgba(155, 124, 255, 0.12), transparent 38%);
    filter: blur(20px);
    opacity: 0.76;
    pointer-events: none;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy,
body.stitch-entry-page .landing-product-story .landing-flow-scene-media {
    position: relative;
    z-index: 2;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    text-shadow: 0 18px 54px rgba(1, 4, 18, 0.55);
}

body.stitch-entry-page .landing-showcase-frame {
    isolation: isolate;
}

body.stitch-entry-page .landing-showcase-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 12%, rgba(126, 230, 255, 0.1), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.08), transparent 22%);
    pointer-events: none;
}

body.stitch-entry-page .landing-showcase-frame > * {
    position: relative;
    z-index: 1;
}

body.stitch-entry-page .landing-showcase-bar {
    padding-inline: clamp(14px, 2vw, 20px);
}

body.stitch-entry-page .landing-profile-field-grid div,
body.stitch-entry-page .landing-proof-bucket,
body.stitch-entry-page .landing-college-list > div,
body.stitch-entry-page .landing-major-results > div {
    transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

body.stitch-entry-page .landing-flow-scene:hover .landing-profile-field-grid div,
body.stitch-entry-page .landing-proof-bucket:hover,
body.stitch-entry-page .landing-college-list > div:hover,
body.stitch-entry-page .landing-major-results > div:hover {
    transform: translateY(-3px);
    border-color: rgba(229, 238, 255, 0.26);
    box-shadow: 0 22px 66px rgba(1, 4, 18, 0.32);
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-strip {
        margin-top: -50px;
        padding: 0 0 40px;
    }

    body.stitch-entry-page .landing-reference-strip-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 82px;
        padding: 0 16px;
        border-radius: 22px;
        gap: 10px;
    }

    body.stitch-entry-page .landing-trust-item {
        display: grid;
        justify-items: start;
        gap: 5px;
    }

    body.stitch-entry-page .landing-trust-item strong {
        font-size: 1.18rem;
    }

    body.stitch-entry-page .landing-trust-item span {
        font-size: 0.72rem;
    }

    body.stitch-entry-page .landing-reference-strip-row .landing-trust-item:nth-child(n) {
        padding: 0;
        min-width: 0;
    }

    body.stitch-entry-page .landing-trust-item::after,
    body.stitch-entry-page .landing-workflow-intro::after,
    body.stitch-entry-page .landing-product-story .landing-flow-scene::after {
        display: none;
    }

    body.stitch-entry-page .landing-reference-workflow {
        padding-top: 56px;
    }

    body.stitch-entry-page .landing-workflow-intro {
        margin-bottom: 28px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        padding: 30px 0 42px;
        gap: 18px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
        padding-left: 48px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
        left: 15px;
        top: 46px;
    }

    body.stitch-entry-page .landing-flow-scenes::before {
        left: 21px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3,
    html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        font-size: clamp(2.05rem, 10vw, 2.82rem);
        line-height: 0.96;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
        max-width: 15rem;
        font-size: 0.98rem;
        line-height: 1.45;
    }

    body.stitch-entry-page .landing-flow-scene-meta {
        margin-top: 14px;
    }

    body.stitch-entry-page .landing-showcase-bar {
        min-height: 48px;
    }

    body.stitch-entry-page .landing-range-map {
        min-height: 210px;
    }

    body.stitch-entry-page .landing-proof-bucket {
        padding: 10px 12px;
        border-radius: 18px;
    }

    body.stitch-entry-page .landing-college-detail-mini {
        min-height: 250px;
    }

    body.stitch-entry-page .landing-major-console {
        gap: 14px;
    }

    body.stitch-entry-page .landing-major-question {
        border-radius: 24px;
        padding: 18px;
    }

    body.stitch-entry-page .landing-major-question > strong {
        font-size: clamp(1.78rem, 8vw, 2.35rem);
    }

    body.stitch-entry-page .landing-major-results {
        min-height: 250px;
        gap: 12px;
        padding: 14px 0;
    }

    body.stitch-entry-page .landing-major-results > div {
        width: 100%;
        margin-left: 0 !important;
        padding: 13px 14px;
    }
}

/* --- Landing Quiet Motion Pass --- */
body.stitch-entry-page .landing-reference-main {
    background:
        radial-gradient(circle at 18% 6%, rgba(190, 180, 255, 0.14), transparent 34%),
        linear-gradient(180deg, #050817 0%, #080b1c 46%, #050713 100%);
}

body.stitch-entry-page .landing-intro-overlay {
    background:
        radial-gradient(38% 34% at 50% 46%, rgba(196, 185, 255, 0.16), transparent 72%),
        linear-gradient(180deg, rgba(4, 7, 19, 0.88) 0%, rgba(5, 7, 17, 0.97) 100%);
}

body.stitch-entry-page .landing-intro-panel {
    opacity: 0.42;
    border-color: rgba(230, 226, 255, 0.1);
}

body.stitch-entry-page .landing-intro-panel img {
    filter: saturate(0.86) brightness(0.66) contrast(1.08);
}

body.stitch-entry-page .landing-intro-inner {
    border: 1px solid rgba(230, 226, 255, 0.08);
    background: linear-gradient(180deg, rgba(7, 10, 25, 0.58), rgba(7, 9, 21, 0.34));
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.stitch-entry-page .landing-intro-emblem {
    filter: drop-shadow(0 24px 62px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 24px rgba(196, 185, 255, 0.18));
}

body.stitch-entry-page .landing-intro-kicker {
    letter-spacing: 0.2em;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-panel {
    animation: landingIntroPanelQuiet 1.12s cubic-bezier(0.22, 0.74, 0.22, 1) both;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-inner {
    animation: landingIntroMarkQuiet 0.96s cubic-bezier(0.22, 0.74, 0.22, 1) 80ms both;
}

body.stitch-entry-page .landing-intro-overlay.is-css-opening .landing-intro-emblem {
    animation: landingIntroEmblemQuiet 0.96s cubic-bezier(0.22, 0.74, 0.22, 1) 80ms both;
}

body.stitch-entry-page .landing-reference-hero {
    background:
        radial-gradient(circle at 78% 18%, rgba(181, 169, 255, 0.22), transparent 34%),
        linear-gradient(118deg, rgba(5, 8, 24, 0.99) 0%, rgba(8, 11, 29, 0.96) 58%, rgba(42, 35, 95, 0.44) 100%);
}

body.stitch-entry-page .text-platinum-gradient {
    background: linear-gradient(90deg, #ffffff 0%, #f4f1ff 48%, #c8bbff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.stitch-entry-page .landing-primary-cta:hover,
body.stitch-entry-page .landing-primary-cta:focus-visible,
body.stitch-entry-page .landing-nav-cta:hover,
body.stitch-entry-page .landing-nav-cta:focus-visible {
    background: linear-gradient(135deg, #ffffff 0%, #eeeaff 54%, #cdc2ff 100%);
    box-shadow: 0 24px 64px rgba(132, 119, 230, 0.3);
}

body.stitch-entry-page .landing-reference-hero-visual::before,
body.stitch-entry-page .landing-product-story .landing-flow-scene::after,
body.stitch-entry-page .landing-showcase-frame::before {
    background:
        radial-gradient(circle at 32% 22%, rgba(199, 190, 255, 0.12), transparent 34%),
        radial-gradient(circle at 78% 68%, rgba(255, 255, 255, 0.055), transparent 36%);
    filter: blur(24px);
    opacity: 0.72;
}

body.stitch-entry-page .landing-film-frame {
    animation-duration: 12.5s;
    animation-timing-function: ease-in-out;
    box-shadow: 0 24px 58px rgba(2, 5, 18, 0.3), 0 0 28px rgba(163, 151, 255, 0.1);
}

body.stitch-entry-page .landing-reference-strip-row {
    border-color: rgba(225, 226, 255, 0.14);
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.095), rgba(178, 169, 255, 0.055)),
        rgba(7, 10, 27, 0.82);
    box-shadow: 0 26px 78px rgba(1, 4, 18, 0.38), 0 0 42px rgba(145, 132, 255, 0.1);
}

body.stitch-entry-page .landing-trust-item::after,
body.stitch-entry-page .landing-workflow-intro::after {
    background: linear-gradient(90deg, rgba(213, 207, 255, 0.5), rgba(213, 207, 255, 0.06));
}

body.stitch-entry-page .landing-reference-workflow {
    background:
        linear-gradient(180deg, rgba(7, 10, 24, 0) 0%, rgba(8, 10, 24, 0.86) 18%, #050713 100%);
}

body.stitch-entry-page .landing-flow-scenes::before {
    background: linear-gradient(180deg, transparent, rgba(202, 194, 255, 0.22) 14%, rgba(202, 194, 255, 0.18) 82%, transparent);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
    background: linear-gradient(180deg, #fff, #ddd8ff);
    box-shadow: 0 0 0 8px rgba(183, 172, 255, 0.08), 0 0 26px rgba(165, 151, 255, 0.18);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index,
body.stitch-entry-page .landing-showcase-bar span,
body.stitch-entry-page .landing-shortlist-window .landing-lab-kicker,
body.stitch-entry-page .landing-proof-bucket-head span,
body.stitch-entry-page .landing-college-detail-mini > span,
body.stitch-entry-page .landing-major-question span,
body.stitch-entry-page .landing-major-results span {
    color: rgba(213, 207, 255, 0.72);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    letter-spacing: 0;
    text-shadow: 0 18px 48px rgba(1, 4, 18, 0.58);
}

body.stitch-entry-page .landing-showcase-frame {
    border-color: rgba(224, 226, 255, 0.13);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.082), transparent 28%),
        linear-gradient(180deg, rgba(14, 18, 43, 0.94), rgba(5, 7, 21, 0.97));
    box-shadow: 0 36px 104px rgba(1, 4, 18, 0.48), 0 0 46px rgba(139, 126, 255, 0.1);
}

body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    border-color: rgba(210, 207, 255, 0.24);
    box-shadow: 0 40px 112px rgba(1, 4, 18, 0.54), 0 0 54px rgba(151, 139, 255, 0.13);
}

body.stitch-entry-page .landing-profile-sample,
body.stitch-entry-page .landing-match-proof,
body.stitch-entry-page .landing-colleges-sample,
body.stitch-entry-page .landing-major-sample {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(191, 181, 255, 0.05) 44%, transparent),
        linear-gradient(180deg, #111634, #060817);
}

body.stitch-entry-page .landing-application-desk::before,
body.stitch-entry-page .landing-desk-thread span,
body.stitch-entry-page .landing-major-console::before {
    animation: none;
}

body.stitch-entry-page .landing-application-desk::before {
    border-color: rgba(202, 194, 255, 0.12);
    box-shadow: none;
}

body.stitch-entry-page .landing-desk-thread span {
    border-color: rgba(203, 196, 255, 0.14);
    box-shadow: none;
}

body.stitch-entry-page .landing-desk-document,
body.stitch-entry-page .landing-desk-photo-card,
body.stitch-entry-page .landing-profile-field-grid div,
body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-results > div {
    border-color: rgba(222, 225, 255, 0.13);
    background: rgba(255, 255, 255, 0.068);
    box-shadow: 0 18px 50px rgba(2, 5, 20, 0.22);
}

body.stitch-entry-page .landing-desk-document::before {
    background: linear-gradient(90deg, transparent, rgba(211, 205, 255, 0.34), transparent);
}

body.stitch-entry-page .landing-desk-stamp span {
    border-color: rgba(213, 207, 255, 0.24);
    background: rgba(213, 207, 255, 0.09);
    color: rgba(244, 241, 255, 0.86);
}

body.stitch-entry-page .landing-range-map {
    border-color: rgba(209, 205, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(12, 18, 48, 0.84), rgba(5, 8, 23, 0.96)),
        #080d22;
    box-shadow: inset 0 0 72px rgba(153, 140, 255, 0.08);
}

body.stitch-entry-page .landing-range-map::after {
    background:
        radial-gradient(circle at 24% 70%, rgba(198, 190, 255, 0.16), transparent 14%),
        radial-gradient(circle at 76% 30%, rgba(255, 255, 255, 0.08), transparent 13%),
        repeating-linear-gradient(0deg, transparent 0 38px, rgba(223, 226, 255, 0.04) 39px),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(223, 226, 255, 0.04) 39px),
        linear-gradient(180deg, rgba(7, 11, 31, 0.08), rgba(5, 8, 23, 0.9));
}

body.stitch-entry-page .landing-map-path::before {
    border-top-color: rgba(216, 210, 255, 0.6);
    border-right-color: rgba(216, 210, 255, 0.38);
    box-shadow: none;
}

body.stitch-entry-page .landing-map-path span {
    animation: none;
    background: #f4f1ff;
    box-shadow: 0 0 0 5px rgba(197, 187, 255, 0.12), 0 0 18px rgba(197, 187, 255, 0.34);
}

body.stitch-entry-page .landing-proof-bucket,
body.stitch-entry-page .landing-proof-bucket:nth-of-type(2),
body.stitch-entry-page .landing-proof-bucket:nth-of-type(3),
body.stitch-entry-page .landing-college-list > div,
body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover,
body.stitch-entry-page .landing-college-detail-mini,
body.stitch-entry-page .landing-major-results > div,
body.stitch-entry-page .landing-major-results > div:nth-child(2) {
    border-color: rgba(222, 225, 255, 0.13);
    background: rgba(255, 255, 255, 0.065);
    box-shadow: 0 18px 50px rgba(2, 5, 20, 0.2);
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span,
body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span,
body.stitch-entry-page .landing-detail-stamps span,
body.stitch-entry-page .landing-major-results i span {
    border-color: rgba(221, 217, 255, 0.18);
    background: rgba(221, 217, 255, 0.08);
    color: rgba(244, 241, 255, 0.86);
}

body.stitch-entry-page .landing-college-list > div {
    border-left-color: rgba(213, 207, 255, 0.34);
}

body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover {
    border-left-color: rgba(255, 255, 255, 0.86);
}

body.stitch-entry-page .landing-colleges-console::before,
body.stitch-entry-page .landing-major-console::before {
    background:
        linear-gradient(105deg, rgba(211, 205, 255, 0.1), transparent 36%),
        repeating-linear-gradient(90deg, transparent 0 116px, rgba(221, 224, 255, 0.035) 117px);
    transform: perspective(1200px) rotateY(-8deg) skewY(-1.5deg);
    opacity: 0.7;
}

body.stitch-entry-page .landing-major-console::before {
    inset: 11% 6% 10% 31%;
    border-radius: 40px;
}

body.stitch-entry-page .landing-major-question {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(201, 193, 255, 0.045));
}

body.stitch-entry-page .landing-major-question i {
    border-color: rgba(221, 217, 255, 0.14);
    background: rgba(221, 217, 255, 0.065);
}

body.stitch-entry-page .landing-flow-scene:hover .landing-profile-field-grid div,
body.stitch-entry-page .landing-proof-bucket:hover,
body.stitch-entry-page .landing-college-list > div:hover,
body.stitch-entry-page .landing-major-results > div:hover {
    transform: none;
    border-color: rgba(222, 225, 255, 0.18);
    box-shadow: 0 18px 50px rgba(2, 5, 20, 0.22);
}

@keyframes landingIntroPanelQuiet {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(1.012);
        clip-path: inset(9% 0 9% 0 round 24px);
    }
    44%,
    74% {
        opacity: 0.46;
        transform: translateY(0) scale(1);
        clip-path: inset(0 0 0 0 round 24px);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px) scale(1.004);
        clip-path: inset(0 0 100% 0 round 24px);
    }
}

@keyframes landingIntroMarkQuiet {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    38%,
    78% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@keyframes landingIntroEmblemQuiet {
    0% {
        opacity: 0;
        transform: scale(0.96);
    }
    38%,
    78% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.985);
    }
}

@keyframes landingIntroWordsQuiet {
    0% {
        opacity: 0;
        transform: translateY(10px);
        clip-path: inset(0 0 100% 0);
    }
    46%,
    100% {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

/* --- Landing Premium Minimal Pass --- */
body.stitch-entry-page {
    --landing-premium-line: rgba(226, 229, 255, 0.12);
    --landing-premium-line-strong: rgba(232, 234, 255, 0.2);
    --landing-premium-surface: rgba(255, 255, 255, 0.055);
    --landing-premium-surface-strong: rgba(255, 255, 255, 0.078);
    --landing-premium-text-muted: rgba(226, 230, 255, 0.64);
    --landing-premium-lavender: rgba(214, 207, 255, 0.82);
}

body.stitch-entry-page .landing-reference-main {
    background:
        radial-gradient(circle at 76% 8%, rgba(182, 171, 255, 0.11), transparent 32%),
        linear-gradient(180deg, #050815 0%, #080a1b 44%, #050711 100%);
}

body.stitch-entry-page .landing-reference-hero {
    background:
        linear-gradient(118deg, rgba(5, 8, 22, 0.99) 0%, rgba(7, 10, 27, 0.97) 55%, rgba(32, 29, 74, 0.5) 100%);
}

body.stitch-entry-page .landing-reference-hero::after {
    height: 18%;
    background: linear-gradient(180deg, transparent, #050815);
}

body.stitch-entry-page .landing-reference-hero-visual {
    min-height: clamp(520px, 44vw, 650px);
}

body.stitch-entry-page .landing-reference-hero-visual::before {
    inset: 14% 0 8% 20%;
    border-radius: 38px;
    background: radial-gradient(circle at 62% 42%, rgba(202, 194, 255, 0.14), transparent 54%);
    filter: blur(28px);
    opacity: 0.74;
}

body.stitch-entry-page .landing-preview-panel {
    transform-style: flat;
}

body.stitch-entry-page .landing-hero-photo {
    inset: 5% 0 4% 14%;
    border: 1px solid rgba(235, 238, 255, 0.34);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 36px 96px rgba(1, 4, 18, 0.46);
    transform: translate3d(calc(var(--hero-depth-x, 0) * 8px), calc(var(--hero-depth-y, 0) * 6px), 0);
}

body.stitch-entry-page .landing-hero-photo::before {
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
}

body.stitch-entry-page .landing-hero-photo::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 22, 0.02) 0%, rgba(5, 8, 22, 0.12) 58%, rgba(4, 6, 15, 0.5) 100%),
        linear-gradient(90deg, rgba(4, 7, 18, 0.34), transparent 45%);
}

body.stitch-entry-page .landing-film-rail {
    inset: 13% auto auto 0;
    width: min(150px, 22%);
    gap: 10px;
    transform: none;
}

body.stitch-entry-page .landing-film-frame {
    border: 1px solid rgba(235, 238, 255, 0.34);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 18px 46px rgba(1, 4, 18, 0.32);
    animation: none;
}

body.stitch-entry-page .landing-film-frame:nth-child(2),
body.stitch-entry-page .landing-film-frame:nth-child(3) {
    margin-left: 18px;
}

body.stitch-entry-page .landing-film-frame img {
    filter: saturate(0.9) contrast(1.05) brightness(0.9);
}

body.stitch-entry-page .landing-reference-strip {
    margin-top: 0;
    padding: clamp(18px, 3vw, 34px) 0 clamp(28px, 4vw, 50px);
    border-top: 1px solid rgba(226, 229, 255, 0.08);
    border-bottom: 1px solid rgba(226, 229, 255, 0.055);
    background: rgba(5, 8, 21, 0.84);
}

body.stitch-entry-page .landing-reference-strip-row {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.stitch-entry-page .landing-trust-item::before,
body.stitch-entry-page .landing-trust-item::after {
    display: none;
}

body.stitch-entry-page .landing-trust-item strong {
    color: rgba(249, 250, 255, 0.94);
    font-size: clamp(1.65rem, 2.1vw, 2.1rem);
    letter-spacing: 0;
}

body.stitch-entry-page .landing-trust-item span {
    color: rgba(226, 230, 255, 0.54);
    font-size: 0.82rem;
}

body.stitch-entry-page .landing-reference-workflow {
    padding-top: clamp(88px, 9vw, 132px);
    background: linear-gradient(180deg, #050815 0%, #070919 55%, #050711 100%);
}

body.stitch-entry-page .landing-workflow-route {
    display: none;
}

body.stitch-entry-page .landing-workflow-intro::after {
    display: none;
}

body.stitch-entry-page .landing-workflow-intro h2 {
    max-width: 8.5em;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-workflow-intro p {
    max-width: 28rem;
    color: var(--landing-premium-text-muted);
}

body.stitch-entry-page .landing-flow-scenes::before {
    background: linear-gradient(180deg, transparent, rgba(214, 207, 255, 0.16) 16%, rgba(214, 207, 255, 0.1) 84%, transparent);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    min-height: clamp(620px, 76svh, 790px);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
    width: 13px;
    height: 13px;
    background: #f7f4ff;
    box-shadow: 0 0 0 7px rgba(214, 207, 255, 0.07);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
    color: rgba(214, 207, 255, 0.62);
    letter-spacing: 0.12em;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 9ch;
    letter-spacing: 0;
}

html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 5.5ch;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    color: rgba(226, 230, 255, 0.62);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span {
    border-radius: 12px;
    border-color: rgba(226, 229, 255, 0.12);
    background: rgba(255, 255, 255, 0.048);
    color: rgba(242, 243, 255, 0.78);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::after,
body.stitch-entry-page .landing-showcase-frame::before {
    opacity: 0;
}

body.stitch-entry-page .landing-showcase-frame {
    border-radius: 24px;
    border-color: var(--landing-premium-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.03)),
        #090d22;
    box-shadow: 0 28px 74px rgba(1, 4, 18, 0.38);
    transition: transform 520ms cubic-bezier(0.22, 0.74, 0.22, 1), border-color 520ms ease, box-shadow 520ms ease;
}

body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    transform: translateY(-3px);
    border-color: rgba(232, 234, 255, 0.2);
    box-shadow: 0 30px 82px rgba(1, 4, 18, 0.42);
}

body.stitch-entry-page .landing-showcase-bar {
    min-height: 54px;
    border-bottom-color: rgba(226, 229, 255, 0.08);
    background: transparent;
}

body.stitch-entry-page .landing-showcase-bar span,
body.stitch-entry-page .landing-shortlist-window .landing-lab-kicker,
body.stitch-entry-page .landing-proof-bucket-head span,
body.stitch-entry-page .landing-college-detail-mini > span,
body.stitch-entry-page .landing-major-question span,
body.stitch-entry-page .landing-major-results span {
    color: rgba(214, 207, 255, 0.62);
}

body.stitch-entry-page .landing-profile-sample,
body.stitch-entry-page .landing-match-proof,
body.stitch-entry-page .landing-colleges-sample,
body.stitch-entry-page .landing-major-sample {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.066), rgba(255, 255, 255, 0.026)),
        #090d22;
}

body.stitch-entry-page .landing-desk-document,
body.stitch-entry-page .landing-desk-photo-card,
body.stitch-entry-page .landing-profile-field-grid div,
body.stitch-entry-page .landing-proof-bucket,
body.stitch-entry-page .landing-college-list > div,
body.stitch-entry-page .landing-college-detail-mini,
body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-results > div {
    border-color: var(--landing-premium-line);
    background: var(--landing-premium-surface);
    box-shadow: none;
}

body.stitch-entry-page .landing-application-desk::before,
body.stitch-entry-page .landing-desk-thread span,
body.stitch-entry-page .landing-colleges-console::before,
body.stitch-entry-page .landing-major-console::before {
    opacity: 0.32;
}

body.stitch-entry-page .landing-desk-thread span {
    border-color: rgba(214, 207, 255, 0.1);
}

body.stitch-entry-page .landing-profile-field-grid div {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
}

body.stitch-entry-page .landing-desk-photo-card img,
body.stitch-entry-page .landing-map-photo,
body.stitch-entry-page .landing-college-photo-strip {
    filter: saturate(0.84) contrast(1.06) brightness(0.86);
}

body.stitch-entry-page .landing-range-map {
    border-color: var(--landing-premium-line);
    background:
        linear-gradient(180deg, rgba(13, 18, 45, 0.82), rgba(6, 9, 24, 0.94)),
        #080c20;
    box-shadow: none;
}

body.stitch-entry-page .landing-range-map::after {
    background:
        radial-gradient(circle at 26% 66%, rgba(214, 207, 255, 0.12), transparent 13%),
        repeating-linear-gradient(0deg, transparent 0 40px, rgba(226, 229, 255, 0.032) 41px),
        repeating-linear-gradient(90deg, transparent 0 40px, rgba(226, 229, 255, 0.032) 41px),
        linear-gradient(180deg, rgba(5, 8, 24, 0.08), rgba(5, 8, 22, 0.9));
}

body.stitch-entry-page .landing-map-path::before {
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: rgba(226, 223, 255, 0.48);
    border-right-color: rgba(226, 223, 255, 0.3);
}

body.stitch-entry-page .landing-map-path span {
    width: 9px;
    background: #f4f1ff;
    box-shadow: 0 0 0 4px rgba(214, 207, 255, 0.1);
}

body.stitch-entry-page .landing-proof-bucket,
body.stitch-entry-page .landing-proof-bucket:nth-of-type(2),
body.stitch-entry-page .landing-proof-bucket:nth-of-type(3) {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.055);
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span,
body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span,
body.stitch-entry-page .landing-detail-stamps span,
body.stitch-entry-page .landing-major-results i span {
    border-color: rgba(226, 229, 255, 0.14);
    background: rgba(255, 255, 255, 0.052);
    color: rgba(244, 241, 255, 0.82);
}

body.stitch-entry-page .landing-colleges-toolbar {
    border-color: var(--landing-premium-line);
    background: transparent;
}

body.stitch-entry-page .landing-college-list > div {
    border-left-color: rgba(214, 207, 255, 0.26);
}

body.stitch-entry-page .landing-college-list > div.is-active,
body.stitch-entry-page .landing-college-list > div:hover {
    background: rgba(255, 255, 255, 0.072);
    border-left-color: rgba(255, 255, 255, 0.72);
}

body.stitch-entry-page .landing-college-detail-mini > strong {
    text-shadow: none;
}

body.stitch-entry-page .landing-major-question {
    background: rgba(255, 255, 255, 0.058);
}

body.stitch-entry-page .landing-major-question i {
    border-radius: 14px;
    border-color: rgba(226, 229, 255, 0.12);
    background: rgba(255, 255, 255, 0.045);
}

body.stitch-entry-page .landing-major-results > div,
body.stitch-entry-page .landing-major-results > div:nth-child(2) {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.058);
}

body.stitch-entry-page .landing-flow-scene:hover .landing-profile-field-grid div,
body.stitch-entry-page .landing-proof-bucket:hover,
body.stitch-entry-page .landing-college-list > div:hover,
body.stitch-entry-page .landing-major-results > div:hover {
    transform: none;
    border-color: rgba(226, 229, 255, 0.18);
    box-shadow: none;
}

body.stitch-entry-page .landing-reference-cta-shell {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero {
        min-height: auto;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        min-height: clamp(300px, 78vw, 380px);
    }

    body.stitch-entry-page .landing-hero-photo {
        inset: 1% 2% 7% 11%;
        border-radius: 20px;
    }

    body.stitch-entry-page .landing-film-rail {
        inset: 2% auto auto 0;
        width: min(138px, 38%);
        gap: 8px;
    }

    body.stitch-entry-page .landing-film-frame {
        border-radius: 12px;
    }

    body.stitch-entry-page .landing-film-frame:nth-child(2) {
        margin-left: 12px;
    }

    body.stitch-entry-page .landing-reference-strip {
        margin-top: 0;
        padding: 18px 0 30px;
    }

    body.stitch-entry-page .landing-reference-strip-row {
        min-height: 0;
        padding: 0;
        gap: 12px;
    }

    body.stitch-entry-page .landing-trust-item strong {
        font-size: 1.15rem;
    }

    body.stitch-entry-page .landing-trust-item span {
        font-size: 0.68rem;
    }

    body.stitch-entry-page .landing-reference-workflow {
        padding-top: 54px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        padding: 30px 0 44px;
    }

    body.stitch-entry-page .landing-showcase-frame {
        border-radius: 22px;
        box-shadow: 0 20px 58px rgba(1, 4, 18, 0.34);
    }

    body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
    body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
        transform: none;
        box-shadow: 0 20px 58px rgba(1, 4, 18, 0.34);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.stitch-entry-page .landing-showcase-frame,
    body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
    body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
        transform: none;
        transition: none;
    }
}

/* --- Landing Capsule Reduction Pass --- */
body.stitch-entry-page .landing-product-story .landing-flow-scene-meta {
    gap: 12px;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span,
body.stitch-entry-page .landing-desk-stamp span,
body.stitch-entry-page .landing-range-desk .landing-proof-bar span,
body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span,
body.stitch-entry-page .landing-detail-stamps span,
body.stitch-entry-page .landing-major-results i span {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span {
    position: relative;
    color: rgba(232, 234, 255, 0.74);
    font-size: 0.82rem;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span::before {
    display: none;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span + span::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    width: 1px;
    height: 12px;
    background: rgba(226, 229, 255, 0.18);
    transform: translateY(-50%);
}

body.stitch-entry-page .landing-desk-stamp {
    gap: 12px;
}

body.stitch-entry-page .landing-desk-stamp span {
    color: rgba(232, 234, 255, 0.68);
    font-size: 0.72rem;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar {
    gap: 0;
    min-height: 0;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span {
    position: relative;
    color: rgba(242, 243, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 760;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span + span {
    margin-left: 16px;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span + span::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(226, 229, 255, 0.36);
    transform: translateY(-50%);
}

body.stitch-entry-page .landing-colleges-toolbar div,
body.stitch-entry-page .landing-college-detail-tags {
    gap: 14px;
}

body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span {
    position: relative;
    color: rgba(232, 234, 255, 0.74);
    font-size: 0.74rem;
}

body.stitch-entry-page .landing-colleges-toolbar i + i::before,
body.stitch-entry-page .landing-college-detail-tags span + span::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    width: 1px;
    height: 11px;
    background: rgba(226, 229, 255, 0.16);
    transform: translateY(-50%);
}

body.stitch-entry-page .landing-detail-stamps {
    gap: 14px;
}

body.stitch-entry-page .landing-detail-stamps span {
    width: auto;
    aspect-ratio: auto;
    color: rgba(232, 234, 255, 0.62);
    font-size: 0.76rem;
}

body.stitch-entry-page .landing-major-question i {
    border-radius: 10px;
    border-color: rgba(226, 229, 255, 0.08);
    background: rgba(255, 255, 255, 0.028);
}

body.stitch-entry-page .landing-major-results i {
    justify-content: flex-end;
}

body.stitch-entry-page .landing-major-results i span {
    color: rgba(232, 234, 255, 0.66);
    font-size: 0.72rem;
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-product-story .landing-flow-scene-meta {
        gap: 10px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-meta span {
        font-size: 0.78rem;
    }

    body.stitch-entry-page .landing-range-desk .landing-proof-bar span + span {
        margin-left: 12px;
    }

    body.stitch-entry-page .landing-colleges-toolbar div,
    body.stitch-entry-page .landing-college-detail-tags {
        gap: 10px;
    }
}

/* --- Landing Profile Panel Fit Pass --- */
@media (min-width: 761px) {
    body.stitch-entry-page .landing-profile-sample .landing-desk-document {
        top: 10%;
        bottom: 8%;
        width: min(420px, 50%);
        height: auto;
        padding: clamp(22px, 2.35vw, 30px);
    }

    body.stitch-entry-page .landing-profile-sample .landing-desk-photo-card {
        top: 16%;
        width: min(280px, 32%);
        height: 68%;
    }

    body.stitch-entry-page .landing-profile-console-main > strong {
        display: block;
        max-width: 100%;
        font-size: clamp(1.32rem, 2vw, 1.95rem);
        line-height: 1;
    }

    body.stitch-entry-page .landing-profile-field-grid {
        min-height: clamp(238px, 20vw, 280px);
        margin-top: clamp(18px, 2vw, 24px);
    }

    body.stitch-entry-page .landing-profile-field-grid div {
        width: min(116px, 40%);
        min-height: 64px;
        padding: 12px;
    }

    body.stitch-entry-page .landing-profile-field-grid div:nth-child(1) {
        top: 4px;
    }

    body.stitch-entry-page .landing-profile-field-grid div:nth-child(2) {
        top: 26px;
        right: 2%;
    }

    body.stitch-entry-page .landing-profile-field-grid div:nth-child(3) {
        top: 102px;
    }

    body.stitch-entry-page .landing-profile-field-grid div:nth-child(4) {
        top: 128px;
    }

    body.stitch-entry-page .landing-profile-field-grid div:nth-child(5) {
        bottom: 5px;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-profile-field-grid {
        gap: 8px;
        margin-top: 16px;
    }

    body.stitch-entry-page .landing-profile-field-grid div {
        min-height: 72px;
        padding: 10px;
    }
}

/* --- Landing Hero Gallery and Quiet Sections Pass --- */
body.stitch-entry-page .landing-reference-hero-visual {
    perspective: 1400px;
    --hero-photo-x: 0px;
    --hero-photo-y: 0px;
    --hero-tilt-x: 0deg;
    --hero-tilt-y: 0deg;
    --hero-photo-roll: 0deg;
    --hero-photo-scale: 1;
    --hero-rail-x: 0px;
    --hero-rail-y: 0px;
    --hero-rail-roll: 0deg;
    --hero-glow-x: 56%;
    --hero-glow-y: 42%;
    --hero-carousel-cycle-ms: 6800ms;
    --hero-carousel-fade-ms: 900ms;
}

body.stitch-entry-page .landing-preview-panel {
    overflow: visible;
    transform-style: preserve-3d;
}

body.stitch-entry-page .landing-hero-photo {
    inset: 6% -2% 5% 14%;
    border: 1px solid rgba(236, 238, 255, 0.34);
    border-radius: 26px;
    box-shadow: 0 42px 112px rgba(1, 4, 18, 0.48);
    transform:
        perspective(1400px)
        translate3d(var(--hero-photo-x), var(--hero-photo-y), 0)
        rotateX(var(--hero-tilt-x))
        rotateY(var(--hero-tilt-y))
        rotateZ(calc(1.55deg + var(--hero-photo-roll)))
        scale(var(--hero-photo-scale));
    transform-origin: 52% 48%;
    will-change: transform;
    transition: border-color 360ms ease, box-shadow 360ms ease;
}

body.stitch-entry-page .landing-hero-photo::before {
    inset: 0;
    border-radius: inherit;
}

body.stitch-entry-page .landing-hero-photo::after {
    background:
        radial-gradient(circle at var(--hero-glow-x) var(--hero-glow-y), rgba(244, 241, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(4, 8, 22, 0.02) 0%, rgba(5, 8, 22, 0.1) 58%, rgba(4, 6, 15, 0.46) 100%),
        linear-gradient(90deg, rgba(4, 7, 18, 0.3), transparent 45%);
    transition: background 420ms ease;
}

body.stitch-entry-page .landing-reference-hero-visual.is-hero-interacting .landing-hero-photo {
    border-color: rgba(247, 248, 255, 0.44);
    box-shadow: 0 46px 118px rgba(1, 4, 18, 0.52);
}

body.stitch-entry-page .landing-hero-carousel-image {
    transition:
        opacity var(--hero-carousel-fade-ms, 900ms) cubic-bezier(0.22, 1, 0.36, 1),
        transform var(--hero-carousel-cycle-ms, 6800ms) linear;
}

body.stitch-entry-page .landing-hero-carousel-image.is-active {
    transform: scale(1.018);
}

body.stitch-entry-page .landing-film-rail {
    inset: 10% auto auto 0;
    width: min(164px, 23%);
    gap: 11px;
    transform:
        translate3d(var(--hero-rail-x), var(--hero-rail-y), 0)
        rotate(calc(-5deg + var(--hero-rail-roll)));
    transform-origin: 50% 44%;
    will-change: transform;
}

body.stitch-entry-page .landing-film-frame {
    border-radius: 14px;
    border-color: rgba(236, 238, 255, 0.32);
    background: rgba(255, 255, 255, 0.052);
    box-shadow: 0 20px 54px rgba(1, 4, 18, 0.34);
    animation-duration: var(--hero-carousel-cycle-ms, 6800ms);
    transition: transform 520ms ease, border-color 360ms ease, opacity 360ms ease;
}

body.stitch-entry-page .landing-reference-hero-visual.is-hero-interacting .landing-film-frame {
    border-color: rgba(247, 248, 255, 0.38);
}

body.stitch-entry-page .landing-reference-hero-visual.is-hero-interacting .landing-film-frame:nth-child(1) {
    transform: translate3d(-2px, -1px, 0) rotate(-0.5deg);
}

body.stitch-entry-page .landing-reference-hero-visual.is-hero-interacting .landing-film-frame:nth-child(2) {
    transform: translate3d(1px, 1px, 0) rotate(0.35deg);
}

body.stitch-entry-page .landing-reference-hero-visual.is-hero-interacting .landing-film-frame:nth-child(3) {
    transform: translate3d(-1px, 2px, 0) rotate(-0.25deg);
}

body.stitch-entry-page .landing-film-frame:nth-child(2) {
    margin-left: 22px;
}

body.stitch-entry-page .landing-film-frame:nth-child(3) {
    margin-left: 8px;
}

body.stitch-entry-page .landing-film-frame figcaption {
    color: rgba(249, 250, 255, 0.82);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.46);
}

body.stitch-entry-page .landing-film-frame img,
body.stitch-entry-page .landing-film-frame figcaption {
    transition: opacity var(--hero-carousel-fade-ms, 900ms) cubic-bezier(0.22, 1, 0.36, 1);
}

body.stitch-entry-page .landing-film-frame.is-updating img,
body.stitch-entry-page .landing-film-frame.is-updating figcaption {
    opacity: 0;
}

body.stitch-entry-page .landing-reference-strip {
    padding: clamp(24px, 4vw, 48px) 0 clamp(46px, 6vw, 80px);
    border-top: 0;
    border-bottom: 0;
    background: #050815;
}

body.stitch-entry-page .landing-reference-strip-row {
    justify-content: flex-start;
    gap: clamp(28px, 5vw, 72px);
}

body.stitch-entry-page .landing-trust-item {
    min-width: 0;
}

body.stitch-entry-page .landing-trust-item strong {
    font-size: clamp(1.55rem, 1.9vw, 2rem);
}

body.stitch-entry-page .landing-trust-item span {
    letter-spacing: 0;
}

body.stitch-entry-page .landing-reference-workflow {
    padding-top: clamp(104px, 10vw, 152px);
    background: linear-gradient(180deg, #050815 0%, #060817 52%, #050711 100%);
}

body.stitch-entry-page .landing-workflow-intro {
    margin-bottom: clamp(40px, 6vw, 82px);
}

body.stitch-entry-page .landing-flow-scenes::before,
body.stitch-entry-page .landing-product-story .landing-flow-scene::before {
    display: none;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1.56fr);
    gap: clamp(54px, 7vw, 118px);
    min-height: clamp(560px, 68svh, 720px);
    padding: clamp(58px, 8vw, 94px) 0;
    border-top: 1px solid rgba(226, 229, 255, 0.075);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-reverse {
    grid-template-columns: minmax(0, 68%) minmax(220px, 1fr);
}

body.stitch-entry-page .landing-product-story .landing-flow-scene:first-child {
    border-top: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
    padding-left: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
    font-size: 0.72rem;
    color: rgba(214, 207, 255, 0.46);
    letter-spacing: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    font-size: clamp(2.3rem, 3.55vw, 4.05rem);
    line-height: 0.96;
}

html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 6.5ch;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    max-width: 18rem;
    color: rgba(226, 230, 255, 0.58);
}

body.stitch-entry-page .landing-showcase-frame {
    border-radius: 22px;
    border-color: rgba(226, 229, 255, 0.105);
    box-shadow: none;
}

body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    transform: none;
    border-color: rgba(232, 234, 255, 0.16);
    box-shadow: none;
}

body.stitch-entry-page .landing-showcase-bar {
    min-height: 50px;
}

body.stitch-entry-page .landing-profile-sample,
body.stitch-entry-page .landing-match-proof,
body.stitch-entry-page .landing-colleges-sample,
body.stitch-entry-page .landing-major-sample {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.024)),
        #080c20;
}

@media (max-width: 900px) {
    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
        max-width: 30rem;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-preview-panel {
        overflow: hidden;
    }

    body.stitch-entry-page .landing-hero-photo {
        inset: 1% 1% 7% 10%;
        border-radius: 20px;
        transform: rotate(0.8deg);
        will-change: auto;
    }

    body.stitch-entry-page .landing-film-rail {
        inset: 2% auto auto 0;
        width: min(132px, 36%);
        transform: rotate(-3.5deg);
        will-change: auto;
    }

    body.stitch-entry-page .landing-reference-strip {
        padding: 22px 0 42px;
    }

    body.stitch-entry-page .landing-reference-strip-row {
        gap: 18px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        padding: 42px 0 58px;
    }
}

/* --- Landing School Detail Clarity Pass --- */
body.stitch-entry-page .landing-college-detail-mini {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 0.72fr);
    grid-template-areas:
        "eyebrow photo"
        "title photo"
        "tags photo"
        "stamps photo";
    align-content: center;
    align-items: center;
    column-gap: clamp(24px, 3.2vw, 42px);
    row-gap: 16px;
    min-height: clamp(360px, 30vw, 440px);
    padding: clamp(28px, 3.4vw, 40px);
    overflow: hidden;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene {
    scroll-margin-top: 92px;
}

body.stitch-entry-page .landing-colleges-console::before {
    display: none;
}

body.stitch-entry-page .landing-college-detail-mini > span {
    grid-area: eyebrow;
    position: relative;
    z-index: 2;
    align-self: end;
}

body.stitch-entry-page .landing-college-detail-mini > strong {
    grid-area: title;
    position: relative;
    z-index: 2;
    max-width: 100%;
    font-size: clamp(3.4rem, 5.4vw, 5.7rem);
    line-height: 0.88;
}

body.stitch-entry-page .landing-college-detail-tags {
    grid-area: tags;
    position: relative;
    z-index: 2;
    width: fit-content;
}

body.stitch-entry-page .landing-detail-stamps {
    grid-area: stamps;
    position: relative;
    z-index: 2;
    align-self: start;
    width: fit-content;
}

body.stitch-entry-page .landing-college-photo-strip {
    grid-area: photo;
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 330px;
    align-self: stretch;
    border-radius: 26px;
    opacity: 0.82;
    filter: none;
}

body.stitch-entry-page .landing-college-photo-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.86) contrast(1.04) brightness(0.72);
}

body.stitch-entry-page .landing-college-list > div {
    min-width: 0;
}

body.stitch-entry-page .landing-college-list strong,
body.stitch-entry-page .landing-college-list span {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 1120px) {
    body.stitch-entry-page .landing-college-detail-mini {
        grid-template-columns: minmax(0, 1fr) minmax(160px, 0.68fr);
        column-gap: 22px;
        min-height: clamp(330px, 35vw, 400px);
    }

    body.stitch-entry-page .landing-college-photo-strip {
        min-height: 230px;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
        padding-top: 28px;
    }

    body.stitch-entry-page .landing-college-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    body.stitch-entry-page .landing-college-list > div {
        min-height: 86px;
        padding: 14px 10px;
    }

    body.stitch-entry-page .landing-college-list strong {
        font-size: clamp(0.98rem, 4.2vw, 1.14rem);
        line-height: 1.08;
    }

    body.stitch-entry-page .landing-college-detail-mini {
        grid-template-columns: 1fr;
        grid-template-areas:
            "photo"
            "eyebrow"
            "title"
            "tags"
            "stamps";
        row-gap: 13px;
        min-height: 0;
        padding: 16px;
    }

    body.stitch-entry-page .landing-college-photo-strip {
        min-height: 128px;
        height: clamp(128px, 34vw, 160px);
        max-height: 160px;
        border-radius: 18px;
    }

    body.stitch-entry-page .landing-college-detail-mini > strong {
        font-size: clamp(3rem, 16vw, 4.2rem);
    }

    body.stitch-entry-page .landing-college-detail-tags,
    body.stitch-entry-page .landing-detail-stamps {
        gap: 10px;
    }
}

/* --- Landing Workflow Copy and Product Detail Pass --- */
body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    max-width: 23rem;
    color: rgba(231, 234, 255, 0.68);
    font-size: clamp(1rem, 1.18vw, 1.12rem);
    line-height: 1.66;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta {
    display: none;
}

body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 22px;
    width: min(430px, 100%);
}

body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list div {
    min-width: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(226, 229, 255, 0.14);
}

body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list span {
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(214, 207, 255, 0.62);
    font-size: 0.72rem;
    font-weight: 780;
    line-height: 1.35;
}

body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list span::before {
    display: none;
}

body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list strong {
    display: block;
    margin-top: 7px;
    color: rgba(249, 250, 255, 0.95);
    font-size: clamp(0.95rem, 1.25vw, 1.12rem);
    line-height: 1.2;
    font-weight: 820;
}

body.stitch-entry-page .landing-detail-stamps {
    display: none;
}

body.stitch-entry-page .landing-major-console {
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

body.stitch-entry-page .landing-major-console::before {
    opacity: 0.2;
}

body.stitch-entry-page .landing-major-question {
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.045);
}

body.stitch-entry-page .landing-major-question > strong {
    max-width: 8.8em;
    font-size: clamp(1.9rem, 2.65vw, 3rem);
}

body.stitch-entry-page .landing-major-question > div {
    display: grid;
    gap: 0;
    margin-top: clamp(22px, 3vw, 34px);
    border-top: 1px solid rgba(226, 229, 255, 0.13);
}

body.stitch-entry-page .landing-major-question i {
    height: 42px;
    border: 0;
    border-bottom: 1px solid rgba(226, 229, 255, 0.1);
    border-radius: 0;
    background: transparent;
}

body.stitch-entry-page .landing-major-question i:last-child {
    border-bottom: 0;
}

body.stitch-entry-page .landing-major-question i::after {
    padding-left: 0;
    color: rgba(242, 244, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 760;
}

body.stitch-entry-page .landing-major-results {
    gap: 0;
    padding-inline: clamp(8px, 2vw, 24px);
}

body.stitch-entry-page .landing-major-results > div,
body.stitch-entry-page .landing-major-results > div:nth-child(2),
body.stitch-entry-page .landing-major-results > div:nth-child(3) {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 42px minmax(0, 1fr) minmax(74px, 0.28fr);
    gap: 14px;
    padding: 21px 0;
    border: 0;
    border-bottom: 1px solid rgba(226, 229, 255, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.stitch-entry-page .landing-major-results > div:last-child {
    border-bottom: 0;
}

body.stitch-entry-page .landing-major-results i {
    position: relative;
    display: block;
    height: 2px;
    min-height: 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(226, 229, 255, 0.14);
}

body.stitch-entry-page .landing-major-results i span {
    display: none;
}

body.stitch-entry-page .landing-major-results i::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: var(--major-width, 50%);
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(244, 241, 255, 0.92), rgba(164, 157, 255, 0.56));
    transform: scaleX(1);
    transform-origin: left center;
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
        max-width: 100%;
        font-size: 0.98rem;
    }

    body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.stitch-entry-page .landing-college-detail-tags.landing-detail-info-list div {
        padding-bottom: 10px;
    }

    body.stitch-entry-page .landing-major-console {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-major-results > div,
    body.stitch-entry-page .landing-major-results > div:nth-child(2),
    body.stitch-entry-page .landing-major-results > div:nth-child(3) {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    body.stitch-entry-page .landing-major-results i {
        grid-column: 2;
        width: 100%;
    }
}

/* --- Landing CTA Hover Text Pass --- */
body.stitch-entry-page .landing-primary-cta,
body.stitch-entry-page .landing-primary-cta:hover,
body.stitch-entry-page .landing-primary-cta:focus-visible,
body.stitch-entry-page .landing-nav-cta,
body.stitch-entry-page .landing-nav-cta:hover,
body.stitch-entry-page .landing-nav-cta:focus-visible {
    color: #08101f;
}

/* --- Landing Minimal Editorial Polish --- */
body.stitch-entry-page .landing-reference-main {
    background:
        linear-gradient(180deg, #060913 0%, #070a15 46%, #050710 100%);
}

body.stitch-entry-page .landing-reference-hero {
    background:
        linear-gradient(115deg, rgba(6, 9, 19, 0.98) 0%, rgba(7, 10, 20, 0.96) 58%, rgba(11, 14, 25, 0.98) 100%);
}

body.stitch-entry-page .landing-reference-hero::after {
    background: linear-gradient(180deg, transparent, #060913);
}

body.stitch-entry-page .landing-hero-title {
    max-width: 620px;
    text-wrap: balance;
}

html[lang="en"] body.stitch-entry-page .landing-hero-title {
    width: min(calc(100vw - 48px), 540px);
    max-width: 540px;
    font-size: clamp(3rem, 4.1vw, 3.85rem);
    line-height: 0.98;
}

@media (max-width: 760px) {
    html[lang="en"] body.stitch-entry-page .landing-reference-copy {
        width: min(100%, calc(100vw - 24px));
        max-width: min(100%, calc(100vw - 24px));
    }

    html[lang="en"] body.stitch-entry-page .landing-hero-title {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2.35rem, 10.25vw, 2.5rem);
        line-height: 1;
    }

    html[lang="en"] body.stitch-entry-page .landing-hero-summary {
        width: 100%;
        max-width: 100%;
    }
}

body.stitch-entry-page .text-platinum-gradient {
    background: linear-gradient(90deg, #ffffff 0%, #e7ecf7 52%, #bfc8d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.stitch-entry-page .landing-hero-summary {
    color: rgba(226, 232, 244, 0.68);
    background: transparent;
    box-shadow: none;
}

body.stitch-entry-page .landing-reference-hero-visual {
    --hero-photo-x: 0px;
    --hero-photo-y: 0px;
    --hero-tilt-x: 0deg;
    --hero-tilt-y: 0deg;
    --hero-photo-roll: 0deg;
    --hero-photo-scale: 1;
    min-height: clamp(500px, 43vw, 620px);
}

body.stitch-entry-page .landing-preview-panel {
    overflow: visible;
}

body.stitch-entry-page .landing-hero-photo {
    inset: 4% 0 4% 5%;
    border-radius: 22px;
    border: 1px solid rgba(232, 237, 248, 0.18);
    box-shadow: 0 42px 96px rgba(0, 0, 0, 0.38);
    transform:
        perspective(1400px)
        translate3d(var(--hero-photo-x), var(--hero-photo-y), 0)
        rotateX(var(--hero-tilt-x))
        rotateY(var(--hero-tilt-y))
        rotateZ(calc(0.8deg + var(--hero-photo-roll)))
        scale(var(--hero-photo-scale));
}

body.stitch-entry-page .landing-hero-photo::after {
    background:
        linear-gradient(180deg, rgba(4, 8, 18, 0.02) 0%, rgba(4, 8, 18, 0.08) 54%, rgba(4, 7, 14, 0.34) 100%),
        linear-gradient(90deg, rgba(4, 7, 16, 0.24), transparent 44%);
}

body.stitch-entry-page .landing-film-rail {
    display: none;
}

body.stitch-entry-page .landing-primary-cta,
body.stitch-entry-page .landing-nav-cta {
    border-radius: 13px;
    background: #eef2ff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

body.stitch-entry-page .landing-primary-cta:hover,
body.stitch-entry-page .landing-primary-cta:focus-visible,
body.stitch-entry-page .landing-nav-cta:hover,
body.stitch-entry-page .landing-nav-cta:focus-visible {
    background: #f7f9ff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

body.stitch-entry-page .landing-reference-strip {
    background: #060913;
}

body.stitch-entry-page .landing-reference-strip-row {
    min-height: 72px;
    border-top-color: rgba(226, 232, 244, 0.08);
    border-bottom-color: rgba(226, 232, 244, 0.055);
    background: transparent;
    box-shadow: none;
}

body.stitch-entry-page .landing-trust-item strong {
    font-size: clamp(2.25rem, 3.2vw, 3.6rem);
    line-height: 0.92;
}

body.stitch-entry-page .landing-trust-item span {
    color: rgba(185, 194, 210, 0.62);
    font-size: clamp(1rem, 1.16vw, 1.22rem);
    font-weight: 780;
    line-height: 1.2;
}

body.stitch-entry-page .landing-reference-workflow {
    padding-top: clamp(68px, 7vw, 104px);
    background: linear-gradient(180deg, #060913 0%, #070a15 58%, #050710 100%);
}

body.stitch-entry-page .landing-showcase-frame {
    border-color: rgba(226, 232, 244, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
        #0a0f20;
    box-shadow: 0 30px 78px rgba(0, 0, 0, 0.32);
}

body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    border-color: rgba(226, 232, 244, 0.16);
    box-shadow: 0 34px 86px rgba(0, 0, 0, 0.36);
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero {
        padding-top: calc(64px + 42px);
    }

    body.stitch-entry-page .landing-hero-title {
        max-width: 100%;
    }

    body.stitch-entry-page .landing-hero-photo {
        inset: 2% 0 3% 0;
        border-radius: 18px;
        transform: rotate(0.4deg);
    }
}

/* --- Landing GSAP Editorial Motion Pass --- */
body.stitch-entry-page .landing-split-word {
    display: inline-block;
    will-change: transform, opacity;
}

body.stitch-entry-page .landing-reference-copy,
body.stitch-entry-page .landing-reference-hero-visual,
body.stitch-entry-page .landing-showcase-frame {
    backface-visibility: hidden;
}

body.stitch-entry-page .landing-workflow-route {
    --landing-route-progress: 0;
    position: relative;
    display: flex;
    width: min(100%, 360px);
    padding-bottom: 14px;
}

body.stitch-entry-page .landing-workflow-route::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(var(--landing-route-progress, 0) * 100%);
    max-width: 100%;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(247, 248, 255, 0.86), rgba(198, 190, 255, 0.32));
}

@media (min-width: 980px) {
    body.stitch-entry-page .landing-reference-workflow > .page-shell {
        display: grid;
        grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
        gap: clamp(54px, 7vw, 112px);
        align-items: start;
    }

    body.stitch-entry-page .landing-workflow-intro {
        position: sticky;
        top: clamp(104px, 12vh, 136px);
        display: flex;
        min-height: calc(100svh - 136px);
        margin-bottom: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    body.stitch-entry-page .landing-workflow-intro h2 {
        max-width: 8ch;
        font-size: clamp(3.45rem, 5.5vw, 6.35rem);
        line-height: 0.93;
    }

    html[lang="zh-CN"] body.stitch-entry-page .landing-workflow-intro h2 {
        max-width: 5.5ch;
    }

    body.stitch-entry-page .landing-workflow-intro p {
        max-width: 24rem;
    }

    body.stitch-entry-page .landing-flow-scenes {
        grid-column: 2;
        gap: 0;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene {
        grid-template-columns: minmax(0, 1fr);
        gap: clamp(24px, 3vw, 36px);
        min-height: clamp(560px, 72svh, 720px);
        padding: clamp(42px, 5.8vw, 76px) 0;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 18px;
        row-gap: 9px;
        max-width: 700px;
        margin-bottom: 2px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
        grid-row: 1 / span 3;
        padding-top: 0.36em;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        max-width: 100%;
        font-size: clamp(2.15rem, 3.15vw, 3.65rem);
    }

    html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        max-width: 100%;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
        max-width: 31rem;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-meta {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-workflow-route {
        display: flex;
        width: 100%;
    }
}

/* --- Landing Workflow Restraint Pass --- */
body.stitch-entry-page .landing-workflow-route {
    display: none;
}

body.stitch-entry-page .landing-workflow-intro h2 {
    font-size: clamp(3rem, 4.7vw, 5.2rem);
}

body.stitch-entry-page .landing-workflow-intro p {
    max-width: 23rem;
    color: rgba(226, 232, 244, 0.6);
}

body.stitch-entry-page .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
    border-radius: 14px;
    border-color: rgba(226, 232, 244, 0.105);
    background: #090e1d;
    box-shadow: none;
}

body.stitch-entry-page .landing-showcase-bar {
    min-height: 48px;
    padding: 14px 18px;
}

body.stitch-entry-page .landing-application-desk::before,
body.stitch-entry-page .landing-desk-thread,
body.stitch-entry-page .landing-colleges-console::before,
body.stitch-entry-page .landing-major-console::before,
body.stitch-entry-page .landing-map-path {
    display: none;
}

body.stitch-entry-page .landing-desk-document,
body.stitch-entry-page .landing-desk-photo-card,
body.stitch-entry-page .landing-profile-field-grid div,
body.stitch-entry-page .landing-proof-bucket,
body.stitch-entry-page .landing-college-list > div,
body.stitch-entry-page .landing-college-detail-mini,
body.stitch-entry-page .landing-major-question,
body.stitch-entry-page .landing-major-results > div {
    border-radius: 10px;
    border-color: rgba(226, 232, 244, 0.11);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.stitch-entry-page .landing-desk-document {
    width: min(398px, 54%);
}

body.stitch-entry-page .landing-desk-photo-card {
    width: min(286px, 35%);
}

body.stitch-entry-page .landing-desk-photo-card img {
    border-radius: 8px;
    opacity: 0.54;
    filter: saturate(0.82) contrast(1.04) brightness(0.78);
}

body.stitch-entry-page .landing-desk-photo-card > div:not(.landing-desk-stamp) {
    border-radius: 8px;
    background: rgba(5, 8, 18, 0.66);
}

body.stitch-entry-page .landing-profile-field-grid div,
body.stitch-entry-page .landing-profile-field-grid div:nth-child(3),
body.stitch-entry-page .landing-profile-field-grid div:nth-child(6),
body.stitch-entry-page .landing-proof-bucket:nth-of-type(2),
body.stitch-entry-page .landing-proof-bucket:nth-of-type(3) {
    background: rgba(255, 255, 255, 0.045);
}

body.stitch-entry-page .landing-range-map {
    border-radius: 10px;
    border-color: rgba(226, 232, 244, 0.1);
    background: #0a1020;
}

body.stitch-entry-page .landing-range-map::after {
    background:
        linear-gradient(180deg, rgba(5, 8, 18, 0.04), rgba(5, 8, 18, 0.76)),
        repeating-linear-gradient(0deg, transparent 0 44px, rgba(226, 232, 244, 0.026) 45px),
        repeating-linear-gradient(90deg, transparent 0 44px, rgba(226, 232, 244, 0.026) 45px);
}

body.stitch-entry-page .landing-range-map > strong {
    text-shadow: none;
}

body.stitch-entry-page .landing-range-desk .landing-proof-bar span,
body.stitch-entry-page .landing-colleges-toolbar i,
body.stitch-entry-page .landing-college-detail-tags span,
body.stitch-entry-page .landing-major-results i span {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

body.stitch-entry-page .landing-college-photo-strip {
    border-radius: 12px;
    opacity: 0.68;
}

body.stitch-entry-page .landing-major-question {
    border-radius: 12px;
}

body.stitch-entry-page .landing-major-question i {
    animation: none;
}

@media (min-width: 980px) {
    body.stitch-entry-page .landing-workflow-intro {
        top: clamp(100px, 11vh, 128px);
        min-height: calc(100svh - 152px);
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-workflow-intro h2 {
        font-size: clamp(2.35rem, 12vw, 4.1rem);
    }

    body.stitch-entry-page .landing-showcase-frame,
    body.stitch-entry-page .landing-flow-scene.is-active .landing-showcase-frame,
    body.stitch-entry-page .landing-flow-scene:hover .landing-showcase-frame {
        border-radius: 12px;
    }
}

/* --- Landing Hero Gallery Restore Pass --- */
body.stitch-entry-page .landing-hero-title .landing-title-line > span,
body.stitch-entry-page .landing-hero-title .text-platinum-gradient,
body.stitch-entry-page .landing-hero-title .landing-split-word,
body.stitch-entry-page .landing-hero-title .text-platinum-gradient .landing-split-word {
    background: linear-gradient(105deg, #ffffff 0%, #f7f9ff 30%, #dfe7ff 52%, #c4cbff 72%, #ffffff 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
    animation: landingHeroTitleSheen 8.5s ease-in-out infinite;
    filter: drop-shadow(0 12px 28px rgba(148, 163, 255, 0.1));
}

body.stitch-entry-page .landing-hero-title .landing-title-line:nth-child(2) > span,
body.stitch-entry-page .landing-hero-title .landing-title-line:nth-child(2) .landing-split-word {
    background-image: linear-gradient(105deg, #ffffff 0%, #edf4ff 28%, #d3dcff 54%, #bfc8ff 74%, #ffffff 100%);
    animation-delay: -2.8s;
}

@keyframes landingHeroTitleSheen {
    0%,
    100% {
        background-position: 0% 50%;
        filter: drop-shadow(0 12px 28px rgba(148, 163, 255, 0.1));
    }

    50% {
        background-position: 100% 50%;
        filter: drop-shadow(0 16px 34px rgba(204, 214, 255, 0.18));
    }
}

body.stitch-entry-page .landing-split-word {
    display: inline-block;
    margin-right: 0.16em;
    will-change: transform, opacity;
}

body.stitch-entry-page .landing-title-line .landing-split-word:last-child {
    margin-right: 0;
}

@media (prefers-reduced-motion: reduce) {
    body.stitch-entry-page .landing-hero-title .landing-title-line > span,
    body.stitch-entry-page .text-platinum-gradient,
    body.stitch-entry-page .landing-hero-title .landing-split-word,
    body.stitch-entry-page .text-platinum-gradient .landing-split-word {
        animation: none;
        background-position: 50% 50%;
        filter: drop-shadow(0 10px 24px rgba(148, 163, 255, 0.1));
    }
}

body.stitch-entry-page .landing-reference-hero-visual {
    min-height: clamp(520px, 45vw, 650px);
    perspective: 1400px;
}

body.stitch-entry-page .landing-preview-panel {
    min-height: inherit;
    overflow: visible;
}

body.stitch-entry-page .landing-hero-photo {
    inset: 3% 2% 8% 19%;
    z-index: 2;
    border-radius: 23px;
    border: 1px solid rgba(232, 237, 248, 0.2);
    box-shadow: 0 42px 94px rgba(0, 0, 0, 0.42);
    transform:
        perspective(1400px)
        translate3d(var(--hero-photo-x), var(--hero-photo-y), 0)
        rotateX(var(--hero-tilt-x))
        rotateY(var(--hero-tilt-y))
        rotateZ(calc(2.6deg + var(--hero-photo-roll)))
        scale(var(--hero-photo-scale));
}

body.stitch-entry-page .landing-film-rail {
    position: absolute;
    inset: 7% auto auto 0;
    z-index: 3;
    display: grid;
    width: min(184px, 28%);
    gap: 12px;
    pointer-events: none;
    transform:
        translate3d(var(--hero-rail-x), var(--hero-rail-y), 0)
        rotate(calc(-7deg + var(--hero-rail-roll)));
    transform-origin: 52% 45%;
    will-change: transform;
}

body.stitch-entry-page .landing-film-frame,
body.stitch-entry-page .landing-film-frame:nth-child(2),
body.stitch-entry-page .landing-film-frame:nth-child(3) {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 0.74;
    margin: 0;
    border: 1px solid rgba(232, 237, 248, 0.26);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
    animation: landingFilmDrift 9s ease-in-out infinite;
}

body.stitch-entry-page .landing-film-frame:nth-child(2) {
    margin-left: 28px;
    animation-delay: 620ms;
}

body.stitch-entry-page .landing-film-frame:nth-child(3) {
    margin-left: 10px;
    animation-delay: 1180ms;
}

body.stitch-entry-page .landing-film-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.88) contrast(1.05) brightness(0.86);
}

body.stitch-entry-page .landing-film-frame figcaption {
    display: none;
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero-visual {
        min-height: clamp(360px, 96vw, 440px);
        width: min(100%, 366px);
        overflow: visible;
    }

    body.stitch-entry-page .landing-hero-photo {
        inset: 7% 0 4% 18%;
        border-radius: 18px;
        transform: rotate(2deg);
    }

    body.stitch-entry-page .landing-film-rail {
        inset: 13% auto auto 0;
        width: min(124px, 34%);
        gap: 9px;
        transform: rotate(-6deg);
    }

    body.stitch-entry-page .landing-film-frame,
    body.stitch-entry-page .landing-film-frame:nth-child(2),
    body.stitch-entry-page .landing-film-frame:nth-child(3) {
        border-radius: 12px;
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
    }

    body.stitch-entry-page .landing-film-frame:nth-child(2) {
        margin-left: 18px;
    }

    body.stitch-entry-page .landing-film-frame:nth-child(3) {
        margin-left: 7px;
    }
}

/* --- Landing Workflow Left Rail Pass --- */
body.stitch-entry-page .landing-reference-workflow {
    overflow: visible;
}

body.stitch-entry-page .landing-workflow-intro {
    z-index: 2;
}

body.stitch-entry-page .landing-workflow-side-list {
    display: grid;
    width: min(100%, 340px);
    margin-top: clamp(30px, 5vw, 58px);
    border-top: 1px solid rgba(226, 232, 244, 0.12);
}

body.stitch-entry-page .landing-workflow-side-list a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 3px 16px;
    align-items: start;
    padding: 17px 0;
    border-bottom: 1px solid rgba(226, 232, 244, 0.1);
    color: rgba(226, 232, 244, 0.58);
    text-decoration: none;
    transition: border-color 220ms ease, color 220ms ease, opacity 220ms ease;
}

body.stitch-entry-page .landing-workflow-side-list a:hover,
body.stitch-entry-page .landing-workflow-side-list a:focus-visible,
body.stitch-entry-page .landing-workflow-side-list a.is-active {
    border-bottom-color: rgba(238, 242, 255, 0.28);
    color: rgba(247, 249, 255, 0.92);
}

body.stitch-entry-page .landing-workflow-side-list i {
    grid-row: 1 / span 2;
    padding-top: 0.18em;
    color: rgba(194, 187, 255, 0.58);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 820;
    letter-spacing: 0.08em;
}

body.stitch-entry-page .landing-workflow-side-list strong,
body.stitch-entry-page .landing-workflow-side-list em {
    min-width: 0;
    font-style: normal;
    line-height: 1.35;
}

body.stitch-entry-page .landing-workflow-side-list strong {
    color: rgba(248, 250, 255, 0.82);
    font-size: 1rem;
    font-weight: 820;
}

body.stitch-entry-page .landing-workflow-side-list em {
    color: rgba(226, 232, 244, 0.48);
    font-size: 0.82rem;
    font-weight: 680;
}

body.stitch-entry-page .landing-workflow-side-list a.is-active i,
body.stitch-entry-page .landing-workflow-side-list a.is-active strong {
    color: #ffffff;
}

body.stitch-entry-page .landing-workflow-side-list a.is-active em {
    color: rgba(226, 232, 244, 0.68);
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-workflow {
        overflow: hidden;
    }

    body.stitch-entry-page .landing-workflow-side-list {
        display: none;
    }
}

/* --- Landing Product Demo Scenes --- */
body.stitch-entry-page #workflow.landing-reference-workflow {
    overflow: clip;
    padding-top: 0;
    scroll-margin-top: 74px;
}

body.stitch-entry-page .landing-workflow-intro {
    position: relative;
    top: auto;
    display: block;
    max-width: 680px;
    min-height: 0;
    margin-bottom: clamp(20px, 3vw, 36px);
}

body.stitch-entry-page .landing-workflow-intro h2 {
    max-width: none;
}

html[lang="zh-CN"] body.stitch-entry-page .landing-workflow-intro h2 {
    max-width: none;
}

body.stitch-entry-page .landing-flow-scenes {
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
    gap: 0;
}

body.stitch-entry-page .landing-flow-scenes::before {
    display: none;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene,
body.stitch-entry-page .landing-product-story .landing-flow-scene-reverse {
    display: grid;
    grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
    gap: clamp(44px, 6.5vw, 104px);
    align-items: center;
    min-height: clamp(480px, 58svh, 620px);
    padding: clamp(32px, 4.4vw, 58px) 0;
    border-top: 1px solid rgba(226, 232, 244, 0.1);
    opacity: 1;
    transform: none;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene:first-child {
    min-height: clamp(420px, 50svh, 540px);
    padding-top: clamp(14px, 2.8vw, 36px);
    border-top: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene::before,
body.stitch-entry-page .landing-product-story .landing-flow-scene::after {
    display: none;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-reverse .landing-flow-scene-copy,
body.stitch-entry-page .landing-product-story .landing-flow-scene-reverse .landing-flow-scene-media {
    order: initial;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
    display: block;
    max-width: 360px;
    margin: 0;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-index {
    display: block;
    min-height: 0;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(194, 187, 255, 0.58);
    font-size: 0.78rem;
    font-weight: 840;
    letter-spacing: 0.14em;
    line-height: 1;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 10ch;
    margin: 0;
    color: #f8f7ff;
    font-size: clamp(2.45rem, 3.7vw, 4.35rem);
    font-weight: 860;
    letter-spacing: 0;
    line-height: 0.98;
}

html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
    max-width: 8ch;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
    max-width: 25rem;
    margin-top: 22px;
    color: rgba(226, 232, 244, 0.66);
    font-size: 1rem;
    font-weight: 560;
    line-height: 1.8;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-meta {
    display: none !important;
}

body.stitch-entry-page .landing-product-story .landing-flow-scene-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 0;
}

body.stitch-entry-page .landing-real-screen-frame,
body.stitch-entry-page .landing-flow-scene.is-active .landing-real-screen-frame,
body.stitch-entry-page .landing-flow-scene:hover .landing-real-screen-frame {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(226, 232, 244, 0.13);
    background: #060913;
    box-shadow: 0 38px 104px rgba(0, 0, 0, 0.36);
    transform: none;
    transform-origin: 50% 50%;
}

body.stitch-entry-page .landing-real-screen-frame::before {
    display: none;
}

body.stitch-entry-page .landing-real-screen-profile {
    width: min(100%, 860px);
    min-height: clamp(360px, 28vw, 430px);
    border-radius: 26px;
}

body.stitch-entry-page .landing-real-screen-detail {
    width: min(100%, 860px);
    min-height: clamp(500px, 36vw, 560px);
    border-radius: 26px;
}

body.stitch-entry-page .landing-real-screen-match {
    width: min(100%, 920px);
    min-height: clamp(380px, 30vw, 440px);
    border-radius: 26px;
}

body.stitch-entry-page .landing-real-screen-major {
    width: min(100%, 920px);
    min-height: clamp(460px, 34vw, 540px);
    border-radius: 26px;
}

body.stitch-entry-page .landing-product-demo {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: inherit;
    padding: clamp(26px, 3.5vw, 42px);
    color: rgba(248, 250, 255, 0.92);
    background: linear-gradient(135deg, rgba(13, 17, 30, 0.98), rgba(7, 9, 17, 0.98));
}

body.stitch-entry-page .landing-product-demo h4 {
    margin: 0;
    color: #f8f7ff;
    font-size: clamp(1.55rem, 2.4vw, 2.3rem);
    font-weight: 840;
    letter-spacing: 0;
    line-height: 1.08;
}

body.stitch-entry-page .landing-demo-detail {
    gap: clamp(18px, 2.4vw, 24px);
    padding: clamp(18px, 2.6vw, 30px);
}

body.stitch-entry-page .landing-demo-form,
body.stitch-entry-page .landing-demo-detail-table,
body.stitch-entry-page .landing-demo-priority-list {
    display: grid;
    gap: 0;
    margin-top: clamp(26px, 4vw, 40px);
    border-top: 1px solid rgba(226, 232, 244, 0.14);
}

body.stitch-entry-page .landing-demo-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(26px, 4vw, 48px);
    margin-top: 0;
}

body.stitch-entry-page .landing-demo-field,
body.stitch-entry-page .landing-demo-detail-table div,
body.stitch-entry-page .landing-demo-priority-list div {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 20px 0;
    border-bottom: 1px solid rgba(226, 232, 244, 0.11);
}

body.stitch-entry-page .landing-demo-field span,
body.stitch-entry-page .landing-demo-status span,
body.stitch-entry-page .landing-demo-tier p,
body.stitch-entry-page .landing-demo-detail-decision span,
body.stitch-entry-page .landing-demo-detail-table span,
body.stitch-entry-page .landing-demo-major-focus span,
body.stitch-entry-page .landing-demo-school-fit-list span,
body.stitch-entry-page .landing-demo-career-list span,
body.stitch-entry-page .landing-demo-employer-strip span,
body.stitch-entry-page .landing-demo-priority-list span {
    color: rgba(199, 205, 226, 0.58);
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.4;
}

body.stitch-entry-page .landing-demo-field strong,
body.stitch-entry-page .landing-demo-status strong,
body.stitch-entry-page .landing-demo-tier li strong,
body.stitch-entry-page .landing-demo-detail-decision strong,
body.stitch-entry-page .landing-demo-detail-table strong,
body.stitch-entry-page .landing-demo-school-fit-list strong,
body.stitch-entry-page .landing-demo-career-list strong,
body.stitch-entry-page .landing-demo-employer-strip strong,
body.stitch-entry-page .landing-demo-priority-list strong {
    min-width: 0;
    color: #ffffff;
    font-size: clamp(1rem, 1.25vw, 1.16rem);
    font-weight: 760;
    line-height: 1.3;
}

body.stitch-entry-page .landing-demo-status {
    display: flex;
    gap: 18px;
    align-items: baseline;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 28px;
    border-top: 1px solid rgba(226, 232, 244, 0.14);
}

body.stitch-entry-page .landing-demo-tier-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 28px);
    height: 100%;
    margin-top: 0;
}

body.stitch-entry-page .landing-demo-tier {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: 18px;
    border-top: 3px solid rgba(226, 232, 244, 0.16);
}

body.stitch-entry-page .landing-demo-tier.is-reach {
    border-top-color: #d97878;
}

body.stitch-entry-page .landing-demo-tier.is-target {
    border-top-color: #b8b2ff;
}

body.stitch-entry-page .landing-demo-tier.is-safety {
    border-top-color: #8fc8b3;
}

body.stitch-entry-page .landing-demo-tier h5 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.05rem, 1.5vw, 1.34rem);
    font-weight: 820;
    letter-spacing: 0;
}

body.stitch-entry-page .landing-demo-tier p {
    min-height: 3.2em;
    margin: 10px 0 18px;
}

body.stitch-entry-page .landing-demo-tier ol {
    display: grid;
    gap: 0;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(226, 232, 244, 0.12);
}

body.stitch-entry-page .landing-demo-tier li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(226, 232, 244, 0.1);
}

body.stitch-entry-page .landing-demo-tier li strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.stitch-entry-page .landing-demo-tier li span {
    color: rgba(248, 250, 255, 0.68);
    font-size: 0.92rem;
    font-weight: 780;
}

body.stitch-entry-page .landing-demo-campus {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(22px, 3vw, 34px);
    overflow: hidden;
    border-bottom: 0;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(7, 9, 17, 0.02), rgba(7, 9, 17, 0.9)),
        url("assets/university-cover-images/webp/001-massachusetts-institute-of-technology.webp") center / cover;
}

body.stitch-entry-page .landing-demo-campus h4 {
    max-width: 16ch;
}

body.stitch-entry-page .landing-demo-campus p {
    margin: 12px 0 0;
    color: rgba(248, 250, 255, 0.72);
    font-size: 1rem;
    font-weight: 700;
}

body.stitch-entry-page .landing-demo-detail-decision {
    display: grid;
    grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
    gap: 18px;
    align-items: baseline;
    padding: 2px clamp(4px, 1vw, 10px) 0;
}

body.stitch-entry-page .landing-demo-detail-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(28px, 4vw, 52px);
    margin: 0;
    padding: 0 clamp(4px, 1vw, 10px) clamp(4px, 1vw, 8px);
    border-top: 0;
}

body.stitch-entry-page .landing-demo-detail-table div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

body.stitch-entry-page .landing-demo-major {
    gap: clamp(18px, 2.4vw, 26px);
    padding: clamp(24px, 3vw, 36px);
}

body.stitch-entry-page .landing-demo-major-focus {
    display: grid;
    gap: 10px;
    padding: 0 0 clamp(18px, 2.4vw, 28px);
    border-top: 0;
    border-bottom: 1px solid rgba(226, 232, 244, 0.14);
}

body.stitch-entry-page .landing-demo-major-focus strong {
    color: #ffffff;
    font-size: clamp(2.1rem, 4.6vw, 4rem);
    font-weight: 880;
    letter-spacing: 0;
    line-height: 0.96;
}

body.stitch-entry-page .landing-demo-major-focus em {
    max-width: 46rem;
    color: rgba(199, 205, 226, 0.68);
    font-size: clamp(0.95rem, 1.14vw, 1.08rem);
    font-style: normal;
    font-weight: 680;
    line-height: 1.55;
}

body.stitch-entry-page .landing-demo-major-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: clamp(22px, 3vw, 38px);
}

body.stitch-entry-page .landing-demo-major-panel {
    display: grid;
    gap: 12px;
    min-width: 0;
}

body.stitch-entry-page .landing-demo-major-panel h5 {
    margin: 0;
    color: rgba(248, 250, 255, 0.92);
    font-size: clamp(1rem, 1.24vw, 1.18rem);
    font-weight: 820;
    letter-spacing: 0;
    line-height: 1.2;
}

body.stitch-entry-page .landing-demo-school-fit-list,
body.stitch-entry-page .landing-demo-career-list {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(226, 232, 244, 0.12);
}

body.stitch-entry-page .landing-demo-school-fit-list div,
body.stitch-entry-page .landing-demo-career-list div {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(226, 232, 244, 0.1);
}

body.stitch-entry-page .landing-demo-career-list div {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: baseline;
}

body.stitch-entry-page .landing-demo-employer-strip {
    display: grid;
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 1.62fr);
    gap: 18px;
    align-items: baseline;
    margin-top: auto;
    padding-top: clamp(16px, 2vw, 24px);
    border-top: 1px solid rgba(226, 232, 244, 0.14);
}

body.stitch-entry-page .landing-demo-priority-list {
    margin-top: auto;
}

body.stitch-entry-page .landing-demo-priority-list div {
    grid-template-columns: 7.5rem minmax(0, 1fr);
    align-items: baseline;
}

body.stitch-entry-page .landing-flow-scene:hover .landing-real-screen-frame {
    border-color: rgba(226, 232, 244, 0.22);
}

@media (max-width: 980px) {
    body.stitch-entry-page .landing-product-story .landing-flow-scene,
    body.stitch-entry-page .landing-product-story .landing-flow-scene-reverse {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding: clamp(48px, 10vw, 72px) 0;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy {
        max-width: 620px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-media {
        justify-content: stretch;
    }

    body.stitch-entry-page .landing-real-screen-profile,
    body.stitch-entry-page .landing-real-screen-match,
    body.stitch-entry-page .landing-real-screen-detail,
    body.stitch-entry-page .landing-real-screen-major {
        width: 100%;
        min-height: 0;
        border-radius: 20px;
    }

    body.stitch-entry-page .landing-product-demo {
        min-height: auto;
    }

    body.stitch-entry-page .landing-demo-tier-board,
    body.stitch-entry-page .landing-demo-form,
    body.stitch-entry-page .landing-demo-detail-table {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-demo-tier p {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-workflow {
        overflow: hidden;
    }

    body.stitch-entry-page .landing-workflow-intro {
        margin-bottom: 24px;
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3,
    html[lang="zh-CN"] body.stitch-entry-page .landing-product-story .landing-flow-scene-copy h3 {
        max-width: 9ch;
        font-size: clamp(2.1rem, 12vw, 3rem);
    }

    body.stitch-entry-page .landing-product-story .landing-flow-scene-copy p {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    body.stitch-entry-page .landing-product-demo {
        padding: 20px;
    }

    body.stitch-entry-page .landing-demo-status {
        display: grid;
        gap: 6px;
        align-items: start;
    }

    body.stitch-entry-page .landing-demo-field,
    body.stitch-entry-page .landing-demo-detail-table div,
    body.stitch-entry-page .landing-demo-school-fit-list div,
    body.stitch-entry-page .landing-demo-career-list div,
    body.stitch-entry-page .landing-demo-priority-list div {
        padding: 15px 0;
    }

    body.stitch-entry-page .landing-demo-campus {
        min-height: 180px;
        padding: 20px;
        border-radius: 16px;
    }

    body.stitch-entry-page .landing-demo-detail-decision {
        grid-template-columns: 1fr;
        gap: 6px;
        padding-inline: 0;
    }

    body.stitch-entry-page .landing-demo-detail-table {
        padding: 0 0 12px;
    }

    body.stitch-entry-page .landing-demo-detail-table div:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(226, 232, 244, 0.11);
    }

    body.stitch-entry-page .landing-demo-detail-table div:last-child {
        border-bottom: 0;
    }

    body.stitch-entry-page .landing-demo-priority-list div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body.stitch-entry-page .landing-demo-major {
        gap: 18px;
        padding: 20px;
    }

    body.stitch-entry-page .landing-demo-major-grid,
    body.stitch-entry-page .landing-demo-employer-strip,
    body.stitch-entry-page .landing-demo-career-list div {
        grid-template-columns: 1fr;
    }

    body.stitch-entry-page .landing-demo-major-grid {
        gap: 20px;
    }

    body.stitch-entry-page .landing-demo-career-list div,
    body.stitch-entry-page .landing-demo-employer-strip {
        gap: 6px;
    }

    body.stitch-entry-page .landing-demo-major-focus em {
        font-size: 0.92rem;
    }

    body.stitch-entry-page .landing-demo-major-focus strong {
        font-size: clamp(2rem, 13vw, 3.2rem);
    }

    body.stitch-entry-page.landing-experience-body .landing-legal-footer {
        width: 100%;
        padding-inline: 16px;
    }
}

/* --- Landing Mobile Hero Grid Containment Fix --- */
@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        width: 100%;
    }

    body.stitch-entry-page .landing-reference-copy,
    body.stitch-entry-page .landing-reference-hero-visual,
    body.stitch-entry-page .landing-preview-panel {
        min-width: 0;
        width: min(100%, 366px);
        max-width: 100%;
        justify-self: center;
    }

    body.stitch-entry-page .landing-hero-summary,
    body.stitch-entry-page .landing-hero-actions {
        width: 100%;
        max-width: 100%;
    }
}

/* --- Landing Mobile Desktop-Proportion Pass --- */
@media (max-width: 760px) {
    body.stitch-entry-page .landing-reference-hero {
        min-height: calc(100svh - 64px);
        align-items: flex-start;
        padding-top: 42px;
        padding-bottom: 18px;
    }

    body.stitch-entry-page .landing-reference-hero-grid {
        width: min(100%, 390px);
        gap: 24px;
    }

    body.stitch-entry-page .landing-reference-copy {
        width: min(100%, 366px);
        gap: 14px;
        align-items: flex-start;
        justify-self: center;
    }

    body.stitch-entry-page .landing-hero-title {
        width: 100%;
        max-width: none;
        font-size: 2.48rem;
        line-height: 1;
        letter-spacing: 0;
    }

    body.stitch-entry-page .landing-title-line {
        width: 100%;
    }

    body.stitch-entry-page .landing-title-line > span {
        display: inline-block;
    }

    body.stitch-entry-page .landing-hero-summary {
        width: 100%;
        margin-top: 0;
        font-size: 0.98rem;
        line-height: 1.58;
        opacity: 1 !important;
        visibility: visible !important;
        translate: none !important;
        transform: none !important;
    }

    body.stitch-entry-page .landing-hero-actions {
        width: 100%;
        margin-top: 4px;
        align-items: flex-start;
        opacity: 1 !important;
        visibility: visible !important;
        translate: none !important;
        transform: none !important;
    }

    body.stitch-entry-page .landing-reference-hero-visual {
        width: min(100%, 366px);
        min-height: clamp(340px, 92vw, 390px);
        margin-top: 0;
        transform: none;
    }

    body.stitch-entry-page .landing-preview-panel {
        min-height: inherit;
    }

    body.stitch-entry-page .landing-hero-photo,
    body.stitch-entry-page .landing-film-frame {
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.stitch-entry-page .landing-hero-photo {
        transform:
            perspective(1400px)
            translate3d(0, 0, 0)
            rotateX(0deg)
            rotateY(0deg)
            rotateZ(1.55deg)
            scale(1) !important;
    }

    body.stitch-entry-page .landing-film-frame {
        transform: translate3d(0, 0, 0) rotate(-7deg) !important;
    }

    body.stitch-entry-page .landing-film-frame:nth-child(2) {
        transform: translate3d(0, 0, 0) rotate(-3deg) !important;
    }

    body.stitch-entry-page .landing-film-frame:nth-child(3) {
        transform: translate3d(0, 0, 0) rotate(4deg) !important;
    }
}

@media (max-width: 420px) {
    body.stitch-entry-page .landing-reference-hero {
        padding-top: 34px;
    }

    body.stitch-entry-page .landing-hero-title {
        font-size: 2.42rem;
    }
}
