.product-pathway-page {
    --path-accent: #77d8bf;
    --path-accent-soft: rgba(119, 216, 191, 0.22);
    --path-panel: rgba(13, 39, 34, 0.74);
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 32%),
        radial-gradient(circle at 15% 20%, var(--path-accent-soft), transparent 34%),
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.05), transparent 26%),
        linear-gradient(180deg, #040404 0%, #090909 42%, #050505 100%);
    color: #ffffff;
    font-family: "Manrope", "Segoe UI", sans-serif;
    min-height: 100vh;
}

.product-pathway-page *,
.product-pathway-page *::before,
.product-pathway-page *::after {
    box-sizing: border-box;
}

.product-pathway-page a {
    color: inherit;
    text-decoration: none;
}

.product-pathway-page [hidden] {
    display: none !important;
}

.pathway-shell {
    position: relative;
    min-height: 100vh;
    overflow: clip;
    transition: background 260ms ease, color 260ms ease;
}

.pathway-wrap {
    width: min(1220px, calc(100% - 40px));
    margin: 0 auto;
}

.pathway-main {
    display: grid;
    gap: 56px;
    padding-bottom: 84px;
}

.pathway-topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(4, 4, 4, 0.74);
    backdrop-filter: blur(18px);
}

.pathway-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 78px;
    padding: 12px 0;
}

.pathway-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.pathway-brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: var(--path-accent);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.pathway-brand-copy {
    display: grid;
    gap: 4px;
}

.pathway-brand-copy strong {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pathway-brand-copy span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.pathway-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pathway-visit-pill,
.pathway-anchor-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.pathway-anchor-link {
    color: #ffffff;
    background: linear-gradient(135deg, var(--path-accent), rgba(255, 255, 255, 0.85));
    border-color: transparent;
    color: #07110e;
    transition: transform 180ms ease, box-shadow 180ms ease;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.pathway-anchor-link:hover,
.pathway-anchor-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
    outline: none;
}

.pathway-anchor-link.is-hidden {
    display: none;
}

.pathway-hero {
    position: relative;
    padding: clamp(28px, 5vw, 52px) 0 0;
}

.pathway-hero-copy {
    display: grid;
    gap: 10px;
    max-width: 880px;
    margin-bottom: 18px;
}

.pathway-hero-kicker {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.pathway-door-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.pathway-door {
    position: relative;
    display: grid;
    align-content: start;
    gap: 18px;
    min-height: 320px;
    width: 100%;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top right, var(--door-accent-soft), transparent 48%),
        rgba(12, 12, 12, 0.92);
    color: #ffffff;
    text-align: left;
    cursor: pointer;
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        background 220ms ease;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.pathway-door:hover,
.pathway-door:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.24);
    outline: none;
}

.pathway-door.is-active {
    border-color: color-mix(in srgb, var(--door-accent) 72%, white 28%);
    box-shadow:
        0 26px 64px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 44px color-mix(in srgb, var(--door-accent) 36%, transparent);
}

.pathway-door::after {
    content: "";
    position: absolute;
    inset: auto 28px 24px auto;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.02);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pathway-door.is-active::after {
    background: var(--door-accent);
    border-color: rgba(255, 255, 255, 0.26);
    transform: scale(1.18);
}

.pathway-door-kicker {
    color: color-mix(in srgb, var(--door-accent) 78%, white 22%);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.pathway-door strong {
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.pathway-door p {
    margin: 0;
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.68;
}

.pathway-door-price {
    display: grid;
    gap: 6px;
    margin-top: auto;
}

.pathway-door-price span {
    font-size: 1.15rem;
    font-weight: 800;
}

.pathway-door-price small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
}

.pathway-door-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.pathway-door-cta::after {
    content: "→";
    font-size: 1rem;
}

.pathway-review {
    position: relative;
}

.pathway-review-empty {
    display: grid;
    gap: 8px;
    place-items: center;
    min-height: 220px;
    padding: 36px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.pathway-review-empty strong {
    font-size: 1.15rem;
}

.pathway-review-empty p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.pathway-review-empty.is-hidden {
    display: none;
}

.pathway-panel {
    display: grid;
    gap: 26px;
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, var(--panel-accent-soft), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
        rgba(10, 10, 10, 0.92);
    box-shadow:
        0 34px 70px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    animation: pathwayPanelIn 420ms cubic-bezier(0.2, 0.82, 0.25, 1);
}

.pathway-panel-stage {
    display: grid;
    gap: 16px;
}

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

.pathway-switch-button {
    display: grid;
    gap: 6px;
    align-content: center;
    min-height: 74px;
    width: 100%;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    text-align: left;
    cursor: pointer;
    transition:
        transform 200ms ease,
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.pathway-switch-button:hover,
.pathway-switch-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.22);
    outline: none;
}

.pathway-switch-button span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pathway-switch-button strong {
    font-size: 1rem;
    line-height: 1.24;
}

.pathway-switch-button.is-active {
    border-color: color-mix(in srgb, var(--switch-accent, var(--path-accent)) 56%, rgba(255, 255, 255, 0.18));
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--switch-accent, var(--path-accent)) 14%, transparent), rgba(255, 255, 255, 0.05)),
        rgba(255, 255, 255, 0.03);
    box-shadow:
        0 20px 42px color-mix(in srgb, var(--switch-accent, var(--path-accent)) 18%, transparent),
        0 0 0 1px color-mix(in srgb, var(--switch-accent, var(--path-accent)) 24%, transparent);
}

.pathway-switch-button.is-active span {
    color: color-mix(in srgb, var(--switch-accent, var(--path-accent)) 74%, white 26%);
}

.pathway-switch-button:not(.is-active) {
    border-color: color-mix(in srgb, var(--switch-accent, var(--path-accent)) 34%, rgba(255, 255, 255, 0.12));
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--switch-accent, var(--path-accent)) 8%, transparent), rgba(255, 255, 255, 0.03)),
        rgba(255, 255, 255, 0.02);
}

.pathway-switch-button:not(.is-active) span {
    color: color-mix(in srgb, var(--switch-accent, var(--path-accent)) 62%, white 38%);
}

.pathway-switch-button:disabled {
    cursor: default;
    opacity: 1;
}

@keyframes pathwayPanelIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pathway-panel-head {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.9fr);
    gap: 18px;
}

.pathway-panel-copy,
.pathway-panel-note {
    display: grid;
    gap: 10px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pathway-panel-copy span,
.pathway-panel-note strong,
.pathway-lead-kicker,
.pathway-form-head span {
    color: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 78%, white 22%);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.pathway-panel-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.pathway-panel-copy p,
.pathway-panel-note p,
.pathway-lead-copy-card p,
.pathway-form-head p,
.pathway-lead-footnote {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.68;
}

.pathway-tier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pathway-tier-grid:has(> .pathway-tier-card:only-child) {
    grid-template-columns: minmax(280px, 520px);
    justify-content: center;
}

.pathway-tier-grid:has(> .pathway-tier-card:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(280px, 420px));
    justify-content: center;
}

.pathway-tier-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 14px;
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 200ms ease,
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.pathway-tier-card::before {
    content: "";
    position: absolute;
    inset: -20% 38% auto -35%;
    height: 120px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
    opacity: 0;
    transform: rotate(14deg) translateX(-26px);
    transition: opacity 220ms ease, transform 300ms ease;
    pointer-events: none;
}

.pathway-tier-card::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    pointer-events: none;
}

.pathway-tier-card:hover,
.pathway-tier-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.22);
    outline: none;
}

.pathway-tier-card:hover::before,
.pathway-tier-card:focus-visible::before {
    opacity: 1;
    transform: rotate(14deg) translateX(14px);
}

.pathway-tier-card:hover::after,
.pathway-tier-card:focus-visible::after {
    border-color: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 62%, white 38%);
    transform: scale(1.08);
    box-shadow: 0 0 18px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 26%, transparent);
}

.pathway-tier-card.is-selected {
    border-color: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 72%, white 28%);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.04);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.26),
        0 0 38px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 26%, transparent);
}

.pathway-tier-card.is-selected::after {
    border-color: transparent;
    background: var(--panel-accent, var(--path-accent));
    box-shadow:
        0 0 0 4px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 16%, transparent),
        0 0 18px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 46%, transparent);
}

.pathway-tier-eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pathway-tier-card strong {
    font-size: clamp(2rem, 2.2vw, 2.8rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.pathway-tier-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.62;
}

.pathway-tier-price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.pathway-tier-price > div {
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.pathway-tier-price small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.pathway-tier-price span {
    font-size: 1.12rem;
    font-weight: 800;
}

.pathway-tier-card ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pathway-tier-card li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.54;
}

.pathway-tier-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.66em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--panel-accent, var(--path-accent));
    box-shadow: 0 0 18px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 60%, transparent);
}

.pathway-tier-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: auto;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
    opacity: 0.76;
}

.pathway-tier-cta::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pathway-tier-cta::after {
    content: "↗";
    font-size: 0.86rem;
    opacity: 0.72;
    transition: transform 180ms ease, opacity 180ms ease;
}

.pathway-tier-card:hover .pathway-tier-cta,
.pathway-tier-card:focus-visible .pathway-tier-cta,
.pathway-tier-card.is-selected .pathway-tier-cta {
    color: rgba(255, 255, 255, 0.82);
    opacity: 1;
}

.pathway-tier-card:hover .pathway-tier-cta::before,
.pathway-tier-card:focus-visible .pathway-tier-cta::before,
.pathway-tier-card.is-selected .pathway-tier-cta::before {
    background: var(--panel-accent, var(--path-accent));
    box-shadow: 0 0 14px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 58%, transparent);
    transform: scale(1.08);
}

.pathway-tier-card:hover .pathway-tier-cta::after,
.pathway-tier-card:focus-visible .pathway-tier-cta::after,
.pathway-tier-card.is-selected .pathway-tier-cta::after {
    opacity: 1;
    transform: translateX(2px);
}

.pathway-compare {
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pathway-compare-head {
    display: grid;
    gap: 8px;
}

.pathway-compare-head h3,
.pathway-lead-copy-card h2,
.pathway-form-head h3 {
    margin: 0;
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.pathway-compare-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
}

.pathway-compare-table-wrap {
    overflow-x: auto;
    border-radius: 22px;
}

.pathway-compare-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.pathway-compare-table th,
.pathway-compare-table td {
    padding: 16px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: middle;
}

.pathway-compare-table thead th {
    text-align: left;
    font-size: 0.84rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.74);
}

.pathway-compare-table thead th[data-compare-tier-select],
.pathway-compare-table td[data-compare-tier-select] {
    cursor: pointer;
    transition: background 180ms ease, box-shadow 180ms ease;
}

.pathway-compare-table thead th[data-compare-tier-select]:hover,
.pathway-compare-table thead th[data-compare-tier-select]:focus-visible,
.pathway-compare-table td[data-compare-tier-select]:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    outline: none;
}

.pathway-compare-table thead th strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 1.02rem;
}

.pathway-compare-table thead th span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pathway-compare-table tbody th {
    width: 28%;
    text-align: left;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
}

.pathway-compare-table td {
    width: 24%;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.pathway-compare-table .is-selected {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.pathway-compare-value {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pathway-compare-value::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.pathway-compare-value.is-success {
    color: #8ef5d5;
}

.pathway-compare-value.is-success::before {
    background: #8ef5d5;
}

.pathway-compare-value.is-info {
    color: #9fd4ff;
}

.pathway-compare-value.is-info::before {
    background: #9fd4ff;
}

.pathway-compare-value.is-warning {
    color: #ffd18a;
}

.pathway-compare-value.is-warning::before {
    background: #ffd18a;
}

.pathway-compare-value.is-accent {
    color: var(--path-accent);
}

.pathway-compare-value.is-accent::before {
    background: var(--path-accent);
}

.pathway-compare-value.is-muted {
    color: rgba(255, 255, 255, 0.54);
}

.pathway-compare-value.is-muted::before {
    background: rgba(255, 255, 255, 0.22);
}

.pathway-compare-value.is-neutral {
    color: rgba(255, 255, 255, 0.9);
}

.pathway-compare-value.is-neutral::before {
    background: rgba(255, 255, 255, 0.5);
}

.pathway-compare-value.is-custom {
    color: var(--compare-color, #f5efe1);
}

.pathway-compare-value.is-custom::before {
    background: var(--compare-color, #f5efe1);
    box-shadow: 0 0 18px color-mix(in srgb, var(--compare-color, #f5efe1) 48%, transparent);
}

.pathway-lead-section {
    position: relative;
}

.pathway-lead-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(360px, 1.05fr);
    gap: 22px;
    align-items: start;
}

.pathway-lead-copy-card,
.pathway-interest-form,
.pathway-success {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        rgba(8, 8, 8, 0.92);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.28);
}

.pathway-lead-copy-card {
    display: grid;
    gap: 16px;
    padding: clamp(24px, 4vw, 32px);
}

.pathway-selection-summary {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pathway-selection-summary > div {
    display: grid;
    gap: 4px;
}

.pathway-selection-summary small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pathway-selection-summary strong {
    font-size: 1.06rem;
    font-weight: 800;
}

.pathway-lead-footnote {
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pathway-interest-form {
    display: grid;
    gap: 18px;
    padding: clamp(24px, 4vw, 32px);
}

.pathway-form-head {
    display: grid;
    gap: 10px;
}

.pathway-form-errors,
.pathway-success {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
}

.pathway-form-errors {
    border-radius: 20px;
    border: 1px solid rgba(255, 153, 153, 0.22);
    background: rgba(120, 22, 22, 0.18);
}

.pathway-form-errors p,
.pathway-success p {
    margin: 0;
}

.pathway-success {
    margin-bottom: 18px;
    border-color: rgba(119, 216, 191, 0.24);
    background: rgba(15, 56, 45, 0.42);
}

.pathway-success strong {
    font-size: 1rem;
}

.pathway-interest-form label {
    display: grid;
    gap: 10px;
}

.pathway-interest-form label span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 700;
}

.pathway-interest-form input,
.pathway-interest-form textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font: inherit;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pathway-interest-form input::placeholder,
.pathway-interest-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.pathway-interest-form input:focus,
.pathway-interest-form textarea:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--path-accent) 72%, white 28%);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--path-accent) 22%, transparent);
}

.pathway-interest-form textarea {
    resize: vertical;
    min-height: 140px;
}

.pathway-form-actions {
    display: grid;
    gap: 12px;
}

.pathway-form-actions button {
    min-height: 56px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--path-accent), rgba(255, 255, 255, 0.92));
    color: #07110d;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.pathway-form-actions button:hover,
.pathway-form-actions button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.3);
    outline: none;
}

.pathway-form-actions p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
}

.pathway-shell.has-path-selection {
    background:
        radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--path-accent) 18%, transparent), transparent 24%),
        radial-gradient(circle at 86% 8%, rgba(199, 150, 109, 0.18), transparent 18%),
        linear-gradient(180deg, #fcf8f2 0%, #f5efe7 100%);
}

.pathway-shell.has-path-selection .pathway-topbar {
    border-bottom-color: rgba(64, 47, 30, 0.08);
    background: rgba(252, 248, 242, 0.88);
    backdrop-filter: blur(22px);
}

.pathway-shell.has-path-selection .pathway-brand-mark {
    border-color: rgba(62, 48, 36, 0.12);
    background: rgba(255, 255, 255, 0.76);
    color: #2d3a31;
    box-shadow: 0 12px 30px rgba(94, 70, 42, 0.1);
}

.pathway-shell.has-path-selection .pathway-brand-copy strong,
.pathway-shell.has-path-selection .pathway-brand-copy span {
    color: #2f261f;
}

.pathway-shell.has-path-selection .pathway-brand-copy span,
.pathway-shell.has-path-selection .pathway-switch-button span,
.pathway-shell.has-path-selection .pathway-light-steps-head span,
.pathway-shell.has-path-selection .pathway-light-kicker,
.pathway-shell.has-path-selection .pathway-light-plans-intro span {
    color: rgba(72, 54, 39, 0.72);
}

.pathway-shell.has-path-selection .pathway-visit-pill {
    border-color: rgba(61, 46, 35, 0.12);
    background: rgba(255, 255, 255, 0.74);
    color: #34281f;
}

.pathway-shell.has-path-selection .pathway-anchor-link {
    background: linear-gradient(135deg, #b87b4f, #d8a57f);
    color: #fffaf4;
    box-shadow: 0 18px 36px rgba(149, 102, 67, 0.22);
}

.pathway-shell.has-path-selection .pathway-switch-button {
    border-color: rgba(95, 72, 48, 0.14);
    background: rgba(255, 255, 255, 0.62);
    color: #2d261f;
    box-shadow: 0 12px 28px rgba(97, 72, 43, 0.06);
}

.pathway-shell.has-path-selection .pathway-switch-button strong {
    color: #2d261f;
}

.pathway-shell.has-path-selection .pathway-switch-button.is-active {
    border-color: color-mix(in srgb, var(--switch-accent, var(--path-accent)) 44%, rgba(95, 72, 48, 0.16));
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 241, 233, 0.96)),
        color-mix(in srgb, var(--switch-accent, var(--path-accent)) 8%, transparent);
    box-shadow:
        0 18px 34px rgba(95, 72, 48, 0.08),
        0 0 0 1px color-mix(in srgb, var(--switch-accent, var(--path-accent)) 16%, transparent);
}

.pathway-light-panel {
    gap: 32px;
    padding: clamp(30px, 4vw, 42px);
    border: 1px solid rgba(109, 82, 54, 0.14);
    border-radius: 40px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9) 34%, transparent 66%),
        linear-gradient(180deg, #fffdfa 0%, #f8f3eb 100%);
    color: #2f261f;
    box-shadow:
        0 34px 72px rgba(104, 78, 49, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pathway-light-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 30px;
    align-items: center;
}

.pathway-light-hero-copy {
    display: grid;
    gap: 18px;
    align-content: start;
}

.pathway-light-kicker,
.pathway-light-steps-head span,
.pathway-light-plans-intro span {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.pathway-light-hero-copy h2,
.pathway-light-plans-intro h3,
.pathway-compare--light .pathway-compare-head h3,
.pathway-light-steps-head h3,
.pathway-light-closing-copy h3,
.pathway-lead-copy-card h2,
.pathway-form-head h3 {
    margin: 0;
    color: #201812;
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.pathway-light-hero-copy h2 {
    font-size: clamp(2.6rem, 4.2vw, 4.9rem);
    line-height: 0.94;
    max-width: 10ch;
}

.pathway-light-hero-copy p,
.pathway-light-reassurance p,
.pathway-light-proof-card p,
.pathway-light-plans-intro p,
.pathway-light-addon-card p,
.pathway-light-step-card p,
.pathway-light-closing-copy p,
.pathway-shell.has-path-selection .pathway-lead-copy-card p,
.pathway-shell.has-path-selection .pathway-form-head p,
.pathway-shell.has-path-selection .pathway-lead-footnote {
    margin: 0;
    color: rgba(65, 49, 35, 0.78);
    line-height: 1.74;
}

.pathway-light-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pathway-light-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(109, 82, 54, 0.16);
    font-size: 0.95rem;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pathway-light-button:hover,
.pathway-light-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(104, 78, 49, 0.12);
    outline: none;
}

.pathway-light-button.is-solid {
    background: linear-gradient(135deg, #c2895f, #b47749);
    border-color: transparent;
    color: #fffaf4;
}

.pathway-light-button.is-ghost {
    background: rgba(255, 255, 255, 0.7);
    color: #2d261f;
}

.pathway-light-reassurance {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(109, 82, 54, 0.12);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.pathway-light-reassurance strong {
    color: #2d261f;
    font-size: 0.95rem;
    font-weight: 800;
}

.pathway-light-flow-card {
    position: relative;
    display: grid;
    gap: 24px;
    min-height: 360px;
    padding: clamp(24px, 4vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(109, 82, 54, 0.12);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--panel-accent, var(--path-accent)) 20%, transparent), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(248, 241, 231, 0.96));
    box-shadow:
        0 26px 64px rgba(104, 78, 49, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.pathway-light-flow-card::before,
.pathway-light-flow-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.pathway-light-flow-card::before {
    inset: 20px;
    border: 1px solid rgba(109, 82, 54, 0.09);
    border-radius: 26px;
}

.pathway-light-flow-card::after {
    right: -80px;
    bottom: -80px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background:
        radial-gradient(circle, color-mix(in srgb, var(--panel-accent, var(--path-accent)) 36%, transparent), transparent 66%);
    opacity: 0.75;
    filter: blur(2px);
}

.pathway-light-flow-card--pos {
    border-color: rgba(255, 156, 102, 0.16);
}

.pathway-product-carousel {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(109, 82, 54, 0.12);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 14%, color-mix(in srgb, var(--panel-accent, var(--path-accent)) 16%, transparent), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(248, 241, 231, 0.98));
    box-shadow:
        0 26px 64px rgba(104, 78, 49, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    isolation: isolate;
}

.pathway-product-carousel::before {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 0;
    border: 1px solid rgba(109, 82, 54, 0.08);
    border-radius: 26px;
    pointer-events: none;
}

.pathway-product-carousel::after {
    content: "";
    position: absolute;
    inset: auto 28px 30px 28px;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--panel-accent, var(--path-accent)) 42%, transparent), transparent);
    opacity: 0.42;
    pointer-events: none;
}

.pathway-product-carousel-track,
.pathway-product-slide {
    position: absolute;
    inset: 0;
}

.pathway-product-slide {
    display: grid;
    place-items: center;
    margin: 0;
    padding: clamp(12px, 2vw, 22px);
    opacity: 0;
    transform: translateX(18px) scale(0.986);
    filter: blur(8px);
    transition:
        opacity 520ms ease,
        transform 620ms cubic-bezier(0.18, 0.84, 0.22, 1),
        filter 520ms ease;
}

.pathway-product-slide.is-active {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
    z-index: 2;
}

.pathway-product-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
    box-shadow:
        0 20px 48px rgba(51, 37, 24, 0.14),
        0 0 0 1px rgba(109, 82, 54, 0.1);
}

.pathway-product-carousel--pos .pathway-product-slide img {
    background: #06130d;
    box-shadow:
        0 22px 56px rgba(6, 19, 13, 0.22),
        0 0 0 1px rgba(47, 221, 115, 0.16);
}

.pathway-product-dots {
    position: absolute;
    right: 24px;
    bottom: 20px;
    z-index: 4;
    display: flex;
    gap: 8px;
    align-items: center;
}

.pathway-product-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(109, 82, 54, 0.18);
    box-shadow: inset 0 0 0 1px rgba(109, 82, 54, 0.12);
    transition: width 220ms ease, background 220ms ease;
}

.pathway-product-dots span.is-active {
    width: 28px;
    background: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 68%, #ffffff 32%);
}

.pathway-light-flow-orb {
    position: absolute;
    right: 34px;
    top: 34px;
    width: 82px;
    height: 82px;
    border-radius: 32px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--panel-accent, var(--path-accent)) 42%, white 58%), rgba(255, 255, 255, 0.42));
    box-shadow:
        0 18px 42px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 20%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transform: rotate(10deg);
}

.pathway-light-flow-head,
.pathway-light-flow-steps {
    position: relative;
    z-index: 1;
}

.pathway-light-flow-head {
    display: grid;
    gap: 10px;
    max-width: 30rem;
}

.pathway-light-flow-head span {
    color: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 72%, #2f261f 28%);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.pathway-light-flow-head strong {
    color: #201812;
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: clamp(2.1rem, 3vw, 3.4rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
}

.pathway-light-flow-steps {
    display: grid;
    gap: 12px;
    align-self: center;
}

.pathway-light-flow-step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(109, 82, 54, 0.11);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 12px 30px rgba(104, 78, 49, 0.07);
}

.pathway-light-flow-step b {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 20%, white 80%);
    color: #21493d;
    font-size: 0.86rem;
    font-weight: 900;
}

.pathway-light-flow-step strong {
    display: block;
    margin-bottom: 5px;
    color: #2d261f;
    font-size: 1rem;
    font-weight: 900;
}

.pathway-light-flow-step p {
    margin: 0;
    color: rgba(65, 49, 35, 0.68);
    font-size: 0.92rem;
    line-height: 1.55;
}

.pathway-light-mockup {
    position: relative;
    min-height: 460px;
    padding: 14px;
    border-radius: 34px;
    background: linear-gradient(160deg, rgba(24, 24, 24, 0.92), rgba(56, 45, 38, 0.94));
    box-shadow: 0 22px 54px rgba(25, 20, 15, 0.22);
    overflow: hidden;
}

.pathway-light-mockup::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.pathway-light-mockup-shell {
    display: grid;
    gap: 14px;
    height: 100%;
    padding: 22px 22px 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 242, 0.96));
}

.pathway-light-mockup-track {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 432px;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
}

.pathway-light-mockup-slide {
    position: relative !important;
    inset: auto !important;
    grid-area: 1 / 1;
    min-width: 0;
    min-height: 432px;
    opacity: 0;
    transform: translateX(28px) scale(0.985);
    animation: pathwayLightMockupCarousel 18s cubic-bezier(0.18, 0.82, 0.2, 1) infinite;
    animation-delay: calc(var(--slide-index, 0) * 6s);
    pointer-events: none;
    overflow: hidden;
}

