.ee-magic-landing-page .ee-entry__content > .alignfull {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ee-magic-journey {
    padding: 100px 0;
    border-block: 1px solid #211c14;
    background: #100e0b;
    color: var(--legacy-text);
}

.ee-magic-journey [hidden] {
    display: none !important;
}

.ee-magic-journey__header {
    max-width: 800px;
}

.ee-magic-journey__header h2 {
    max-width: 760px;
    margin: 0;
    color: var(--legacy-text);
    font-size: 2.72rem;
    font-weight: 600;
    line-height: 1.05;
}

.ee-magic-journey__header > p:last-child {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--legacy-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.ee-magic-journey__progress {
    margin: 54px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    border: 1px solid var(--legacy-line);
    border-radius: 8px;
    background: #0b0a08;
    overflow: hidden;
}

.ee-magic-journey__progress li {
    min-width: 0;
    border-right: 1px solid var(--legacy-line);
}

.ee-magic-journey__progress li:last-child {
    border-right: 0;
}

.ee-magic-journey__progress button {
    width: 100%;
    min-height: 78px;
    padding: 16px 20px;
    display: flex;
    gap: 13px;
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8f8677;
    text-align: left;
    cursor: pointer;
}

.ee-magic-journey__progress button:disabled {
    color: #6d665b;
    cursor: not-allowed;
}

.ee-magic-journey__progress button:not(:disabled):hover,
.ee-magic-journey__progress button:not(:disabled):focus-visible {
    background: #1b1710;
    color: var(--legacy-text);
}

.ee-magic-journey__progress button > span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #665537;
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 850;
}

.ee-magic-journey__progress button > strong {
    min-width: 0;
    color: inherit;
    font-size: .88rem;
    font-weight: 780;
    line-height: 1.25;
}

.ee-magic-journey__progress li.is-active button {
    background: var(--legacy-gold-light);
    color: #18130a;
}

.ee-magic-journey__progress li.is-active button > span {
    border-color: #18130a;
    background: #18130a;
    color: var(--legacy-gold-light);
}

.ee-magic-journey__progress li.is-done button > span {
    border-color: var(--legacy-gold);
    background: var(--legacy-gold);
    color: #18130a;
}

.ee-magic-journey__step {
    padding-top: 48px;
}

.ee-magic-journey__question {
    max-width: 920px;
    padding: 28px 30px 30px;
    border-left: 5px solid var(--legacy-gold);
    border-radius: 0 8px 8px 0;
    background: #f4efe4;
    color: #211b12;
}

.ee-magic-journey__step-label {
    margin: 0 0 10px;
    color: #805c18;
    font-size: .73rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ee-magic-journey__question h3 {
    max-width: 800px;
    margin: 0;
    color: #16120d;
    font-size: 2rem;
    font-weight: 650;
    line-height: 1.15;
}

.ee-magic-journey__question h3:focus {
    outline: none;
}

.ee-magic-journey__question > p:last-child:not(.ee-magic-journey__step-label) {
    max-width: 720px;
    margin: 14px 0 0;
    color: #675e50;
    font-size: .94rem;
    line-height: 1.6;
}

.ee-magic-journey__choices {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ee-magic-journey__choices button {
    position: relative;
    min-width: 0;
    min-height: 156px;
    padding: 26px 58px 26px 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #3a3020;
    border-radius: 8px;
    background: var(--legacy-panel);
    color: var(--legacy-text);
    text-align: left;
    cursor: pointer;
}

.ee-magic-journey__choices button::after {
    content: "→";
    position: absolute;
    top: 23px;
    right: 24px;
    color: var(--legacy-gold);
    font-size: 1.15rem;
    font-weight: 800;
}

.ee-magic-journey__choices button:hover,
.ee-magic-journey__choices button:focus-visible,
.ee-magic-journey__choices button[aria-pressed="true"] {
    border-color: var(--legacy-gold);
    background: var(--legacy-panel-strong);
    transform: translateY(-2px);
}

.ee-magic-journey__choices strong {
    color: var(--legacy-text);
    font-size: 1.12rem;
    line-height: 1.3;
}

.ee-magic-journey__choices span {
    margin-top: 12px;
    color: var(--legacy-muted);
    font-size: .91rem;
    line-height: 1.55;
}

.ee-magic-journey__back {
    margin: 0 0 28px;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid #77633c;
    border-radius: 0;
    background: transparent;
    color: var(--legacy-gold-light);
    font-size: .88rem;
    font-weight: 750;
    cursor: pointer;
}

.ee-magic-journey__back:hover,
.ee-magic-journey__back:focus-visible {
    border-bottom-color: var(--legacy-gold-light);
    color: #fff4d4;
}

.ee-magic-journey__selection {
    max-width: 920px;
    margin: 0 0 18px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    border: 1px solid #5b4828;
    border-radius: 8px;
    background: #1b1710;
}

.ee-magic-journey__selection > span {
    color: #9f927f;
    font-size: .7rem;
    font-weight: 820;
    text-transform: uppercase;
}

.ee-magic-journey__selection > strong {
    color: var(--legacy-gold-light);
    font-size: 1rem;
    font-weight: 760;
    line-height: 1.45;
}

.ee-magic-journey__results-copy {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--legacy-muted);
    line-height: 1.7;
}

.ee-magic-journey__result-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ee-magic-journey__result {
    min-width: 0;
    min-height: 330px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--legacy-line);
    border-radius: 8px;
    background: var(--legacy-panel);
}

.ee-magic-journey__result-label {
    margin: 0;
    color: var(--legacy-gold-light);
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.ee-magic-journey__result h4 {
    margin: 18px 0 0;
    font-size: 1.35rem;
    line-height: 1.25;
}

.ee-magic-journey__result h4 a {
    color: var(--legacy-text);
    text-decoration: none;
}

.ee-magic-journey__result h4 a:hover,
.ee-magic-journey__result h4 a:focus-visible {
    color: var(--legacy-gold-light);
}

.ee-magic-journey__result > p:not(.ee-magic-journey__result-label) {
    margin: 16px 0 0;
    color: var(--legacy-muted);
    font-size: .92rem;
    line-height: 1.65;
}

.ee-magic-journey__result-actions {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.ee-magic-journey__result-actions a {
    color: var(--legacy-gold-light);
    font-size: .82rem;
    font-weight: 800;
}

.ee-magic-journey__advice {
    margin-top: 32px;
    padding-top: 28px;
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--legacy-line);
}

.ee-magic-journey__advice p {
    max-width: 690px;
    margin: 0;
    color: var(--legacy-muted);
    line-height: 1.65;
}

.ee-magic-journey__advice strong {
    color: var(--legacy-text);
}

.ee-magic-journey__advice a {
    flex: 0 0 auto;
    padding: 13px 20px;
    text-decoration: none;
}

.ee-magic-journey__noscript {
    margin: 34px 0 0;
    padding: 18px;
    border: 1px solid var(--legacy-line);
    color: var(--legacy-muted);
}

.ee-magic-journey__noscript a {
    color: var(--legacy-gold-light);
}

@media (max-width: 980px) {
    .ee-magic-journey__choices,
    .ee-magic-journey__result-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ee-magic-journey__result-grid > article:last-child:nth-child(3) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .ee-magic-journey {
        padding: 72px 0;
    }

    .ee-magic-journey__header h2 {
        font-size: 2rem;
        line-height: 1.1;
    }

    .ee-magic-journey__progress {
        margin-top: 38px;
    }

    .ee-magic-journey__progress button {
        min-height: 66px;
        padding: 12px 8px;
        gap: 7px;
    }

    .ee-magic-journey__progress button > span {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
        font-size: .7rem;
    }

    .ee-magic-journey__progress button > strong {
        font-size: .68rem;
    }

    .ee-magic-journey__step {
        padding-top: 38px;
    }

    .ee-magic-journey__question {
        padding: 22px 20px 24px;
    }

    .ee-magic-journey__question h3 {
        font-size: 1.65rem;
    }

    .ee-magic-journey__selection {
        padding: 16px 18px;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ee-magic-journey__choices,
    .ee-magic-journey__result-grid {
        grid-template-columns: 1fr;
    }

    .ee-magic-journey__choices button {
        min-height: 0;
        padding: 20px 52px 20px 20px;
    }

    .ee-magic-journey__result-grid > article:last-child:nth-child(3) {
        grid-column: auto;
    }

    .ee-magic-journey__result {
        min-height: 0;
        padding: 24px;
    }

    .ee-magic-journey__advice {
        align-items: flex-start;
        flex-direction: column;
    }
}