.pathway-light-mockup-slide .pathway-light-mockup-shell {
    min-height: 432px;
    height: 100%;
}

.pathway-light-mockup--studio {
    background:
        linear-gradient(90deg, rgba(59, 42, 31, 0.98) 0 15%, transparent 15%),
        radial-gradient(circle at 18% 18%, rgba(184, 137, 74, 0.15), transparent 34%),
        linear-gradient(160deg, rgba(58, 43, 31, 0.96), rgba(244, 238, 229, 0.98));
}

.pathway-light-mockup--studio .pathway-light-mockup-shell {
    position: relative;
    grid-template-columns: 92px minmax(0, 1fr);
    grid-template-rows: auto auto auto 1fr;
    gap: 10px 14px;
    background:
        linear-gradient(90deg, rgba(66, 48, 36, 0.98) 0 92px, rgba(255, 252, 247, 0.98) 92px),
        linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(247, 240, 230, 0.98));
    box-shadow: inset 0 0 0 1px rgba(109, 82, 54, 0.1);
}

.pathway-light-mockup--studio .pathway-light-mockup-shell::before {
    content: "STUDIO ADMIN\A\A Dashboard\A Bookings\A Customers\A Schedule\A Packages\A Payments\A Reports";
    white-space: pre;
    grid-row: 1 / -1;
    grid-column: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 13px 10px;
    color: rgba(255, 250, 238, 0.84);
    font-size: 0.42rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 2.22;
    text-align: left;
    border-radius: 22px 0 0 22px;
}

.pathway-light-mockup--studio .pathway-light-mockup-topbar,
.pathway-light-mockup--studio .pathway-light-mockup-tabs,
.pathway-light-mockup--studio .pathway-light-mockup-stats,
.pathway-light-mockup--studio .pathway-light-mockup-lower {
    grid-column: 2;
}

.pathway-light-mockup--studio .pathway-light-mockup-tabs {
    gap: 8px;
}

.pathway-light-mockup--studio .pathway-light-mockup-tabs span {
    padding: 7px 9px;
    border-radius: 12px;
    background: rgba(89, 65, 47, 0.07);
    color: rgba(75, 58, 43, 0.78);
    font-size: 0.62rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat,
.pathway-light-mockup--studio .pathway-light-mockup-list,
.pathway-light-mockup--studio .pathway-light-mockup-calendar {
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(249, 243, 235, 0.94));
    border-color: rgba(109, 82, 54, 0.16);
    box-shadow: 0 10px 24px rgba(79, 58, 35, 0.08);
}

.pathway-light-mockup--studio .pathway-light-mockup-row em {
    background: rgba(75, 133, 109, 0.14);
    color: #315f4f;
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-list,
.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-3 .pathway-light-mockup-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-block-title,
.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-3 .pathway-light-mockup-block-title {
    grid-column: 1 / -1;
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row,
.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-3 .pathway-light-mockup-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(109, 82, 54, 0.12);
    border-radius: 16px;
    background: rgba(250, 244, 235, 0.78);
}

.pathway-light-mockup--pos {
    background:
        radial-gradient(circle at 18% 12%, rgba(71, 255, 128, 0.16), transparent 32%),
        radial-gradient(circle at 82% 20%, rgba(88, 222, 255, 0.12), transparent 30%),
        linear-gradient(160deg, rgba(4, 18, 10, 0.96), rgba(4, 9, 5, 0.98));
}

.pathway-light-mockup--pos .pathway-light-mockup-shell {
    grid-template-columns: 108px minmax(0, 1fr) 150px;
    grid-template-rows: auto auto 1fr;
    gap: 12px;
    background:
        linear-gradient(90deg, rgba(4, 20, 11, 0.98) 0 108px, transparent 108px),
        radial-gradient(circle at 70% 4%, rgba(60, 255, 130, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(8, 28, 18, 0.98), rgba(3, 12, 7, 0.98));
    box-shadow: inset 0 0 0 1px rgba(126, 255, 159, 0.08);
}

.pathway-light-mockup--pos .pathway-light-mockup-shell::before {
    content: "POS CONSOLE\A\A Dashboard\A Reports\A Products\A Customers\A Stock\A Sales\A Counter";
    white-space: pre;
    grid-row: 1 / -1;
    grid-column: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 13px 11px;
    color: rgba(205, 255, 207, 0.78);
    font-size: 0.42rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 2.22;
    text-align: left;
    border-radius: 22px 0 0 22px;
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar,
.pathway-light-mockup--pos .pathway-light-mockup-tabs,
.pathway-light-mockup--pos .pathway-light-mockup-stats {
    grid-column: 2 / -1;
}

.pathway-light-mockup--pos .pathway-light-mockup-lower {
    grid-column: 2 / -1;
    grid-template-columns: minmax(0, 1fr) 152px;
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar,
.pathway-light-mockup--pos .pathway-light-mockup-block-title,
.pathway-light-mockup--pos .pathway-light-mockup-stat strong,
.pathway-light-mockup--pos .pathway-light-mockup-row strong,
.pathway-light-mockup--pos .pathway-light-mockup-mini-cards div {
    color: rgba(245, 255, 245, 0.94);
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar span,
.pathway-light-mockup--pos .pathway-light-mockup-tabs span,
.pathway-light-mockup--pos .pathway-light-mockup-stat small,
.pathway-light-mockup--pos .pathway-light-mockup-stat span,
.pathway-light-mockup--pos .pathway-light-mockup-row span,
.pathway-light-mockup--pos .pathway-light-mockup-row small,
.pathway-light-mockup--pos .pathway-light-mockup-chip-row span {
    color: rgba(217, 245, 217, 0.62);
}

.pathway-light-mockup--pos .pathway-light-mockup-tabs {
    border-bottom-color: rgba(126, 255, 159, 0.14);
}

.pathway-light-mockup--pos .pathway-light-mockup-stat,
.pathway-light-mockup--pos .pathway-light-mockup-list,
.pathway-light-mockup--pos .pathway-light-mockup-calendar {
    border-color: rgba(126, 255, 159, 0.14);
    background: linear-gradient(155deg, rgba(11, 43, 24, 0.82), rgba(5, 24, 13, 0.9));
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.pathway-light-mockup--pos .pathway-light-mockup-row {
    border-top-color: rgba(126, 255, 159, 0.12);
}

.pathway-light-mockup--pos .pathway-light-mockup-row em {
    background: rgba(73, 222, 128, 0.18);
    color: #b8ffcb;
}

.pathway-light-mockup--pos .pathway-light-mockup-chip-row .is-active {
    background: #49de80;
    color: #041006;
}

.pathway-light-mockup--pos .pathway-light-mockup-mini-cards div {
    background: rgba(73, 222, 128, 0.1);
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-block-title {
    grid-column: 1 / -1;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 78px;
    padding: 10px;
    border: 1px solid rgba(73, 222, 128, 0.18);
    border-radius: 14px;
    background: rgba(4, 27, 13, 0.82);
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row::before {
    content: "";
    width: 100%;
    height: 38px;
    border-radius: 9px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 30%),
        linear-gradient(135deg, rgba(73, 222, 128, 0.28), rgba(73, 222, 128, 0.06));
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-calendar {
    background: rgba(4, 20, 11, 0.96);
    border-color: rgba(73, 222, 128, 0.18);
}

.pathway-light-mockup-dots {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 24px;
    display: flex;
    gap: 7px;
}

.pathway-light-mockup-dots span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    animation: pathwayLightMockupDot 18s linear infinite;
}

.pathway-light-mockup-dots span:nth-child(2) {
    animation-delay: 6s;
}

.pathway-light-mockup-dots span:nth-child(3) {
    animation-delay: 12s;
}

.pathway-light-mockup-topbar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    color: #2d261f;
}

.pathway-light-mockup-topbar strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.pathway-light-mockup-topbar span,
.pathway-light-mockup-tabs span,
.pathway-light-mockup-stat small,
.pathway-light-mockup-stat span,
.pathway-light-mockup-row span,
.pathway-light-mockup-row small,
.pathway-light-mockup-row em,
.pathway-light-mockup-chip-row span {
    color: rgba(78, 60, 43, 0.66);
    font-size: 0.74rem;
}

.pathway-light-mockup-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(96, 74, 52, 0.08);
    font-weight: 700;
}

.pathway-light-mockup-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.pathway-light-mockup-stat,
.pathway-light-mockup-list,
.pathway-light-mockup-calendar {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(106, 82, 56, 0.09);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 28px rgba(101, 76, 50, 0.06);
}

.pathway-light-mockup-stat {
    display: grid;
    gap: 6px;
}

.pathway-light-mockup-stat strong {
    color: #271d15;
    font-size: 1.42rem;
    line-height: 1;
}

.pathway-light-mockup-lower {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 14px;
    min-height: 0;
}

.pathway-light-mockup-list {
    display: grid;
    gap: 10px;
}

.pathway-light-mockup-block-title {
    color: #241b14;
    font-size: 0.84rem;
    font-weight: 800;
}

.pathway-light-mockup-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) minmax(0, 0.8fr) auto;
    gap: 8px;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid rgba(109, 82, 54, 0.08);
}

.pathway-light-mockup-row strong {
    color: #2f261f;
    font-size: 0.82rem;
    font-weight: 700;
}

.pathway-light-mockup-row em {
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(119, 216, 191, 0.16);
    color: #335f52;
    font-style: normal;
    font-weight: 800;
}

.pathway-light-mockup-calendar {
    display: grid;
    gap: 12px;
}

.pathway-light-mockup-chip-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pathway-light-mockup-chip-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(111, 87, 61, 0.08);
}

.pathway-light-mockup-chip-row .is-active {
    background: #385947;
    color: #fff;
}

.pathway-light-mockup-mini-cards {
    display: grid;
    gap: 8px;
}

.pathway-light-mockup-mini-cards div {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(98, 75, 53, 0.08);
    color: #2f261f;
    font-size: 0.78rem;
    font-weight: 700;
}

/* Screenshot-style product previews: compact, app-like, and closer to the real systems. */
.pathway-light-mockup .pathway-light-mockup-shell {
    overflow: hidden;
}

.pathway-light-mockup--studio .pathway-light-mockup-shell {
    padding: 16px 18px 18px;
}

.pathway-light-mockup--studio .pathway-light-mockup-topbar strong {
    font-size: 0.92rem;
    letter-spacing: -0.02em;
}

.pathway-light-mockup--studio .pathway-light-mockup-topbar span {
    font-size: 0.62rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-tabs {
    gap: 6px;
    padding-bottom: 7px;
}

.pathway-light-mockup--studio .pathway-light-mockup-tabs span {
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 0.48rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-stats {
    gap: 8px;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat {
    min-height: 74px;
    padding: 10px;
    border-radius: 14px;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat small,
.pathway-light-mockup--studio .pathway-light-mockup-stat span {
    font-size: 0.52rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat strong {
    font-size: 1.05rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-lower {
    grid-template-columns: minmax(0, 1.22fr) minmax(132px, 0.78fr);
    gap: 10px;
}

.pathway-light-mockup--studio .pathway-light-mockup-list,
.pathway-light-mockup--studio .pathway-light-mockup-calendar {
    padding: 12px;
    border-radius: 15px;
}

.pathway-light-mockup--studio .pathway-light-mockup-block-title {
    font-size: 0.62rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-row {
    grid-template-columns: 46px minmax(0, 1fr) 38px minmax(42px, auto);
    gap: 6px;
    min-height: 34px;
    padding-top: 7px;
}

.pathway-light-mockup--studio .pathway-light-mockup-row span,
.pathway-light-mockup--studio .pathway-light-mockup-row small {
    font-size: 0.48rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-row strong {
    overflow: hidden;
    color: #2d261f;
    font-size: 0.55rem;
    line-height: 1.15;
    text-overflow: ellipsis;
}

.pathway-light-mockup--studio .pathway-light-mockup-row em {
    padding: 4px 6px;
    font-size: 0.46rem;
    white-space: nowrap;
}

.pathway-light-mockup--studio .pathway-light-mockup-chip-row {
    gap: 7px;
}

.pathway-light-mockup--studio .pathway-light-mockup-chip-row span {
    min-width: 27px;
    min-height: 27px;
    padding: 0 7px;
    font-size: 0.5rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-mini-cards {
    gap: 7px;
}

.pathway-light-mockup--studio .pathway-light-mockup-mini-cards div {
    padding: 8px 9px;
    border-radius: 11px;
    font-size: 0.54rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row,
.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-3 .pathway-light-mockup-row {
    min-height: 74px;
    padding: 9px;
}

.pathway-light-mockup--pos .pathway-light-mockup-shell {
    padding: 14px;
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar {
    align-items: center;
    padding: 0 0 6px;
    border-bottom: 1px solid rgba(126, 255, 159, 0.12);
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar strong {
    font-size: 0.92rem;
    letter-spacing: -0.025em;
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar span {
    font-size: 0.54rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-tabs {
    gap: 7px;
    padding-bottom: 6px;
}

.pathway-light-mockup--pos .pathway-light-mockup-tabs span {
    padding: 6px 8px;
    border: 1px solid rgba(126, 255, 159, 0.16);
    border-radius: 9px;
    background: rgba(3, 17, 9, 0.7);
    color: rgba(220, 255, 220, 0.8);
    font-size: 0.48rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-stats {
    gap: 8px;
}

.pathway-light-mockup--pos .pathway-light-mockup-stat {
    min-height: 68px;
    padding: 10px;
    border-radius: 13px;
}

.pathway-light-mockup--pos .pathway-light-mockup-stat small,
.pathway-light-mockup--pos .pathway-light-mockup-stat span {
    font-size: 0.48rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-stat strong {
    font-size: 1.02rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-lower {
    grid-template-columns: minmax(0, 1fr) 138px;
    gap: 10px;
}

.pathway-light-mockup--pos .pathway-light-mockup-list,
.pathway-light-mockup--pos .pathway-light-mockup-calendar {
    padding: 12px;
    border-radius: 14px;
}

.pathway-light-mockup--pos .pathway-light-mockup-block-title {
    font-size: 0.62rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-row {
    grid-template-columns: 42px minmax(0, 1fr) 36px minmax(38px, auto);
    gap: 6px;
    min-height: 33px;
    padding-top: 7px;
}

.pathway-light-mockup--pos .pathway-light-mockup-row span,
.pathway-light-mockup--pos .pathway-light-mockup-row small {
    font-size: 0.46rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-row strong {
    overflow: hidden;
    font-size: 0.54rem;
    line-height: 1.12;
    text-overflow: ellipsis;
}

.pathway-light-mockup--pos .pathway-light-mockup-row em {
    padding: 4px 6px;
    font-size: 0.44rem;
    white-space: nowrap;
}

.pathway-light-mockup--pos .pathway-light-mockup-mini-cards div {
    padding: 8px 9px;
    border-radius: 10px;
    font-size: 0.52rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-shell {
    grid-template-columns: 94px minmax(0, 1fr) 156px;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row {
    min-height: 94px;
    padding: 8px;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row strong {
    font-size: 0.5rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-row em {
    justify-self: start;
    color: #dfffe8;
    background: transparent;
    padding: 0;
    font-size: 0.6rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-calendar {
    display: grid;
    align-content: start;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-chip-row {
    display: none;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-2 .pathway-light-mockup-mini-cards div:last-child {
    margin-top: 10px;
    background: #4ade80;
    color: #031308;
    font-size: 0.68rem;
    font-weight: 900;
}

/* Final screenshot pass: these previews should read like shrunken real app screens, not generic UI cards. */
.pathway-light-mockup {
    min-height: 500px;
    padding: 10px;
}

.pathway-light-mockup-track,
.pathway-light-mockup-slide,
.pathway-light-mockup-slide .pathway-light-mockup-shell {
    min-height: 480px;
}

.pathway-light-mockup--studio {
    border-radius: 30px;
    background: linear-gradient(90deg, #4b382d 0 16%, #f7f0e4 16% 100%);
    box-shadow: 0 28px 70px rgba(68, 45, 28, 0.18);
}

.pathway-light-mockup--studio::before {
    inset: 8px;
    border: 1px solid rgba(80, 57, 39, 0.14);
    border-radius: 24px;
}

.pathway-light-mockup--studio .pathway-light-mockup-shell {
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: 38px minmax(0, 1fr);
    gap: 0 14px;
    padding: 0 14px 14px 0;
    border-radius: 24px;
    background:
        linear-gradient(90deg, #4a3629 0 112px, transparent 112px),
        linear-gradient(180deg, #fbf8f1, #f3eadc);
}

.pathway-light-mockup--studio .pathway-light-mockup-shell::before {
    content: "STUDIO\A\A Dashboard\A Bookings\A Customers\A Schedule\A Packages\A Payments\A Reports\A Settings";
    padding: 18px 16px;
    color: #f8efe4;
    font-size: 0.43rem;
    letter-spacing: 0.03em;
    line-height: 2.35;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 12%),
        #4a3629;
}

.pathway-light-mockup--studio .pathway-light-mockup-topbar {
    grid-column: 2;
    align-self: center;
    display: flex;
    min-width: 0;
    padding: 0 0 0 4px;
    color: #0e3035;
}

.pathway-light-mockup--studio .pathway-light-mockup-topbar strong {
    font-size: 0.76rem;
    font-weight: 900;
}

.pathway-light-mockup--studio .pathway-light-mockup-topbar span {
    color: rgba(72, 61, 50, 0.62);
    font-size: 0.5rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-tabs {
    grid-column: 2;
    display: none;
}

.pathway-light-mockup--studio .pathway-light-mockup-stats,
.pathway-light-mockup--studio .pathway-light-mockup-lower {
    grid-column: 2;
}

.pathway-light-mockup--studio .pathway-light-mockup-stats {
    align-self: start;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 8px;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat {
    min-height: 54px;
    padding: 8px 9px;
    border: 1px solid #e6d8c6;
    border-radius: 12px;
    background: rgba(255, 252, 247, 0.86);
    box-shadow: 0 8px 20px rgba(72, 50, 32, 0.055);
}

.pathway-light-mockup--studio .pathway-light-mockup-stat small {
    color: #8a7c70;
    font-size: 0.44rem;
    line-height: 1.1;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat strong {
    color: #102f34;
    font-size: 0.9rem;
    line-height: 1;
}

.pathway-light-mockup--studio .pathway-light-mockup-stat span {
    color: #8a7c70;
    font-size: 0.43rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-lower {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(150px, 0.74fr);
    gap: 10px;
    min-height: 366px;
}

.pathway-light-mockup--studio .pathway-light-mockup-list,
.pathway-light-mockup--studio .pathway-light-mockup-calendar {
    border: 1px solid #e1d4c4;
    border-radius: 16px;
    background: rgba(255, 252, 247, 0.92);
    box-shadow: 0 10px 28px rgba(70, 49, 30, 0.06);
}

.pathway-light-mockup--studio .pathway-light-mockup-list {
    align-content: start;
    gap: 0;
    padding: 11px 12px;
}

.pathway-light-mockup--studio .pathway-light-mockup-block-title {
    margin-bottom: 8px;
    color: #1a2f31;
    font-size: 0.58rem;
    font-weight: 900;
}

.pathway-light-mockup--studio .pathway-light-mockup-row {
    grid-template-columns: 44px minmax(0, 1fr) 38px auto;
    min-height: 46px;
    padding: 8px 0;
    border-top: 1px solid #eadfd1;
}

.pathway-light-mockup--studio .pathway-light-mockup-row span,
.pathway-light-mockup--studio .pathway-light-mockup-row small {
    color: #94887c;
    font-size: 0.43rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-row strong {
    color: #2d2721;
    font-size: 0.5rem;
    font-weight: 900;
    line-height: 1.18;
}

.pathway-light-mockup--studio .pathway-light-mockup-row em {
    color: #275f4d;
    background: #d9eee5;
    font-size: 0.4rem;
    padding: 3px 6px;
}

.pathway-light-mockup--studio .pathway-light-mockup-calendar {
    align-content: start;
    padding: 11px;
}

.pathway-light-mockup--studio .pathway-light-mockup-chip-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.pathway-light-mockup--studio .pathway-light-mockup-chip-row span {
    min-width: 0;
    min-height: 28px;
    color: #7d7166;
    background: #f1ebe4;
    font-size: 0.43rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-chip-row .is-active {
    background: #335f4c;
    color: #fff;
}

.pathway-light-mockup--studio .pathway-light-mockup-mini-cards div {
    min-height: 30px;
    padding: 8px 10px;
    color: #312a24;
    background: #eee7de;
    font-size: 0.48rem;
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-lower {
    grid-template-columns: minmax(0, 1.5fr) minmax(170px, 0.8fr);
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-list {
    position: relative;
    padding-top: 58px;
    background:
        linear-gradient(180deg, rgba(229, 247, 237, 0.84), rgba(255, 252, 247, 0.94));
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-list::before {
    content: "NEXT CLASS\A Studio class\A Bookings open · Starts soon";
    white-space: pre-line;
    position: absolute;
    inset: 12px 12px auto;
    color: #123238;
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.55;
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-row {
    display: none;
}

.pathway-light-mockup--studio .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-list::after {
    content: "";
    display: block;
    min-height: 182px;
    margin-top: 16px;
    border: 1px dashed #ddcfbf;
    border-radius: 14px;
    background:
        linear-gradient(#fdf9f1, #fdf9f1) padding-box,
        linear-gradient(90deg, transparent, rgba(51, 95, 76, 0.1), transparent);
}

.pathway-light-mockup--pos {
    border-radius: 28px;
    background: #020c06;
    box-shadow: 0 28px 70px rgba(4, 18, 10, 0.28);
}

.pathway-light-mockup--pos::before {
    inset: 8px;
    border: 1px solid rgba(87, 255, 130, 0.16);
    border-radius: 22px;
}

.pathway-light-mockup--pos .pathway-light-mockup-shell {
    grid-template-columns: 100px minmax(0, 1fr);
    grid-template-rows: 42px auto minmax(0, 1fr);
    gap: 10px 12px;
    padding: 0 12px 12px 0;
    border-radius: 22px;
    background:
        linear-gradient(90deg, #04140b 0 100px, transparent 100px),
        radial-gradient(circle at 72% 6%, rgba(48, 167, 183, 0.2), transparent 28%),
        linear-gradient(180deg, #06190d, #010904);
}

.pathway-light-mockup--pos .pathway-light-mockup-shell::before {
    content: "POS CONSOLE\A\A Dashboard\A Reports\A Products\A Customers\A Stock\A Sales\A Operations\A Counter";
    padding: 14px 12px;
    color: #bde6c0;
    font-size: 0.42rem;
    letter-spacing: 0.035em;
    line-height: 2.35;
    background: linear-gradient(180deg, rgba(25, 68, 42, 0.45), transparent);
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar {
    grid-column: 2;
    align-self: center;
    display: flex;
    padding: 0;
    border: 0;
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar strong {
    color: #f4fff4;
    font-size: 0.9rem;
    font-weight: 950;
}

.pathway-light-mockup--pos .pathway-light-mockup-topbar span {
    color: #9ebc9f;
    font-size: 0.46rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-tabs {
    grid-column: 2;
    display: flex;
    gap: 7px;
    padding: 0 0 6px;
    border-bottom: 1px solid rgba(114, 255, 150, 0.12);
}

.pathway-light-mockup--pos .pathway-light-mockup-tabs span {
    padding: 6px 8px;
    border-radius: 8px;
    color: #d8ffd9;
    background: rgba(1, 10, 4, 0.82);
    font-size: 0.44rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-stats,
.pathway-light-mockup--pos .pathway-light-mockup-lower {
    grid-column: 2;
}

.pathway-light-mockup--pos .pathway-light-mockup-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.pathway-light-mockup--pos .pathway-light-mockup-stat,
.pathway-light-mockup--pos .pathway-light-mockup-list,
.pathway-light-mockup--pos .pathway-light-mockup-calendar {
    border: 1px solid rgba(100, 255, 135, 0.16);
    background: linear-gradient(145deg, rgba(13, 49, 28, 0.74), rgba(5, 24, 13, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.pathway-light-mockup--pos .pathway-light-mockup-stat {
    min-height: 56px;
    padding: 8px 9px;
    border-radius: 10px;
}

.pathway-light-mockup--pos .pathway-light-mockup-stat small,
.pathway-light-mockup--pos .pathway-light-mockup-stat span {
    color: #9fbea0;
    font-size: 0.42rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-stat strong {
    color: #f7fff5;
    font-size: 0.9rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-lower {
    grid-template-columns: minmax(0, 1.55fr) minmax(142px, 0.72fr);
    gap: 10px;
    min-height: 310px;
}

.pathway-light-mockup--pos .pathway-light-mockup-list,
.pathway-light-mockup--pos .pathway-light-mockup-calendar {
    padding: 12px;
    border-radius: 13px;
}

.pathway-light-mockup--pos .pathway-light-mockup-block-title {
    color: #f4fff4;
    font-size: 0.6rem;
    font-weight: 950;
}

.pathway-light-mockup--pos .pathway-light-mockup-row {
    grid-template-columns: 38px minmax(0, 1fr) 42px auto;
    min-height: 42px;
    padding: 8px 0;
    border-top: 1px solid rgba(100, 255, 135, 0.13);
}

.pathway-light-mockup--pos .pathway-light-mockup-row span,
.pathway-light-mockup--pos .pathway-light-mockup-row small {
    color: #9fbea0;
    font-size: 0.4rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-row strong {
    color: #f4fff4;
    font-size: 0.5rem;
    font-weight: 900;
}

.pathway-light-mockup--pos .pathway-light-mockup-row em {
    color: #d9ffd7;
    background: rgba(68, 207, 112, 0.2);
    font-size: 0.39rem;
    padding: 3px 6px;
}

.pathway-light-mockup--pos .pathway-light-mockup-calendar {
    align-content: start;
}

.pathway-light-mockup--pos .pathway-light-mockup-chip-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}

.pathway-light-mockup--pos .pathway-light-mockup-chip-row span {
    min-width: 0;
    min-height: 30px;
    color: #9fbea0;
    background: rgba(100, 255, 135, 0.08);
    font-size: 0.44rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-chip-row .is-active {
    color: #021208;
    background: #4ade80;
}

.pathway-light-mockup--pos .pathway-light-mockup-mini-cards div {
    min-height: 28px;
    color: #dfffe2;
    background: rgba(68, 207, 112, 0.14);
    font-size: 0.48rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-block-title {
    grid-column: 1 / -1;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-row {
    display: grid;
    grid-template-columns: 1fr;
    align-content: end;
    min-height: 88px;
    padding: 10px;
    border: 1px dashed rgba(100, 255, 135, 0.2);
    border-radius: 12px;
    background:
        linear-gradient(120deg, rgba(51, 170, 210, 0.08), transparent 42%),
        rgba(9, 37, 22, 0.72);
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-row:nth-of-type(4) {
    border-color: rgba(255, 90, 90, 0.35);
    background: rgba(38, 13, 12, 0.55);
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-row span {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-row strong {
    font-size: 0.62rem;
}

.pathway-light-mockup--pos .pathway-light-mockup-slide.is-slide-1 .pathway-light-mockup-row em {
    justify-self: start;
    color: #f8fff3;
    background: transparent;
    padding: 0;
    font-size: 0.76rem;
}

@keyframes pathwayLightMockupCarousel {
    0% {
        opacity: 0;
        transform: translateX(28px) scale(0.985);
    }
    4%,
    30% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    34%,
    100% {
        opacity: 0;
        transform: translateX(-28px) scale(0.985);
    }
}

@keyframes pathwayLightMockupDot {
    0%,
    33.3% {
        width: 20px;
        background: var(--path-accent, #77d8bf);
    }
    36%,
    100% {
        width: 7px;
        background: rgba(255, 255, 255, 0.4);
    }
}

.pathway-light-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.pathway-light-proof-card,
.pathway-light-step-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(109, 82, 54, 0.1);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 28px rgba(106, 80, 53, 0.06);
}

.pathway-light-proof-icon,
.pathway-light-step-number {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 14%, white 86%);
    color: #2f261f;
    font-size: 0.82rem;
    font-weight: 800;
}

.pathway-light-proof-card strong,
.pathway-light-step-card strong {
    display: block;
    margin-bottom: 6px;
    color: #251c15;
    font-size: 0.98rem;
    font-weight: 800;
}

.pathway-light-plans-intro,
.pathway-light-steps-head {
    display: grid;
    gap: 8px;
    text-align: center;
    place-items: center;
    max-width: 760px;
    margin: 0 auto;
}

.pathway-light-plans-intro h3,
.pathway-light-steps-head h3,
.pathway-light-closing-copy h3 {
    font-size: clamp(2rem, 3vw, 3.05rem);
    line-height: 0.98;
}

.pathway-light-tier-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pathway-light-panel .pathway-tier-card {
    border-color: rgba(114, 87, 58, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: #2f261f;
    box-shadow: 0 18px 34px rgba(100, 75, 48, 0.06);
}

.pathway-light-panel .pathway-tier-card::before {
    background: linear-gradient(90deg, transparent, rgba(194, 137, 95, 0.16), transparent);
}

.pathway-light-panel .pathway-tier-card::after {
    border-color: rgba(106, 80, 53, 0.18);
    background: rgba(255, 255, 255, 0.88);
}

.pathway-light-panel .pathway-tier-card:hover,
.pathway-light-panel .pathway-tier-card:focus-visible {
    border-color: rgba(164, 122, 86, 0.28);
    box-shadow: 0 24px 44px rgba(100, 75, 48, 0.09);
}

.pathway-light-panel .pathway-tier-card.is-selected {
    border-color: color-mix(in srgb, var(--panel-accent, var(--path-accent)) 42%, rgba(106, 80, 53, 0.22));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.94));
    box-shadow:
        0 28px 52px rgba(100, 75, 48, 0.1),
        0 0 0 1px color-mix(in srgb, var(--panel-accent, var(--path-accent)) 14%, transparent);
}

.pathway-light-panel .pathway-tier-eyebrow {
    background: rgba(83, 64, 47, 0.08);
    color: rgba(78, 60, 43, 0.78);
}

.pathway-light-panel .pathway-tier-card strong,
.pathway-light-panel .pathway-tier-card p,
.pathway-light-panel .pathway-tier-price span,
.pathway-light-panel .pathway-tier-card li,
.pathway-light-panel .pathway-tier-cta {
    color: #2f261f;
}

.pathway-light-panel .pathway-tier-card p,
.pathway-light-panel .pathway-tier-card li {
    color: rgba(68, 52, 37, 0.78);
}

.pathway-light-panel .pathway-tier-price > div {
    border-color: rgba(111, 86, 58, 0.08);
    background: rgba(247, 242, 234, 0.9);
}

.pathway-light-panel .pathway-tier-price small {
    color: rgba(83, 64, 47, 0.58);
}

.pathway-light-panel .pathway-tier-card li::before {
    background: #355844;
    box-shadow: 0 0 14px rgba(53, 88, 68, 0.18);
}

.pathway-light-panel .pathway-tier-cta {
    border-top-color: rgba(111, 86, 58, 0.1);
    color: rgba(68, 52, 37, 0.62);
}

.pathway-light-panel .pathway-tier-cta::before {
    background: rgba(83, 64, 47, 0.2);
}

.pathway-compare--light {
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(111, 86, 58, 0.1);
    box-shadow: 0 18px 40px rgba(100, 75, 48, 0.06);
}

.pathway-compare--light .pathway-compare-head p,
.pathway-compare--light .pathway-compare-table thead th,
.pathway-compare--light .pathway-compare-table thead th span,
.pathway-compare--light .pathway-compare-value.is-muted {
    color: rgba(68, 52, 37, 0.62);
}

.pathway-compare--light .pathway-compare-table th,
.pathway-compare--light .pathway-compare-table td {
    border-bottom-color: rgba(111, 86, 58, 0.08);
}

.pathway-compare--light .pathway-compare-table tbody th,
.pathway-compare--light .pathway-compare-table thead th strong,
.pathway-compare--light .pathway-compare-value.is-neutral,
.pathway-compare--light .pathway-compare-value.is-custom,
.pathway-compare--light .pathway-compare-table td {
    color: #2f261f;
}

.pathway-compare--light .is-selected {
    background: linear-gradient(180deg, rgba(230, 240, 235, 0.62), rgba(255, 255, 255, 0.24));
}

.pathway-light-addon-strip {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.55fr) minmax(0, 0.95fr);
    gap: 18px;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(109, 82, 54, 0.1);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 40px rgba(100, 75, 48, 0.06);
}

.pathway-light-addon-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.pathway-light-addon-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(192, 222, 206, 0.92), rgba(255, 255, 255, 0.94));
    box-shadow: inset 0 0 0 1px rgba(53, 88, 68, 0.08);
}

.pathway-light-addon-card strong,
.pathway-light-addon-value span,
.pathway-light-addon-payments strong {
    color: #251c15;
    font-size: 1rem;
    font-weight: 800;
}

.pathway-light-addon-value {
    display: grid;
    gap: 8px;
    align-content: center;
    padding: 8px 18px;
    border-left: 1px solid rgba(109, 82, 54, 0.08);
}

.pathway-light-addon-value small,
.pathway-light-closing-action small {
    color: rgba(68, 52, 37, 0.62);
    font-size: 0.84rem;
}

.pathway-light-addon-payments {
    display: grid;
    gap: 14px;
    align-content: center;
    padding-left: 12px;
    border-left: 1px solid rgba(109, 82, 54, 0.08);
}

.pathway-light-payment-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pathway-light-payment-brands span,
.pathway-light-include-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(109, 82, 54, 0.12);
    background: rgba(255, 255, 255, 0.82);
    color: #2f261f;
    font-size: 0.86rem;
    font-weight: 700;
}

.pathway-light-steps {
    display: grid;
    gap: 22px;
}

.pathway-light-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pathway-light-include-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    border-radius: 26px;
    border: 1px solid rgba(109, 82, 54, 0.1);
    background: rgba(255, 255, 255, 0.7);
}

.pathway-light-closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 26px 28px;
    border-radius: 30px;
    border: 1px solid rgba(109, 82, 54, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 242, 232, 0.92));
}

.pathway-light-closing-action {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
}

.pathway-shell.has-path-selection .pathway-lead-copy-card,
.pathway-shell.has-path-selection .pathway-interest-form,
.pathway-shell.has-path-selection .pathway-success {
    border-color: rgba(109, 82, 54, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 242, 232, 0.92));
    box-shadow: 0 24px 54px rgba(100, 75, 48, 0.08);
}

.pathway-shell.has-path-selection .pathway-lead-kicker,
.pathway-shell.has-path-selection .pathway-form-head span,
.pathway-shell.has-path-selection .pathway-selection-summary small {
    color: rgba(72, 54, 39, 0.72);
}

.pathway-shell.has-path-selection .pathway-selection-summary {
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(109, 82, 54, 0.08);
}

.pathway-shell.has-path-selection .pathway-selection-summary strong,
.pathway-shell.has-path-selection .pathway-interest-form label span,
.pathway-shell.has-path-selection .pathway-form-head h3,
.pathway-shell.has-path-selection .pathway-lead-copy-card h2 {
    color: #241b14;
}

.pathway-shell.has-path-selection .pathway-interest-form input,
.pathway-shell.has-path-selection .pathway-interest-form textarea {
    border-color: rgba(109, 82, 54, 0.12);
    background: rgba(255, 255, 255, 0.82);
    color: #2f261f;
}

.pathway-shell.has-path-selection .pathway-interest-form input::placeholder,
.pathway-shell.has-path-selection .pathway-interest-form textarea::placeholder {
    color: rgba(85, 64, 45, 0.38);
}

.pathway-shell.has-path-selection .pathway-interest-form input:focus,
.pathway-shell.has-path-selection .pathway-interest-form textarea:focus {
    border-color: rgba(181, 131, 90, 0.42);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0 0 4px rgba(194, 137, 95, 0.12);
}

.pathway-shell.has-path-selection .pathway-form-actions button {
    background: linear-gradient(135deg, #b87b4f, #d8a57f);
    color: #fffaf4;
    box-shadow: 0 18px 34px rgba(146, 102, 67, 0.22);
}

.pathway-shell.has-path-selection .pathway-form-actions p,
.pathway-shell.has-path-selection .pathway-success p,
.pathway-shell.has-path-selection .pathway-form-errors p {
    color: rgba(68, 52, 37, 0.7);
}

.pathway-shell.has-path-selection .pathway-form-errors {
    border-color: rgba(201, 120, 95, 0.18);
    background: rgba(255, 241, 236, 0.82);
}

.pathway-shell.has-path-selection .pathway-success {
    border-color: rgba(120, 168, 136, 0.18);
    background: rgba(242, 251, 245, 0.94);
}

@media (max-width: 1100px) {
    .pathway-light-hero,
    .pathway-light-addon-strip,
    .pathway-light-closing,
    .pathway-light-mockup-lower {
        grid-template-columns: 1fr;
    }

    .pathway-light-proof-grid,
    .pathway-light-step-grid,
    .pathway-light-tier-grid,
    .pathway-light-mockup-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pathway-light-addon-value,
    .pathway-light-addon-payments {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 900px) {
    .pathway-shell.has-path-selection .pathway-light-tier-grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-auto-columns: unset;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }
}

@media (max-width: 820px) {
    .pathway-light-panel {
        padding: 24px;
        border-radius: 30px;
    }

    .pathway-light-hero-copy h2 {
        max-width: 12ch;
        font-size: clamp(2.2rem, 10vw, 3.5rem);
    }

    .pathway-light-proof-grid,
    .pathway-light-step-grid,
    .pathway-light-mockup-stats {
        grid-template-columns: 1fr;
    }

    .pathway-light-addon-strip,
    .pathway-light-closing {
        padding: 20px;
    }

    .pathway-product-carousel {
        min-height: 330px;
        border-radius: 26px;
    }

    .pathway-product-carousel::before {
        inset: 12px;
        border-radius: 20px;
    }

    .pathway-product-slide {
        padding: 14px;
    }

    .pathway-product-slide img {
        max-height: 292px;
        border-radius: 18px;
    }
}

@media (max-width: 600px) {
    .pathway-light-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pathway-light-button {
        width: 100%;
    }

    .pathway-product-carousel {
        min-height: 270px;
    }

    .pathway-product-slide img {
        max-height: 238px;
    }

    .pathway-light-proof-card,
    .pathway-light-step-card {
        grid-template-columns: 1fr;
    }

    .pathway-light-mockup {
        min-height: 380px;
        padding: 10px;
    }

    .pathway-light-mockup--studio .pathway-light-mockup-shell,
    .pathway-light-mockup--pos .pathway-light-mockup-shell {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto 1fr;
        gap: 10px;
    }

    .pathway-light-mockup--studio .pathway-light-mockup-shell::before,
    .pathway-light-mockup--pos .pathway-light-mockup-shell::before {
        content: none;
    }

    .pathway-light-mockup--studio .pathway-light-mockup-topbar,
    .pathway-light-mockup--studio .pathway-light-mockup-tabs,
    .pathway-light-mockup--studio .pathway-light-mockup-stats,
    .pathway-light-mockup--studio .pathway-light-mockup-lower,
    .pathway-light-mockup--pos .pathway-light-mockup-topbar,
    .pathway-light-mockup--pos .pathway-light-mockup-tabs,
    .pathway-light-mockup--pos .pathway-light-mockup-stats,
    .pathway-light-mockup--pos .pathway-light-mockup-lower {
        grid-column: 1;
    }

    .pathway-light-mockup--pos .pathway-light-mockup-lower {
        grid-template-columns: 1fr;
    }

    .pathway-light-mockup-track,
    .pathway-light-mockup-slide .pathway-light-mockup-shell {
        min-height: 360px;
    }

    .pathway-light-mockup-slide {
        min-height: 360px;
    }

    .pathway-light-mockup-shell {
        padding: 16px;
    }

    .pathway-light-mockup-topbar {
        display: grid;
        gap: 2px;
    }

    .pathway-light-mockup-topbar strong {
        font-size: 0.92rem;
    }

    .pathway-light-mockup-tabs {
        gap: 6px;
        padding-bottom: 6px;
    }

    .pathway-light-mockup-tabs span {
        font-size: 0.58rem;
    }

    .pathway-light-mockup-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pathway-light-mockup-stat,
    .pathway-light-mockup-list,
    .pathway-light-mockup-calendar {
        padding: 10px;
        border-radius: 14px;
    }

    .pathway-light-mockup-stat strong {
        font-size: 1rem;
    }

    .pathway-light-mockup-lower {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pathway-light-mockup-calendar {
        display: none;
    }

    .pathway-light-mockup-row {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 5px 8px;
    }

    .pathway-light-mockup-row small,
    .pathway-light-mockup-row em {
        grid-column: 2 / -1;
    }

    .pathway-light-mockup-dots {
        right: 22px;
        bottom: 18px;
    }
}

.pathway-wind {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.pathway-wind-line {
    position: absolute;
    left: -30vw;
    width: 42vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
    opacity: 0.12;
    filter: blur(0.3px);
    animation: pathwayWind 14s linear infinite;
}

.pathway-wind-line::after {
    content: "";
    position: absolute;
    inset: -6px 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    filter: blur(12px);
}

.pathway-wind .line-1 { top: 12%; --wind-rotate: -6deg; animation-duration: 16s; }
.pathway-wind .line-2 { top: 28%; --wind-rotate: 2deg; animation-duration: 13.4s; animation-delay: -4s; }
.pathway-wind .line-3 { top: 49%; --wind-rotate: -4deg; animation-duration: 18s; animation-delay: -10s; }
.pathway-wind .line-4 { top: 68%; --wind-rotate: 5deg; animation-duration: 15s; animation-delay: -6s; }
.pathway-wind .line-5 { top: 82%; --wind-rotate: -2deg; animation-duration: 12.5s; animation-delay: -8s; }

@keyframes pathwayWind {
    from {
        transform: translate3d(0, 0, 0) rotate(var(--wind-rotate, 0deg));
        opacity: 0;
    }
    12% {
        opacity: 0.12;
    }
    50% {
        opacity: 0.22;
    }
    to {
        transform: translate3d(150vw, 0, 0) rotate(var(--wind-rotate, 0deg));
        opacity: 0;
    }
}

.pathway-particle {
    position: fixed;
    z-index: 80;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--particle-color, #ffffff);
    pointer-events: none;
    box-shadow: 0 0 16px var(--particle-color, #ffffff);
    animation: pathwayParticle 860ms cubic-bezier(0.16, 0.82, 0.3, 1) forwards;
}

@keyframes pathwayParticle {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--dx), var(--dy), 0) scale(0.15);
        opacity: 0;
    }
}

.pathway-main,
.pathway-topbar {
    position: relative;
    z-index: 2;
}

@media (max-width: 1100px) {
    .pathway-panel-head,
    .pathway-lead-grid {
        grid-template-columns: 1fr;
    }

    .pathway-switchbar {
        grid-template-columns: 1fr;
    }

    .pathway-tier-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .pathway-wrap {
        width: min(100% - 28px, 1220px);
    }

    .pathway-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .pathway-topbar-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .pathway-door-grid {
        grid-template-columns: 1fr;
    }

    .pathway-hero h1 {
        max-width: 10ch;
    }

    .pathway-compare-table {
        min-width: 640px;
    }
}

@media (max-width: 600px) {
    .pathway-main {
        gap: 40px;
        padding-bottom: 64px;
    }

    .pathway-door,
    .pathway-panel,
    .pathway-lead-copy-card,
    .pathway-interest-form {
        border-radius: 24px;
    }

    .pathway-door {
        min-height: 280px;
        padding: 22px;
    }

    .pathway-panel,
    .pathway-compare,
    .pathway-lead-copy-card,
    .pathway-interest-form {
        padding: 20px;
    }

    .pathway-tier-card {
        padding: 20px;
    }

    .pathway-tier-price {
        grid-template-columns: 1fr;
    }

    .pathway-tier-card strong {
        font-size: 2rem;
    }

    .pathway-compare-table {
        min-width: 560px;
    }
}

/* Final trim for the card-first landing state */
.pathway-anchor-link.is-hidden {
    display: none;
}

.pathway-hero {
    padding: clamp(28px, 5vw, 52px) 0 0;
}

.pathway-door-cta::after {
    content: "\2192" !important;
}

/* Cinematic path switching */
.pathway-main {
    transition:
        opacity 460ms cubic-bezier(0.22, 0.84, 0.24, 1),
        transform 560ms cubic-bezier(0.22, 0.84, 0.24, 1),
        filter 560ms cubic-bezier(0.22, 0.84, 0.24, 1);
    transform-origin: top center;
    will-change: opacity, transform, filter;
}

.pathway-pixel-overlay {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(9, 1fr);
    opacity: 0;
    pointer-events: none;
}

.pathway-pixel-cell {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.18) rotate(0.001deg);
    filter: blur(12px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at center, color-mix(in srgb, var(--path-accent) 34%, transparent), transparent 68%),
        rgba(8, 10, 10, 0.78);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 24px color-mix(in srgb, var(--path-accent) 24%, transparent);
}

.pathway-pixel-cell::after {
    content: "";
    position: absolute;
    inset: -24%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    opacity: 0.2;
    animation: pathwayPixelSheen 8s linear infinite;
}

.pathway-shell.is-transitioning-out .pathway-pixel-overlay,
.pathway-shell.is-transitioning-in .pathway-pixel-overlay {
    opacity: 1;
}

.pathway-shell.is-transitioning-out .pathway-main {
    opacity: 0.04;
    filter: blur(16px) saturate(1.35) contrast(1.08);
    transform: translateY(24px) scale(0.972);
}

.pathway-shell.is-transitioning-out .pathway-wind {
    opacity: 0.74;
    filter: blur(6px);
}

.pathway-shell.is-transitioning-out .pathway-pixel-cell {
    animation: pathwayPixelOut 620ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
    animation-delay: var(--pixel-delay, 0ms);
}

.pathway-shell.is-transitioning-in .pathway-main {
    animation: pathwayBuildBack 820ms cubic-bezier(0.18, 0.86, 0.22, 1) both;
}

.pathway-shell.is-transitioning-in .pathway-pixel-cell {
    animation: pathwayPixelIn 860ms cubic-bezier(0.18, 0.86, 0.22, 1) both;
    animation-delay: calc(var(--pixel-delay, 0ms) * 0.82);
}

.pathway-shell.has-path-selection .pathway-hero {
    display: none;
}

.pathway-shell.is-transitioning-in .pathway-review,
.pathway-shell.is-transitioning-in .pathway-lead-section {
    animation: pathwaySelectionReveal 920ms cubic-bezier(0.18, 0.86, 0.22, 1) both;
}

.pathway-shell.is-transitioning-in .pathway-panel-stage.is-active .pathway-panel {
    animation: pathwayPanelLift 920ms cubic-bezier(0.18, 0.86, 0.22, 1) both;
}

.pathway-shell.is-compact-motion .pathway-pixel-overlay {
    display: none;
}

.pathway-shell.is-compact-motion .pathway-main {
    transition:
        opacity 200ms ease,
        transform 260ms cubic-bezier(0.22, 0.84, 0.24, 1),
        filter 260ms cubic-bezier(0.22, 0.84, 0.24, 1);
}

.pathway-shell.is-compact-motion .pathway-particle {
    animation-duration: 420ms;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px var(--particle-color, #ffffff);
}

.pathway-shell.is-compact-motion.is-transitioning-out .pathway-main {
    opacity: 0;
    filter: blur(8px) saturate(1.08);
    transform: translateY(8px) scale(0.992);
}

.pathway-shell.is-compact-motion.is-transitioning-out .pathway-wind {
    opacity: 0.18;
    filter: none;
}

.pathway-shell.is-compact-motion.is-transitioning-in .pathway-main {
    animation: pathwayCompactSwapIn 360ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

.pathway-shell.is-compact-motion.is-transitioning-in .pathway-review,
.pathway-shell.is-compact-motion.is-transitioning-in .pathway-lead-section,
.pathway-shell.is-compact-motion.is-transitioning-in .pathway-panel-stage.is-active .pathway-panel {
    animation: pathwayCompactContentIn 320ms ease both;
}

@keyframes pathwayBuildBack {
    0% {
        opacity: 0;
        filter: blur(18px) saturate(1.3);
        transform: translateY(30px) scale(0.968);
    }
    55% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes pathwayPixelOut {
    0% {
        opacity: 0;
        transform: scale(0.18);
        filter: blur(14px);
    }
    35% {
        opacity: 0.78;
        transform: scale(1.02);
        filter: blur(3px);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -18px, 0) scale(1.08);
        filter: blur(18px);
    }
}

@keyframes pathwayPixelIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(1.12);
        filter: blur(18px);
    }
    42% {
        opacity: 0.82;
        transform: translate3d(0, -4px, 0) scale(1);
        filter: blur(5px);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.24);
        filter: blur(14px);
    }
}

@keyframes pathwayPixelSheen {
    from {
        transform: translateX(-120%) rotate(0.001deg);
    }
    to {
        transform: translateX(120%) rotate(0.001deg);
    }
}

@keyframes pathwaySelectionReveal {
    0% {
        opacity: 0;
        transform: translateY(34px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pathwayPanelLift {
    0% {
        opacity: 0;
        transform: translateY(42px) scale(0.985);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes pathwayCompactSwapIn {
    0% {
        opacity: 0;
        filter: blur(10px) saturate(1.06);
        transform: translateY(10px) scale(0.994);
    }
    100% {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes pathwayCompactContentIn {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pathway-main,
    .pathway-door,
    .pathway-panel,
    .pathway-lead-section,
    .pathway-pixel-cell,
    .pathway-particle,
    .pathway-wind span {
        animation: none !important;
        transition: none !important;
    }

    .pathway-shell.is-transitioning-out .pathway-main,
    .pathway-shell.is-transitioning-in .pathway-main {
        opacity: 1;
        filter: none;
        transform: none;
    }

    .pathway-shell.is-transitioning-out .pathway-pixel-overlay,
    .pathway-shell.is-transitioning-in .pathway-pixel-overlay {
        opacity: 0;
    }
}

/* Final desktop alignment authority: keep the chooser cards and game on one centered rail. */
@media (min-width: 821px) {
    body.product-pathway-page.is-pathway-chooser .pathway-wrap,
    body.product-pathway-page.is-pathway-chooser .pathway-topbar-inner,
    body.product-pathway-page.is-pathway-chooser .pathway-hero .pathway-wrap {
        width: min(1640px, calc(100vw - 96px)) !important;
        max-width: min(1640px, calc(100vw - 96px)) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-grid {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-landing-scene.pathway-flight-scene {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        transform: none !important;
    }
}

/* Locked chooser viewport and animated landing scene */
.product-pathway-page.is-pathway-chooser {
    overflow: hidden;
}

.product-pathway-page.is-pathway-chooser .pathway-main {
    min-height: calc(100vh - 78px);
    gap: clamp(18px, 2.4vh, 28px);
    padding-bottom: 0;
}

.product-pathway-page.is-pathway-chooser .pathway-hero {
    min-height: calc(100vh - 96px);
    display: grid;
    align-content: start;
}

.product-pathway-page.is-pathway-chooser .pathway-hero .pathway-wrap {
    display: grid;
    gap: clamp(18px, 2.2vh, 28px);
    min-height: 100%;
}

.product-pathway-page.is-pathway-chooser .pathway-door {
    min-height: clamp(230px, 30vh, 300px);
}

.pathway-landing-scene {
    position: relative;
    min-height: clamp(170px, 28vh, 290px);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 16% 18%, rgba(119, 216, 191, 0.16), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(244, 164, 108, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(9, 10, 10, 0.98) 0%, rgba(8, 9, 9, 0.94) 48%, rgba(6, 6, 6, 1) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 30px 80px rgba(0, 0, 0, 0.32);
    pointer-events: auto;
}

.pathway-landing-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), #000 28%, #000 76%, transparent);
    opacity: 0.22;
}

.pathway-scene-glow,
.pathway-scene-cloud,
.pathway-scene-track,
.pathway-scene-terminal,
.pathway-scene-spark,
.pathway-scene-projectiles,
.pathway-scene-projectile {
    position: absolute;
}

.pathway-scene-glow,
.pathway-scene-cloud,
.pathway-scene-track,
.pathway-scene-terminal,
.pathway-scene-spark,
.pathway-scene-projectiles {
    pointer-events: none;
}

.pathway-scene-glow {
    inset: auto;
    width: 36%;
    height: 54%;
    border-radius: 999px;
    filter: blur(56px);
    opacity: 0.48;
}

.pathway-scene-glow.is-left {
    left: -6%;
    bottom: 10%;
    background: radial-gradient(circle, rgba(119, 216, 191, 0.22), transparent 70%);
}

.pathway-scene-glow.is-right {
    right: -4%;
    bottom: 14%;
    background: radial-gradient(circle, rgba(244, 164, 108, 0.2), transparent 72%);
}

.pathway-scene-cloud {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    filter: blur(1px);
    opacity: 0.34;
    animation: pathwaySceneDrift 15s linear infinite;
}

.pathway-scene-cloud.is-a {
    top: 22%;
    left: -16%;
    width: 38%;
}

.pathway-scene-cloud.is-b {
    top: 34%;
    left: 58%;
    width: 22%;
    animation-duration: 11s;
    animation-delay: -5s;
}

.pathway-scene-track {
    left: 0;
    right: 0;
    bottom: 18px;
    height: 68px;
    background:
        linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.04)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 54%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pathway-scene-terminal {
    bottom: 34px;
    width: 82px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(18, 20, 20, 0.96);
    box-shadow:
        0 14px 24px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pathway-scene-terminal::before,
.pathway-scene-terminal::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    border-radius: 999px;
}

.pathway-scene-terminal::before {
    top: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.14);
}

.pathway-scene-terminal::after {
    bottom: 12px;
    height: 6px;
    background: linear-gradient(90deg, var(--path-accent), rgba(255, 255, 255, 0.7));
}

.pathway-scene-terminal.is-booking {
    left: 18%;
}

.pathway-scene-terminal.is-pos {
    right: 15%;
}

.pathway-scene-figure {
    bottom: 30px;
    width: 58px;
    height: 102px;
    padding: 0;
    border: 0;
    appearance: none;
    background-color: transparent;
    opacity: 0.95;
    transform-origin: 50% 86%;
    animation: pathwaySceneBob 3.6s ease-in-out infinite;
    background:
        radial-gradient(circle at 50% 10px, rgba(255, 255, 255, 0.96) 0 8px, transparent 9px),
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) center 20px / 3px 36px no-repeat,
        linear-gradient(62deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) 15px 34px / 3px 28px no-repeat,
        linear-gradient(-62deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)) 40px 34px / 3px 28px no-repeat,
        linear-gradient(28deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 18px 58px / 3px 34px no-repeat,
        linear-gradient(-28deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) 37px 58px / 3px 34px no-repeat;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
    cursor: pointer;
    z-index: 2;
}

.pathway-scene-figure::after {
    content: "";
    position: absolute;
    inset: 10px 8px 2px;
    border-radius: 999px;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pathway-scene-figure:hover,
.pathway-scene-figure:focus-visible {
    transform: translateY(-4px) scale(1.04);
    outline: none;
}

.pathway-scene-figure:hover::after,
.pathway-scene-figure:focus-visible::after {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.04);
}

.pathway-scene-figure.is-one {
    left: 8%;
    animation-delay: -0.4s;
}

.pathway-scene-figure.is-two {
    left: 28%;
    transform: scale(1.08);
    animation-delay: -1.1s;
}

.pathway-scene-figure.is-three {
    right: 29%;
    transform: scale(1.04);
    animation-delay: -0.7s;
}

.pathway-scene-figure.is-four {
    right: 8%;
    animation-delay: -1.8s;
}

.pathway-scene-projectiles {
    inset: 0;
    overflow: hidden;
    z-index: 3;
}

.pathway-scene-projectile {
    width: 28px;
    height: 28px;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
    transform: translate(-999px, -999px);
    opacity: 0;
}

.pathway-scene-projectile::before,
.pathway-scene-projectile::after {
    content: "";
    position: absolute;
}

.pathway-scene-projectile.is-box {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.12) 47%, rgba(255, 255, 255, 0.34) 47% 53%, rgba(0, 0, 0, 0.12) 53%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
        #d6a16c;
}

.pathway-scene-projectile.is-calendar {
    width: 30px;
    height: 32px;
    background:
        linear-gradient(180deg, #79dbc3 0 28%, rgba(255, 255, 255, 0.94) 28%),
        rgba(255, 255, 255, 0.94);
}

.pathway-scene-projectile.is-calendar::before {
    left: 6px;
    right: 6px;
    top: 13px;
    height: 2px;
    background: rgba(16, 16, 16, 0.16);
    box-shadow: 0 5px 0 rgba(16, 16, 16, 0.12), 0 10px 0 rgba(16, 16, 16, 0.12);
}

.pathway-scene-projectile.is-receipt {
    width: 22px;
    height: 34px;
    border-radius: 10px 10px 8px 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 232, 235, 0.92));
}

.pathway-scene-projectile.is-receipt::before {
    left: 5px;
    right: 5px;
    top: 10px;
    height: 2px;
    background: rgba(30, 30, 30, 0.14);
    box-shadow: 0 5px 0 rgba(30, 30, 30, 0.12), 0 10px 0 rgba(30, 30, 30, 0.12);
}

.pathway-scene-projectile.is-card {
    width: 28px;
    height: 20px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(119, 216, 191, 0.88));
}

.pathway-scene-projectile.is-card::before {
    left: 5px;
    right: 5px;
    top: 8px;
    height: 3px;
    border-radius: 999px;
    background: rgba(8, 8, 8, 0.2);
}

.pathway-scene-projectile.is-ticket {
    width: 34px;
    height: 18px;
    border-radius: 9px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 18%, transparent 18% 82%, rgba(255, 255, 255, 0.18) 82%),
        linear-gradient(135deg, rgba(244, 164, 108, 0.94), rgba(255, 255, 255, 0.86));
}

.pathway-scene-projectile.is-ticket::before {
    left: 9px;
    right: 9px;
    top: 8px;
    height: 2px;
    border-radius: 999px;
    background: rgba(8, 8, 8, 0.18);
}

.pathway-scene-spark {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    filter: blur(0.2px);
    animation: pathwaySceneSpark 5.4s linear infinite;
}

.pathway-scene-spark.is-one {
    left: 26%;
    top: 26%;
}

.pathway-scene-spark.is-two {
    left: 58%;
    top: 16%;
    animation-delay: -2.2s;
}

.pathway-scene-spark.is-three {
    left: 78%;
    top: 30%;
    animation-delay: -3.4s;
}

@keyframes pathwaySceneDrift {
    from {
        transform: translateX(-12%);
        opacity: 0;
    }
    20%,
    70% {
        opacity: 0.34;
    }
    to {
        transform: translateX(26%);
        opacity: 0;
    }
}

@keyframes pathwaySceneBob {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes pathwaySceneSpark {
    0%,
    100% {
        opacity: 0.08;
        transform: scale(0.7);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

/* Compact pricing rails on smaller devices */
@media (max-width: 1100px) {
    .pathway-tier-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pathway-switchbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .pathway-shell.has-path-selection .pathway-tier-grid {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(290px, 76vw);
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .pathway-shell.has-path-selection .pathway-tier-grid::-webkit-scrollbar {
        display: none;
    }

    .pathway-shell.has-path-selection .pathway-tier-card {
        scroll-snap-align: start;
    }
}

@media (max-width: 820px) {
    .product-pathway-page.is-pathway-chooser .pathway-topbar-inner {
        flex-direction: row;
        align-items: center;
    }

    .product-pathway-page.is-pathway-chooser .pathway-topbar-actions {
        width: auto;
        justify-content: flex-end;
    }

    .product-pathway-page.is-pathway-chooser .pathway-visit-pill {
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.75rem;
    }

    .product-pathway-page.is-pathway-chooser .pathway-hero {
        min-height: calc(100vh - 86px);
    }

    .product-pathway-page.is-pathway-chooser .pathway-door-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(286px, 84vw);
        overflow-x: auto;
        overflow-y: visible;
        gap: 16px;
        padding: 2px 2px 8px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .product-pathway-page.is-pathway-chooser .pathway-door-grid::-webkit-scrollbar {
        display: none;
    }

    .product-pathway-page.is-pathway-chooser .pathway-door {
        min-height: 214px;
        padding: 22px;
        scroll-snap-align: center;
    }

    .product-pathway-page.is-pathway-chooser .pathway-door strong {
        font-size: clamp(1.7rem, 7vw, 2.4rem);
    }

    .product-pathway-page.is-pathway-chooser .pathway-door p {
        line-height: 1.54;
    }

    .pathway-switchbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pathway-switch-button {
        min-height: 68px;
        padding: 14px 14px 15px;
    }

    .pathway-switch-button strong {
        font-size: 0.92rem;
    }

    .pathway-landing-scene {
        min-height: clamp(136px, 24vh, 190px);
    }

    .pathway-scene-terminal {
        width: 66px;
        height: 46px;
        bottom: 28px;
    }

    .pathway-scene-figure {
        width: 48px;
        height: 86px;
        bottom: 26px;
    }

    .pathway-scene-projectile {
        transform-origin: center;
    }
}

@media (max-width: 560px) {
    .product-pathway-page.is-pathway-chooser .pathway-wrap {
        gap: 14px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-visit-pill {
        display: none;
    }

    .product-pathway-page.is-pathway-chooser .pathway-hero {
        min-height: calc(100vh - 74px);
    }

    .product-pathway-page.is-pathway-chooser .pathway-door-grid {
        grid-auto-columns: minmax(264px, 86vw);
    }

    .pathway-shell.has-path-selection .pathway-tier-grid {
        grid-auto-columns: minmax(268px, 86vw);
    }

    .pathway-landing-scene {
        min-height: 120px;
        border-radius: 24px;
    }

    .pathway-scene-figure {
        width: 42px;
        height: 76px;
    }

    .pathway-scene-terminal.is-booking {
        left: 14%;
    }

    .pathway-scene-terminal.is-pos {
        right: 12%;
    }

    .pathway-scene-track {
        bottom: 12px;
        height: 52px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pathway-landing-scene,
    .pathway-scene-cloud,
    .pathway-scene-figure,
    .pathway-scene-projectile,
    .pathway-scene-spark {
        animation: none !important;
    }
}

/* Final artillery-worm chooser scene */
.product-pathway-page.is-pathway-chooser .pathway-landing-scene {
    min-height: clamp(190px, 30vh, 300px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 16% 24%, rgba(119, 216, 191, 0.18), transparent 26%),
        radial-gradient(circle at 82% 22%, rgba(244, 164, 108, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(9, 11, 12, 0.98) 0%, rgba(8, 9, 9, 0.96) 56%, rgba(6, 7, 7, 1) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 28px 64px rgba(0, 0, 0, 0.3);
}

.product-pathway-page.is-pathway-chooser .pathway-landing-scene::before {
    opacity: 0.12;
    background:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 42px 42px;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-ridge,
.product-pathway-page.is-pathway-chooser .pathway-scene-ground,
.product-pathway-page.is-pathway-chooser .pathway-scene-projectiles,
.product-pathway-page.is-pathway-chooser .pathway-scene-projectile,
.product-pathway-page.is-pathway-chooser .pathway-scene-figure,
.product-pathway-page.is-pathway-chooser .pathway-scene-worm-body,
.product-pathway-page.is-pathway-chooser .pathway-scene-worm-arm,
.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher,
.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes,
.product-pathway-page.is-pathway-chooser .pathway-scene-worm-mouth {
    position: absolute;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-ridge,
.product-pathway-page.is-pathway-chooser .pathway-scene-ground,
.product-pathway-page.is-pathway-chooser .pathway-scene-projectiles {
    pointer-events: none;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-ridge {
    left: -5%;
    right: -5%;
    border-radius: 999px;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-back {
    bottom: 62px;
    height: 86px;
    background:
        radial-gradient(circle at 14% 100%, rgba(28, 61, 53, 0.82), transparent 32%),
        radial-gradient(circle at 42% 100%, rgba(33, 35, 38, 0.82), transparent 30%),
        radial-gradient(circle at 72% 100%, rgba(53, 40, 31, 0.84), transparent 32%);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-front {
    bottom: 12px;
    height: 104px;
    background:
        radial-gradient(circle at 8% 100%, rgba(24, 58, 48, 0.95), transparent 28%),
        radial-gradient(circle at 26% 100%, rgba(27, 33, 32, 0.96), transparent 26%),
        radial-gradient(circle at 47% 100%, rgba(31, 37, 36, 0.96), transparent 26%),
        radial-gradient(circle at 66% 100%, rgba(40, 34, 30, 0.96), transparent 26%),
        radial-gradient(circle at 88% 100%, rgba(68, 46, 34, 0.96), transparent 28%);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-ground {
    left: 0;
    right: 0;
    bottom: 0;
    height: 74px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%),
        linear-gradient(180deg, rgba(18, 24, 24, 0.98), rgba(9, 11, 11, 1));
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure {
    left: var(--worm-x, 50%);
    bottom: 24px;
    width: 94px;
    height: 58px;
    padding: 0;
    border: 0;
    background: none;
    appearance: none;
    cursor: pointer;
    transform: translateX(-50%) scaleX(var(--worm-face, 1));
    transform-origin: 50% 80%;
    transition: left 1200ms cubic-bezier(0.22, 0.84, 0.24, 1), transform 220ms ease;
    animation: pathwaySceneWormBreathe 3.8s ease-in-out infinite;
    z-index: 4;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure::after {
    content: none;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure:focus-visible {
    outline: none;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure:hover,
.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-launching {
    transform: translateX(-50%) scaleX(var(--worm-face, 1)) translateY(-4px);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure:hover .pathway-scene-worm-body,
.product-pathway-page.is-pathway-chooser .pathway-scene-figure:focus-visible .pathway-scene-worm-body,
.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-launching .pathway-scene-worm-body {
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.16),
        0 0 0 7px rgba(255, 255, 255, 0.04),
        0 12px 18px rgba(0, 0, 0, 0.3);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-body {
    left: 8px;
    right: 18px;
    bottom: 10px;
    height: 30px;
    border-radius: 58% 42% 46% 54% / 52% 54% 46% 48%;
    background:
        radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #7ef0d7 0%, #30b69d 48%, #0f6253 100%);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.16),
        0 10px 16px rgba(0, 0, 0, 0.28);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-three .pathway-scene-worm-body,
.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-four .pathway-scene-worm-body,
.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-five .pathway-scene-worm-body {
    background:
        radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.18), transparent 26%),
        linear-gradient(135deg, #ffbf78 0%, #d1783f 48%, #7f4522 100%);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes {
    left: 14px;
    top: 8px;
    width: 26px;
    height: 10px;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::before,
.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::after {
    content: "";
    position: absolute;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset -2px -1px 0 rgba(0, 0, 0, 0.16);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::before {
    left: 0;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::after {
    right: 0;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-mouth {
    left: 18px;
    bottom: 8px;
    width: 20px;
    height: 7px;
    border-radius: 0 0 999px 999px;
    border-bottom: 3px solid rgba(20, 20, 20, 0.4);
    transform: rotate(-8deg);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-arm {
    right: 24px;
    bottom: 22px;
    width: 16px;
    height: 10px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent),
        #f0b39d;
    transform: rotate(-18deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-arm {
    left: 24px;
    right: auto;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher {
    right: 6px;
    bottom: 18px;
    width: 30px;
    height: 10px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
        #354245;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 8px 12px rgba(0, 0, 0, 0.18);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher::before {
    content: "";
    position: absolute;
    right: -6px;
    top: 1px;
    width: 10px;
    height: 8px;
    border-radius: 0 999px 999px 0;
    background: #2b3437;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    width: 8px;
    height: 6px;
    border-radius: 2px;
    background: #222a2d;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-launcher {
    left: 6px;
    right: auto;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectiles {
    inset: 0;
    overflow: hidden;
    z-index: 5;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile {
    width: 30px;
    height: 30px;
    transform: translate(-999px, -999px);
    opacity: 0;
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.28));
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile::before,
.product-pathway-page.is-pathway-chooser .pathway-scene-projectile::after {
    content: "";
    position: absolute;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket {
    width: 34px;
    height: 14px;
    background: linear-gradient(90deg, #9ea8ab 0%, #e8eff0 38%, #6a7578 100%);
    border-radius: 999px 10px 10px 999px;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket::before {
    right: -4px;
    top: 3px;
    width: 10px;
    height: 8px;
    border-radius: 0 999px 999px 0;
    background: #d44d2f;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket::after {
    left: -10px;
    top: 4px;
    width: 12px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 226, 140, 0.96), rgba(255, 136, 36, 0));
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-grenade {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(135deg, #5e7f5d, #304f2f);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-grenade::before {
    left: 8px;
    top: -4px;
    width: 7px;
    height: 5px;
    border-radius: 2px;
    background: #5d6466;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-mine {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, #4e5960 0 34%, #1f2529 34% 100%);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-mine::before {
    inset: 3px;
    border-radius: 999px;
    box-shadow:
        0 -13px 0 -9px #707e84,
        0 13px 0 -9px #707e84,
        13px 0 0 -9px #707e84,
        -13px 0 0 -9px #707e84,
        9px 9px 0 -9px #707e84,
        -9px -9px 0 -9px #707e84,
        9px -9px 0 -9px #707e84,
        -9px 9px 0 -9px #707e84;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-dynamite {
    width: 30px;
    height: 20px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, transparent 0 28%, rgba(255, 255, 255, 0.2) 28% 36%, transparent 36% 64%, rgba(255, 255, 255, 0.2) 64% 72%, transparent 72%),
        linear-gradient(135deg, #d84d41, #91261f);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-dynamite::before {
    left: 14px;
    top: -6px;
    width: 2px;
    height: 8px;
    background: #f7e7b3;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bundle {
    width: 34px;
    height: 22px;
    background: none;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.22));
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bundle::before,
.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bundle::after {
    width: 15px;
    height: 8px;
    border-radius: 0 999px 999px 999px;
    background: linear-gradient(180deg, #ffe16a, #eeb116);
    top: 8px;
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bundle::before {
    left: 5px;
    transform: rotate(24deg);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bundle::after {
    right: 4px;
    transform: rotate(-18deg);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-halo-grenade {
    width: 28px;
    height: 30px;
    border-radius: 999px 999px 44% 44%;
    background:
        radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.3), transparent 24%),
        linear-gradient(180deg, #f7f3e6, #c4bca2 70%, #8c7d54);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-halo-grenade::before {
    left: 5px;
    right: 5px;
    top: -6px;
    height: 8px;
    border-radius: 999px;
    border: 2px solid rgba(255, 233, 167, 0.92);
    box-shadow: 0 0 12px rgba(255, 233, 167, 0.38);
}

.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-supply-crate {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.14) 46%, rgba(255, 255, 255, 0.28) 46% 54%, rgba(0, 0, 0, 0.14) 54%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
        #c08a56;
}

@keyframes pathwaySceneWormBreathe {
    0%,
    100% {
        transform: translateX(-50%) scaleX(var(--worm-face, 1)) translateY(0);
    }
    50% {
        transform: translateX(-50%) scaleX(var(--worm-face, 1)) translateY(-2px);
    }
}

@media (max-width: 820px) {
    .product-pathway-page.is-pathway-chooser .pathway-landing-scene {
        min-height: 150px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-back {
        bottom: 50px;
        height: 64px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-front {
        bottom: 10px;
        height: 82px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-scene-ground {
        height: 60px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-scene-figure {
        width: 76px;
        height: 50px;
        bottom: 22px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-scene-worm-body {
        left: 8px;
        right: 16px;
        height: 24px;
    }

    .product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher {
        width: 24px;
    }
}

/* Original artillery-worm chooser scene v3 */
body.product-pathway-page.is-pathway-chooser .pathway-landing-scene {
    min-height: clamp(210px, 31vh, 320px);
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(107, 242, 205, 0.16), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(249, 154, 98, 0.15), transparent 22%),
        linear-gradient(180deg, rgba(8, 11, 12, 0.98) 0%, rgba(5, 7, 7, 0.97) 48%, rgba(4, 4, 5, 1) 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-landing-scene::before {
    opacity: 0.09;
    background:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 36px 36px;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-cloud {
    opacity: 0.24;
    filter: blur(16px);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-cloud.is-a {
    top: 22%;
    left: 16%;
    width: 180px;
    height: 34px;
    background: linear-gradient(90deg, rgba(115, 222, 193, 0.24), rgba(115, 222, 193, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-cloud.is-b {
    top: 18%;
    right: 12%;
    width: 150px;
    height: 30px;
    background: linear-gradient(90deg, rgba(246, 163, 102, 0.18), rgba(246, 163, 102, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-back {
    bottom: 66px;
    height: 92px;
    background:
        radial-gradient(circle at 10% 100%, rgba(19, 58, 48, 0.9), transparent 28%),
        radial-gradient(circle at 32% 100%, rgba(23, 30, 30, 0.92), transparent 30%),
        radial-gradient(circle at 54% 100%, rgba(30, 32, 32, 0.92), transparent 28%),
        radial-gradient(circle at 76% 100%, rgba(46, 33, 26, 0.92), transparent 28%),
        radial-gradient(circle at 94% 100%, rgba(70, 42, 27, 0.9), transparent 26%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-front {
    bottom: 10px;
    height: 110px;
    background:
        radial-gradient(circle at 9% 100%, rgba(17, 46, 39, 0.98), transparent 25%),
        radial-gradient(circle at 25% 100%, rgba(15, 18, 18, 0.99), transparent 22%),
        radial-gradient(circle at 44% 100%, rgba(16, 19, 19, 0.99), transparent 22%),
        radial-gradient(circle at 63% 100%, rgba(20, 23, 23, 0.99), transparent 22%),
        radial-gradient(circle at 82% 100%, rgba(38, 27, 22, 0.99), transparent 24%),
        radial-gradient(circle at 96% 100%, rgba(57, 34, 24, 0.96), transparent 20%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-ground {
    height: 82px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
        linear-gradient(180deg, rgba(21, 26, 26, 0.98), rgba(6, 7, 8, 1));
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-ground::before {
    content: "";
    position: absolute;
    inset: 12px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure {
    --worm-skin-start: #ffd7c9;
    --worm-skin-mid: #f6a18f;
    --worm-skin-end: #d26758;
    --worm-belly-start: rgba(255, 240, 233, 0.98);
    --worm-belly-end: rgba(243, 189, 162, 0.94);
    --worm-gear-main: #58d7c6;
    --worm-gear-dark: #1f5d58;
    --worm-mouth-dark: #5e2526;
    --worm-brow-color: #642c2b;
    width: 132px;
    height: 114px;
    bottom: 10px;
    transform-origin: 42% 88%;
    animation: pathwaySceneWormBreatheReal 3.8s ease-in-out infinite;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-three,
body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-four {
    --worm-gear-main: #ffb66f;
    --worm-gear-dark: #7a4a22;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-five,
body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-six {
    --worm-gear-main: #d8e68a;
    --worm-gear-dark: #627232;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-scurrying .pathway-scene-worm-body {
    animation: pathwaySceneWormSkitter 180ms linear 5;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-launching .pathway-scene-worm-launcher {
    transform: rotate(-9deg) translateX(6px);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-launching .pathway-scene-worm-hand {
    transform: rotate(-16deg) translateX(4px);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure:hover,
body.product-pathway-page.is-pathway-chooser .pathway-scene-figure.is-launching {
    transform: translateX(-50%) scaleX(var(--worm-face, 1)) translateY(-5px);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-body {
    left: 24px;
    width: 54px;
    height: 88px;
    bottom: 10px;
    border-radius: 44% 56% 38% 62% / 10% 16% 60% 88%;
    background:
        radial-gradient(circle at 34% 16%, rgba(255, 255, 255, 0.2), transparent 26%),
        linear-gradient(180deg, var(--worm-skin-start) 0%, var(--worm-skin-mid) 54%, var(--worm-skin-end) 100%);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.24),
        inset -8px 0 12px rgba(128, 52, 45, 0.18),
        0 14px 22px rgba(0, 0, 0, 0.34);
    transform: rotate(7deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-body::before {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -3px;
    width: 28px;
    height: 22px;
    border-radius: 50% 50% 40% 60% / 36% 64% 36% 64%;
    background: linear-gradient(180deg, rgba(204, 108, 96, 0.95), rgba(139, 62, 56, 0.92));
    transform: rotate(12deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-body::after {
    content: "";
    position: absolute;
    inset: 6px 10px 16px auto;
    width: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
    opacity: 0.65;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-belly,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-brow,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-cheek,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-mouth,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-teeth,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-arm,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-hand,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher {
    position: absolute;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-belly {
    left: 8px;
    right: 12px;
    bottom: 9px;
    height: 52px;
    border-radius: 42% 58% 40% 60% / 18% 24% 66% 82%;
    background: linear-gradient(180deg, var(--worm-belly-start) 0%, var(--worm-belly-end) 100%);
    opacity: 0.98;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-brow {
    left: 8px;
    top: 19px;
    width: 26px;
    height: 7px;
    border-radius: 999px;
    background: var(--worm-brow-color);
    transform: rotate(-10deg);
    box-shadow: 12px -1px 0 0 var(--worm-brow-color);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes {
    left: 10px;
    top: 23px;
    width: 26px;
    height: 12px;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::before,
body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::after {
    content: "";
    position: absolute;
    top: 0;
    width: 8px;
    height: 11px;
    border-radius: 45% 55% 44% 56%;
    background:
        radial-gradient(circle at 58% 62%, #101415 0 2px, transparent 2px),
        linear-gradient(180deg, #ffffff 0%, #ecf0f1 100%);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.14);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::before {
    left: 1px;
    transform: rotate(-8deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-eyes::after {
    right: 1px;
    transform: rotate(6deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-cheek {
    left: 8px;
    top: 44px;
    width: 15px;
    height: 10px;
    border-radius: 999px;
    background: radial-gradient(circle at 50% 50%, rgba(255, 163, 132, 0.64), rgba(255, 163, 132, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-mouth {
    left: 10px;
    top: 50px;
    width: 25px;
    height: 16px;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, rgba(28, 7, 8, 0.92), var(--worm-mouth-dark));
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.08);
    transform: rotate(-7deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-teeth {
    left: 13px;
    top: 49px;
    width: 19px;
    height: 8px;
    border-radius: 0 0 8px 8px;
    background:
        linear-gradient(90deg,
            #fff 0 22%,
            transparent 22% 28%,
            #fff 28% 50%,
            transparent 50% 56%,
            #fff 56% 78%,
            transparent 78% 84%,
            #fff 84% 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-arm {
    right: 36px;
    bottom: 28px;
    width: 32px;
    height: 15px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc5b4 0%, #e89b88 100%);
    transform: rotate(-18deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-hand {
    right: 20px;
    bottom: 31px;
    width: 18px;
    height: 16px;
    border-radius: 50% 50% 44% 56%;
    background: linear-gradient(180deg, #ffccb9 0%, #eb9f87 100%);
    transform: rotate(-10deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher {
    right: -2px;
    bottom: 24px;
    width: 52px;
    height: 18px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
        linear-gradient(90deg, #4d5658 0%, #283233 38%, #131a1c 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 10px 16px rgba(0, 0, 0, 0.26);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher::before {
    content: "";
    position: absolute;
    right: -8px;
    top: 4px;
    width: 14px;
    height: 10px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #202628 0%, #0e1314 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 24px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--worm-gear-main) 0%, rgba(255, 255, 255, 0.36) 100%);
    box-shadow:
        7px -7px 0 -3px rgba(255, 255, 255, 0.12),
        -2px 9px 0 -2px var(--worm-gear-dark);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-arm,
body.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-hand,
body.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-launcher {
    left: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-arm {
    right: 36px;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-hand {
    right: 20px;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-figure[data-facing="left"] .pathway-scene-worm-launcher {
    right: -2px;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile {
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket {
    width: 38px;
    height: 14px;
    border-radius: 999px 10px 10px 999px;
    background:
        linear-gradient(90deg, #f4f6f7 0%, #c4cdd0 26%, #6d777a 74%, #434a4c 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket::before {
    left: -9px;
    top: 4px;
    width: 14px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 236, 159, 0.94), rgba(255, 129, 38, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket::after {
    right: -5px;
    top: 3px;
    width: 10px;
    height: 8px;
    background: #d54f39;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-grenade {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.24), transparent 24%),
        linear-gradient(180deg, #728a4e 0%, #3f5629 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-grenade::before {
    left: 8px;
    top: -4px;
    width: 6px;
    height: 5px;
    border-radius: 2px;
    background: #5f6769;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-mine {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: radial-gradient(circle at center, #4c585e 0 34%, #1c2226 35% 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-mine::before {
    inset: 2px;
    border-radius: 999px;
    box-shadow:
        0 -14px 0 -10px #7b888d,
        0 14px 0 -10px #7b888d,
        14px 0 0 -10px #7b888d,
        -14px 0 0 -10px #7b888d,
        10px 10px 0 -10px #7b888d,
        -10px -10px 0 -10px #7b888d,
        10px -10px 0 -10px #7b888d,
        -10px 10px 0 -10px #7b888d;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-cluster-bomb {
    width: 28px;
    height: 24px;
    border-radius: 999px 999px 12px 12px;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(180deg, #61666c 0%, #2e3438 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-cluster-bomb::before {
    left: 9px;
    top: -6px;
    width: 8px;
    height: 7px;
    border-radius: 2px;
    background: #f1d8a0;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-cluster-bomb::after {
    right: -2px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 35% 35%, #f9f9f9 0 22%, #596166 22% 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-dynamite {
    width: 32px;
    height: 22px;
    border-radius: 10px;
    background:
        linear-gradient(90deg, transparent 0 23%, rgba(255, 255, 255, 0.2) 23% 30%, transparent 30% 40%, rgba(255, 255, 255, 0.2) 40% 47%, transparent 47% 57%, rgba(255, 255, 255, 0.2) 57% 64%, transparent 64% 100%),
        linear-gradient(180deg, #e95c4d 0%, #922621 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-dynamite::before {
    left: 15px;
    top: -7px;
    width: 2px;
    height: 8px;
    background: #f7e6b0;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bomb {
    width: 36px;
    height: 24px;
    background: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bomb::before,
body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bomb::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 16px;
    height: 10px;
    border-radius: 0 999px 999px 999px;
    background: linear-gradient(180deg, #ffe98b 0%, #e8b11d 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bomb::before {
    left: 5px;
    transform: rotate(22deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-banana-bomb::after {
    right: 4px;
    transform: rotate(-18deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-relic-grenade {
    width: 28px;
    height: 32px;
    border-radius: 999px 999px 42% 42%;
    background:
        radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.34), transparent 24%),
        linear-gradient(180deg, #fbf1da 0%, #c0ae71 74%, #7f6e45 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-relic-grenade::before {
    left: 5px;
    right: 5px;
    top: -7px;
    height: 8px;
    border-radius: 999px;
    border: 2px solid rgba(255, 228, 155, 0.94);
    box-shadow: 0 0 10px rgba(255, 228, 155, 0.42);
}

body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-relic-grenade::after {
    left: 12px;
    top: -11px;
    width: 4px;
    height: 8px;
    border-radius: 2px;
    background: #d6c78c;
}

@keyframes pathwaySceneWormBreatheReal {
    0%,
    100% {
        transform: translateX(-50%) scaleX(var(--worm-face, 1)) translateY(0);
    }
    50% {
        transform: translateX(-50%) scaleX(var(--worm-face, 1)) translateY(-3px);
    }
}

@keyframes pathwaySceneWormSkitter {
    0%,
    100% {
        transform: rotate(7deg) translateX(0);
    }
    25% {
        transform: rotate(4deg) translateX(2px);
    }
    50% {
        transform: rotate(8deg) translateX(-2px);
    }
    75% {
        transform: rotate(5deg) translateX(2px);
    }
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-landing-scene {
        min-height: 190px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-back {
        bottom: 54px;
        height: 70px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-ridge.is-front {
        height: 88px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-ground {
        height: 68px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-figure {
        width: 106px;
        height: 92px;
        bottom: 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-body {
        left: 20px;
        width: 44px;
        height: 72px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-launcher {
        width: 40px;
        height: 14px;
        right: 2px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-worm-hand {
        right: 18px;
        bottom: 28px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-scene-projectile.is-rocket {
        width: 30px;
    }
}

/* Fantasy duel landing game */
body.product-pathway-page.is-pathway-chooser .pathway-duel-scene {
    min-height: clamp(320px, 44vh, 520px);
    padding: clamp(18px, 2.2vw, 28px);
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 12% 18%, rgba(96, 229, 207, 0.14), transparent 22%),
        radial-gradient(circle at 86% 18%, rgba(255, 111, 94, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(7, 9, 10, 0.98) 0%, rgba(7, 8, 9, 0.96) 52%, rgba(6, 6, 7, 1) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 26px 60px rgba(0, 0, 0, 0.34);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background:
        linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 14px;
    flex-wrap: wrap;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-head span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(233, 238, 239, 0.88);
    font-size: 0.76rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-head p {
    max-width: 680px;
    margin: 0;
    color: rgba(224, 229, 229, 0.8);
    font-size: 0.98rem;
    line-height: 1.55;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card {
    position: relative;
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 18px 18px 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 20, 21, 0.96), rgba(10, 11, 11, 0.96));
    color: #f6f6f2;
    text-align: left;
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease,
        background 220ms ease;
    cursor: pointer;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card:focus-visible,
body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card.is-selected {
    transform: translateY(-4px);
    border-color: rgba(134, 241, 223, 0.44);
    box-shadow:
        0 0 0 1px rgba(134, 241, 223, 0.18),
        0 18px 34px rgba(0, 0, 0, 0.28);
    background:
        radial-gradient(circle at top left, rgba(110, 228, 210, 0.1), transparent 42%),
        linear-gradient(180deg, rgba(22, 25, 25, 0.98), rgba(10, 11, 11, 0.96));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card strong {
    font-size: 1rem;
    font-weight: 700;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card small {
    color: rgba(221, 226, 226, 0.76);
    line-height: 1.45;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-visual,
body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-visual,
body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
    display: grid;
    place-items: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-visual {
    width: 84px;
    height: 84px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    overflow: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at 16% 18%, rgba(95, 226, 209, 0.08), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(255, 92, 92, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(12, 14, 15, 0.98), rgba(8, 8, 9, 0.98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-arena.is-awake {
    animation: pathwayDuelArenaIn 420ms cubic-bezier(0.2, 0.9, 0.25, 1);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 1.1fr) minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    min-height: 92px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
    padding: 14px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-boss {
    background:
        radial-gradient(circle at top right, rgba(255, 84, 84, 0.08), transparent 36%),
        rgba(255, 255, 255, 0.03);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-visual {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    overflow: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy {
    display: grid;
    gap: 7px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong {
    font-size: 1rem;
    color: #f6f6f1;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track {
    position: relative;
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track span {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #63e8d3 0%, #97fff0 100%);
    transition: width 280ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track.is-boss span {
    background: linear-gradient(90deg, #ff7366 0%, #ffc2b7 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small {
    color: rgba(223, 228, 228, 0.78);
    font-size: 0.86rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    display: grid;
    place-items: center;
    padding: 16px 18px;
    color: rgba(241, 244, 244, 0.9);
    font-size: 0.98rem;
    line-height: 1.55;
    text-align: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
    position: relative;
    min-height: 248px;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at 20% 15%, rgba(95, 226, 209, 0.1), transparent 28%),
        radial-gradient(circle at 82% 12%, rgba(255, 92, 92, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(11, 12, 13, 0.98) 0%, rgba(13, 13, 14, 0.98) 54%, rgba(7, 8, 8, 1) 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::before {
    content: "";
    position: absolute;
    inset: auto 0 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 78px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 30%),
        linear-gradient(180deg, rgba(23, 28, 28, 0.98), rgba(6, 7, 7, 1));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light {
    position: absolute;
    bottom: 48px;
    width: 180px;
    height: 120px;
    filter: blur(20px);
    opacity: 0.6;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-hero {
    left: 12%;
    background: radial-gradient(circle, rgba(98, 226, 210, 0.3), rgba(98, 226, 210, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-boss {
    right: 10%;
    background: radial-gradient(circle, rgba(255, 101, 101, 0.34), rgba(255, 101, 101, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
    position: absolute;
    bottom: 36px;
    width: 180px;
    height: 184px;
    transform-origin: 50% 100%;
    transition: transform 220ms ease, filter 220ms ease, opacity 240ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
    left: clamp(18px, 8vw, 56px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
    right: clamp(18px, 8vw, 56px);
    transform: scaleX(-1);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking {
    transform: translateX(14px) scale(1.03);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss.is-attacking {
    transform: scaleX(-1) translateX(14px) scale(1.03);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hit {
    filter: brightness(1.3);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-defeated {
    opacity: 0.42;
    transform: translateY(12px) rotate(6deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss.is-defeated {
    transform: scaleX(-1) translateY(12px) rotate(6deg);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-svg {
    overflow: visible;
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.32));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-live {
    opacity: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    transform: scale(0.4);
    opacity: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-live::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-live::after {
    animation: pathwayDuelImpact 420ms cubic-bezier(0.25, 0.9, 0.25, 1);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-target-boss::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-target-boss::after {
    right: 14%;
    top: 26%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-target-hero::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-target-hero::after {
    left: 14%;
    top: 28%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-slash::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-cross::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-arc::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-thunder::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    clip-path: polygon(0 42%, 100% 0, 84% 34%, 100% 58%, 0 100%, 16% 66%, 0 42%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-cross::after {
    background: linear-gradient(135deg, rgba(131, 236, 221, 0), rgba(131, 236, 221, 0.85), rgba(131, 236, 221, 0));
    clip-path: polygon(0 60%, 44% 0, 56% 0, 100% 40%, 100% 52%, 48% 100%, 36% 100%, 0 68%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-guard::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-quake::before {
    background: radial-gradient(circle, rgba(130, 231, 220, 0.3), rgba(130, 231, 220, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-burst::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-thunder::after {
    background: radial-gradient(circle, rgba(255, 114, 114, 0.34), rgba(255, 114, 114, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-blink::before,
body.product-pathway-page.is-pathway-chooser .pathway-duel-impact.is-feint::before {
    background: radial-gradient(circle, rgba(175, 146, 255, 0.34), rgba(175, 146, 255, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
    position: absolute;
    top: 18px;
    right: 18px;
    max-width: 220px;
    padding: 12px 14px;
    border-radius: 18px 18px 6px 18px;
    background: rgba(167, 33, 45, 0.9);
    border: 1px solid rgba(255, 206, 206, 0.16);
    color: #fff7f4;
    font-size: 0.92rem;
    line-height: 1.45;
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.26);
    transform: translateY(8px);
    opacity: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech.is-live {
    animation: pathwayDuelSpeechIn 260ms ease forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-floaters {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker {
    position: absolute;
    top: 34%;
    font-weight: 700;
    letter-spacing: 0.04em;
    transform: translateY(0);
    opacity: 0;
    animation: pathwayDuelMarker 1.15s ease forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-boss {
    right: 18%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-hero {
    left: 18%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-damage {
    color: #ffd1ca;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-crit {
    color: #fff3ae;
    text-shadow: 0 0 12px rgba(255, 232, 131, 0.5);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-heal {
    color: #8ff3de;
    text-shadow: 0 0 12px rgba(143, 243, 222, 0.38);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action {
    display: grid;
    gap: 6px;
    justify-items: start;
    min-height: 92px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top left, rgba(116, 228, 210, 0.08), transparent 46%),
        linear-gradient(180deg, rgba(19, 21, 22, 0.98), rgba(9, 9, 10, 0.98));
    color: #f7f6f2;
    text-align: left;
    cursor: pointer;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(132, 239, 222, 0.32);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action[disabled] {
    cursor: not-allowed;
    opacity: 0.54;
    transform: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong {
    font-size: 0.98rem;
    font-weight: 700;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action span {
    color: rgba(219, 224, 224, 0.78);
    font-size: 0.88rem;
    line-height: 1.45;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset {
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #eef1f1;
    font-weight: 600;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-reset:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row p {
    margin: 0;
    max-width: 620px;
    color: rgba(217, 223, 223, 0.7);
    font-size: 0.88rem;
    line-height: 1.5;
}

@keyframes pathwayDuelArenaIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.985);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pathwayDuelSpeechIn {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pathwayDuelMarker {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.92);
    }
    18% {
        opacity: 1;
        transform: translateY(-8px) scale(1.03);
    }
    80% {
        opacity: 1;
        transform: translateY(-26px) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px) scale(0.98);
    }
}

@keyframes pathwayDuelImpact {
    0% {
        opacity: 0;
        transform: scale(0.35);
    }
    32% {
        opacity: 1;
        transform: scale(0.92);
    }
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

@media (max-width: 1100px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud {
        grid-template-columns: 1fr;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
        order: -1;
    }
}

@media (max-width: 900px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-roster {
        grid-template-columns: 1fr;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-scene {
        min-height: 0;
        padding: 16px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
        min-height: 208px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
        width: 132px;
        height: 140px;
        bottom: 42px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        left: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        right: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
        top: 10px;
        right: 10px;
        max-width: 170px;
        font-size: 0.84rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-boss {
        right: 12%;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-hero {
        left: 12%;
    }
}

/* Worm battleground scene refresh */
.pathway-landing-scene {
    min-height: clamp(184px, 28vh, 300px);
    background:
        radial-gradient(circle at 16% 24%, rgba(119, 216, 191, 0.18), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(244, 164, 108, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(8, 11, 11, 0.98) 0%, rgba(8, 9, 9, 0.95) 54%, rgba(7, 7, 7, 1) 100%);
}

.pathway-landing-scene::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 18%, #000 78%, transparent 100%);
    opacity: 0.14;
}

.pathway-scene-ridge,
.pathway-scene-ground,
.pathway-scene-prop,
.pathway-scene-projectiles,
.pathway-scene-projectile,
.pathway-scene-figure,
.pathway-scene-worm-body,
.pathway-scene-worm-launcher {
    position: absolute;
}

.pathway-scene-ridge,
.pathway-scene-ground,
.pathway-scene-prop,
.pathway-scene-projectiles {
    pointer-events: none;
}

.pathway-scene-ridge {
    left: -4%;
    right: -4%;
    border-radius: 999px;
    filter: blur(0.2px);
}

.pathway-scene-ridge.is-back {
    bottom: 58px;
    height: 92px;
    background:
        radial-gradient(circle at 18% 92%, rgba(52, 69, 63, 0.82), transparent 38%),
        radial-gradient(circle at 46% 100%, rgba(49, 55, 53, 0.72), transparent 36%),
        radial-gradient(circle at 76% 94%, rgba(74, 56, 42, 0.76), transparent 34%);
    opacity: 0.9;
}

.pathway-scene-ridge.is-front {
    bottom: 20px;
    height: 116px;
    background:
        radial-gradient(circle at 14% 100%, rgba(28, 56, 48, 0.94), transparent 34%),
        radial-gradient(circle at 36% 100%, rgba(35, 40, 38, 0.92), transparent 30%),
        radial-gradient(circle at 61% 100%, rgba(44, 43, 39, 0.94), transparent 32%),
        radial-gradient(circle at 86% 100%, rgba(68, 46, 34, 0.94), transparent 30%);
}

.pathway-scene-ground {
    left: 0;
    right: 0;
    bottom: 0;
    height: 88px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%),
        linear-gradient(180deg, rgba(24, 32, 32, 0.98), rgba(9, 11, 11, 1));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 18px 28px rgba(255, 255, 255, 0.03);
}

.pathway-scene-prop {
    bottom: 34px;
    width: 76px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(19, 22, 22, 0.96);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pathway-scene-prop::before,
.pathway-scene-prop::after {
    content: "";
    position: absolute;
}

.pathway-scene-prop.is-booking-station {
    left: 18%;
}

.pathway-scene-prop.is-booking-station::before {
    inset: 10px 13px auto 13px;
    height: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
}

.pathway-scene-prop.is-booking-station::after {
    left: 14px;
    right: 14px;
    bottom: 10px;
    height: 14px;
    border-radius: 7px;
    background:
        linear-gradient(90deg, #79dbc3 0 28%, transparent 28% 36%, #79dbc3 36% 64%, transparent 64% 72%, #79dbc3 72%);
    opacity: 0.92;
}

.pathway-scene-prop.is-pos-station {
    right: 16%;
}

.pathway-scene-prop.is-pos-station::before {
    left: 12px;
    right: 12px;
    top: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
}

.pathway-scene-prop.is-pos-station::after {
    left: 16px;
    right: 16px;
    bottom: 12px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f4a46c, #ffffff 55%, #79dbc3);
}

.pathway-scene-prop.is-crate {
    left: calc(50% - 26px);
    bottom: 28px;
    width: 52px;
    height: 42px;
    border-radius: 14px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.14) 46%, rgba(255, 255, 255, 0.3) 46% 54%, rgba(0, 0, 0, 0.14) 54%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
        #b98755;
}

.pathway-scene-prop.is-crate::before {
    left: 10px;
    right: 10px;
    top: 8px;
    height: 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.16);
}

.pathway-scene-prop.is-crate::after {
    inset: auto 10px 8px 10px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.26);
}

.pathway-scene-figure {
    bottom: 44px;
    width: 88px;
    height: 58px;
    padding: 0;
    border: 0;
    background: none;
    appearance: none;
    cursor: pointer;
    transform-origin: 52% 82%;
    animation: pathwaySceneWormIdle 4.8s ease-in-out infinite;
    z-index: 3;
}

.pathway-scene-figure::after {
    content: none;
}

.pathway-scene-figure:focus-visible {
    outline: none;
}

.pathway-scene-figure.is-one {
    left: 5%;
    animation-delay: -0.6s;
}

.pathway-scene-figure.is-two {
    left: 27%;
    animation-delay: -1.8s;
}

.pathway-scene-figure.is-three {
    right: 27%;
    animation-delay: -1.1s;
}

.pathway-scene-figure.is-four {
    right: 5%;
    animation-delay: -2.2s;
}

.pathway-scene-worm-body {
    inset: auto 12px 8px 10px;
    height: 28px;
    border-radius: 58% 42% 44% 56% / 56% 54% 46% 44%;
    background:
        radial-gradient(circle at 30% 34%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(135deg, #7ef0d7 0%, #3ac3aa 46%, #0f6253 100%);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.16),
        0 10px 18px rgba(0, 0, 0, 0.28);
}

.pathway-scene-worm-body::before,
.pathway-scene-worm-body::after {
    content: "";
    position: absolute;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #071210;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.pathway-scene-worm-body::before {
    left: 14px;
}

.pathway-scene-worm-body::after {
    left: 24px;
}

.pathway-scene-figure.is-three .pathway-scene-worm-body,
.pathway-scene-figure.is-four .pathway-scene-worm-body {
    background:
        radial-gradient(circle at 30% 34%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(135deg, #ffc17d 0%, #d27b41 46%, #7f4522 100%);
}

.pathway-scene-worm-launcher {
    right: 8px;
    bottom: 20px;
    width: 28px;
    height: 8px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
        #273132;
    transform: rotate(-18deg);
    transform-origin: 90% 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pathway-scene-figure.is-three .pathway-scene-worm-launcher,
.pathway-scene-figure.is-four .pathway-scene-worm-launcher {
    left: 8px;
    right: auto;
    transform: scaleX(-1) rotate(-18deg);
}

.pathway-scene-figure:hover .pathway-scene-worm-body,
.pathway-scene-figure:focus-visible .pathway-scene-worm-body,
.pathway-scene-figure.is-launching .pathway-scene-worm-body {
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 0.18),
        0 0 0 8px rgba(255, 255, 255, 0.04),
        0 12px 20px rgba(0, 0, 0, 0.32);
}

.pathway-scene-figure.is-launching {
    animation-play-state: paused;
    transform: translateY(-4px) scale(1.04);
}

.pathway-scene-projectiles {
    inset: 0;
    overflow: hidden;
    z-index: 4;
}

.pathway-scene-projectile {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
    transform: translate(-999px, -999px);
    opacity: 0;
}

.pathway-scene-projectile::before,
.pathway-scene-projectile::after {
    content: "";
    position: absolute;
}

.pathway-scene-projectile.is-calendar {
    width: 30px;
    height: 32px;
    background:
        linear-gradient(180deg, #79dbc3 0 28%, rgba(255, 255, 255, 0.94) 28%),
        rgba(255, 255, 255, 0.94);
}

.pathway-scene-projectile.is-calendar::before {
    left: 6px;
    right: 6px;
    top: 13px;
    height: 2px;
    background: rgba(16, 16, 16, 0.16);
    box-shadow: 0 5px 0 rgba(16, 16, 16, 0.12), 0 10px 0 rgba(16, 16, 16, 0.12);
}

.pathway-scene-projectile.is-card {
    width: 30px;
    height: 20px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(119, 216, 191, 0.9));
}

.pathway-scene-projectile.is-card::before {
    left: 5px;
    right: 5px;
    top: 8px;
    height: 3px;
    border-radius: 999px;
    background: rgba(8, 8, 8, 0.2);
}

.pathway-scene-projectile.is-receipt {
    width: 22px;
    height: 34px;
    border-radius: 10px 10px 8px 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 232, 235, 0.92));
}

.pathway-scene-projectile.is-receipt::before {
    left: 5px;
    right: 5px;
    top: 10px;
    height: 2px;
    background: rgba(30, 30, 30, 0.14);
    box-shadow: 0 5px 0 rgba(30, 30, 30, 0.12), 0 10px 0 rgba(30, 30, 30, 0.12);
}

.pathway-scene-projectile.is-parcel {
    width: 28px;
    height: 28px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.12) 46%, rgba(255, 255, 255, 0.34) 46% 54%, rgba(0, 0, 0, 0.12) 54%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
        #cf9762;
}

.pathway-scene-projectile.is-token {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.38), transparent 26%),
        linear-gradient(135deg, #f4a46c 0%, #d66e36 100%);
    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.24),
        0 0 0 2px rgba(255, 255, 255, 0.08);
}

.pathway-scene-projectile.is-banana-bundle {
    width: 36px;
    height: 24px;
    background: none;
    box-shadow: none;
}

.pathway-scene-projectile.is-banana-bundle::before,
.pathway-scene-projectile.is-banana-bundle::after {
    width: 16px;
    height: 8px;
    border-radius: 0 999px 999px 999px;
    background: linear-gradient(180deg, #ffd85b, #f2b21a);
    top: 9px;
}

.pathway-scene-projectile.is-banana-bundle::before {
    left: 7px;
    transform: rotate(22deg);
}

.pathway-scene-projectile.is-banana-bundle::after {
    right: 5px;
    transform: rotate(-16deg);
}

.pathway-scene-projectile.is-halo-grenade {
    width: 28px;
    height: 32px;
    border-radius: 999px 999px 44% 44%;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.34), transparent 24%),
        linear-gradient(180deg, #f4f1e7, #cbc3a7 72%, #907e58);
}

.pathway-scene-projectile.is-halo-grenade::before {
    left: 5px;
    right: 5px;
    top: -5px;
    height: 8px;
    border-radius: 999px;
    border: 2px solid rgba(255, 232, 168, 0.9);
    box-shadow: 0 0 14px rgba(255, 232, 168, 0.42);
}

.pathway-scene-projectile.is-halo-grenade::after {
    left: 12px;
    top: 4px;
    width: 4px;
    height: 9px;
    border-radius: 999px;
    background: rgba(56, 48, 34, 0.38);
}

@keyframes pathwaySceneWormIdle {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}

@media (max-width: 820px) {
    .pathway-scene-ridge.is-back {
        bottom: 52px;
        height: 74px;
    }

    .pathway-scene-ridge.is-front {
        bottom: 16px;
        height: 92px;
    }

    .pathway-scene-ground {
        height: 70px;
    }

    .pathway-scene-prop {
        width: 62px;
        height: 46px;
        bottom: 28px;
    }

    .pathway-scene-prop.is-crate {
        width: 44px;
        height: 34px;
    }

    .pathway-scene-figure {
        width: 72px;
        height: 50px;
        bottom: 38px;
    }

    .pathway-scene-worm-body {
        inset: auto 10px 8px 10px;
        height: 24px;
    }

    .pathway-scene-worm-launcher {
        width: 24px;
        right: 7px;
        bottom: 18px;
    }
}

@media (max-width: 560px) {
    .pathway-scene-prop.is-booking-station {
        left: 12%;
    }

    .pathway-scene-prop.is-pos-station {
        right: 12%;
    }

    .pathway-scene-figure {
        width: 64px;
        height: 46px;
        bottom: 34px;
    }

    .pathway-scene-figure.is-one {
        left: 4%;
    }

    .pathway-scene-figure.is-two {
        left: 25%;
    }

    .pathway-scene-figure.is-three {
        right: 25%;
    }

    .pathway-scene-figure.is-four {
        right: 4%;
    }
}

/* Final chooser fit + duel game */
body.product-pathway-page.is-pathway-chooser {
    height: 100vh;
    overflow: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-shell {
    min-height: 100vh;
    height: 100vh;
}

body.product-pathway-page.is-pathway-chooser .pathway-main {
    height: calc(100vh - 78px);
    padding-bottom: 0;
    gap: clamp(12px, 2vh, 18px);
}

body.product-pathway-page.is-pathway-chooser .pathway-hero {
    padding-top: clamp(12px, 2vh, 22px);
    height: 100%;
}

body.product-pathway-page.is-pathway-chooser .pathway-hero .pathway-wrap {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(12px, 2vh, 18px);
    height: 100%;
}

body.product-pathway-page.is-pathway-chooser .pathway-door-grid {
    gap: 16px;
    align-items: stretch;
}

body.product-pathway-page.is-pathway-chooser .pathway-door {
    min-height: clamp(198px, 28vh, 248px);
    padding: clamp(18px, 2vw, 26px);
    gap: 12px;
}

body.product-pathway-page.is-pathway-chooser .pathway-door strong {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

body.product-pathway-page.is-pathway-chooser .pathway-door p {
    line-height: 1.5;
}

body.product-pathway-page.is-pathway-chooser .pathway-door-price span {
    font-size: 1.02rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-scene {
    min-height: 0;
    height: 100%;
    padding: clamp(14px, 1.8vw, 22px);
    border-radius: 28px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-head {
    display: none !important;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-shell {
    height: 100%;
    display: grid;
    gap: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster,
body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    min-height: 0;
    height: 100%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card {
    align-content: start;
    justify-items: center;
    text-align: center;
    gap: 10px;
    min-height: 0;
    padding: 18px 14px 14px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.05), transparent 38%),
        linear-gradient(180deg, rgba(18, 20, 21, 0.98), rgba(9, 10, 10, 0.98));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card strong {
    font-size: 1.05rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card small {
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(218, 223, 223, 0.68);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-visual {
    width: 104px;
    height: 104px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 12px;
    padding: 14px;
    border-radius: 24px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 0.78fr) minmax(0, 1fr);
    gap: 10px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    min-height: 0;
    border-radius: 20px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
    padding: 12px;
    gap: 10px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-visual {
    width: 64px;
    height: 64px;
    border-radius: 16px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span {
    color: rgba(219, 224, 224, 0.66);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group {
    display: grid;
    gap: 4px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label {
    color: rgba(214, 220, 220, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track {
    height: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track.is-mana span {
    background: linear-gradient(90deg, #6f93ff 0%, #c1d0ff 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track.is-fury span {
    background: linear-gradient(90deg, #ff8b49 0%, #ffd08f 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small {
    font-size: 0.78rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 6px;
    padding: 12px 14px;
    text-align: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong {
    font-size: 1rem;
    font-weight: 700;
    color: #f7f6f1;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    margin: 0;
    color: rgba(220, 225, 225, 0.78);
    font-size: 0.88rem;
    line-height: 1.4;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(236, 240, 240, 0.82);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
    min-height: 0;
    height: 100%;
    border-radius: 24px;
    background:
        radial-gradient(circle at 20% 20%, rgba(111, 231, 213, 0.12), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(255, 114, 95, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(12, 14, 15, 0.98) 0%, rgba(10, 11, 12, 0.98) 52%, rgba(6, 7, 8, 1) 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::before {
    inset: auto -10% 46px;
    height: 100px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(223, 204, 154, 0.18) 20%, rgba(255, 255, 255, 0) 40%),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(215, 194, 144, 0.14) 48%, rgba(255, 255, 255, 0) 64%);
    filter: blur(1px);
    animation: pathwayDuelWind 9s linear infinite;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::after {
    height: 84px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 26%),
        linear-gradient(180deg, rgba(36, 33, 25, 0.9), rgba(13, 12, 12, 1));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light {
    width: 190px;
    height: 132px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
    width: 176px;
    height: 180px;
    bottom: 32px;
    animation: pathwayDuelIdle 2.8s ease-in-out infinite;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
    animation-delay: 0.25s;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking {
    transform: translateX(16px) translateY(-4px) scale(1.04);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss.is-attacking {
    transform: scaleX(-1) translateX(16px) translateY(-4px) scale(1.04);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character::after {
    content: "";
    position: absolute;
    inset: 28px auto auto 78px;
    width: 112px;
    height: 42px;
    opacity: 0;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss::after {
    left: auto;
    right: 78px;
    transform: scaleX(-1);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="slash"]::after,
body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="arc"]::after,
body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="cross"]::after {
    background: linear-gradient(120deg, rgba(255,255,255,0), rgba(255,255,255,0.96), rgba(255,255,255,0));
    clip-path: polygon(0 48%, 100% 0, 78% 46%, 100% 56%, 0 100%, 18% 62%);
    animation: pathwayDuelAttackFx 420ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="thunder"]::after,
body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="burst"]::after,
body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="nova"]::after {
    width: 132px;
    height: 62px;
    background: radial-gradient(circle at 30% 50%, rgba(122, 191, 255, 0.94), rgba(122, 191, 255, 0));
    animation: pathwayDuelAttackFx 460ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="blink"]::after,
body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-attacking[data-attack-effect="quake"]::after {
    width: 120px;
    height: 24px;
    top: auto;
    bottom: 16px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(249, 224, 166, 0.92), rgba(255,255,255,0));
    animation: pathwayDuelAttackFx 380ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
    top: 12px;
    right: 12px;
    max-width: 180px;
    padding: 10px 12px;
    font-size: 0.82rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker {
    top: 24%;
    font-size: 0.92rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action {
    min-height: 86px;
    gap: 5px;
    padding: 12px 14px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action small {
    color: rgba(165, 224, 245, 0.72);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
    justify-content: flex-start;
    gap: 10px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset.is-secondary {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset.is-secondary:not([hidden]) {
    display: inline-flex;
}

@keyframes pathwayDuelIdle {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes pathwayDuelWind {
    0% {
        transform: translateX(-8%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateX(8%);
        opacity: 0.45;
    }
}

@keyframes pathwayDuelAttackFx {
    0% {
        opacity: 0;
        transform: scale(0.72) translateX(0);
    }
    35% {
        opacity: 1;
        transform: scale(1.04) translateX(10px);
    }
    100% {
        opacity: 0;
        transform: scale(1.18) translateX(22px);
    }
}

@media (max-width: 980px) {
    body.product-pathway-page.is-pathway-chooser {
        overflow: auto;
        height: auto;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-shell,
    body.product-pathway-page.is-pathway-chooser .pathway-main,
    body.product-pathway-page.is-pathway-chooser .pathway-hero,
    body.product-pathway-page.is-pathway-chooser .pathway-hero .pathway-wrap {
        height: auto;
        min-height: 0;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-main {
        padding-bottom: 28px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(82vw, 1fr);
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        scroll-snap-type: x proximity;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door {
        scroll-snap-align: start;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-roster,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        grid-template-columns: 1fr;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud {
        grid-template-columns: 1fr;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
        order: -1;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
        width: 132px;
        height: 140px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        left: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        right: 10px;
    }
}

/* Visual-only duel polish */
body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card {
    border-color: rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.07), transparent 30%),
        linear-gradient(180deg, rgba(19, 21, 22, 0.98), rgba(7, 8, 9, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 16px 28px rgba(0, 0, 0, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card:focus-visible,
body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card.is-selected {
    border-color: rgba(133, 242, 223, 0.3);
    box-shadow:
        0 0 0 1px rgba(133, 242, 223, 0.16),
        0 20px 34px rgba(0, 0, 0, 0.24);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-visual {
    width: 116px;
    height: 116px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), transparent 34%),
        radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.28), transparent 46%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    position: relative;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(9, 11, 12, 0.98), rgba(7, 8, 9, 1));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud {
    display: contents;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
    grid-row: 1 / span 1;
    min-height: 0;
    height: 100%;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 18% 68%, color-mix(in srgb, var(--hero-aura, rgba(120,220,200,0.18)) 86%, transparent), transparent 26%),
        radial-gradient(circle at 82% 38%, color-mix(in srgb, var(--boss-aura, rgba(255,110,110,0.18)) 84%, transparent), transparent 24%),
        linear-gradient(180deg, rgba(17, 24, 30, 0.96) 0%, rgba(27, 32, 36, 0.98) 36%, rgba(48, 42, 31, 0.98) 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage[data-biome="bone-marauder"] {
    background:
        radial-gradient(circle at 18% 68%, rgba(108, 236, 214, 0.18), transparent 28%),
        radial-gradient(circle at 82% 38%, rgba(255, 123, 104, 0.18), transparent 24%),
        linear-gradient(180deg, #2a3743 0%, #42444a 38%, #8d6f4d 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage[data-biome="grave-duke"] {
    background:
        radial-gradient(circle at 18% 68%, rgba(170, 196, 255, 0.18), transparent 28%),
        radial-gradient(circle at 82% 38%, rgba(255, 132, 152, 0.18), transparent 24%),
        linear-gradient(180deg, #2d2d47 0%, #3f3851 40%, #7c6b62 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage[data-biome="inferno-king"] {
    background:
        radial-gradient(circle at 18% 68%, rgba(118, 226, 255, 0.16), transparent 28%),
        radial-gradient(circle at 82% 38%, rgba(255, 98, 79, 0.24), transparent 26%),
        linear-gradient(180deg, #30191b 0%, #5c2a22 34%, #8f5731 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::before {
    content: "";
    position: absolute;
    inset: 12% -10% auto;
    height: 120px;
    background:
        linear-gradient(90deg, transparent 0%, rgba(245, 223, 176, 0.06) 22%, transparent 46%, rgba(245, 223, 176, 0.08) 66%, transparent 100%);
    filter: blur(1px);
    opacity: 0.75;
    animation: pathwayDuelWind 8.5s linear infinite;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 38%;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 82% 0%, rgba(255, 255, 255, 0.06), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
        linear-gradient(180deg, rgba(112, 96, 68, 0.96), rgba(63, 53, 39, 0.98));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light {
    width: 220px;
    height: 140px;
    bottom: 26%;
    opacity: 0.85;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-hero {
    left: 7%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-boss {
    right: 7%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
    width: 236px;
    height: 236px;
    bottom: 11%;
    z-index: 3;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
    left: 6%;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
    right: 6%;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hit {
    filter: brightness(1.34) saturate(1.1);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character svg {
    width: 100%;
    height: 100%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage .pathway-duel-hud-card,
body.product-pathway-page.is-pathway-chooser .pathway-duel-stage .pathway-duel-status {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
    position: absolute;
    z-index: 4;
    width: min(330px, 32%);
    min-height: 0;
    padding: 14px 16px;
    border-radius: 20px;
    border: 3px solid rgba(36, 48, 58, 0.96);
    background: rgba(248, 247, 240, 0.96);
    box-shadow:
        0 8px 0 rgba(21, 27, 34, 0.4),
        0 18px 34px rgba(0, 0, 0, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-hero {
    right: 6%;
    bottom: 16%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-boss {
    left: 6%;
    top: 7%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-visual {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row {
    align-items: flex-start;
    gap: 6px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span,
body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label,
body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status p,
body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip {
    color: #15222a;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong {
    font-size: 1.28rem;
    line-height: 1;
    letter-spacing: -0.04em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group {
    gap: 3px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track {
    height: 12px;
    border: 2px solid rgba(23, 32, 39, 0.92);
    background: #e3e2d7;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track span {
    background: linear-gradient(90deg, #4fc87f 0%, #b5ef92 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track.is-boss span {
    background: linear-gradient(90deg, #ff7f57 0%, #ffd084 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track.is-mana span {
    background: linear-gradient(90deg, #67a6ff 0%, #d5e2ff 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track.is-fury span {
    background: linear-gradient(90deg, #ff644c 0%, #ffb86f 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 0;
    padding: 0;
    border-top: 3px solid rgba(23, 32, 39, 0.96);
    background: rgba(249, 248, 242, 0.98);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status::before {
    content: "";
    position: absolute;
    left: calc(55% - 2px);
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: rgba(24, 34, 42, 0.14);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    grid-column: 1;
    justify-self: start;
    margin-left: 18px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip {
    margin-top: 16px;
    min-height: 24px;
    padding: 0 10px;
    border: 2px solid rgba(23, 32, 39, 0.14);
    background: rgba(255, 255, 255, 0.72);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong {
    margin-top: 44px;
    font-size: 1.12rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    margin: 72px 18px 18px;
    font-size: 0.96rem;
    line-height: 1.42;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 132px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    padding: 0;
    border-left: 0;
    z-index: 5;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action {
    min-height: 0;
    border-radius: 0;
    border: 0;
    border-left: 1px solid rgba(24, 34, 42, 0.1);
    border-top: 1px solid rgba(24, 34, 42, 0.1);
    background: transparent;
    color: #15222a;
    align-content: center;
    justify-items: start;
    padding: 12px 16px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
    border-top: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong {
    font-size: 1rem;
    line-height: 1.1;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action span,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action small {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:focus-visible {
    transform: none;
    background: rgba(22, 34, 45, 0.06);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action::before {
    content: "▶";
    margin-right: 8px;
    color: rgba(22, 34, 45, 0.62);
    font-size: 0.88rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong {
    display: inline-flex;
    align-items: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    gap: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(7, 11, 14, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(249, 250, 250, 0.9);
    box-shadow: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker {
    top: 18%;
    font-size: 1.04rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-boss {
    right: 22%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-hero {
    left: 22%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
    top: 18%;
    right: 17%;
    max-width: 170px;
    border-radius: 16px 16px 4px 16px;
    background: rgba(159, 34, 41, 0.94);
}

@media (max-width: 980px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
        min-height: 680px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
        min-height: 420px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
        width: min(360px, 46%);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
        position: relative;
        grid-template-columns: 1fr;
        min-height: 170px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status::before {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
        grid-column: auto;
        margin-left: 16px;
        margin-right: 16px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        position: relative;
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(24, 34, 42, 0.1);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        justify-content: center;
        padding: 10px 0 0;
    }
}

/* Final battlefield polish */
body.product-pathway-page.is-pathway-chooser .pathway-duel-roster {
    gap: 16px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card {
    min-height: 224px;
    padding: 18px 18px 16px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card strong {
    font-size: 1.08rem;
    letter-spacing: -0.03em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card small {
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(223, 233, 234, 0.74);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-visual {
    width: 128px;
    height: 128px;
    margin-bottom: 6px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    grid-template-rows: minmax(390px, 1fr) auto;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(6, 8, 9, 0.98), rgba(4, 5, 6, 1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 26px 54px rgba(0, 0, 0, 0.34);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 69%, color-mix(in srgb, var(--hero-aura, rgba(120, 220, 200, 0.18)) 90%, transparent), transparent 28%),
        radial-gradient(circle at 84% 36%, color-mix(in srgb, var(--boss-aura, rgba(255, 110, 110, 0.2)) 88%, transparent), transparent 26%),
        linear-gradient(180deg, rgba(26, 36, 50, 0.98) 0%, rgba(51, 60, 69, 0.98) 42%, rgba(114, 91, 60, 0.98) 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage[data-biome="bone-marauder"] {
    background:
        radial-gradient(circle at 16% 69%, rgba(116, 237, 218, 0.2), transparent 28%),
        radial-gradient(circle at 84% 36%, rgba(255, 155, 102, 0.18), transparent 24%),
        linear-gradient(180deg, #607483 0%, #7e7a72 45%, #a57c4a 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage[data-biome="grave-duke"] {
    background:
        radial-gradient(circle at 16% 69%, rgba(144, 170, 255, 0.2), transparent 28%),
        radial-gradient(circle at 84% 36%, rgba(255, 154, 188, 0.18), transparent 24%),
        linear-gradient(180deg, #6970a0 0%, #6a5968 43%, #93806c 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage[data-biome="inferno-king"] {
    background:
        radial-gradient(circle at 16% 69%, rgba(133, 226, 255, 0.16), transparent 28%),
        radial-gradient(circle at 84% 36%, rgba(255, 103, 71, 0.28), transparent 26%),
        linear-gradient(180deg, #57282d 0%, #7a392c 38%, #a76b35 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::before {
    content: "";
    position: absolute;
    inset: 8% -15% auto;
    height: 132px;
    background:
        linear-gradient(90deg, transparent 0%, rgba(255, 244, 209, 0.06) 18%, transparent 36%, rgba(255, 244, 209, 0.08) 58%, transparent 78%, rgba(255, 244, 209, 0.06) 92%, transparent 100%);
    filter: blur(1.1px);
    opacity: 0.82;
    animation: pathwayDuelWind 7.6s linear infinite;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 43%;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.06), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%),
        linear-gradient(180deg, rgba(168, 142, 96, 0.94), rgba(94, 76, 53, 0.98));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light {
    width: 192px;
    height: 38px;
    bottom: 18%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(250, 252, 255, 0.44), rgba(255, 255, 255, 0.14) 54%, rgba(255, 255, 255, 0) 78%);
    filter: blur(0.6px);
    opacity: 0.96;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 22px 26px rgba(0, 0, 0, 0.28);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-hero {
    left: 12%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-boss {
    right: 11%;
    bottom: 43%;
    width: 152px;
    height: 28px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character {
    width: 248px;
    height: 248px;
    bottom: 12%;
    z-index: 3;
    transform-origin: 50% 88%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
    left: 8%;
    bottom: 17%;
    filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.34));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
    right: 9%;
    bottom: 35%;
    width: 208px;
    height: 208px;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.36));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character svg {
    width: 100%;
    height: 100%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
    position: absolute;
    z-index: 4;
    width: min(264px, 28%);
    padding: 12px 14px 12px;
    border-radius: 18px;
    border: 4px solid #1b252d;
    background:
        linear-gradient(180deg, rgba(250, 249, 241, 0.98), rgba(235, 231, 211, 0.98));
    box-shadow:
        0 7px 0 rgba(18, 24, 30, 0.42),
        0 16px 24px rgba(0, 0, 0, 0.14);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-boss {
    left: 7%;
    top: 7%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-hero {
    right: 7%;
    bottom: 9%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row {
    gap: 4px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong {
    font-size: 1.14rem;
    line-height: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group {
    gap: 4px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track {
    height: 11px;
    border: 2px solid #1b252d;
    border-radius: 999px;
    background: #e6e3d4;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-commandbar {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(286px, 0.9fr);
    gap: 14px;
    padding: 16px 18px 18px;
    border-top: 4px solid rgba(19, 29, 37, 0.98);
    background:
        linear-gradient(180deg, rgba(35, 43, 50, 0.96), rgba(16, 21, 26, 0.98));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status,
body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-height: 134px;
    margin: 0;
    border-radius: 18px;
    border: 4px solid #1b252d;
    box-shadow:
        0 7px 0 rgba(18, 24, 30, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 16px 18px 18px;
    background:
        linear-gradient(180deg, rgba(248, 246, 234, 0.98), rgba(234, 229, 205, 0.98));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status::before {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border: 1px solid rgba(27, 37, 45, 0.14);
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    grid-column: auto;
    margin: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip {
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 2px solid rgba(27, 37, 45, 0.12);
    background: rgba(255, 255, 255, 0.76);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong {
    font-size: 1.12rem;
    letter-spacing: -0.03em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    max-width: 30ch;
    font-size: 0.98rem;
    line-height: 1.38;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background:
        linear-gradient(180deg, rgba(245, 243, 231, 0.98), rgba(229, 225, 203, 0.98));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
    min-height: 50px;
    border: 2px solid rgba(27, 37, 45, 0.14);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(236, 233, 215, 0.9));
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 11px 14px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid rgba(20, 30, 38, 0.76);
    flex: 0 0 auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong {
    display: inline-flex;
    align-items: center;
    font-size: 0.96rem;
    line-height: 1.05;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:focus-visible {
    background:
        linear-gradient(180deg, rgba(217, 244, 232, 0.96), rgba(196, 232, 218, 0.96));
    border-color: rgba(85, 136, 111, 0.28);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action[disabled] {
    opacity: 0.5;
    filter: grayscale(0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
    top: 22%;
    right: 21%;
    max-width: 176px;
    border-radius: 16px 16px 4px 16px;
    border: 3px solid rgba(92, 20, 29, 0.42);
    background:
        linear-gradient(180deg, rgba(173, 41, 54, 0.98), rgba(118, 22, 34, 0.98));
    box-shadow:
        0 14px 24px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker {
    top: 16%;
    font-size: 1.04rem;
    text-shadow: 0 2px 0 rgba(11, 14, 17, 0.44), 0 0 16px rgba(255, 255, 255, 0.08);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
    top: 12px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset {
    background: rgba(7, 11, 14, 0.62);
}

@media (max-width: 980px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-roster {
        gap: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-card {
        min-height: 198px;
        padding: 16px 16px 14px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-roster-visual {
        width: 112px;
        height: 112px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
        min-height: 0;
        grid-template-rows: minmax(340px, 1fr) auto;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
        min-height: 360px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        left: 3%;
        bottom: 18%;
        width: 190px;
        height: 190px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        right: 3%;
        bottom: 40%;
        width: 164px;
        height: 164px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
        width: min(220px, 45%);
        padding: 10px 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-commandbar {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        min-height: 0;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        grid-template-columns: 1fr 1fr;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
        right: 10%;
        top: 18%;
    }
}

/* Immersive battlefield overlay */
body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    position: relative;
    grid-template-rows: minmax(430px, 1fr);
    min-height: 430px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
    min-height: 430px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::before {
    inset: 9% -18% auto;
    height: 140px;
    opacity: 0.66;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::after {
    height: 46%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-hero {
    left: 16%;
    bottom: 20%;
    width: 188px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage-light.is-boss {
    right: 16%;
    bottom: 49%;
    width: 146px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
    left: 8%;
    bottom: 16%;
    width: 224px;
    height: 224px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
    right: 11%;
    bottom: 42%;
    width: 186px;
    height: 186px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
    width: min(212px, 24%);
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(180deg, rgba(14, 18, 20, 0.28), rgba(10, 13, 16, 0.2));
    backdrop-filter: blur(16px) saturate(1.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 14px 30px rgba(0, 0, 0, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-boss {
    left: 5.5%;
    top: 8%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-hero {
    right: 5.5%;
    bottom: 10%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span,
body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label,
body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small {
    color: rgba(246, 249, 250, 0.94);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span,
body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label,
body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small {
    opacity: 0.86;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track {
    border-color: rgba(245, 249, 250, 0.18);
    background: rgba(13, 17, 19, 0.38);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-commandbar {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    position: absolute;
    left: 50%;
    top: 74px;
    transform: translateX(-50%);
    width: min(300px, 44%);
    min-height: 0;
    padding: 12px 14px 13px;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(7, 11, 13, 0.34), rgba(10, 12, 14, 0.2));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status::after {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    color: rgba(246, 249, 250, 0.95);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.12);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong {
    font-size: 0.98rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    max-width: none;
    font-size: 0.88rem;
    opacity: 0.84;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    position: absolute;
    left: 31%;
    bottom: 12%;
    width: auto;
    min-height: 0;
    display: flex;
    gap: 12px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    pointer-events: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
    position: relative;
    width: 78px;
    min-width: 78px;
    height: 86px;
    min-height: 86px;
    padding: 10px 8px 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(10, 13, 16, 0.3), rgba(10, 13, 16, 0.18));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 18px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: rgba(245, 248, 249, 0.96);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action::before {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: rgba(172, 255, 225, 0.98);
    filter: drop-shadow(0 0 10px rgba(133, 242, 223, 0.16));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action-icon svg {
    width: 100%;
    height: 100%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong {
    display: block;
    font-size: 0.72rem;
    line-height: 1.05;
    text-align: center;
    letter-spacing: -0.01em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(245, 248, 249, 0.82);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:focus-visible {
    background:
        linear-gradient(180deg, rgba(18, 26, 32, 0.56), rgba(16, 21, 26, 0.34));
    border-color: rgba(133, 242, 223, 0.22);
    transform: translateY(-2px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action[disabled] {
    opacity: 0.42;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
    top: 12px;
    width: 100%;
    justify-content: center;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset {
    pointer-events: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
    right: 18%;
    top: 24%;
}

@media (max-width: 1180px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        left: 6%;
        width: 204px;
        height: 204px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        right: 9%;
        width: 168px;
        height: 168px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        left: 29%;
        bottom: 11%;
        gap: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-action,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
        width: 72px;
        min-width: 72px;
        height: 80px;
        min-height: 80px;
    }
}

@media (max-width: 980px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
        grid-template-rows: minmax(420px, 1fr);
        min-height: 420px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
        min-height: 420px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
        width: min(180px, 44%);
        padding: 10px 11px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-boss {
        left: 4%;
        top: 7%;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-hero {
        right: 4%;
        bottom: 9%;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        left: 4%;
        bottom: 18%;
        width: 170px;
        height: 170px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        right: 5%;
        bottom: 46%;
        width: 138px;
        height: 138px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
        top: 60px;
        width: min(230px, 64%);
        padding: 10px 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        left: 30%;
        bottom: 14%;
        gap: 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-action,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
        width: 64px;
        min-width: 64px;
        height: 72px;
        min-height: 72px;
        border-radius: 16px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-action-icon {
        width: 24px;
        height: 24px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong {
        font-size: 0.64rem;
    }
}

/* Duel visual reset */
body.product-pathway-page.is-pathway-chooser .pathway-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-arena {
    position: relative;
    display: block;
    min-height: 510px;
    border-radius: 30px;
    overflow: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
    min-height: 510px;
    height: 100%;
    background:
        radial-gradient(circle at 16% 76%, rgba(123, 228, 208, 0.12), transparent 24%),
        radial-gradient(circle at 84% 34%, rgba(255, 110, 91, 0.14), transparent 22%),
        linear-gradient(180deg, rgba(18, 28, 35, 0.96) 0%, rgba(41, 46, 52, 0.98) 48%, rgba(116, 90, 54, 0.98) 100%);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::before {
    inset: 10% -20% auto;
    height: 160px;
    opacity: 0.56;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-stage::after {
    height: 48%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud {
    position: absolute;
    inset: 0;
    z-index: 7;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
    width: min(196px, 19vw);
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(9, 12, 15, 0.22), rgba(8, 11, 13, 0.12));
    backdrop-filter: blur(14px) saturate(1.05);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px rgba(0, 0, 0, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-hero {
    top: 18px;
    left: 18px;
    right: auto;
    bottom: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card.is-boss {
    top: 18px;
    right: 18px;
    left: auto;
    bottom: auto;
    flex-direction: row-reverse;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-visual {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row {
    gap: 2px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-title-row span {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label,
body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small {
    color: rgba(248, 250, 251, 0.94);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy strong {
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group {
    gap: 3px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-bar-group label {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    opacity: 0.64;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-copy small {
    font-size: 0.7rem;
    opacity: 0.72;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-health-track {
    height: 9px;
    border-width: 1px;
    background: rgba(11, 15, 18, 0.4);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
    left: 9%;
    bottom: 10%;
    width: 228px;
    height: 228px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
    right: 11%;
    bottom: 33%;
    width: 194px;
    height: 194px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-character svg {
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.34));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-commandbar {
    position: absolute;
    inset: 0;
    z-index: 8;
    pointer-events: none;
    background: transparent;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    display: grid;
    place-items: center;
    gap: 7px;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-level-chip {
    min-height: 22px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 11, 13, 0.34);
    color: rgba(248, 250, 251, 0.84);
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(245, 248, 249, 0.7);
    background: rgba(8, 11, 13, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 7px 12px;
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
    font-size: 0.78rem;
    line-height: 1;
    color: rgba(247, 250, 251, 0.9);
    background: rgba(7, 11, 14, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 8px 12px;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: auto;
    justify-content: center;
    gap: 8px;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset {
    pointer-events: auto;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(7, 11, 14, 0.38);
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row .pathway-duel-reset:first-child {
    transform: translateY(58px);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
    position: absolute;
    left: calc(9% + 212px);
    bottom: 15%;
    width: auto;
    min-height: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
    position: relative;
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.16), transparent 44%),
        linear-gradient(180deg, rgba(11, 15, 18, 0.56), rgba(9, 12, 14, 0.24));
    backdrop-filter: blur(14px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 18px rgba(0, 0, 0, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: rgba(244, 248, 249, 0.96);
    overflow: visible;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action::before {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action::after {
    content: attr(data-power-name) " · " attr(data-power-cost);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 9px);
    transform: translate(-50%, 6px);
    white-space: nowrap;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(7, 11, 14, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(245, 249, 250, 0.94);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.04em;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
    transition: opacity 160ms ease, transform 160ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:hover::after,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action-icon {
    width: 24px;
    height: 24px;
    color: rgba(179, 255, 231, 0.98);
    filter: drop-shadow(0 0 12px rgba(133, 242, 223, 0.24));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action[data-effect="quake"] .pathway-duel-action-icon,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action[data-effect="cross"] .pathway-duel-action-icon,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action[data-effect="arc"] .pathway-duel-action-icon {
    color: rgba(255, 220, 140, 0.98);
    filter: drop-shadow(0 0 12px rgba(255, 206, 102, 0.26));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action[data-effect="burst"] .pathway-duel-action-icon,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action[data-effect="thunder"] .pathway-duel-action-icon,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action[data-effect="nova"] .pathway-duel-action-icon {
    color: rgba(160, 201, 255, 0.98);
    filter: drop-shadow(0 0 12px rgba(112, 179, 255, 0.3));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action strong,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action small {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action:hover,
body.product-pathway-page.is-pathway-chooser .pathway-duel-action:focus-visible {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(133, 242, 223, 0.32);
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.2), transparent 46%),
        linear-gradient(180deg, rgba(15, 22, 28, 0.68), rgba(10, 14, 17, 0.34));
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-action[disabled] {
    opacity: 0.32;
    transform: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-speech {
    top: 26%;
    right: 15%;
    max-width: 148px;
    font-size: 0.78rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker {
    top: auto;
    bottom: 44%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-boss {
    right: 17%;
}

body.product-pathway-page.is-pathway-chooser .pathway-duel-marker.is-hero {
    left: 15%;
}

@media (max-width: 1180px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        width: 212px;
        height: 212px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        width: 176px;
        height: 176px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        left: calc(9% + 188px);
        gap: 8px;
    }
}

@media (max-width: 980px) {
    body.product-pathway-page.is-pathway-chooser .pathway-duel-arena,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-stage {
        min-height: 440px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-hero {
        left: 4%;
        bottom: 12%;
        width: 176px;
        height: 176px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-character.is-boss {
        right: 5%;
        bottom: 38%;
        width: 148px;
        height: 148px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-hud-card {
        width: min(168px, 42%);
        padding: 9px 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-status strong,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-status p {
        font-size: 0.72rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-reset-row .pathway-duel-reset:first-child {
        transform: translateY(54px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-actions {
        left: calc(4% + 150px);
        bottom: 12%;
        gap: 7px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-action,
    body.product-pathway-page.is-pathway-chooser .pathway-duel-action:nth-child(-n+2) {
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-duel-action-icon {
        width: 20px;
        height: 20px;
    }
}

/* Final chooser game override: branded flight game */
body.product-pathway-page.is-pathway-chooser .pathway-flight-scene {
    position: relative;
    min-height: clamp(292px, 40vh, 388px);
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 28%, rgba(75, 212, 184, 0.12), transparent 32%),
        radial-gradient(circle at 82% 22%, rgba(228, 132, 76, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(14, 16, 18, 0.96), rgba(10, 10, 11, 0.98));
    box-shadow:
        0 24px 54px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.03), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.02));
    pointer-events: none;
    z-index: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, transparent 78%, rgba(0, 0, 0, 0.42) 100%);
    pointer-events: none;
    z-index: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell {
    position: relative;
    min-height: inherit;
    height: 100%;
    isolation: isolate;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-tapzone {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    appearance: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-tapzone:focus-visible {
    outline: 2px solid rgba(123, 237, 205, 0.6);
    outline-offset: -4px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
    position: absolute;
    top: 18px;
    left: 18px;
    bottom: 18px;
    z-index: 4;
    display: grid;
    grid-template-rows: auto 1fr;
    width: 168px;
    padding: 14px 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(17, 23, 27, 0.62), rgba(9, 12, 14, 0.42));
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board.is-highlighted {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 22px 42px rgba(0, 0, 0, 0.26),
        0 0 0 1px rgba(123, 237, 205, 0.22),
        0 0 30px rgba(123, 237, 205, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head {
    display: grid;
    gap: 3px;
    padding-bottom: 10px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head span {
    color: rgba(246, 250, 252, 0.92);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    scrollbar-width: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list::-webkit-scrollbar {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 7px 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(247, 251, 252, 0.88);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li.is-empty {
    grid-template-columns: 1fr auto;
    min-height: 56px;
    align-content: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-rank {
    color: rgba(123, 237, 205, 0.82);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-name {
    color: rgba(248, 251, 252, 0.84);
    font-size: 0.79rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-score {
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-hud {
    position: absolute;
    inset: 18px 18px auto 206px;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill {
    display: grid;
    gap: 4px;
    min-width: 92px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(18, 22, 25, 0.68), rgba(10, 12, 14, 0.52));
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill strong {
    color: #f7fbfc;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill.is-best {
    text-align: right;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    max-width: min(78%, 420px);
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(11, 14, 16, 0.72), rgba(8, 10, 12, 0.56));
    color: rgba(248, 251, 252, 0.92);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transform: translateX(-50%);
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status.is-hidden {
    opacity: 0;
    transform: translate(-50%, 8px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="studio"] {
    border-color: rgba(123, 237, 205, 0.26);
    color: #a8f8e5;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="retail"] {
    border-color: rgba(255, 176, 112, 0.26);
    color: #ffd2ae;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="hybrid"] {
    border-color: rgba(146, 211, 255, 0.26);
    color: #d4eeff;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="crash"] {
    border-color: rgba(255, 128, 128, 0.28);
    color: #ffd2d2;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="runner"] {
    border-color: rgba(177, 247, 139, 0.28);
    color: #e2ffcb;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="victory"] {
    border-color: rgba(255, 222, 127, 0.3);
    color: #fff1b7;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-crashed::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255, 132, 110, 0.12), transparent 52%);
    pointer-events: none;
    z-index: 2;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 18px 20px;
    background:
        linear-gradient(180deg, rgba(4, 7, 9, 0.12), rgba(4, 7, 9, 0.36));
    backdrop-filter: blur(8px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-card {
    position: relative;
    width: min(280px, 100%);
    display: grid;
    gap: 10px;
    padding: 16px 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(17, 23, 27, 0.74), rgba(8, 10, 12, 0.62));
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.86);
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions button {
    flex: 0 0 auto;
    min-width: 104px;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #7be9cd, #e7fff9);
    color: #07110d;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    cursor: pointer;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions button.is-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions button:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

@media (max-width: 1180px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene {
        min-height: clamp(274px, 37vh, 350px);
    }
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene {
        min-height: 300px;
        border-radius: 24px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: 54px;
        right: 14px;
        left: auto;
        bottom: auto;
        width: auto;
        max-height: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        pointer-events: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li {
        gap: 5px;
        min-height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        justify-content: end;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list {
        gap: 3px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-rank {
        font-size: 0.5rem;
        letter-spacing: 0.06em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-name,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-score {
        font-size: 0.58rem;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li:nth-child(n+4) {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-hud {
        inset: 14px 14px auto 14px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill {
        min-width: 58px;
        padding: 7px 8px;
        border-radius: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill strong {
        font-size: 0.94rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill span {
        font-size: 0.58rem;
        letter-spacing: 0.14em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        bottom: 16px;
        min-height: 32px;
        max-width: min(48%, 210px);
        padding: 0 11px;
        font-size: 0.68rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover {
        padding: 14px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-card {
        width: min(248px, 100%);
        padding: 12px 12px 10px;
        border-radius: 16px;
    }
}

@media (max-width: 620px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene {
        min-height: 316px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: 52px;
        right: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover {
        padding: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions {
        gap: 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions button {
        min-width: 92px;
        min-height: 36px;
        font-size: 0.8rem;
    }
}

/* Final mobile-first flight HUD cleanup */
body.product-pathway-page.is-pathway-chooser .pathway-flight-shell {
    --flight-pad: 14px;
    --flight-topline: calc(var(--flight-pad) + env(safe-area-inset-top, 0px));
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
    position: absolute;
    top: var(--flight-topline);
    left: var(--flight-pad);
    z-index: 4;
    display: inline-flex;
    gap: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
    min-width: 88px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(18, 22, 25, 0.76), rgba(10, 12, 14, 0.62));
    color: #f7fbfc;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button.is-secondary {
    background: rgba(255, 255, 255, 0.06);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-hud {
    inset: var(--flight-topline) var(--flight-pad) auto auto;
    gap: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill {
    min-width: 62px;
    padding: 7px 9px;
    border-radius: 13px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill span {
    font-size: 0.56rem;
    letter-spacing: 0.14em;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-pill strong {
    font-size: 0.95rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
    position: absolute;
    top: calc(var(--flight-topline) + 42px);
    right: var(--flight-pad);
    left: auto;
    bottom: auto;
    z-index: 4;
    width: 98px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li {
    min-height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    justify-content: end;
    gap: 5px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li:nth-child(n+5) {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li.is-empty {
    min-height: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-rank {
    font-size: 0.52rem;
    letter-spacing: 0.06em;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-name,
body.product-pathway-page.is-pathway-chooser .pathway-flight-board-score {
    font-size: 0.58rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
    width: 128px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(17, 23, 27, 0.74), rgba(8, 10, 12, 0.62));
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board-head {
    display: grid;
    gap: 2px;
    padding-bottom: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board-head span {
    color: rgba(246, 250, 252, 0.9);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board-head small {
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board-list {
    max-height: 178px;
    overflow: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board-list li:nth-child(n+5) {
    display: grid;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
    top: calc(var(--flight-topline) + 40px);
    bottom: auto;
    min-height: 28px;
    max-width: 128px;
    padding: 0 10px;
    font-size: 0.68rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status.is-hidden {
    transform: translate(-50%, -4px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status[data-tone="idle"] {
    animation: pathwayFlightIdlePulse 1.2s ease-in-out infinite;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover {
    display: none !important;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-card {
    width: min(214px, calc(100% - 28px));
    padding: 12px;
    border-radius: 16px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-form {
    display: grid;
    gap: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-form input {
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font: inherit;
    font-size: 0.82rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-form input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-form input:focus {
    outline: none;
    border-color: rgba(123, 237, 205, 0.42);
    box-shadow: 0 0 0 4px rgba(123, 237, 205, 0.12);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions {
    justify-content: center;
    padding-top: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-gameover-actions button {
    min-width: 94px;
    min-height: 36px;
    font-size: 0.8rem;
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell {
        --flight-pad: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
        min-width: 80px;
        min-height: 32px;
        padding: 0 10px;
        font-size: 0.72rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: calc(var(--flight-topline) + 38px);
        width: 86px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list {
        gap: 3px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li:nth-child(n+4) {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
        width: 112px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board-list li:nth-child(n+4) {
        display: grid;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        top: calc(var(--flight-topline) + 38px);
        max-width: 110px;
        font-size: 0.6rem;
    }
}

@media (max-width: 520px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
        gap: 6px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
        min-width: 72px;
        font-size: 0.68rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill {
        min-width: 54px;
        padding: 6px 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-name,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-score {
        font-size: 0.54rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
        width: 104px;
    }
}

@keyframes pathwayFlightIdlePulse {
    0%, 100% {
        opacity: 0.72;
        box-shadow:
            0 14px 28px rgba(0, 0, 0, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }
    50% {
        opacity: 1;
        box-shadow:
            0 14px 28px rgba(0, 0, 0, 0.22),
            0 0 0 1px rgba(123, 237, 205, 0.22),
            0 0 24px rgba(123, 237, 205, 0.18);
    }
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
    position: absolute;
    top: var(--flight-topline);
    left: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    max-width: min(320px, calc(100% - 188px));
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(18, 22, 25, 0.82), rgba(10, 12, 14, 0.72));
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save.is-hidden {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(123, 237, 205, 0.16);
    color: #aef8e8;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save input {
    min-width: 0;
    width: 112px;
    height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font: inherit;
    font-size: 0.78rem;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save input:focus {
    outline: none;
    border-color: rgba(123, 237, 205, 0.3);
    box-shadow: 0 0 0 3px rgba(123, 237, 205, 0.12);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save button {
    height: 30px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #7be9cd, #e7fff9);
    color: #07110d;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    cursor: pointer;
    flex: 0 0 auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save button.is-secondary {
    min-width: 30px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-save-open .pathway-flight-tapzone {
    pointer-events: none;
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
        max-width: calc(100% - 24px);
        gap: 5px;
        padding: 5px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save input {
        width: 92px;
        font-size: 0.74rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save button {
        padding: 0 10px;
        font-size: 0.7rem;
    }
}

@media (max-width: 520px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
        top: calc(var(--flight-topline) + 38px);
        left: var(--flight-pad);
        max-width: calc(100% - (var(--flight-pad) * 2));
        transform: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save-score {
        min-width: 28px;
        height: 28px;
        padding: 0 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save input {
        width: 80px;
        height: 28px;
        padding: 0 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save button {
        height: 28px;
        padding: 0 9px;
    }
}

/* Final flight layout bugfix pass */
body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
    gap: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: calc(100% - 176px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
    min-width: 110px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 34px;
    margin-left: 8px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(8, 12, 14, 0.34);
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button {
    min-width: 0;
    width: auto;
    height: 26px;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: rgba(245, 250, 252, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button.is-active {
    background: linear-gradient(135deg, rgba(123, 237, 205, 0.92), rgba(255, 255, 255, 0.82));
    color: #07110e;
    box-shadow: 0 8px 18px rgba(123, 237, 205, 0.14);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts {
    display: inline-grid;
    align-content: center;
    position: relative;
    overflow: hidden;
    min-width: 112px;
    min-height: 34px;
    margin-left: 10px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(16, 19, 22, 0.46), rgba(10, 12, 14, 0.18));
    color: rgba(245, 250, 252, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(123, 237, 205, 0.08), rgba(255, 255, 255, 0.01) 42%, rgba(255, 176, 112, 0.08));
    opacity: 0.7;
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts span {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.44);
    font-size: 0.54rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts strong {
    position: relative;
    z-index: 1;
    margin-top: 3px;
    font-size: 0.96rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    line-height: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts.is-fed {
    animation: pathwayFlightAttemptsPulse 720ms cubic-bezier(0.18, 0.86, 0.22, 1);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts[data-heat="1"] {
    border-color: rgba(123, 237, 205, 0.18);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts[data-heat="2"] {
    border-color: rgba(123, 237, 205, 0.24);
    box-shadow:
        0 0 0 1px rgba(123, 237, 205, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts[data-heat="3"] {
    border-color: rgba(255, 176, 112, 0.26);
    box-shadow:
        0 0 18px rgba(255, 176, 112, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts[data-heat="4"],
body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts[data-heat="5"] {
    border-color: rgba(255, 132, 118, 0.3);
    box-shadow:
        0 0 22px rgba(255, 132, 118, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shield {
    position: relative;
    display: inline-grid;
    grid-template-columns: auto auto;
    align-items: center;
    column-gap: 8px;
    min-height: 36px;
    margin-left: 8px;
    padding: 0 10px 0 12px;
    border: 1px solid rgba(255, 118, 118, 0.18);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(30, 18, 18, 0.9), rgba(15, 11, 11, 0.78)),
        radial-gradient(circle at left center, rgba(255, 118, 118, 0.16), transparent 62%);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shield.is-hidden {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shield span {
    grid-column: 1 / span 2;
    color: rgba(255, 220, 214, 0.58);
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shield strong {
    color: rgba(255, 241, 236, 0.96);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shield-bar {
    position: relative;
    display: block;
    width: 32px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shield-bar b {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff9d8c, #ff5e5e);
    box-shadow: 0 0 12px rgba(255, 118, 118, 0.34);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    margin-left: 8px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(8, 12, 14, 0.36);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory.is-hidden {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid rgba(123, 237, 205, 0.18);
    border-radius: 999px;
    background: rgba(123, 237, 205, 0.08);
    color: rgba(239, 255, 250, 0.94);
    line-height: 1;
    white-space: nowrap;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip b {
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.64rem;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip.is-gold {
    border-color: rgba(255, 214, 118, 0.24);
    background: rgba(255, 190, 92, 0.1);
    color: rgba(255, 238, 190, 0.96);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip.is-blue {
    border-color: rgba(118, 200, 255, 0.24);
    background: rgba(94, 184, 255, 0.1);
    color: rgba(220, 244, 255, 0.96);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip.is-danger {
    border-color: rgba(255, 118, 118, 0.26);
    background: rgba(255, 118, 118, 0.1);
    color: rgba(255, 224, 218, 0.96);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.44);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    white-space: nowrap;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-promo.is-contract {
    color: rgba(236, 244, 246, 0.72);
    letter-spacing: 0.06em;
    max-width: 220px;
    white-space: normal;
    line-height: 1.2;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
    top: calc(var(--flight-topline) + 42px);
    left: var(--flight-pad);
    right: auto;
    width: 144px;
    transform: translateY(-6px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
    width: 164px;
    padding: 10px 12px;
    transform: translateY(0);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-hud {
    inset: var(--flight-topline) var(--flight-pad) auto auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
    top: calc(var(--flight-topline) + 8px);
    bottom: auto;
    max-width: 150px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-status {
    opacity: 0;
    visibility: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-commentary-live .pathway-flight-status {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -8px) scale(0.94);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-commentary-live .pathway-flight-promo {
    opacity: 0.18;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li {
    align-items: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li.is-podium {
    background: rgba(255, 255, 255, 0.045);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li.is-podium-1 .pathway-flight-board-rank {
    color: #f4cf63;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li.is-podium-2 .pathway-flight-board-rank {
    color: #d9e2ee;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li.is-podium-3 .pathway-flight-board-rank {
    color: #d7a173;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board-name small {
    display: block;
    margin-top: 1px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
    top: calc(var(--flight-topline) + 38px);
    max-width: min(320px, calc(100% - 236px));
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
        max-width: calc(100% - 126px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
        min-width: 100px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select {
        margin-left: 6px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button {
        height: 24px;
        min-height: 24px;
        padding: 0 8px;
        font-size: 0.62rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts {
        min-width: 102px;
        margin-left: 8px;
        padding: 0 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts strong {
        font-size: 0.88rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
        margin-left: 8px;
        font-size: 0.62rem;
        letter-spacing: 0.06em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        width: 128px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
        width: 144px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        top: calc(var(--flight-topline) + 6px);
        max-width: 128px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
        top: calc(var(--flight-topline) + 36px);
        max-width: calc(100% - 24px);
    }
}

@media (max-width: 520px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
        max-width: calc(100% - 116px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
        min-width: 94px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select {
        order: 4;
        width: 100%;
        max-width: 164px;
        margin: 5px 0 0;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button {
        flex: 1;
        padding: 0 6px;
        font-size: 0.58rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts {
        min-width: 94px;
        margin-left: 6px;
        padding: 0 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts span {
        font-size: 0.5rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts strong {
        font-size: 0.8rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: calc(var(--flight-topline) + 36px);
        width: 118px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
        width: 132px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        max-width: 116px;
        font-size: 0.58rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
        top: calc(var(--flight-topline) + 34px);
    }
}

@media (max-width: 390px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
        max-width: calc(100% - 104px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls button {
        min-width: 82px;
        padding: 0 9px;
        font-size: 0.66rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts {
        min-width: 78px;
        margin-left: 5px;
        padding: 0 7px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select {
        max-width: 146px;
        gap: 3px;
        padding: 2px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button {
        height: 22px;
        min-height: 22px;
        padding: 0 4px;
        font-size: 0.52rem;
    }
}

/* Flight polish pass: clean entry cards and true hidden idle prompt */
body.product-pathway-page.is-pathway-chooser .pathway-door-price {
    display: none !important;
}

body.product-pathway-page.is-pathway-chooser .pathway-door-cta {
    margin-top: auto;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
    transition:
        opacity 180ms ease,
        transform 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease,
        visibility 0s linear 0s;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    transform: translate(-50%, 8px) scale(0.96);
}

@keyframes pathwayFlightAttemptsPulse {
    0% {
        transform: scale(1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
    35% {
        transform: scale(1.04);
        box-shadow:
            0 0 0 1px rgba(123, 237, 205, 0.22),
            0 0 24px rgba(123, 237, 205, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }
    100% {
        transform: scale(1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
}

/* Flight tip readability pass */
body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
    position: absolute;
    top: var(--flight-topline);
    left: var(--flight-pad);
    z-index: 4;
    gap: 8px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: block;
    max-width: min(284px, calc(100vw - 188px));
    margin-left: 0;
    padding: 7px 12px 7px 28px;
    border: 1px solid rgba(123, 237, 205, 0.18);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(15, 20, 23, 0.84), rgba(10, 12, 15, 0.66)),
        radial-gradient(circle at left center, rgba(123, 237, 205, 0.14), transparent 62%);
    color: rgba(241, 248, 250, 0.84);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.22;
    text-transform: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
    white-space: normal;
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    pointer-events: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-promo::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #7bedcd;
    box-shadow: 0 0 12px rgba(123, 237, 205, 0.55);
    transform: translateY(-50%);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
    top: calc(var(--flight-topline) + 74px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
    top: calc(var(--flight-topline) + 10px);
    max-width: none;
    padding: 8px 14px;
    white-space: nowrap;
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
        top: calc(100% + 7px);
        max-width: min(228px, calc(100vw - 152px));
        padding: 6px 11px 6px 26px;
        font-size: 0.62rem;
        line-height: 1.2;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: calc(var(--flight-topline) + 70px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        top: calc(var(--flight-topline) + 8px);
    }
}

@media (max-width: 520px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
        display: block;
        top: calc(100% + 6px);
        max-width: min(188px, calc(100vw - 132px));
        padding: 6px 10px 6px 24px;
        font-size: 0.58rem;
        line-height: 1.18;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-promo::before {
        left: 10px;
        width: 7px;
        height: 7px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: calc(var(--flight-topline) + 66px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        font-size: 0.56rem;
    }
}

@media (min-width: 1180px) {
    body.product-pathway-page.is-pathway-chooser .pathway-landing-scene.pathway-flight-scene {
        width: min(1500px, calc(100vw - 76px));
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1500px) {
    body.product-pathway-page.is-pathway-chooser .pathway-landing-scene.pathway-flight-scene {
        width: min(1640px, calc(100vw - 96px));
    }
}

/* Flight milestone pulse */
body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: min(280px, 44vw);
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone::before {
    content: "";
    position: absolute;
    inset: 16% 18%;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 44%, transparent 74%),
        radial-gradient(circle at 30% 40%, rgba(123, 237, 205, 0.16), transparent 58%),
        radial-gradient(circle at 70% 62%, rgba(255, 176, 112, 0.16), transparent 58%);
    filter: blur(18px);
    opacity: 0;
    transform: scale(0.72);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone-value {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(244, 249, 251, 0.94);
    font-size: clamp(3.8rem, 10vw, 7rem);
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1;
    text-shadow:
        0 0 28px rgba(255, 255, 255, 0.22),
        0 0 58px rgba(123, 237, 205, 0.18),
        0 12px 30px rgba(0, 0, 0, 0.28);
    opacity: 0;
    transform: scale(0.68) translateY(10px);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone-particles {
    position: absolute;
    inset: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone-particle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size, 6px);
    height: var(--size, 6px);
    margin-left: calc(var(--size, 6px) / -2);
    margin-top: calc(var(--size, 6px) / -2);
    border-radius: 999px;
    background: rgba(var(--hue, 236,246,248), 0.94);
    box-shadow:
        0 0 14px rgba(var(--hue, 236,246,248), 0.52),
        0 0 28px rgba(var(--hue, 236,246,248), 0.22);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.4);
    animation: pathwayFlightMilestoneParticle 680ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
    animation-delay: var(--delay, 0ms);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone.is-live {
    opacity: 1;
    visibility: visible;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone.is-live::before {
    animation: pathwayFlightMilestoneAura 980ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone.is-live .pathway-flight-milestone-value {
    animation: pathwayFlightMilestoneValue 980ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone.is-burst .pathway-flight-milestone-value {
    animation: pathwayFlightMilestoneFade 420ms ease forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary {
    position: absolute;
    left: 50%;
    top: 24%;
    z-index: 5;
    display: grid;
    justify-items: center;
    gap: 6px;
    width: min(520px, calc(100% - 48px));
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary::before {
    content: "";
    position: absolute;
    inset: -18px 6% -12px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02) 40%, transparent 74%),
        radial-gradient(circle at 30% 42%, rgba(123, 237, 205, 0.18), transparent 58%),
        radial-gradient(circle at 72% 58%, rgba(255, 176, 112, 0.18), transparent 58%);
    filter: blur(24px);
    opacity: 0;
    transform: scale(0.82);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-kicker,
body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-title,
body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-detail {
    position: relative;
    z-index: 1;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-kicker {
    color: rgba(246, 250, 252, 0.48);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px) scale(0.96);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-title {
    max-width: 18ch;
    color: rgba(246, 250, 252, 0.96);
    font-size: clamp(1.32rem, 3vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.98;
    text-shadow:
        0 0 24px rgba(255, 255, 255, 0.18),
        0 12px 26px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(12px) scale(0.9);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-detail {
    max-width: min(46ch, 100%);
    margin: 0;
    color: rgba(244, 249, 251, 0.86);
    font-size: clamp(0.74rem, 1.5vw, 0.94rem);
    font-weight: 700;
    line-height: 1.34;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
    opacity: 0;
    transform: translateY(10px) scale(0.96);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary[data-tone="crash"] .pathway-flight-commentary-title,
body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary[data-tone="crash"] .pathway-flight-commentary-detail {
    color: #ffe0d9;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary[data-tone="runner"] .pathway-flight-commentary-title,
body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary[data-tone="runner"] .pathway-flight-commentary-detail {
    color: #e7ffd6;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary[data-tone="victory"] .pathway-flight-commentary-title,
body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary[data-tone="victory"] .pathway-flight-commentary-detail {
    color: #fff2c5;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-particles {
    position: absolute;
    inset: 0;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-particle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: var(--size, 6px);
    height: var(--size, 6px);
    margin-left: calc(var(--size, 6px) / -2);
    margin-top: calc(var(--size, 6px) / -2);
    border-radius: 999px;
    background: rgba(var(--hue, 182,247,226), 0.92);
    box-shadow:
        0 0 14px rgba(var(--hue, 182,247,226), 0.56),
        0 0 28px rgba(var(--hue, 182,247,226), 0.24);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.36);
    animation: pathwayFlightCommentaryParticle 860ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
    animation-delay: var(--delay, 0ms);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-live {
    opacity: 1;
    visibility: visible;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-live::before {
    animation: pathwayFlightCommentaryAura 5200ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-live .pathway-flight-commentary-kicker {
    animation: pathwayFlightCommentaryKicker 5200ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-live .pathway-flight-commentary-title {
    animation: pathwayFlightCommentaryTitle 5200ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-live .pathway-flight-commentary-detail {
    animation: pathwayFlightCommentaryDetail 5400ms cubic-bezier(0.18, 0.86, 0.22, 1) forwards;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-burst .pathway-flight-commentary-title,
body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary.is-burst .pathway-flight-commentary-detail {
    animation: pathwayFlightCommentaryFade 460ms ease forwards;
}

.pathway-light-panel p a,
.pathway-light-panel li a,
.pathway-light-panel small a,
.pathway-lead-copy-card p a,
.pathway-form-actions p a,
.pathway-success p a {
    color: #9d6a45;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.pathway-light-panel p a:hover,
.pathway-light-panel li a:hover,
.pathway-light-panel small a:hover,
.pathway-lead-copy-card p a:hover,
.pathway-form-actions p a:hover,
.pathway-success p a:hover {
    color: #7d5234;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    display: grid;
    gap: 12px;
    width: min(420px, calc(100% - 28px));
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(15, 19, 22, 0.9), rgba(10, 12, 15, 0.82)),
        radial-gradient(circle at top left, rgba(123, 237, 205, 0.12), transparent 54%),
        radial-gradient(circle at bottom right, rgba(255, 176, 112, 0.12), transparent 56%);
    box-shadow:
        0 26px 48px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    transform: translate(-50%, -50%);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power.is-hidden {
    display: none;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-kicker {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-title {
    color: rgba(244, 249, 251, 0.94);
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-card {
    display: grid;
    gap: 5px;
    min-height: 92px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(244, 249, 251, 0.94);
    text-align: left;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-card:hover {
    transform: translateY(-2px);
    border-color: rgba(123, 237, 205, 0.32);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-card strong {
    font-size: 0.95rem;
    font-weight: 800;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-power-card small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    line-height: 1.35;
}

body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-power-open .pathway-flight-tapzone {
    pointer-events: none;
}

@media (max-width: 640px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-power {
        width: calc(100% - 24px);
        padding: 14px;
        gap: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-power-grid {
        grid-template-columns: 1fr;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-power-card {
        min-height: 82px;
        padding: 12px;
    }
}

@keyframes pathwayFlightMilestoneAura {
    0% {
        opacity: 0;
        transform: scale(0.72);
    }
    26% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@keyframes pathwayFlightMilestoneValue {
    0% {
        opacity: 0;
        transform: scale(0.68) translateY(10px);
        filter: blur(8px);
    }
    24% {
        opacity: 1;
        transform: scale(1.02) translateY(0);
        filter: blur(0);
    }
    72% {
        opacity: 0.96;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: scale(1.08) translateY(-4px);
        filter: blur(10px);
    }
}

@keyframes pathwayFlightMilestoneFade {
    0% {
        opacity: 0.7;
        transform: scale(1) translateY(0);
    }
    100% {
        opacity: 0;
        transform: scale(1.14) translateY(-8px);
    }
}

@keyframes pathwayFlightMilestoneParticle {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.35);
    }
    18% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--dx, 0px), var(--dy, 0px), 0) scale(0.18);
    }
}

@keyframes pathwayFlightCommentaryAura {
    0% {
        opacity: 0;
        transform: scale(0.82);
    }
    18% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

@keyframes pathwayFlightCommentaryKicker {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }
    16%,
    72% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-6px) scale(1.02);
    }
}

@keyframes pathwayFlightCommentaryTitle {
    0% {
        opacity: 0;
        transform: translateY(12px) scale(0.9);
        filter: blur(10px);
    }
    18%,
    74% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px) scale(1.04);
        filter: blur(10px);
    }
}

@keyframes pathwayFlightCommentaryDetail {
    0%,
    8% {
        opacity: 0;
        transform: translateY(12px) scale(0.96);
        filter: blur(8px);
    }
    24%,
    80% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-6px) scale(1.03);
        filter: blur(8px);
    }
}

@keyframes pathwayFlightCommentaryFade {
    0% {
        opacity: 0.72;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px) scale(1.06);
    }
}

@keyframes pathwayFlightCommentaryParticle {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.32);
    }
    18% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate3d(var(--dx, 0px), var(--dy, 0px), 0) scale(0.18);
    }
}

@media (max-width: 820px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone {
        width: min(220px, 48vw);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary {
        top: 27%;
        width: min(430px, calc(100% - 34px));
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-detail {
        max-width: min(34ch, 100%);
    }
}

@media (max-width: 520px) {
    body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone {
        width: min(160px, 42vw);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone-value {
        font-size: clamp(2.4rem, 12vw, 4.2rem);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary {
        top: 30%;
        width: calc(100% - 28px);
        gap: 4px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-kicker {
        font-size: 0.54rem;
        letter-spacing: 0.18em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-title {
        max-width: 16ch;
        font-size: clamp(1.04rem, 5.8vw, 1.5rem);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-detail {
        max-width: 27ch;
        font-size: 0.7rem;
        line-height: 1.26;
    }
}

/* Phone-app flight layout: one final authority for small/touch screens. */
@media (max-width: 760px), (pointer: coarse) {
    body.product-pathway-page.is-pathway-chooser {
        overflow-x: hidden;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-shell {
        overflow-x: hidden;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-wrap,
    body.product-pathway-page.is-pathway-chooser .pathway-hero .pathway-wrap {
        width: min(100% - 20px, 1220px) !important;
        max-width: calc(100vw - 20px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-landing-scene {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-main {
        gap: 10px;
        padding-bottom: 14px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-hero {
        padding-top: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(270px, 84vw);
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 8px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-grid::-webkit-scrollbar {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door {
        min-height: 184px;
        padding: 18px;
        gap: 9px;
        border-radius: 22px;
        scroll-snap-align: start;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-kicker {
        font-size: 0.62rem;
        letter-spacing: 0.2em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door strong {
        font-size: clamp(1.62rem, 7.2vw, 2.14rem);
        line-height: 0.96;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door p {
        max-width: 25rem;
        font-size: 0.86rem;
        line-height: 1.36;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-price {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-cta {
        min-height: 38px;
        padding: 0 14px;
        font-size: 0.76rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-landing-scene.pathway-flight-scene {
        margin-top: 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene {
        width: 100%;
        height: clamp(300px, calc(100svh - 330px), 390px);
        min-height: 300px;
        max-height: 390px;
        aspect-ratio: 16 / 9.5;
        border-radius: 22px;
        overflow: hidden;
        transform: translateZ(0);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene::before,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene::after {
        opacity: 0.5;
        filter: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell {
        --flight-pad: 10px;
        --flight-topline: 10px;
        transform: translateZ(0);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-canvas {
        image-rendering: auto;
        touch-action: manipulation;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
        position: absolute;
        top: 10px;
        left: 10px;
        right: auto;
        z-index: 7;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 5px !important;
        max-width: calc(100% - 132px) !important;
        pointer-events: auto;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls > button[data-flight-board-toggle] {
        width: auto !important;
        min-width: 94px !important;
        min-height: 34px;
        height: 34px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 0.72rem;
        line-height: 1;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select {
        order: 2;
        width: 138px;
        max-width: 138px;
        min-height: 30px;
        margin: 0 !important;
        padding: 2px;
        gap: 2px;
        border-radius: 999px;
        background: rgba(8, 11, 12, 0.56);
        backdrop-filter: none !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button {
        flex: 1 1 0;
        min-width: 0;
        min-height: 24px;
        height: 24px;
        padding: 0 4px;
        border-radius: 999px;
        font-size: 0.54rem;
        letter-spacing: 0.1em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts {
        order: 3;
        display: inline-grid !important;
        min-width: 82px;
        min-height: 28px;
        margin: 0 !important;
        padding: 0 8px;
        border-radius: 999px;
        backdrop-filter: none !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts span {
        font-size: 0.42rem;
        letter-spacing: 0.12em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-attempts strong {
        margin-top: 2px;
        font-size: 0.72rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-promo {
        order: 6;
        display: inline-flex !important;
        min-height: 28px;
        max-width: min(250px, calc(100vw - 116px));
        margin: 0 !important;
        font-size: 0.58rem;
        letter-spacing: 0.03em;
        white-space: normal;
        line-height: 1.12;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shield {
        order: 4;
        min-width: 0;
        min-height: 28px;
        margin: 0 !important;
        padding: 0 8px;
        column-gap: 5px;
        border-radius: 999px;
        transform: scale(0.92);
        transform-origin: left top;
        backdrop-filter: none !important;
        background: rgba(8, 11, 12, 0.62);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shield span {
        font-size: 0.48rem;
        letter-spacing: 0.12em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shield strong {
        min-width: 12px;
        font-size: 0.72rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shield-bar {
        width: 34px;
        height: 4px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory {
        order: 5;
        max-width: min(250px, calc(100vw - 116px));
        min-height: 28px;
        margin: 0 !important;
        padding: 2px;
        gap: 3px;
        overflow-x: auto;
        scrollbar-width: none;
        backdrop-filter: none !important;
        background: rgba(8, 11, 12, 0.56);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory::-webkit-scrollbar {
        display: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip {
        min-height: 22px;
        padding: 0 6px;
        gap: 4px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip b {
        font-size: 0.48rem;
        letter-spacing: 0.07em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-inventory-chip small {
        font-size: 0.54rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-hud {
        inset: 9px 9px auto auto !important;
        z-index: 8;
        display: flex;
        gap: 6px;
        transform: translateZ(0);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill {
        min-width: 52px;
        min-height: 52px;
        padding: 7px 8px;
        gap: 2px;
        border-radius: 13px;
        background: rgba(12, 13, 15, 0.76);
        backdrop-filter: none !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill span {
        font-size: 0.48rem;
        letter-spacing: 0.13em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill strong {
        font-size: 0.98rem;
        line-height: 1;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        top: auto !important;
        right: auto !important;
        bottom: 12px !important;
        left: 50% !important;
        z-index: 7;
        width: auto;
        max-width: min(74%, 260px) !important;
        min-height: 32px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 0.68rem;
        line-height: 1.12;
        background: rgba(9, 11, 13, 0.68);
        backdrop-filter: none !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
        transform: translateX(-50%);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-commentary-live .pathway-flight-status,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-status {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board {
        top: 50px !important;
        left: 10px !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 9;
        width: 0 !important;
        max-width: calc(100% - 20px);
        max-height: 0 !important;
        padding: 0 !important;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px) scale(0.98);
        transform-origin: top left;
        background: rgba(9, 12, 14, 0.92);
        backdrop-filter: none !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
        width: min(210px, calc(100% - 20px)) !important;
        max-height: 260px !important;
        padding: 10px !important;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head {
        gap: 2px;
        margin-bottom: 6px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head span {
        font-size: 0.58rem;
        letter-spacing: 0.12em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-head small {
        font-size: 0.52rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list {
        gap: 4px;
        max-height: 194px;
        overflow: auto;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-list li {
        min-height: 26px;
        padding: 6px 7px;
        border-radius: 9px;
        font-size: 0.64rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-rank {
        min-width: 22px;
        font-size: 0.58rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-name,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-board-score {
        font-size: 0.64rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
        left: 50% !important;
        right: auto !important;
        top: 10px !important;
        z-index: 12;
        width: min(300px, calc(100% - 24px));
        max-width: min(300px, calc(100% - 24px));
        min-height: 34px;
        padding: 4px;
        border-radius: 999px;
        transform: translateX(-50%);
        background: rgba(10, 12, 15, 0.86);
        backdrop-filter: none !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save input {
        flex: 1 1 auto;
        min-width: 74px;
        height: 28px;
        padding: 0 10px;
        font-size: 0.76rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save button {
        min-width: 34px;
        height: 28px;
        padding: 0 9px;
        font-size: 0.68rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save-score {
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-save-open .pathway-flight-controls,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-save-open .pathway-flight-hud,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-save-open .pathway-flight-status,
    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-save-open .pathway-flight-board {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary {
        top: 28%;
        z-index: 10;
        width: min(360px, calc(100% - 28px));
        gap: 4px;
        pointer-events: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-kicker {
        font-size: 0.52rem;
        letter-spacing: 0.18em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-title {
        max-width: 18ch;
        font-size: clamp(1.12rem, 6vw, 1.72rem);
        line-height: 0.98;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-detail {
        max-width: 27ch;
        font-size: 0.72rem;
        line-height: 1.28;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone {
        top: 27%;
        width: min(150px, 40vw);
        pointer-events: none;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-milestone-value {
        font-size: clamp(2.5rem, 13vw, 4.5rem);
    }
}

@media (max-width: 390px) {
    body.product-pathway-page.is-pathway-chooser .pathway-main {
        gap: 8px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door-grid {
        grid-auto-columns: minmax(250px, 82vw);
        gap: 10px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door {
        min-height: 170px;
        padding: 16px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door strong {
        font-size: clamp(1.42rem, 7vw, 1.88rem);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-door p {
        font-size: 0.78rem;
        line-height: 1.28;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-scene {
        height: clamp(292px, calc(100svh - 304px), 360px);
        min-height: 292px;
        max-height: 360px;
        aspect-ratio: 16 / 10;
        border-radius: 18px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 116px) !important;
        gap: 4px !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-controls > button[data-flight-board-toggle] {
        min-width: 86px !important;
        height: 31px;
        min-height: 31px;
        padding: 0 10px;
        font-size: 0.66rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select {
        width: 118px;
        max-width: 118px;
        min-height: 27px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-bot-select button {
        min-height: 21px;
        height: 21px;
        font-size: 0.48rem;
        letter-spacing: 0.08em;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-hud {
        inset: 8px 8px auto auto !important;
        gap: 5px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill {
        min-width: 46px;
        min-height: 48px;
        padding: 6px 7px;
        border-radius: 12px;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill span {
        font-size: 0.44rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-pill strong {
        font-size: 0.9rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-status {
        bottom: 10px !important;
        max-width: calc(100% - 40px) !important;
        min-height: 30px;
        padding: 0 10px;
        font-size: 0.64rem;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-shell.is-board-open .pathway-flight-board {
        top: 44px !important;
        width: min(196px, calc(100% - 16px)) !important;
        max-height: 238px !important;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-save {
        top: 9px !important;
        width: calc(100% - 18px);
        max-width: calc(100% - 18px);
        transform: translateX(-50%) scale(0.96);
        transform-origin: top center;
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary {
        top: 31%;
        width: calc(100% - 24px);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-title {
        max-width: 16ch;
        font-size: clamp(1rem, 6vw, 1.38rem);
    }

    body.product-pathway-page.is-pathway-chooser .pathway-flight-commentary-detail {
        max-width: 25ch;
        font-size: 0.66rem;
    }
}
