:root {
    --color-ink: #160d33;
    --color-muted: #6d6680;
    --color-gold: #f4c46f;
    --color-gold-deep: #be8740;
    --color-purple: #3a176d;
    --color-purple-soft: #7d54b8;
    --color-cinnabar: #b33a2f;
    --color-jade: #2f7d68;
    --color-cream: #fff8f0;
    --color-panel: #fffaf7;
    --shadow-card: 0 18px 36px rgba(42, 30, 70, 0.12);
    --radius-card: 8px;
    --font-display: "Noto Serif SC", Georgia, serif;
    --font-body: "Inter", "Noto Sans SC", Arial, sans-serif;
}

/* Pro funnel refinements */
.site-header {
    z-index: 150;
}

.mlpro-home--clean,
.mlpro-home-block {
    background: #f6f0e8;
}

.mlpro-home-block .section-heading,
.mlpro-home-block .showcase__intro,
.mlpro-section--compact .mlpro-section__head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mlpro-home-block .section-heading p,
.mlpro-home-block .showcase__intro p {
    margin-left: auto;
    margin-right: auto;
}

.mlpro-section--compact {
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 64px 0 56px;
    background: transparent;
}

.mlpro-master-grid--clean {
    margin-top: 28px;
}

.mlpro-gender-field label {
    display: inline-grid;
    vertical-align: top;
}

.mlpro-gender-field span {
    min-width: 118px;
    height: 50px;
    display: grid;
    align-items: center;
    justify-items: center;
    line-height: 1;
    text-align: center;
}

.social-proof--video {
    padding: 64px 0 58px;
}

.testimonial-grid:not(.is-overflowing) {
    justify-content: center;
}

.testimonial-arrow {
    top: 42%;
    background: #fffaf7;
    color: #3a176d;
    box-shadow: 0 14px 30px rgba(42, 30, 70, .18);
}

.metaphysics-guide {
    padding: 60px 0 64px;
}

.mlpro-process-band {
    padding: 56px 0 60px;
    background: #fffaf7;
}

.mlpro-process-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mlpro-process-cards article {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(58, 23, 109, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(42, 30, 70, .08);
}

.mlpro-process-cards span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 50%;
    color: #fff8f0;
    background: var(--color-cinnabar);
    font-weight: 900;
}

.mlpro-process-cards article:nth-child(2) span {
    background: var(--color-jade);
}

.mlpro-process-cards article:nth-child(3) span {
    color: #24124a;
    background: var(--color-gold);
}

.mlpro-process-cards h3 {
    margin: 0 0 10px;
    color: #160d33;
    font-size: 20px;
}

.mlpro-process-cards p {
    margin: 0;
    color: #655b6e;
    font-size: 14px;
    line-height: 1.62;
}

.metaphysics-card {
    border-color: rgba(58, 23, 109, .13);
    background: #fffaf7;
    box-shadow: 0 16px 34px rgba(42, 30, 70, .08);
}

.showcase--prototype.mlpro-home-block {
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 62px 0 76px;
    background: transparent;
}

.showcase--prototype.mlpro-home-block .showcase__intro {
    width: min(100%, 760px);
}

.showcase--prototype.mlpro-home-block .card-row--products {
    margin-top: 28px;
}

.product-card--prototype p {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-match-label {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 7px;
    padding: 4px 7px;
    border-radius: 999px;
    color: #245d4f;
    background: rgba(47, 125, 104, .12);
    font-size: 10px;
    font-weight: 800;
}

.product-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 24px;
    margin: 0 0 9px;
}

.product-card__tags span {
    max-width: 100%;
    overflow: hidden;
    padding: 4px 7px;
    border-radius: 999px;
    color: #5a261f;
    background: #fff0e8;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mystic-chat-test-html,
body.mystic-chat-test-active {
    overflow: hidden;
}

body.admin-bar .chat-test-page {
    top: 104px;
    height: calc(100vh - 104px);
}

body.admin-bar .chat-test-shell {
    height: calc(100vh - 104px);
}

.chat-test-page {
    z-index: 40;
    background: radial-gradient(circle at 20% 0, rgba(244, 196, 111, .18), transparent 32%), #160d33;
}

.chat-test-page.is-connecting .chat-test-empty {
    visibility: hidden;
}

.chat-test-left,
.chat-test-main,
.chat-test-profile,
.chat-test-composer {
    background: #251645;
    border-color: rgba(244, 196, 111, .22);
}

.chat-test-header {
    border-bottom-color: rgba(244, 196, 111, .16);
}

.chat-test-header img {
    width: 42px;
    height: 42px;
}

.chat-test-header span,
.chat-test-profile a {
    color: #f4c46f;
}

.chat-test-home-link {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 12px;
    border: 1px solid rgba(244, 196, 111, .38);
    border-radius: 999px;
    color: #fff8f0;
    background: rgba(244, 196, 111, .1);
    font-size: 13px;
    font-weight: 800;
}

.chat-test-empty,
.chat-test-message > div {
    background: #33205c;
}

.chat-test-suggestions button,
.chat-test-suggestion-arrow {
    border-color: rgba(244, 196, 111, .38);
    color: #fff8f0;
}

.chat-test-suggestions button:hover,
.chat-test-suggestion-arrow:hover {
    background: rgba(244, 196, 111, .12);
}

.chat-test-photo img {
    width: min(100%, 172px);
}

.chat-test-profile h2 {
    font-size: 15px;
}

.chat-test-profile p,
.chat-test-tags span,
.chat-test-message p,
.chat-test-suggestions button {
    font-size: 13px;
}

.chat-test-message--user > div {
    background: linear-gradient(135deg, #4e2d87, #a46d37);
}

.chat-test-connect {
    background: rgba(22, 13, 51, .62);
}

.chat-test-connect__panel {
    border-color: rgba(244, 196, 111, .38);
    background: linear-gradient(180deg, #160d33, #2c1854);
}

.chat-test-progress span {
    background: linear-gradient(90deg, #f4c46f, #be8740);
}

.mystic-chat-test-active .main-nav a.is-active,
.mystic-chat-test-active .main-nav .current-menu-item > a {
    color: #fff;
}

.mystic-chat-test-active .main-nav a.is-active::after,
.mystic-chat-test-active .main-nav .current-menu-item > a::after {
    display: none;
}

.chat-test-message--recommendations > .message-bubble,
.chat-test-message--recommendations .energy-recommendations {
    width: min(92%, 560px);
    max-width: 560px;
}

.chat-test-message--recommendations .energy-recommendations__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.testimonial-card__media {
    touch-action: pan-y;
}

.testimonial-card__media video {
    pointer-events: auto;
}

.site-footer {
    padding: 58px 48px 42px;
    color: #d8cce8;
    background:
        radial-gradient(circle at 18% 0, rgba(244, 196, 111, .12), transparent 34%),
        #120a27;
}

.site-footer__inner {
    width: min(100%, 1240px);
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(160px, .5fr) minmax(160px, .5fr);
    align-items: start;
    gap: 34px;
}

.site-footer__brand {
    display: grid;
    gap: 14px;
}

.site-footer p {
    max-width: 620px;
    color: #d6cbe8;
    line-height: 1.7;
}

.site-footer small {
    max-width: 620px;
    color: #a99abf;
    line-height: 1.55;
}

.site-footer__nav {
    display: grid;
    gap: 12px;
}

.site-footer__nav strong {
    color: #f4c46f;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer__links {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links a {
    color: #e9def4;
    font-weight: 700;
}

.site-footer__links a:hover {
    color: #f4c46f;
}

@media (max-width: 720px) {
    body.admin-bar .chat-test-page {
        top: 111px;
        height: calc(100vh - 111px);
    }

    body.admin-bar .chat-test-shell {
        height: calc(100vh - 111px);
    }

    .mlpro-section--compact,
    .showcase--prototype.mlpro-home-block {
        width: min(100% - 28px, 1320px);
        padding-top: 44px;
        padding-bottom: 46px;
    }

    .social-proof--video,
    .metaphysics-guide {
        padding: 44px 0;
    }

    .testimonial-card {
        flex-basis: min(78vw, 300px);
    }

.chat-test-header img {
    width: 40px;
    height: 40px;
}
}

.mlpro-gender-field label {
    display: inline-grid;
}

.mlpro-gender-field span {
    display: grid;
    align-items: center;
    justify-items: center;
    line-height: 50px;
}

.chat-test-page {
    top: var(--chat-test-top, 72px) !important;
    bottom: auto;
    height: var(--chat-test-height, calc(100dvh - var(--chat-test-top, 72px))) !important;
}

.chat-test-shell {
    height: var(--chat-test-height, calc(100dvh - var(--chat-test-top, 72px))) !important;
    min-height: 0;
}

body.admin-bar .chat-test-page,
body.admin-bar .chat-test-shell {
    height: var(--chat-test-height, calc(100dvh - var(--chat-test-top, 104px))) !important;
}

body.admin-bar .chat-test-page {
    top: var(--chat-test-top, 104px) !important;
}

.chat-test-header {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    min-width: 0;
}

.chat-test-header > div {
    min-width: 0;
    flex: 1 1 auto;
}

.chat-test-header strong,
.chat-test-header span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-test-home-link {
    flex: 0 0 auto;
    white-space: nowrap;
}

.chat-test-main {
    height: 100%;
}

@media (max-width: 1180px) {
    .chat-test-shell {
        grid-template-columns: 250px minmax(0, 1fr);
    }

    .chat-test-profile {
        display: none;
    }
}

@media (max-width: 720px) {
    .chat-test-shell {
        height: var(--chat-test-height, calc(100dvh - var(--chat-test-top, 64px))) !important;
    }

    .chat-test-main {
        min-height: 0;
    }
}

/* Mystic Life Pro commercial front page */
.mlpro-home {
    overflow: hidden;
    color: #201530;
    background: #fff8f0;
}

.mlpro-hero {
    min-height: calc(100vh - 72px);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
    gap: 36px;
    align-items: center;
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 58px 0 42px;
}

.mlpro-hero__content {
    position: relative;
    padding: 54px 0;
}

.mlpro-eyebrow {
    margin: 0 0 14px;
    color: #9a5e21;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mlpro-hero h1,
.mlpro-section h2,
.mlpro-band h2,
.mlpro-faq h2 {
    margin: 0;
    color: #160d33;
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.05;
}

.mlpro-hero h1 {
    max-width: 760px;
    font-size: clamp(38px, 4.6vw, 64px);
}

.mlpro-hero__content > p:not(.mlpro-eyebrow) {
    max-width: 660px;
    margin: 22px 0 0;
    color: #50415f;
    font-size: 19px;
    line-height: 1.7;
}

.mlpro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.mlpro-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mlpro-button:hover {
    transform: translateY(-1px);
}

.mlpro-button--gold {
    color: #271328;
    background: linear-gradient(135deg, #f8d48a, #d99a42);
    box-shadow: 0 18px 34px rgba(183, 120, 44, .28);
}

.mlpro-button--light {
    color: #3b2459;
    border-color: rgba(58, 23, 109, .2);
    background: rgba(255,255,255,.74);
}

.mlpro-button--purple {
    width: 100%;
    color: #fff;
    background: #3a176d;
    box-shadow: 0 16px 32px rgba(58, 23, 109, .24);
}

.mlpro-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 660px;
    margin: 38px 0 0;
}

.mlpro-stats div {
    padding: 18px;
    border-top: 1px solid rgba(58, 23, 109, .16);
}

.mlpro-stats dt {
    color: #3a176d;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
}

.mlpro-stats dd {
    margin: 4px 0 0;
    color: #6d6680;
    font-size: 13px;
}

.mlpro-matcher {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 12%, rgba(248,212,138,.28), transparent 28%),
        linear-gradient(155deg, #221047 0%, #3a176d 48%, #17123a 100%);
    box-shadow: 0 28px 70px rgba(38, 18, 72, .26);
}

.mlpro-matcher h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 31px;
    line-height: 1.12;
}

.mlpro-matcher p {
    margin: 12px 0 22px;
    color: #ded7ff;
    line-height: 1.6;
}

.mlpro-topic-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.mlpro-topic-grid label {
    display: block;
}

.mlpro-topic-grid input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mlpro-topic-grid span {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 8px;
    color: #fff;
    background: rgba(255,255,255,.08);
}

.mlpro-topic-grid input:checked + span {
    color: #291a2a;
    border-color: transparent;
    background: #f8d48a;
}

.mlpro-section,
.mlpro-band,
.mlpro-faq {
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 72px 0;
}

.mlpro-section__head {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    text-align: center;
}

.mlpro-section__head h2,
.mlpro-band h2,
.mlpro-faq h2 {
    font-size: clamp(30px, 4vw, 50px);
}

.mlpro-section__head p:not(.mlpro-eyebrow) {
    margin: 14px 0 0;
    color: #61556f;
    font-size: 17px;
    line-height: 1.7;
}

.mlpro-master-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mlpro-master-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 13px;
    overflow: hidden;
    padding: 16px;
    border: 1px solid rgba(248, 212, 138, .18);
    border-radius: 8px;
    color: #fff;
    background: #2b2866;
    box-shadow: 0 16px 38px rgba(42, 30, 70, .13);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mlpro-master-card:hover {
    transform: translateY(-3px);
    border-color: rgba(248, 212, 138, .42);
    box-shadow: 0 22px 48px rgba(42, 30, 70, .2);
}

.mlpro-master-card__photo {
    position: relative;
    display: block;
    width: 82px;
    height: 82px;
    overflow: hidden;
    border-radius: 20px;
    background: #24124a;
}

.mlpro-master-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlpro-master-card__photo span {
    position: absolute;
    left: 7px;
    bottom: 7px;
    min-width: 58px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #fff;
    background: #55bd82;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.mlpro-master-card__photo span.mlpro-status--busy {
    color: #24124a;
    background: #f3a047;
}

.mlpro-master-card__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0;
}

.mlpro-master-card h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.mlpro-master-card p {
    display: -webkit-box;
    min-height: 38px;
    margin: 5px 0 9px;
    overflow: hidden;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mlpro-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f8d48a;
    font-size: 12px;
}

.mlpro-rating small {
    color: rgba(255, 255, 255, .78);
}

.mlpro-master-meta {
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.mlpro-master-meta > span {
    flex: 0 0 auto;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    color: #2b2866;
    background: #cfe7dd;
    font-size: 11px;
    font-weight: 800;
}

.mlpro-master-fit {
    display: grid;
    gap: 4px;
    padding: 10px 11px;
    border: 1px solid rgba(47, 125, 104, .16);
    border-radius: 8px;
    background: #f5fbf8;
}

.mlpro-master-fit strong {
    color: #245d4f;
    font-size: 11px;
    text-transform: uppercase;
}

.mlpro-master-fit span {
    color: #4f4960;
    font-size: 12px;
    line-height: 1.35;
}

.mlpro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0;
    grid-column: 1 / -1;
    margin: 4px 0 10px;
}

.mlpro-tags span {
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
    color: #fff;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
}

.mlpro-inline-link {
    color: #3a176d;
    font-weight: 800;
}

.mlpro-master-card .mlpro-master-cta {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    min-height: 40px;
    margin-top: 12px;
    place-items: center;
    border-radius: 8px;
    color: #24124a;
    background: linear-gradient(135deg, #f8d48a, #e8a63d);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(214, 153, 65, .22);
}

.mlpro-master-card .mlpro-master-cta:hover {
    color: #160d33;
    background: linear-gradient(135deg, #ffe3a1, #efb14a);
    transform: translateY(-1px);
}

.mlpro-band {
    width: 100%;
    max-width: none;
    padding: 70px max(20px, calc((100% - 1320px) / 2));
    background: #17123a;
}

.mlpro-band .mlpro-eyebrow,
.mlpro-band h2 {
    color: #f8d48a;
}

.mlpro-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    background: rgba(255,255,255,.16);
}

.mlpro-process div {
    min-height: 150px;
    padding: 22px;
    background: #21194b;
}

.mlpro-process span {
    color: #f8d48a;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
}

.mlpro-process p {
    margin: 18px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}

.mlpro-video-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mlpro-video-card {
    min-width: 0;
}

.mlpro-video-card video,
.mlpro-video-placeholder {
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 8px;
    object-fit: cover;
    background:
        linear-gradient(160deg, rgba(58,23,109,.82), rgba(22,13,51,.96)),
        #24124a;
    box-shadow: 0 18px 38px rgba(42, 30, 70, .14);
}

.mlpro-video-placeholder {
    display: grid;
    place-items: center;
    color: #f8d48a;
    font-weight: 800;
}

.mlpro-video-card h3 {
    margin: 14px 0 4px;
    color: #160d33;
    font-size: 18px;
}

.mlpro-video-card p {
    margin: 0;
    color: #62566e;
    font-size: 14px;
    line-height: 1.55;
}

.mlpro-learn-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mlpro-learn-grid article {
    padding: 22px;
    border: 1px solid rgba(58, 23, 109, .12);
    border-radius: 8px;
    background: #fff;
}

.mlpro-learn-grid h3 {
    margin: 0 0 10px;
    color: #24124a;
    font-size: 19px;
}

.mlpro-learn-grid p {
    margin: 0;
    color: #62566e;
    line-height: 1.65;
}

.mlpro-shop {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 28px;
    align-items: center;
    border-top: 1px solid rgba(58, 23, 109, .12);
}

.mlpro-shop__copy h2 {
    margin: 0;
    color: #160d33;
    font-family: var(--font-display);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

.mlpro-shop__copy p:not(.mlpro-eyebrow) {
    margin: 14px 0 0;
    color: #61556f;
    line-height: 1.7;
}

.mlpro-product-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mlpro-product {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(58, 23, 109, .12);
    border-radius: 8px;
    background: #fff;
}

.mlpro-product img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
    background: #f2e8dd;
}

.mlpro-product strong {
    color: #160d33;
    font-size: 15px;
}

.mlpro-product span {
    color: #9a5e21;
    font-weight: 800;
}

.mlpro-faq {
    padding-top: 34px;
}

.mlpro-faq details {
    border-top: 1px solid rgba(58, 23, 109, .14);
    padding: 20px 0;
}

.mlpro-faq summary {
    color: #160d33;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.mlpro-faq p {
    max-width: 780px;
    margin: 12px 0 0;
    color: #61556f;
    line-height: 1.7;
}

@media (max-width: 1120px) {
    .mlpro-shop {
        grid-template-columns: 1fr;
    }

    .mlpro-master-grid,
    .mlpro-video-row,
    .mlpro-learn-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 960px) {
    .mlpro-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .mlpro-hero,
    .mlpro-section,
    .mlpro-faq {
        width: min(100% - 28px, 1320px);
    }

    .mlpro-hero {
        min-height: auto;
        padding: 34px 0 28px;
    }

    .mlpro-hero__content {
        padding: 18px 0;
    }

    .mlpro-hero h1 {
        font-size: 34px;
    }

    .mlpro-hero__content > p:not(.mlpro-eyebrow) {
        font-size: 16px;
    }

    .mlpro-stats,
    .mlpro-master-grid,
    .mlpro-video-row,
    .mlpro-learn-grid,
    .mlpro-product-row,
    .mlpro-process {
        grid-template-columns: 1fr;
    }

    .mlpro-matcher {
        padding: 22px;
    }

    .mlpro-section,
    .mlpro-band,
    .mlpro-faq {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .mlpro-section__head h2,
    .mlpro-band h2,
    .mlpro-faq h2 {
        font-size: 32px;
    }
}

/* Keen-style intake funnel */
.mlpro-funnel-hero {
    position: relative;
    min-height: calc(100vh - 72px);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(14, 8, 28, .92) 0%, rgba(34, 14, 56, .78) 46%, rgba(27, 13, 37, .5) 100%),
        var(--mlpro-hero-bg) center / cover no-repeat,
        #160d33;
}

.mlpro-funnel-hero__inner {
    width: min(100% - 40px, 1320px);
    min-height: calc(100vh - 72px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 48px;
    align-items: center;
    margin: 0 auto;
    padding: 54px 0;
}

.mlpro-funnel-copy {
    max-width: 780px;
}

.mlpro-funnel-copy .mlpro-eyebrow {
    color: #f4c46f;
}

.mlpro-funnel-copy h1 {
    max-width: 820px;
    margin: 0;
    color: #fff8f0;
    font-family: var(--font-display);
    font-size: clamp(42px, 5.6vw, 76px);
    line-height: 1.04;
    text-shadow: 0 16px 44px rgba(0,0,0,.36);
}

.mlpro-funnel-copy > p {
    max-width: 720px;
    margin: 20px 0 0;
    color: rgba(255,248,240,.86);
    font-size: 19px;
    line-height: 1.75;
}

.mlpro-question-box {
    width: min(100%, 720px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.mlpro-question-box textarea {
    min-height: 76px;
    resize: none;
    border: 0;
    outline: 0;
    padding: 14px 16px;
    color: #201530;
    background: transparent;
    font-size: 16px;
    line-height: 1.5;
}

.mlpro-question-box button {
    align-self: stretch;
    min-width: 170px;
    border: 0;
    border-radius: 8px;
    color: #28152e;
    background: linear-gradient(135deg, #f8d48a, #d99a42);
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(183, 120, 44, .28);
}

.mlpro-funnel-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.mlpro-funnel-reassurance span {
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: rgba(255,248,240,.86);
    background: rgba(255,255,255,.08);
    font-size: 13px;
    font-weight: 800;
}

.mlpro-waiting-card {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(18, 10, 39, .74);
    box-shadow: 0 28px 70px rgba(0,0,0,.32);
    backdrop-filter: blur(20px);
}

.mlpro-waiting-card__seal {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #2a1631;
    background: #f4c46f;
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
}

.mlpro-waiting-card h2 {
    margin: 0;
    color: #fff8f0;
    font-size: 28px;
    line-height: 1.2;
}

.mlpro-waiting-card p {
    margin: 12px 0 20px;
    color: rgba(255,248,240,.78);
    line-height: 1.65;
}

.mlpro-waiting-card dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.mlpro-waiting-card div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.mlpro-waiting-card dt {
    color: #f4c46f;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
}

.mlpro-waiting-card dd {
    margin: 0;
    color: rgba(255,248,240,.72);
    font-size: 13px;
}

.mlpro-intake-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(12, 8, 31, .72);
    backdrop-filter: blur(12px);
}

.mlpro-intake-modal.is-visible {
    display: flex;
}

.mlpro-intake-card {
    position: relative;
    width: min(100%, 620px);
    max-height: min(760px, calc(100vh - 40px));
    overflow: auto;
    padding: 32px;
    border-radius: 8px;
    color: #201530;
    background: #fff8f0;
    box-shadow: 0 28px 90px rgba(0,0,0,.34);
}

.mlpro-intake-close {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    color: #4d3c5b;
    background: rgba(58,23,109,.08);
    font-size: 24px;
    line-height: 1;
}

.mlpro-intake-card h2 {
    margin: 0;
    color: #160d33;
    font-family: var(--font-display);
    font-size: 34px;
    line-height: 1.12;
}

.mlpro-intake-card p:not(.mlpro-eyebrow) {
    margin: 12px 0 22px;
    color: #61556f;
    line-height: 1.7;
}

.mlpro-birth-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 20px;
}

.mlpro-birth-grid label > span,
.mlpro-check-field span {
    display: block;
    margin-bottom: 7px;
    color: #28152e;
    font-weight: 800;
}

.mlpro-date-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mlpro-birth-grid input,
.mlpro-birth-grid select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(58,23,109,.18);
    border-radius: 8px;
    padding: 0 12px;
    color: #201530;
    background: #fff;
}

.mlpro-check-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mlpro-check-field input {
    width: 18px;
    min-height: 18px;
}

.mlpro-check-field span {
    margin: 0;
    font-weight: 700;
}

.mlpro-connecting {
    min-height: 360px;
    display: grid;
    place-items: center;
    text-align: center;
}

.mlpro-connecting[hidden] {
    display: none;
}

.mlpro-connecting__ring {
    width: 88px;
    height: 88px;
    border: 7px solid rgba(58,23,109,.12);
    border-top-color: #d99a42;
    border-radius: 50%;
    animation: mlpro-spin 1s linear infinite;
}

.mlpro-connect-bar {
    width: min(100%, 360px);
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(58,23,109,.12);
}

.mlpro-connect-bar span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f8d48a, #d99a42);
    animation: mlpro-connect 2.2s ease forwards;
    transform-origin: left;
}

@keyframes mlpro-spin {
    to { transform: rotate(360deg); }
}

@keyframes mlpro-connect {
    from { transform: scaleX(.08); }
    to { transform: scaleX(1); }
}

@media (max-width: 960px) {
    .mlpro-funnel-hero__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mlpro-waiting-card {
        max-width: 560px;
    }
}

@media (max-width: 720px) {
    .mlpro-funnel-hero__inner {
        width: min(100% - 28px, 1320px);
        padding: 34px 0;
    }

    .mlpro-funnel-copy h1 {
        font-size: 36px;
    }

    .mlpro-funnel-copy > p {
        font-size: 16px;
    }

    .mlpro-question-box {
        grid-template-columns: 1fr;
    }

    .mlpro-question-box button {
        min-height: 52px;
    }

    .mlpro-intake-card {
        padding: 28px 20px 22px;
    }

    .mlpro-intake-card h2 {
        font-size: 28px;
    }
}

/* Cleaner Keen-inspired home variant */
body.mlpro-modal-open {
    overflow: hidden;
}

.mlpro-home--clean {
    background: #f5f1ec;
}

.mlpro-funnel-hero--keen {
    min-height: 560px;
    background:
        linear-gradient(90deg, rgba(11, 6, 24, .92) 0%, rgba(28, 11, 49, .76) 48%, rgba(35, 18, 45, .42) 100%),
        var(--mlpro-hero-bg) center / cover no-repeat,
        #160d33;
}

.mlpro-funnel-hero--keen .mlpro-funnel-hero__inner {
    grid-template-columns: minmax(0, 820px);
    justify-content: start;
    min-height: 560px;
    gap: 0;
    padding: 54px 0 58px;
}

.mlpro-funnel-hero--keen .mlpro-funnel-copy {
    max-width: 820px;
}

.mlpro-funnel-hero--keen .mlpro-funnel-copy h1 {
    max-width: 720px;
    font-size: clamp(34px, 3.75vw, 52px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
}

.mlpro-funnel-hero--keen .mlpro-funnel-copy > p {
    max-width: 650px;
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.58;
}

.mlpro-funnel-hero--keen .mlpro-question-box {
    grid-template-columns: minmax(0, 1fr) 190px;
    width: min(100%, 720px);
    margin-top: 24px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 22px 54px rgba(0,0,0,.26);
}

.mlpro-funnel-hero--keen .mlpro-question-box textarea {
    min-height: 58px;
    padding: 12px 15px;
    color: #06162d;
    font-size: 16px;
}

.mlpro-funnel-hero--keen .mlpro-question-box textarea::placeholder {
    color: #657386;
}

.mlpro-funnel-hero--keen .mlpro-question-box button {
    min-width: 0;
    color: #0d1b2f;
    font-size: 15px;
}

.mlpro-funnel-hero--keen .mlpro-funnel-reassurance {
    margin-top: 13px;
}

.mlpro-funnel-hero--keen .mlpro-funnel-reassurance span {
    border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.09);
    font-size: 12px;
}

.mlpro-funnel-hero--keen .mlpro-waiting-card {
    width: min(100%, 720px);
    margin-top: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.mlpro-funnel-hero--keen .mlpro-waiting-card__seal,
.mlpro-funnel-hero--keen .mlpro-waiting-card h2,
.mlpro-funnel-hero--keen .mlpro-waiting-card > p {
    display: none;
}

.mlpro-funnel-hero--keen .mlpro-waiting-card dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mlpro-funnel-hero--keen .mlpro-waiting-card div {
    display: block;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    background: rgba(255,255,255,.09);
}

.mlpro-funnel-hero--keen .mlpro-waiting-card dt {
    color: #f4c46f;
    font-size: 22px;
    line-height: 1.1;
}

.mlpro-funnel-hero--keen .mlpro-waiting-card dd {
    margin-top: 3px;
    color: rgba(255,248,240,.76);
}

.mlpro-intake-card--profile {
    width: min(96vw, 980px);
    padding: 30px;
    color: #07162d;
    background: #fff;
    border-radius: 18px;
}

.mlpro-intake-card--profile h2 {
    font-family: "Inter", "Noto Sans SC", Arial, sans-serif;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
}

.mlpro-profile-subtitle {
    margin: 8px 0 30px !important;
    color: #667386 !important;
    font-size: 22px;
    line-height: 1.35 !important;
}

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

.mlpro-profile-grid label,
.mlpro-profile-grid fieldset {
    min-width: 0;
    margin: 0;
}

.mlpro-profile-grid label > span,
.mlpro-gender-field legend {
    display: block;
    margin: 0 0 10px;
    color: #07162d;
    font-size: 18px;
    font-weight: 900;
}

.mlpro-profile-grid input[type="text"],
.mlpro-profile-grid select {
    width: 100%;
    min-height: 58px;
    border: 1px solid #d0d6de;
    border-radius: 18px;
    padding: 0 18px;
    color: #07162d;
    background: #fff;
    box-shadow: 0 1px 2px rgba(7,22,45,.08);
    font-size: 18px;
    appearance: auto;
}

.mlpro-profile-grid input::placeholder {
    color: #667386;
}

.mlpro-intake-card--profile .mlpro-date-row,
.mlpro-time-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
    width: 100%;
}

.mlpro-time-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlpro-intake-card--profile .mlpro-date-row select,
.mlpro-time-row select {
    min-width: 0;
    padding-left: 14px;
    padding-right: 12px;
}

.mlpro-profile-grid small {
    display: block;
    margin-top: 12px;
    color: #667386;
    font-size: 15px;
    line-height: 1.45;
}

.mlpro-gender-field {
    border: 0;
    padding: 0;
}

.mlpro-gender-field label {
    display: inline-flex;
    margin-right: 14px;
}

.mlpro-gender-field input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mlpro-gender-field span {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #cfd6df;
    border-radius: 999px;
    color: #22334a;
    background: #fff;
    font-size: 17px;
}

.mlpro-gender-field input:checked + span {
    border-color: #d99a42;
    color: #3a176d;
    background: #fff6df;
}

.mlpro-terms-field {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid rgba(217, 154, 66, .32);
    border-radius: 18px;
    color: #22334a;
    background: #fff9eb;
    font-size: 17px;
    line-height: 1.45;
}

.mlpro-terms-field a {
    color: #3a176d;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mlpro-terms-field input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    accent-color: #d99a42;
}

.mlpro-profile-submit {
    width: 100%;
    min-height: 58px;
    margin-top: 24px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #f6c769, #d89838);
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 16px 32px rgba(187, 126, 44, .24);
}

.mlpro-profile-submit:disabled {
    background: #cfd5de;
    box-shadow: none;
    cursor: not-allowed;
}

.mlpro-profile-error {
    display: none;
    margin: 18px 0 0 !important;
    color: #ed3f4c !important;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.mlpro-profile-error.is-visible {
    display: block;
}

.astrwoo-sales-notifier {
    display: none !important;
}

.mlpro-compact-strip {
    width: min(100% - 40px, 1120px);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
    margin: 34px auto 0;
    padding: 22px;
    border: 1px solid rgba(58,23,109,.1);
    border-radius: 8px;
    background: #fff;
}

.mlpro-compact-strip h2 {
    margin: 0;
    color: #160d33;
    font-size: 22px;
}

.mlpro-compact-strip div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.mlpro-compact-strip span {
    padding: 9px 13px;
    border-radius: 999px;
    background: #f3edf8;
    color: #43235d;
    font-weight: 800;
}

.mlpro-section--compact {
    padding-top: 44px;
}

.mlpro-master-grid--clean {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlpro-master-grid--clean .mlpro-tags {
    display: flex;
}

.mlpro-legal-page {
    min-height: 70vh;
    padding: 90px 20px;
    color: #160d33;
    background: #fff8f0;
}

.mlpro-legal-page article {
    width: min(100%, 860px);
    margin: 0 auto;
}

.mlpro-legal-page h1 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.08;
}

.mlpro-legal-page p {
    color: #61556f;
    font-size: 18px;
    line-height: 1.8;
}

@media (max-width: 960px) {
    .mlpro-funnel-hero--keen .mlpro-funnel-hero__inner,
    .mlpro-profile-grid {
        grid-template-columns: 1fr;
    }

    .mlpro-compact-strip {
        grid-template-columns: 1fr;
    }

    .mlpro-master-grid--clean {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlpro-compact-strip div {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .mlpro-funnel-hero--keen .mlpro-question-box {
        grid-template-columns: 1fr;
    }

    .mlpro-funnel-hero--keen .mlpro-funnel-copy h1 {
        max-width: 350px;
        font-size: 32px;
        line-height: 1.08;
    }

    .mlpro-intake-card--profile {
        padding: 24px 16px;
        border-radius: 14px;
    }

    .mlpro-profile-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .mlpro-intake-card--profile .mlpro-date-row,
    .mlpro-time-row {
        grid-template-columns: 1fr;
    }
}

/* Experimental Bazi master chat page */
html.mystic-chat-test-html {
    height: 100%;
    overflow: hidden;
}

.mystic-chat-test-active {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.mystic-chat-test-active .site-footer {
    display: none;
}

.mystic-chat-test-active .skip-link {
    display: none;
}

.chat-test-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    bottom: 0;
    z-index: 50;
    height: calc(100vh - 72px);
    overflow: hidden;
    color: #fff;
    background: #100d2d;
}

.chat-test-shell {
    width: min(100% - 32px, 1500px);
    height: calc(100vh - 72px);
    display: grid;
    grid-template-columns: 300px minmax(520px, 1fr) 300px;
    gap: 12px;
    margin: 0 auto;
    padding: 0 0 16px;
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.chat-test-page.is-connecting .chat-test-shell {
    opacity: .25;
    filter: blur(10px);
    transform: scale(.985);
    pointer-events: none;
}

.chat-test-left,
.chat-test-main,
.chat-test-profile {
    min-height: 0;
    border: 1px solid rgba(150, 142, 255, .25);
    border-radius: 8px;
    background: #2a2b68;
}

.chat-test-left {
    position: relative;
    overflow: hidden;
}

.chat-test-saved,
.chat-test-thread {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    color: #fff;
    text-align: left;
    border: 0;
    background: transparent;
}

.chat-test-saved {
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.chat-test-icon {
    width: 54px;
    height: 54px;
    display: grid;
    flex: 0 0 54px;
    place-items: center;
    border: 1px solid rgba(183, 175, 255, .55);
    border-radius: 50%;
    color: #a9a1ff;
}

.chat-test-saved strong,
.chat-test-thread strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.chat-test-saved p,
.chat-test-thread small {
    display: block;
    margin: 0;
    color: #c9c4f1;
    line-height: 1.35;
}

.chat-test-thread.is-active {
    background: #42418a;
}

.chat-test-thread img {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-test-gift {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 66px;
    display: grid;
    grid-template-columns: 34px 1fr 28px;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    color: #fff;
    background: linear-gradient(135deg, #7a54e6, #e0946b);
}

.chat-test-main {
    min-height: 0;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    overflow: hidden;
}

.chat-test-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.chat-test-header img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-test-header strong,
.chat-test-profile h2 {
    display: block;
    color: #fff;
    font-size: 17px;
}

.chat-test-header span {
    color: #9f9aff;
}

.chat-test-header button {
    margin-left: auto;
    color: #c5bdff;
    background: transparent;
    border: 0;
    font-weight: 700;
}

.chat-test-messages {
    min-height: 0;
    overflow-y: auto;
    padding: 28px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.chat-test-messages::-webkit-scrollbar {
    display: none;
}

.chat-test-empty {
    width: min(100%, 520px);
    margin: 160px auto 0;
    padding: 42px;
    border-radius: 20px;
    background: #45438c;
}

.chat-test-empty h1 {
    margin: 0 0 24px;
    font-size: 19px;
    text-align: center;
}

.chat-test-empty p {
    display: flex;
    gap: 14px;
    margin: 14px 0 0;
    color: #f4f1ff;
    font-size: 14px;
}

.chat-test-suggestion-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.chat-test-suggestions {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.chat-test-suggestions::-webkit-scrollbar {
    display: none;
}

.chat-test-suggestions button {
    min-height: 36px;
    flex: 0 0 auto;
    padding: 0 16px;
    border: 1px solid rgba(190, 181, 255, .72);
    border-radius: 999px;
    color: #fff;
    background: transparent;
    font-size: 14px;
}

.chat-test-suggestion-arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(190, 181, 255, .55);
    border-radius: 50%;
    color: #d7d2ff;
    background: rgba(255,255,255,.04);
    font-size: 34px;
    line-height: 1;
}

.chat-test-composer {
    display: grid;
    grid-template-columns: 1fr 46px;
    gap: 12px;
    padding: 0 16px 16px;
}

.chat-test-composer input {
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(244, 196, 111, .38);
    border-radius: 999px;
    color: #fff8ee;
    background: linear-gradient(180deg, #2c1a52 0%, #3b2d78 100%);
    box-shadow: 0 0 0 4px rgba(244, 196, 111, .07), inset 0 0 22px rgba(244, 196, 111, .06);
    font-size: 14px;
}

.chat-test-composer input::placeholder {
    color: #d9c8f0;
}

.chat-test-composer button {
    border: 1px solid rgba(244, 196, 111, .5);
    border-radius: 50%;
    color: #2a1748;
    background: linear-gradient(135deg, #f8d68a, #c79243);
    font-size: 24px;
}

.chat-test-message {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 22px 0;
}

.chat-test-message button {
    order: 2;
    color: #aaa4ff;
    border: 0;
    background: transparent;
    font-size: 24px;
}

.chat-test-message > div {
    max-width: min(72%, 560px);
    padding: 18px 20px;
    border-radius: 20px;
    background: #44448d;
}

.chat-test-message p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.chat-test-message time {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    text-align: right;
}

.chat-test-message time .read-receipt {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    color: #f6d184;
    font-weight: 800;
    letter-spacing: -2px;
}

.chat-test-message--user {
    justify-content: flex-end;
}

.chat-test-message--user > div {
    background: linear-gradient(135deg, #5a36a0, #b67b44);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.chat-test-message--advisor {
    justify-content: flex-start;
}

.chat-test-message.is-typing p::after {
    content: "";
    display: inline-block;
    width: 1.2em;
    animation: typingDots 1s steps(4, end) infinite;
}

@keyframes typingDots {
    0% { content: ""; }
    25% { content: "."; }
    50% { content: ".."; }
    75%, 100% { content: "..."; }
}

.chat-test-profile {
    overflow-y: auto;
    padding: 12px;
}

.chat-test-photo {
    position: relative;
}

.chat-test-photo img {
    width: min(100%, 210px);
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
}

.chat-test-photo span {
    position: absolute;
    left: calc(50% - 93px);
    bottom: 12px;
    padding: 6px 22px;
    border-radius: 999px;
    background: #49ad6c;
    font-weight: 800;
}

.chat-test-profile h2 {
    margin: 18px 0 6px;
}

.chat-test-profile p {
    color: #f1edff;
    font-size: 14px;
    line-height: 1.55;
}

.chat-test-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0 20px;
    font-size: 18px;
    font-weight: 800;
}

.chat-test-rating small {
    color: #d2cdf4;
    font-size: 12px;
    font-weight: 500;
}

.chat-test-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chat-test-tags span,
.chat-test-exp {
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 999px;
    font-size: 13px;
}

.chat-test-bio {
    margin-top: 18px;
}

.chat-test-profile a {
    color: #a9a1ff;
}

.chat-test-connect {
    position: absolute;
    inset: 0;
    z-index: 120;
    display: none;
    place-items: center;
    padding: 24px;
    background: rgba(8, 7, 28, .54);
    backdrop-filter: blur(18px);
}

.chat-test-connect.is-visible {
    display: grid;
}

.chat-test-connect__panel {
    position: relative;
    width: min(100%, 1120px);
    min-height: 680px;
    padding: 70px 40px;
    border: 1px solid rgba(128, 121, 255, .5);
    border-radius: 32px;
    text-align: center;
    background: linear-gradient(180deg, #15143e, #34217b);
    box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

.chat-test-connect__close {
    position: absolute;
    left: 34px;
    top: 34px;
    width: 46px;
    height: 46px;
    border: 0;
    color: #aaa4da;
    background: transparent;
    font-size: 44px;
}

.chat-test-connect h2 {
    margin: 0 0 58px;
    font-size: 42px;
}

.chat-test-connect__avatar {
    width: 170px;
    height: 170px;
    display: grid;
    place-items: center;
    margin: 0 auto 24px;
    border: 20px solid #6761bd;
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(122, 116, 214, .22);
}

.chat-test-connect__avatar img {
    width: 126px;
    height: 126px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-test-connect__panel > strong {
    display: block;
    color: #d8d4ff;
    font-size: 34px;
    font-weight: 500;
}

.chat-test-progress {
    width: min(100%, 760px);
    height: 13px;
    margin: 36px auto 40px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
}

.chat-test-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #8c82f0;
    animation: connectProgress 1.8s ease-out forwards;
}

@keyframes connectProgress {
    from { width: 0; }
    to { width: 84%; }
}

.chat-test-connect ul {
    width: min(100%, 760px);
    display: grid;
    gap: 24px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.chat-test-connect li {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 28px;
    border-radius: 999px;
    color: #fff;
    background: #4a4897;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
}

.chat-test-connect li i {
    width: 54px;
    height: 54px;
    display: grid;
    flex: 0 0 54px;
    place-items: center;
    border-radius: 50%;
    background: #272451;
}

.chat-test-connect li i::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #24b963;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--color-ink);
    background: #fffaf7;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.skip-link {
    position: fixed;
    left: 1rem;
    top: -4rem;
    z-index: 1000;
    padding: .75rem 1rem;
    background: #fff;
    color: #111;
}
.skip-link:focus { top: 1rem; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    color: #fff;
    background: rgba(12, 8, 31, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}
.site-header__inner {
    width: min(100%, 1510px);
    min-height: 72px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; color: #f7e7c1; }
.brand__mark { color: var(--color-gold); }
.brand__mark svg { width: 48px; height: 48px; stroke-width: 1.5; }
.brand__text { font-family: var(--font-display); font-size: 26px; font-weight: 700; white-space: nowrap; }
.main-nav__list { display: flex; align-items: center; justify-content: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; display: inline-flex; align-items: center; gap: 6px; padding: 26px 0; color: #fff; font-weight: 600; }
.main-nav a.is-active, .main-nav .current-menu-item > a { color: var(--color-gold); }
.main-nav a.is-active::after, .main-nav .current-menu-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    height: 2px;
    background: var(--color-gold);
}
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button, .language-button {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: transparent;
    border: 0;
}
.language-button {
    min-width: 102px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}
.language-switcher { position: relative; }
.language-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 180px;
    display: none;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(22, 12, 46, .98);
    box-shadow: 0 18px 38px rgba(0,0,0,.24);
}
.language-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}
.language-menu a:hover { background: rgba(255,255,255,.08); }
.language-switcher.is-open .language-menu { display: block; }
.icon-button--cart { position: relative; }
.cart-count {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-gold-deep);
    color: #1f103a;
    font-size: 10px;
    font-weight: 700;
}

.hero {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 74% 18%, rgba(241, 181, 83, .16), transparent 22%),
        radial-gradient(circle at 47% 38%, rgba(157, 74, 177, .55), transparent 26%),
        linear-gradient(90deg, rgba(22, 10, 55, .98) 0%, rgba(35, 13, 67, .92) 48%, rgba(13, 8, 31, .95) 100%);
}
.hero__stars {
    position: absolute;
    inset: 0;
    opacity: .75;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.95) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(244,196,111,.65) 0 1px, transparent 1.6px);
    background-position: 0 0, 46px 32px;
    background-size: 120px 120px, 170px 170px;
}
.hero__inner {
    position: relative;
    width: min(100%, 1240px);
    min-height: 420px;
    margin: 0 auto;
    padding: 48px 64px 34px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    align-items: center;
    gap: 24px;
}
.eyebrow, .section-kicker {
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #f8ddb1;
    font-family: var(--font-display);
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
}
.eyebrow span { width: 48px; height: 1px; background: var(--color-gold); }
.eyebrow::before, .eyebrow::after, .section-kicker::before { content: "✦"; color: var(--color-gold); font-size: 13px; }
.hero h1 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(44px, 5vw, 68px);
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: 0;
}
.hero__text { max-width: 440px; margin: 0 0 24px; color: #fff; font-size: 17px; }
.hero__actions { display: flex; gap: 20px; flex-wrap: wrap; }
.button {
    min-height: 46px;
    min-width: 166px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button--gold { background: linear-gradient(135deg, #f8d88f, #dea85c); color: #1d1132; box-shadow: 0 14px 28px rgba(222, 168, 92, .25); }
.button--ghost { color: #fff; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.05); }
.button--purple { min-width: 132px; min-height: 42px; color: #fff; background: #31135e; font-size: 14px; }
.hero__art { position: relative; min-height: 330px; }
.zodiac-wheel {
    position: absolute;
    right: 115px;
    top: 0;
    width: 292px;
    aspect-ratio: 1;
    border: 2px solid rgba(216, 133, 51, .82);
    border-radius: 50%;
    color: #d88533;
    opacity: .95;
}
.zodiac-wheel__ring { position: absolute; inset: 22px; border: 1px solid rgba(216,133,51,.72); border-radius: 50%; }
.zodiac-wheel__sun { position: absolute; inset: 92px; display: grid; place-items: center; border: 1px solid rgba(216,133,51,.75); border-radius: 50%; font-size: 54px; }
.zodiac-wheel span { position: absolute; left: 50%; top: 50%; font-size: 20px; transform-origin: 0 0; }
.zodiac-wheel span:nth-of-type(1) { transform: rotate(0deg) translate(122px) rotate(0deg); }
.zodiac-wheel span:nth-of-type(2) { transform: rotate(30deg) translate(122px) rotate(-30deg); }
.zodiac-wheel span:nth-of-type(3) { transform: rotate(60deg) translate(122px) rotate(-60deg); }
.zodiac-wheel span:nth-of-type(4) { transform: rotate(90deg) translate(122px) rotate(-90deg); }
.zodiac-wheel span:nth-of-type(5) { transform: rotate(120deg) translate(122px) rotate(-120deg); }
.zodiac-wheel span:nth-of-type(6) { transform: rotate(150deg) translate(122px) rotate(-150deg); }
.zodiac-wheel span:nth-of-type(7) { transform: rotate(180deg) translate(122px) rotate(-180deg); }
.zodiac-wheel span:nth-of-type(8) { transform: rotate(210deg) translate(122px) rotate(-210deg); }
.zodiac-wheel span:nth-of-type(9) { transform: rotate(240deg) translate(122px) rotate(-240deg); }
.zodiac-wheel span:nth-of-type(10) { transform: rotate(270deg) translate(122px) rotate(-270deg); }
.zodiac-wheel span:nth-of-type(11) { transform: rotate(300deg) translate(122px) rotate(-300deg); }
.zodiac-wheel span:nth-of-type(12) { transform: rotate(330deg) translate(122px) rotate(-330deg); }
.crystal-scene { position: absolute; inset: auto 0 0 0; height: 200px; }
.crystal { position: absolute; bottom: 0; clip-path: polygon(50% 0, 86% 28%, 70% 100%, 30% 100%, 14% 28%); background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(176,116,220,.8) 38%, rgba(69,28,112,.85)); box-shadow: inset 18px 0 30px rgba(255,255,255,.4), 0 16px 36px rgba(16,5,32,.45); }
.crystal--large { left: 150px; width: 92px; height: 180px; }
.crystal--mid { left: 72px; width: 64px; height: 128px; opacity: .9; }
.crystal--small { left: 260px; width: 42px; height: 80px; opacity: .9; }
.amethyst { position: absolute; right: 34px; bottom: 0; width: 128px; height: 166px; clip-path: polygon(48% 0,100% 48%,82% 100%,16% 100%,0 48%); background: linear-gradient(135deg, #f2d8ff, #7c2db7 42%, #2d1247); box-shadow: inset 20px 8px 40px rgba(255,255,255,.35); }
.candle { position: absolute; right: 192px; bottom: 0; width: 82px; height: 94px; border-radius: 8px 8px 22px 22px; background: linear-gradient(90deg, #241023, #0d0814 48%, #41203d); box-shadow: 0 0 38px rgba(242, 171, 80, .25); }
.candle::before { content: ""; position: absolute; left: 34px; top: -46px; width: 17px; height: 50px; border-radius: 50% 50% 48% 48%; background: linear-gradient(#fff3b8, #f5a03f 62%, rgba(245,160,63,0)); filter: blur(.2px); }
.hero__arrow, .carousel-button {
    position: absolute;
    z-index: 4;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: currentColor;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.22);
}
.hero__arrow--left { left: 28px; top: 48%; }
.hero__arrow--right { right: 28px; top: 48%; }
.hero__dots { position: absolute; left: 50%; bottom: 16px; display: flex; gap: 12px; transform: translateX(-50%); }
.hero__dots span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.48); }
.hero__dots .is-active { width: 28px; background: var(--color-gold); border-radius: 10px; }

.showcase {
    position: relative;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 36px;
    width: min(100%, 1360px);
    margin: 0 auto;
    padding: 36px 48px 18px;
}
.showcase--advisors { background: #fffaf7; }
.showcase--crystals { width: 100%; max-width: none; padding-left: max(48px, calc((100vw - 1360px) / 2 + 48px)); padding-right: max(48px, calc((100vw - 1360px) / 2 + 48px)); background: linear-gradient(180deg, #fbf5f8, #fffaf7); }
.showcase__intro { padding-top: 14px; }
.section-kicker { margin-bottom: 12px; color: #7a6d82; font: 600 12px/1.2 var(--font-body); text-transform: uppercase; }
.showcase h2 { margin: 0 0 14px; font: 600 32px/1.1 var(--font-display); letter-spacing: 0; }
.showcase__intro p:not(.section-kicker) { margin: 0 0 20px; color: var(--color-muted); }
.card-row { display: grid; grid-auto-flow: column; grid-auto-columns: 180px; gap: 22px; overflow-x: auto; padding: 0 0 18px; scroll-snap-type: x proximity; scrollbar-width: none; }
.card-row::-webkit-scrollbar { display: none; }
.advisor-card, .product-card { overflow: hidden; border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow-card); scroll-snap-align: start; }
.advisor-card { transition: transform .2s ease, box-shadow .2s ease, outline-color .2s ease; outline: 2px solid transparent; }
.advisor-card.is-selected { transform: translateY(-4px); outline-color: var(--color-gold); box-shadow: 0 24px 44px rgba(42, 30, 70, .18); }
.advisor-card__image, .product-card__image { position: relative; height: 168px; background: #ddd; }
.advisor-card__image::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 22%, rgba(255,230,190,.7) 0 14%, transparent 15%), linear-gradient(160deg, transparent 0 45%, rgba(0,0,0,.45) 46%), var(--portrait-bg); }
.advisor-card__image::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 92px; height: 128px; transform: translateX(-50%); border-radius: 48% 48% 0 0; background: var(--portrait-person); box-shadow: 0 -30px 44px rgba(255,255,255,.08) inset; }
.advisor-1 { --portrait-bg: linear-gradient(135deg,#4b2a16,#19121b); --portrait-person: linear-gradient(#b66e38 0 30%,#e8b479 31% 54%,#2f1b21 55%); }
.advisor-2 { --portrait-bg: linear-gradient(135deg,#1b1714,#664024); --portrait-person: linear-gradient(#d8d0c4 0 32%,#d9b58b 33% 56%,#15202a 57%); }
.advisor-3 { --portrait-bg: linear-gradient(135deg,#15101b,#5f351d); --portrait-person: linear-gradient(#161112 0 22%,#d7985d 23% 58%,#6a2d17 59%); }
.advisor-4 { --portrait-bg: linear-gradient(135deg,#17251d,#8a4a20); --portrait-person: linear-gradient(#b6672b 0 25%,#966032 26% 58%,#312218 59%); }
.advisor-5 { --portrait-bg: linear-gradient(135deg,#3d352d,#756658); --portrait-person: linear-gradient(#d8d1c2 0 36%,#d8b08a 37% 60%,#6d5b4b 61%); }
.status-pill, .product-badge { position: absolute; z-index: 2; left: 10px; top: 10px; padding: 4px 8px; border-radius: 12px; color: #fff; background: #3d8744; font-size: 11px; font-weight: 700; }
.product-badge { background: linear-gradient(135deg, #c68d39, #efc467); }
.crystal-2 .product-badge { background: linear-gradient(135deg, #7a4cc5, #b678df); }
.advisor-card__body, .product-card__body { padding: 10px 12px 12px; }
.advisor-card h3, .product-card h3 { margin: 0 0 3px; font-family: Georgia, serif; font-size: 15px; line-height: 1.25; }
.advisor-card p, .product-card p { min-height: 20px; margin: 0 0 8px; color: var(--color-muted); font-size: 12px; }
.advisor-tags { min-height: 50px; display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 8px; }
.advisor-tags span { padding: 3px 6px; border-radius: 999px; color: #5b417d; background: #f2eaf8; font-size: 10px; font-weight: 700; }
.verified { color: #8b5bd4; font-family: var(--font-body); }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; }
.card-meta strong { color: #120d28; font-weight: 800; white-space: nowrap; }
.text-button { padding: 0; color: #673c9b; background: transparent; border: 0; font-size: 12px; font-weight: 800; }
.rating { display: inline-flex; align-items: center; gap: 4px; }
.rating-star svg { width: 13px; height: 13px; color: #efaa2b; fill: currentColor; stroke-width: 0; }
.rating small { color: #1f1732; }
.product-card__image::before { content: ""; position: absolute; inset: 0; background: var(--crystal-bg); }
.product-card__image::after { content: ""; position: absolute; left: 50%; top: 50%; width: var(--gem-w); height: var(--gem-h); transform: translate(-50%, -50%); background: var(--gem); clip-path: var(--gem-shape); filter: drop-shadow(0 18px 18px rgba(38,24,49,.25)); }
.product-card__image--photo { display: block; overflow: hidden; }
.product-card__image--photo::before { opacity: .22; }
.product-card__image--photo::after { display: none; }
.product-card__image--photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.crystal-1 { --crystal-bg: linear-gradient(145deg,#eee5e4,#cfb3a7); --gem-w: 118px; --gem-h: 94px; --gem: linear-gradient(135deg,#eac8ff,#7531a0 42%,#321d55); --gem-shape: polygon(10% 80%,22% 24%,42% 58%,58% 8%,76% 52%,90% 80%); }
.crystal-2 { --crystal-bg: linear-gradient(145deg,#fff3f1,#dcc1bf); --gem-w: 132px; --gem-h: 76px; --gem: radial-gradient(circle at 20% 50%,#ffd7dd 0 16%,transparent 17%), radial-gradient(circle at 43% 34%,#ffd7dd 0 16%,transparent 17%), radial-gradient(circle at 64% 50%,#ffd7dd 0 16%,transparent 17%), radial-gradient(circle at 82% 34%,#ffd7dd 0 14%,transparent 15%); --gem-shape: inset(0 round 40px); }
.crystal-3 { --crystal-bg: linear-gradient(145deg,#eee3d5,#cbb7a2); --gem-w: 70px; --gem-h: 126px; --gem: linear-gradient(135deg,#fff0bc,#d18a26 52%,#8e4d17); --gem-shape: polygon(50% 0,90% 26%,72% 100%,28% 100%,10% 26%); }
.crystal-4 { --crystal-bg: linear-gradient(145deg,#eee9e8,#d9d1cf); --gem-w: 138px; --gem-h: 86px; --gem: linear-gradient(135deg,#4d4c52,#0f0f13 48%,#353139); --gem-shape: polygon(4% 88%,22% 18%,42% 74%,56% 10%,74% 70%,92% 88%); }
.crystal-5 { --crystal-bg: linear-gradient(145deg,#ebe7e1,#d1c7c0); --gem-w: 118px; --gem-h: 98px; --gem: radial-gradient(circle at 62% 46%,#1b99d7,#1e3f8f 24%,transparent 38%), linear-gradient(135deg,#5b5146,#1b1b22); --gem-shape: ellipse(48% 38% at 50% 50%); }
.bag-button { width: 32px; height: 32px; display: grid; flex: 0 0 32px; place-items: center; border: 1px solid #d9d2dd; border-radius: 50%; color: #6a6176; background: #fff; }
.bag-button svg { width: 16px; height: 16px; }
.bag-button.added { color: #fff; background: #3d8744; border-color: #3d8744; }
.added_to_cart.wc-forward { display: none; }
.carousel-button { top: 50%; color: #6a6176; background: #fff; border-color: #e4dde6; box-shadow: 0 10px 24px rgba(42, 30, 70, .08); }
.carousel-button--prev { left: 370px; }
.carousel-button--next { right: 28px; }
.showcase--crystals .carousel-button--next { right: max(28px, calc((100vw - 1360px) / 2 + 28px)); }

.ai-reading { padding: 56px 48px; background: #160d33; }
.ai-reading__panel {
    width: min(100%, 1240px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, rgba(61, 33, 105, .92), rgba(18, 10, 39, .96));
    box-shadow: 0 28px 70px rgba(14, 8, 31, .35);
}
.ai-reading__intro h2 { margin: 0 0 14px; font: 600 34px/1.1 var(--font-display); }
.ai-reading__intro p:not(.section-kicker) { margin: 0 0 24px; color: #d8cce8; }
.usage-meter { width: 160px; padding: 16px; border-radius: 8px; color: #1f103a; background: var(--color-gold); }
.usage-meter strong { display: block; font-size: 34px; line-height: 1; }
.usage-meter span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.reading-form { min-width: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid__wide { grid-column: 1 / -1; }
.reading-form label { display: grid; gap: 7px; color: #f5e8ff; font-size: 13px; font-weight: 800; }
.reading-form input, .reading-form select, .reading-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    padding: 12px 13px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    outline: none;
}
.reading-form select option { color: #160d33; }
.reading-form textarea { resize: vertical; }
.reading-form input::placeholder, .reading-form textarea::placeholder { color: #b9aec8; }
.reading-form input:focus, .reading-form select:focus, .reading-form textarea:focus { border-color: var(--color-gold); }
.reading-form__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }
.button--ghost-dark { color: #fff; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08); }
.reading-response {
    grid-column: 2;
    margin-top: 18px;
    padding: 18px;
    border-radius: 8px;
    color: #efe8fb;
    background: rgba(255, 255, 255, .08);
}
.reading-response p { margin: 0; }
.reading-response[data-state="success"] { border: 1px solid rgba(244, 196, 111, .45); background: rgba(244, 196, 111, .12); }
.reading-response[data-state="locked"], .reading-response[data-state="error"] { border: 1px solid rgba(255, 125, 125, .55); background: rgba(120, 22, 43, .32); }

.reviews-band { padding: 54px 48px; background: #fffaf7; }
.reviews-band__intro, .review-grid { width: min(100%, 1240px); margin: 0 auto; }
.reviews-band__intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.reviews-band h2 { margin: 0; font: 600 32px/1.1 var(--font-display); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { padding: 22px; border-radius: 8px; background: #fff; box-shadow: var(--shadow-card); }
.review-card p { min-height: 72px; margin: 14px 0 18px; color: var(--color-muted); }
.review-card strong { color: #2c1f45; }

.advisor-chat-page { min-height: 100vh; color: #fff; background: #08051b; }
.chat-hero {
    position: relative;
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) 440px;
    align-items: end;
    gap: 28px;
    padding: 42px 56px 36px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(126, 57, 165, .48), transparent 30%),
        radial-gradient(circle at 42% 58%, rgba(244, 196, 111, .18), transparent 24%),
        linear-gradient(135deg, #10082d, #26114d 58%, #12071f);
}
.chat-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.32) 1px, transparent 1.5px); background-size: 58px 58px; opacity: .28; }
.chat-hero__copy, .chat-hero__portrait, .chat-hero__actions { position: relative; z-index: 1; }
.back-link { display: inline-block; margin-bottom: 18px; color: #d9cdea; }
.chat-hero h1 { margin: 0 0 12px; font: 600 52px/1.04 var(--font-display); letter-spacing: 0; }
.chat-hero h1 span { color: var(--color-gold); }
.chat-hero__copy p { margin: 0 0 10px; color: #e8dff4; font-size: 18px; }
.chat-hero__meta { display: flex; flex-wrap: wrap; gap: 14px; color: #d8cce8; }
.chat-hero__meta > span { display: inline-flex; align-items: center; gap: 6px; }
.status-dot::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #5ee078; }
.chat-hero__portrait { min-height: 260px; align-self: stretch; }
.chat-hero__portrait::before { content: ""; position: absolute; right: 175px; bottom: -12px; width: 150px; height: 240px; border-radius: 48% 48% 0 0; background: var(--portrait-person); filter: drop-shadow(0 18px 36px rgba(0,0,0,.28)); transform: scale(1.25); transform-origin: bottom center; }
.chat-hero__wheel { position: absolute; right: 18px; bottom: 18px; width: 250px; height: 250px; display: grid; place-items: center; border: 1px solid rgba(244, 196, 111, .38); border-radius: 50%; color: rgba(244, 196, 111, .72); font-size: 72px; box-shadow: inset 0 0 0 28px rgba(244, 196, 111, .04), inset 0 0 0 62px rgba(244, 196, 111, .04); }
.chat-hero__actions { grid-column: 2; display: flex; justify-content: end; gap: 16px; }

.chat-layout { display: grid; grid-template-columns: 322px minmax(420px, 1fr) 318px; gap: 18px; padding: 0 56px 18px; transform: translateY(-18px); }
.chat-history, .chat-stage, .profile-card, .chat-promo {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: linear-gradient(160deg, rgba(48, 27, 91, .82), rgba(22, 12, 49, .9));
    box-shadow: 0 18px 52px rgba(0,0,0,.22);
}
.chat-history { padding: 24px 16px; }
.chat-history h2, .profile-card h2 { margin: 0 0 16px; color: #f6d388; font: 600 19px/1.2 var(--font-display); }
.history-item { width: 100%; display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; margin-bottom: 14px; padding: 12px; border: 1px solid transparent; border-radius: 8px; color: #fff; text-align: left; background: transparent; }
.history-item.is-active { border-color: rgba(244, 196, 111, .45); background: rgba(244, 196, 111, .12); }
.history-item span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(244,196,111,.22); color: var(--color-gold); }
.history-item strong, .history-item small { grid-column: 2 / 4; }
.history-item small { color: #c5b9d8; }
.history-all { width: 100%; margin-top: 86px; padding: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: #fff; background: transparent; }

.chat-stage { min-height: 510px; display: flex; flex-direction: column; padding: 24px; }
.birth-intake { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 18px; }
.birth-intake label { display: grid; gap: 5px; color: #d9cdea; font-size: 12px; font-weight: 800; }
.birth-intake input, .birth-intake select { min-width: 0; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; color: #fff; background: rgba(255,255,255,.08); }
.birth-intake select option { color: #160d33; }
.chat-messages { flex: 1; overflow: auto; padding-right: 6px; }
.message-row { display: flex; gap: 12px; margin-bottom: 18px; }
.message-row--user { justify-content: flex-end; }
.message-avatar { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 10px; background: var(--portrait-person); }
.message-bubble { max-width: min(78%, 520px); padding: 14px 16px; border-radius: 8px; color: #fff; background: rgba(255,255,255,.11); }
.message-row--user .message-bubble { background: linear-gradient(135deg, #46218e, #241163); }
.message-bubble p { margin: 0 0 8px; }
.message-bubble small { display: block; color: #bfb4d4; text-align: right; font-size: 11px; }
.message-row.is-streaming .message-bubble p::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 1.1em;
    margin-left: 4px;
    vertical-align: -2px;
    border-radius: 4px;
    background: #f4c46f;
    animation: mystic-caret 1s steps(2, start) infinite;
}
@keyframes mystic-caret {
    50% { opacity: 0; }
}
.message-row--recommendations {
    display: block;
    margin-left: 56px;
}
.energy-recommendations {
    max-width: 620px;
    padding: 12px;
    border: 1px solid rgba(244, 196, 111, .26);
    border-radius: 8px;
    background: rgba(20, 10, 45, .66);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.energy-recommendations__intro strong {
    display: block;
    color: #f4c46f;
    font: 600 15px/1.25 var(--font-display);
}
.energy-recommendations__intro p {
    margin: 4px 0 10px;
    color: #d9cdea;
    font-size: 12px;
    line-height: 1.45;
}
.energy-recommendations__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.energy-product-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    min-height: 78px;
    overflow: hidden;
    border: 1px solid rgba(244, 196, 111, .18);
    border-radius: 8px;
    color: #fff8ea;
    background: rgba(255,255,255,.07);
}
.energy-product-card__image {
    width: 78px;
    height: 100%;
    min-height: 78px;
    display: block;
    background: rgba(244, 196, 111, .16);
}
.energy-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.energy-product-card__body {
    min-width: 0;
    padding: 9px 10px;
}
.energy-product-card__body span {
    display: inline-flex;
    margin-bottom: 4px;
    padding: 2px 7px;
    border-radius: 999px;
    color: #f6dba3;
    background: rgba(244, 196, 111, .13);
    font-size: 10px;
    font-weight: 800;
}
.energy-product-card h3 {
    margin: 0 0 4px;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.energy-product-card p {
    margin: 0 0 7px;
    color: #d8cfe7;
    font-size: 12px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.energy-product-card__body div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.energy-product-card strong {
    color: #f7d88e;
    font-size: 13px;
    white-space: nowrap;
}
.energy-product-card a:not(.energy-product-card__image) {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #291449;
    background: #f4c46f;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.chat-composer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 14px 10px 18px;
    border: 2px solid rgba(244, 196, 111, .68);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff9ef 0%, #f3dfbd 100%);
    box-shadow: 0 14px 34px rgba(5, 3, 18, .22), 0 0 0 4px rgba(244, 196, 111, .1);
}
.chat-composer:focus-within {
    border-color: #ffd98a;
    box-shadow: 0 16px 38px rgba(5, 3, 18, .28), 0 0 0 5px rgba(244, 196, 111, .2);
}
.chat-composer input { flex: 1; min-width: 0; border: 0; color: #1f103a; background: transparent; outline: none; }
.chat-composer input::placeholder { color: #765f8d; opacity: 1; }
.composer-icon { border: 0; color: #d8cce8; background: transparent; }
.send-button { width: 44px; height: 44px; border: 0; border-radius: 50%; color: #1f103a; background: var(--color-gold); }
.chat-disclaimer, .chat-credits { margin: 10px 0 0; color: #d8cce8; text-align: center; font-size: 12px; }
.chat-credits {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 14px;
    border: 1px solid rgba(244, 196, 111, .34);
    border-radius: 999px;
    background: rgba(255, 249, 239, .08);
}
.chat-credits button { margin-left: 8px; border: 0; color: var(--color-gold); background: transparent; font-weight: 800; }

.advisor-sidebar { display: grid; gap: 14px; }
.profile-card { padding: 24px; }
.profile-card dl { margin: 0; }
.profile-card div { margin-bottom: 16px; }
.profile-card dt { margin-bottom: 4px; color: var(--color-gold); font-weight: 800; }
.profile-card dd { margin: 0; color: #d8cce8; }
.profile-card button { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #e8dff4; text-align: left; background: transparent; }
.profile-card button:last-child { border-bottom: 0; }
.chat-promo { width: min(100% - 112px, 740px); margin: 0 auto 42px; display: grid; grid-template-columns: 130px 1fr 170px; align-items: center; gap: 20px; padding: 20px; }
.chat-promo__crystal { height: 86px; border-radius: 8px; background: radial-gradient(circle at 50% 50%, #b66eff, #35155f 62%, transparent 64%); }
.chat-promo h2 { margin: 0 0 4px; font: 600 24px/1.1 var(--font-display); }
.chat-promo p { margin: 0; color: #d8cce8; }

.site-footer { padding: 42px 48px; color: #d8cce8; background: #120a27; }
.site-footer__inner { width: min(100%, 1240px); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-footer p { max-width: 560px; margin: 0; color: #b8acc8; }
.brand--footer .brand__mark svg { width: 38px; height: 38px; }
.brand--footer .brand__text { font-size: 22px; }
.content-page, .page-shell { width: min(100% - 40px, 900px); margin: 60px auto; }

@media (max-width: 1120px) {
    .site-header__inner { padding: 0 24px; grid-template-columns: auto auto; justify-content: space-between; }
    .main-nav { display: none; }
    .hero__inner { grid-template-columns: 1fr; padding: 42px 54px 220px; }
    .hero__art { position: absolute; right: 30px; bottom: 0; width: 52%; min-height: 250px; opacity: .8; }
    .zodiac-wheel { right: 40px; width: 230px; }
    .crystal-scene { transform: scale(.78); transform-origin: right bottom; }
    .showcase { grid-template-columns: 1fr; padding: 32px 24px 14px; }
    .showcase--crystals { padding-left: 24px; padding-right: 24px; }
    .showcase__intro { max-width: 520px; }
    .carousel-button { display: none; }
    .ai-reading__panel { grid-template-columns: 1fr; }
    .reading-response { grid-column: auto; }
    .chat-hero { grid-template-columns: 1fr; }
    .chat-hero__actions { grid-column: auto; justify-content: start; }
    .chat-layout { grid-template-columns: 1fr; padding: 0 24px 24px; transform: none; }
    .advisor-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .chat-promo { width: calc(100% - 48px); }
}

@media (max-width: 720px) {
    body.admin-bar .site-header { top: 0; }
    .site-header__inner { min-height: 64px; padding: 0 16px; }
    .brand__mark svg { width: 38px; height: 38px; }
    .brand__text { font-size: 20px; }
    .header-actions { gap: 4px; }
    .language-button { min-width: 76px; padding: 0 10px; }
    .header-actions .icon-button:first-child { display: none; }
    .hero { min-height: 620px; }
    .hero__inner { min-height: 620px; padding: 48px 22px 250px; }
    .eyebrow { font-size: 15px; gap: 8px; }
    .eyebrow span { width: 26px; }
    .hero h1 { font-size: 42px; }
    .hero__actions { gap: 12px; }
    .button { width: 100%; }
    .hero__arrow { display: none; }
    .hero__art { width: 100%; right: 0; bottom: 0; opacity: .78; }
    .zodiac-wheel { right: 20px; width: 210px; }
    .crystal-scene { left: 0; right: -30px; transform: scale(.72); }
    .showcase h2 { font-size: 30px; }
    .card-row { grid-auto-columns: 74vw; gap: 16px; }
    .advisor-card__image, .product-card__image { height: 210px; }
    .ai-reading, .reviews-band { padding: 36px 18px; }
    .ai-reading__panel { padding: 22px; }
    .form-grid, .review-grid { grid-template-columns: 1fr; }
    .reviews-band__intro { display: block; }
    .chat-hero { padding: 30px 18px; }
    .chat-hero h1 { font-size: 42px; }
    .chat-hero__portrait { display: none; }
    .chat-layout { padding: 0 18px 18px; }
    .birth-intake, .advisor-sidebar, .chat-promo { grid-template-columns: 1fr; }
    .chat-stage { padding: 18px; }
    .message-bubble { max-width: 86%; }
    .chat-promo { width: calc(100% - 36px); }
    .site-footer__inner { align-items: flex-start; flex-direction: column; }
}

/* Prototype homepage restoration */
.prototype-home {
    background: #fffaf7;
}

.hero--prototype {
    min-height: 368px;
    background:
        radial-gradient(circle at 48% 42%, rgba(151, 70, 178, .5), transparent 29%),
        linear-gradient(90deg, #1b0d3a 0%, #23104c 44%, #110b28 100%);
}

.hero--prototype .hero__inner {
    width: min(100%, 1536px);
    min-height: 368px;
    padding: 38px 88px 34px 150px;
    grid-template-columns: minmax(420px, .78fr) minmax(520px, 1.22fr);
    gap: 0;
}

.hero--prototype .hero__copy {
    position: relative;
    z-index: 3;
}

.hero--prototype .eyebrow {
    margin-bottom: 13px;
    color: #f2d295;
    font-size: 17px;
}

.hero--prototype h1 {
    max-width: 570px;
    margin-bottom: 18px;
    font-size: 56px;
    line-height: 1.05;
}

.hero--prototype .hero__text {
    max-width: 440px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.55;
}

.hero--prototype .button {
    width: auto;
}

.hero--prototype .hero__visual {
    position: absolute;
    inset: 0 0 0 auto;
    width: 62.25%;
    min-width: 760px;
    overflow: hidden;
}

.hero--prototype .hero__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, #1b0d3a 0%, rgba(27, 13, 58, .62) 14%, rgba(27, 13, 58, 0) 35%);
}

.hero--prototype .hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.showcase--prototype {
    width: min(100%, 1360px);
    min-height: 300px;
    padding: 34px 48px 26px;
    grid-template-columns: 248px 1fr;
    gap: 30px;
}

.showcase--prototype.showcase--advisors {
    background: #fffaf7;
}

.showcase--prototype.showcase--crystals {
    max-width: none;
    width: 100%;
    padding-left: max(48px, calc((100vw - 1360px) / 2 + 48px));
    padding-right: max(48px, calc((100vw - 1360px) / 2 + 48px));
    background: linear-gradient(180deg, #fbf3f8 0%, #fffaf7 100%);
}

.showcase--prototype .showcase__intro {
    padding-top: 10px;
}

.showcase--prototype .section-kicker {
    margin-bottom: 12px;
    color: #8a7c91;
    font-size: 12px;
    font-weight: 700;
}

.showcase--prototype h2 {
    margin-bottom: 14px;
    color: #160d33;
    font-size: 32px;
}

.showcase--prototype .showcase__intro p:not(.section-kicker) {
    max-width: 220px;
    margin-bottom: 20px;
    color: #71677a;
    font-size: 14px;
    line-height: 1.55;
}

.showcase--prototype .button--purple {
    min-width: 116px;
    min-height: 40px;
    border-radius: 8px;
    background: #32135e;
}

.card-row--advisors {
    grid-auto-columns: 174px;
    gap: 25px;
}

.card-row--products {
    grid-auto-columns: 190px;
    gap: 23px;
    margin-right: 0;
    padding-right: 0;
}

.advisor-card--prototype,
.product-card--prototype {
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(42, 30, 70, .12);
}

.advisor-card--prototype .advisor-card__image,
.product-card--prototype .product-card__image {
    display: block;
    background: #e8e0de;
}

.advisor-card--prototype .advisor-card__image {
    height: 167px;
}

.product-card--prototype .product-card__image {
    height: 156px;
}

.advisor-card--prototype .advisor-card__image::before,
.advisor-card--prototype .advisor-card__image::after,
.product-card--prototype .product-card__image::before,
.product-card--prototype .product-card__image::after {
    display: none;
}

.advisor-card--prototype img,
.product-card--prototype img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisor-card--prototype .advisor-card__body,
.product-card--prototype .product-card__body {
    min-height: 82px;
    padding: 10px 12px 12px;
}

.advisor-card--prototype h3,
.product-card--prototype h3 {
    margin-bottom: 4px;
    color: #160d33;
    font-size: 15px;
    font-weight: 700;
}

.advisor-card--prototype p,
.product-card--prototype p {
    display: -webkit-box;
    min-height: 34px;
    margin-bottom: 8px;
    overflow: hidden;
    color: #706578;
    font-size: 12px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.advisor-card--prototype .card-meta,
.product-card--prototype .card-meta {
    font-size: 12px;
}

.showcase--prototype .carousel-button {
    width: 46px;
    height: 46px;
    top: 118px;
    transform: translateY(-50%);
    color: #776d82;
    background: rgba(255, 255, 255, .95);
}

.showcase--prototype .carousel-button--prev {
    left: 303px;
}

.showcase--prototype .carousel-button--next {
    right: 24px;
}

.showcase--prototype.showcase--crystals .carousel-button--next {
    right: max(12px, calc((100vw - 1360px) / 2 + 12px));
}

.showcase--prototype.showcase--crystals .carousel-button--prev {
    left: max(12px, calc((100vw - 1360px) / 2 + 12px));
}

.showcase--prototype.showcase--crystals .carousel-button {
    top: 50%;
    transform: translateY(-50%);
}

.showcase--prototype.showcase--crystals.mlpro-home-block {
    --product-arrow-space: 72px;
    --product-lane-start: 278px;
}

.showcase--prototype.showcase--crystals.mlpro-home-block .card-row--products {
    width: calc(100% - var(--product-arrow-space));
    max-width: calc(100% - var(--product-arrow-space));
    justify-self: start;
}

.showcase--prototype.showcase--crystals.mlpro-home-block .carousel-button--prev {
    left: calc(var(--product-lane-start) - 56px);
}

.showcase--prototype.showcase--crystals.mlpro-home-block .carousel-button--next {
    right: -6px;
}

.section-shell {
    width: min(100% - 48px, 1240px);
    margin: 0 auto;
}

.section-heading {
    max-width: 650px;
    margin-bottom: 24px;
}

.section-heading--center {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2 {
    margin: 0 0 10px;
    color: #160d33;
    font-family: Georgia, serif;
    font-size: 32px;
    line-height: 1.12;
}

.section-heading p:not(.section-kicker) {
    margin: 0;
    color: #706578;
    line-height: 1.65;
}

.social-proof--video {
    position: relative;
    padding: 54px 0 58px;
    background: #fff;
}

.social-proof--video .section-shell {
    position: relative;
    max-width: 1180px;
}

.testimonial-carousel {
    position: relative;
    width: min(100%, var(--testimonial-carousel-width, 1120px));
    margin: 0 auto;
}

.testimonial-grid {
    width: 100%;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 2px 8px 20px;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 8px;
    scrollbar-width: none;
}

.testimonial-grid:not(.is-overflowing) {
    justify-content: center;
}

.testimonial-carousel:not(.has-overflow) .testimonial-arrow {
    display: none;
}

.testimonial-grid::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex: 0 0 clamp(260px, 28vw, 320px);
    overflow: hidden;
    border: 1px solid #eee4dc;
    border-radius: 8px;
    background: #fffaf7;
    box-shadow: 0 18px 36px rgba(42, 30, 70, .08);
    scroll-snap-align: start;
}

.testimonial-card__media {
    aspect-ratio: 9 / 16;
    background: #211330;
}

.testimonial-card__media video,
.testimonial-video-placeholder {
    width: 100%;
    height: 100%;
}

.testimonial-video-placeholder {
    position: relative;
    display: grid;
    place-items: center;
    --poster: linear-gradient(135deg, #2a1748, #c2a35f);
    background-image:
        linear-gradient(135deg, rgba(22, 13, 51, .72), rgba(126, 63, 54, .38)),
        var(--poster),
        linear-gradient(135deg, #2a1748, #c2a35f);
    background-size: cover;
    background-position: center;
}

.testimonial-video-placeholder::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 232, 186, .45);
    border-radius: 8px;
}

.play-mark {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .24);
}

.play-mark::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 18px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #32135e;
}

.testimonial-card__body {
    min-height: 184px;
    padding: 16px 16px 18px;
}

.testimonial-card__body strong,
.testimonial-card__body span {
    display: block;
}

.testimonial-card__body strong {
    color: #160d33;
    font-size: 15px;
}

.testimonial-card__body span {
    margin-top: 3px;
    color: #9b6b22;
    font-size: 12px;
    font-weight: 700;
}

.testimonial-card__body p {
    margin: 10px 0 0;
    color: #655b6e;
    font-size: 14px;
    line-height: 1.55;
}

.testimonial-arrow {
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    color: #6f6479;
    background: rgba(255, 255, 255, .96);
    border-color: #e5dce6;
    box-shadow: 0 14px 34px rgba(42, 30, 70, .16);
}

.testimonial-arrow--prev {
    left: -24px;
}

.testimonial-arrow--next {
    right: -24px;
}

.metaphysics-guide {
    padding: 58px 0 62px;
    background: linear-gradient(180deg, #fffaf7 0%, #f5edf4 100%);
}

.metaphysics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.metaphysics-card {
    min-height: 210px;
    padding: 22px 18px;
    border: 1px solid rgba(105, 67, 117, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
}

.metaphysics-card span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #fff;
    background: #32135e;
    font-family: Georgia, serif;
    font-size: 24px;
}

.metaphysics-card h3 {
    margin: 0 0 10px;
    color: #160d33;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.2;
}

.metaphysics-card p {
    margin: 0;
    color: #655b6e;
    font-size: 14px;
    line-height: 1.62;
}

@media (max-width: 1100px) {
    .hero--prototype .hero__inner {
        padding: 36px 44px;
        grid-template-columns: 1fr;
    }

    .hero--prototype .hero__visual {
        width: 76%;
        min-width: 620px;
        opacity: .7;
    }

    .showcase--prototype {
        grid-template-columns: 1fr;
        padding: 32px 24px 22px;
    }

    .showcase--prototype.showcase--crystals {
        padding-left: 24px;
        padding-right: 24px;
    }

    .showcase--prototype .showcase__intro p:not(.section-kicker) {
        max-width: 560px;
    }

    .showcase--prototype .carousel-button--prev {
        left: 24px;
    }

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

    .social-proof--video .carousel-button {
        display: grid;
    }

    .testimonial-arrow--prev {
        left: -10px;
    }

    .testimonial-arrow--next {
        right: -10px;
    }
}

@media (max-width: 640px) {
    .hero--prototype {
        min-height: 520px;
    }

    .hero--prototype .hero__inner {
        min-height: 520px;
        padding: 44px 22px 38px;
        align-items: start;
    }

    .hero--prototype .hero__visual {
        inset: auto 0 0;
        width: 100%;
        min-width: 0;
        height: 255px;
        opacity: .82;
    }

    .hero--prototype .hero__visual::before {
        background: linear-gradient(180deg, #1b0d3a 0%, rgba(27, 13, 58, .45) 32%, rgba(27, 13, 58, 0) 100%);
    }

    .hero--prototype h1 {
        font-size: 42px;
    }

    .hero--prototype .button {
        flex: 1 1 210px;
    }

    .card-row--advisors,
    .card-row--products {
        grid-auto-columns: minmax(174px, 72vw);
    }

    .showcase--prototype.showcase--crystals.mlpro-home-block .card-row--products {
        width: 100%;
        max-width: 100%;
    }

    .section-shell {
        width: min(100% - 28px, 1240px);
    }

    .section-heading h2 {
        font-size: 26px;
    }

    .social-proof--video,
    .metaphysics-guide,
    .mlpro-process-band {
        padding: 40px 0;
    }

    .testimonial-grid,
    .metaphysics-grid,
    .mlpro-process-cards {
        grid-template-columns: 1fr;
    }

    .testimonial-grid {
        gap: 14px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .testimonial-card {
        flex-basis: min(78vw, 300px);
    }

    .testimonial-arrow {
        width: 40px;
        height: 40px;
    }

    .testimonial-arrow--prev {
        left: -6px;
    }

    .testimonial-arrow--next {
        right: -6px;
    }

    .metaphysics-card {
        min-height: 0;
    }
}

/* Advisor chat reference page */
.advisor-chat-page--reference {
    color: #fff;
    background:
        radial-gradient(circle at 18% 24%, rgba(87, 49, 156, .3), transparent 32%),
        linear-gradient(180deg, #07051a 0%, #12072d 46%, #08051a 100%);
}

.chat-hero--reference {
    min-height: 274px;
    display: grid;
    grid-template-columns: minmax(520px, .88fr) minmax(520px, 1.12fr);
    align-items: end;
    gap: 0;
    padding: 36px 56px 34px;
    background:
        radial-gradient(circle at 48% 50%, rgba(111, 54, 166, .44), transparent 34%),
        linear-gradient(180deg, #0b0622 0%, #160835 100%);
}

.chat-hero--reference::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,.45) 0 1px, transparent 1.6px);
    background-size: 74px 74px;
    opacity: .28;
    pointer-events: none;
}

.chat-hero--reference .chat-hero__copy {
    z-index: 3;
    align-self: center;
}

.chat-hero--reference .back-link {
    margin-bottom: 16px;
    color: #d8cce8;
    font-size: 16px;
}

.chat-hero--reference h1 {
    margin-bottom: 10px;
    font-size: 46px;
}

.chat-hero--reference .chat-hero__copy p {
    font-size: 16px;
}

.chat-hero--reference .chat-hero__visual {
    position: absolute;
    inset: 0 0 0 auto;
    width: 57.75%;
    min-width: 720px;
    overflow: hidden;
}

.chat-hero--reference .chat-hero__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, #0b0622 0%, rgba(11, 6, 34, .66) 20%, rgba(11, 6, 34, 0) 43%);
}

.chat-hero--reference .chat-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.chat-hero--reference .chat-hero__actions {
    position: absolute;
    right: 56px;
    bottom: 38px;
    z-index: 4;
    display: flex;
    gap: 16px;
}

.button--ghost-dark {
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(29, 14, 54, .86);
}

.status-pill--chat {
    position: static;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    background: rgba(22, 12, 46, .84);
    font-size: 13px;
    font-weight: 500;
}

.status-pill--chat i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5ee078;
}

.chat-layout--reference {
    grid-template-columns: 322px minmax(460px, 1fr) 318px;
    gap: 18px;
    padding: 0 56px 18px;
    transform: translateY(-1px);
}

.advisor-chat-page--reference .chat-history,
.advisor-chat-page--reference .chat-stage,
.advisor-chat-page--reference .profile-card,
.advisor-chat-page--reference .chat-promo {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: linear-gradient(160deg, rgba(52, 31, 95, .86), rgba(18, 10, 43, .94));
    box-shadow: 0 22px 58px rgba(0,0,0,.28);
}

.advisor-chat-page--reference .chat-history {
    min-height: 510px;
    padding: 26px 16px;
}

.advisor-chat-page--reference .chat-history h2,
.advisor-chat-page--reference .profile-card h2 {
    color: #f3c966;
    font-size: 19px;
}

.advisor-chat-page--reference .history-list {
    display: grid;
    gap: 14px;
}

.advisor-chat-page--reference .history-item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    margin: 0;
    padding: 12px;
}

.advisor-chat-page--reference .history-item__icon {
    grid-row: 1 / 3;
}

.advisor-chat-page--reference .history-item__body {
    min-width: 0;
    width: auto;
    height: auto;
    display: grid;
    gap: 2px;
    place-items: initial;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

.advisor-chat-page--reference .history-item strong,
.advisor-chat-page--reference .history-item small {
    grid-column: auto;
}

.advisor-chat-page--reference .history-item time {
    align-self: start;
    color: #c7bad8;
    font-size: 12px;
}

.advisor-chat-page--reference .history-all {
    margin-top: 96px;
}

.chat-stage--reference {
    min-height: 510px;
    padding: 24px;
}

.birth-intake--compact {
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.chat-empty-state {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.06);
}

.chat-empty-state__icon {
    width: 54px;
    height: 54px;
    display: grid;
    grid-column: 1 / -1;
    place-items: center;
    border-radius: 50%;
    color: #1f103a;
    background: var(--color-gold);
    font-size: 28px;
}

.chat-empty-state h2,
.chat-empty-state p {
    grid-column: 1 / -1;
    margin: 0;
}

.chat-empty-state h2 {
    color: #fff;
    font: 600 24px/1.1 var(--font-display);
}

.chat-empty-state p {
    color: #d7cbe4;
}

.chat-profile-panel {
    grid-column: 1 / -1;
    padding: 10px 12px;
    border: 1px solid rgba(244, 196, 111, .2);
    border-radius: 8px;
    background: rgba(255,255,255,.05);
}

.chat-profile-panel summary {
    cursor: pointer;
    color: #f4c46f;
    font-size: 13px;
    font-weight: 800;
}

.chat-profile-panel__hint {
    margin: 8px 0 0;
    color: #cfc0e4;
    font-size: 12px;
    line-height: 1.45;
}

.chat-profile-panel.is-requested {
    border-color: rgba(244, 196, 111, .72);
    box-shadow: 0 0 0 4px rgba(244, 196, 111, .12);
}

.chat-profile-panel__fields {
    display: grid;
    grid-template-columns: 1.45fr .85fr 1.2fr 1.1fr;
    gap: 12px;
    margin-top: 12px;
}

.chat-empty-state label {
    display: grid;
    gap: 6px;
    color: #d9cdea;
    font-size: 12px;
    font-weight: 800;
}

.chat-empty-state input,
.chat-empty-state select,
.chat-empty-state textarea {
    min-width: 0;
    padding: 11px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    color: #fff;
    background: rgba(255,255,255,.08);
}

.chat-empty-state textarea {
    min-height: 78px;
    resize: vertical;
    line-height: 1.45;
}

.profile-field--wide {
    grid-column: 1 / -1;
}

.chat-empty-state select option {
    color: #160d33;
}

.birth-date-parts {
    display: grid;
    grid-template-columns: minmax(92px, 1fr) minmax(82px, .85fr) minmax(76px, .8fr);
    gap: 8px;
}

.birth-date-parts select {
    min-width: 0;
    width: 100%;
}

.chat-empty-state.is-complete {
    display: none;
}

.chat-messages.is-empty {
    min-height: 0;
}

.advisor-chat-page--reference .message-avatar-img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 10px;
    object-fit: cover;
}

.advisor-chat-page--reference .message-bubble {
    border-radius: 10px;
    background: rgba(255,255,255,.1);
}

.advisor-chat-page--reference .message-row--user .message-bubble {
    background: linear-gradient(135deg, #4f22a0, #2b126d);
}

.advisor-chat-page--reference .chat-typing {
    width: 78px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
}

.advisor-chat-page--reference .chat-typing span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7e6da8;
    animation: typing 1.2s infinite ease-in-out;
}

.advisor-chat-page--reference .chat-typing span:nth-child(2) { animation-delay: .15s; }
.advisor-chat-page--reference .chat-typing span:nth-child(3) { animation-delay: .3s; }

@keyframes typing {
    0%, 80%, 100% { opacity: .35; transform: translateY(0); }
    40% { opacity: 1; transform: translateY(-3px); }
}

.advisor-chat-page--reference .chat-composer {
    margin-top: 6px;
    padding: 9px 10px 9px 20px;
    border-color: rgba(244, 196, 111, .74);
    background: linear-gradient(180deg, #fff9ef 0%, #f3dfbd 100%);
}

.advisor-chat-page--reference .composer-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #4a2b68;
    font-size: 20px;
}

.advisor-chat-page--reference .send-button {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.profile-card--reference {
    padding: 25px;
}

.profile-card--reference dl {
    display: grid;
    gap: 15px;
}

.profile-card--reference div {
    position: relative;
    margin: 0;
    padding-left: 30px;
}

.profile-card--reference div::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 1px;
    color: #f3c966;
}

.profile-card--reference dt {
    color: #fff;
}

.profile-card--reference dd {
    color: #d5c9e3;
    font-size: 14px;
}

.popular-card button {
    padding: 11px 0;
    color: #d7cbe4;
}

.popular-card .questions-all {
    width: 100%;
    margin-top: 10px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    text-align: center;
}

.chat-promo--reference {
    width: calc(100% - 512px);
    max-width: 740px;
    min-height: 104px;
    margin: 0 calc(318px + 74px) 46px auto;
    grid-template-columns: 138px 1fr 164px;
    padding: 0 36px 0 0;
    overflow: hidden;
}

.chat-promo--reference img {
    width: 154px;
    height: 104px;
    object-fit: cover;
}

@media (max-width: 1180px) {
    .chat-test-shell {
        grid-template-columns: 260px minmax(420px, 1fr);
    }

    .chat-test-profile {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 220px 1fr;
        gap: 18px;
    }

    .chat-test-photo {
        grid-row: span 5;
    }

    .chat-hero--reference {
        grid-template-columns: 1fr;
        padding: 34px 28px;
    }

    .chat-hero--reference .chat-hero__visual {
        width: 76%;
        min-width: 620px;
        opacity: .72;
    }

    .chat-hero--reference .chat-hero__actions {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        justify-content: start;
    }

    .chat-layout--reference {
        grid-template-columns: 1fr;
        padding: 18px 24px 24px;
        transform: none;
    }

    .advisor-chat-page--reference .advisor-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chat-promo--reference {
        width: calc(100% - 48px);
        max-width: none;
        margin: 0 auto 36px;
    }
}

@media (max-width: 720px) {
    .chat-test-page {
        top: 64px;
        height: calc(100vh - 64px);
        padding-bottom: 0;
    }

    .chat-test-shell {
        width: 100%;
        height: calc(100vh - 64px);
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px 10px;
    }

    .chat-test-left,
    .chat-test-profile {
        display: none;
    }

    .chat-test-main {
        min-height: calc(100svh - 112px);
        border-radius: 12px;
    }

    .chat-test-header {
        min-height: 74px;
        padding: 12px 14px;
    }

    .chat-test-header img {
        width: 48px;
        height: 48px;
    }

    .chat-test-header strong {
        font-size: 16px;
    }

    .chat-test-header button {
        font-size: 12px;
    }

    .chat-test-messages {
        min-height: 260px;
        padding: 14px;
    }

    .chat-test-empty {
        margin: 34px auto 0;
        padding: 22px;
    }

    .chat-test-empty h1 {
        font-size: 18px;
    }

    .chat-test-empty p {
        font-size: 13px;
    }

    .chat-test-suggestion-wrap {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 6px;
        padding: 8px 10px;
    }

    .chat-test-suggestion-arrow {
        width: 36px;
        height: 36px;
        font-size: 28px;
    }

    .chat-test-composer {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        z-index: 60;
        padding: 10px;
        border-radius: 999px;
        background: #2a2b68;
        box-shadow: 0 -10px 30px rgba(0,0,0,.35);
    }

    .chat-test-message {
        gap: 8px;
        margin: 14px 0;
    }

    .chat-test-message > div {
        max-width: 84%;
        padding: 16px;
    }

    .chat-test-message p {
        font-size: 14px;
    }

    .chat-test-message button {
        display: none;
    }

    .chat-test-connect {
        padding: 12px;
    }

    .chat-test-connect__panel {
        min-height: auto;
        padding: 54px 20px 26px;
        border-radius: 22px;
    }

    .chat-test-connect__close {
        left: 18px;
        top: 14px;
        font-size: 34px;
    }

    .chat-test-connect h2 {
        margin-bottom: 34px;
        font-size: 26px;
    }

    .chat-test-connect__avatar {
        width: 132px;
        height: 132px;
        border-width: 14px;
    }

    .chat-test-connect__avatar img {
        width: 100px;
        height: 100px;
    }

    .chat-test-connect__panel > strong {
        font-size: 26px;
    }

    .chat-test-progress {
        margin: 24px auto 26px;
    }

    .chat-test-connect ul {
        gap: 12px;
    }

    .chat-test-connect li {
        min-height: 56px;
        padding: 0 14px;
        gap: 12px;
        font-size: 14px;
    }

    .chat-test-connect li i {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .advisor-chat-page--reference {
        padding-bottom: 112px;
    }

    .chat-hero--reference {
        min-height: 168px;
        padding: 18px;
        align-items: start;
    }

    .chat-hero--reference .chat-hero__visual {
        display: none;
    }

    .chat-hero--reference .back-link {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .chat-hero--reference h1 {
        margin-bottom: 6px;
        font-size: 28px;
        line-height: 1.12;
    }

    .chat-hero--reference .chat-hero__copy p,
    .chat-hero--reference .chat-hero__actions {
        display: none;
    }

    .chat-layout--reference {
        gap: 12px;
        padding: 12px;
    }

    .advisor-chat-page--reference .chat-history {
        display: none;
    }

    .chat-stage--reference {
        order: -1;
        min-height: calc(100svh - 212px);
        padding: 14px;
    }

    .chat-empty-state {
        gap: 10px;
        margin-bottom: 12px;
        padding: 14px;
    }

    .chat-profile-panel__fields {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .chat-empty-state__icon {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    .chat-empty-state h2 {
        font-size: 20px;
    }

    .chat-empty-state p {
        font-size: 13px;
        line-height: 1.35;
    }

    .chat-empty-state input,
    .chat-empty-state select {
        min-height: 42px;
        padding: 9px 10px;
    }

    .birth-date-parts {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
    }

    .chat-messages {
        min-height: 90px;
        max-height: 38svh;
    }

    .message-row--recommendations {
        margin-left: 0;
    }

    .energy-recommendations {
        max-width: none;
        padding: 10px;
    }

    .energy-recommendations__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .energy-product-card {
        grid-template-columns: 68px minmax(0, 1fr);
        min-height: 72px;
    }

    .energy-product-card__image {
        width: 68px;
        min-height: 72px;
    }

    .energy-product-card__body {
        padding: 8px;
    }

    .energy-product-card__body div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .energy-product-card a:not(.energy-product-card__image) {
        min-height: 26px;
    }

    .advisor-chat-page--reference .chat-composer {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        z-index: 80;
        margin: 0;
        padding: 9px 9px 9px 14px;
        border: 2px solid rgba(244, 196, 111, .82);
        background: linear-gradient(180deg, #fff9ef 0%, #f3dfbd 100%);
        box-shadow: 0 -10px 30px rgba(0,0,0,.34), 0 0 0 4px rgba(244, 196, 111, .12);
        backdrop-filter: blur(16px);
    }

    .advisor-chat-page--reference .chat-composer:focus-within {
        border-color: #ffd98a;
        box-shadow: 0 -12px 34px rgba(0,0,0,.38), 0 0 0 5px rgba(244, 196, 111, .22);
    }

    .advisor-chat-page--reference .composer-icon {
        display: none;
    }

    .advisor-chat-page--reference .chat-composer input {
        min-height: 42px;
        color: #1f103a;
        font-size: 16px;
    }

    .advisor-chat-page--reference .chat-composer input::placeholder {
        color: #765f8d;
        opacity: 1;
    }

    .advisor-chat-page--reference .send-button {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
    }

    .chat-disclaimer {
        display: none;
    }

    .chat-credits {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: max(70px, calc(env(safe-area-inset-bottom) + 70px));
        z-index: 79;
        margin: 0;
        padding: 7px 10px;
        border: 1px solid rgba(244, 196, 111, .42);
        border-radius: 999px;
        color: #27163d;
        background: rgba(255, 249, 239, .96);
        box-shadow: 0 -8px 24px rgba(0,0,0,.28);
        backdrop-filter: blur(14px);
    }

    .chat-credits button {
        color: #7a3c0d;
    }

    .advisor-chat-page--reference .advisor-sidebar,
    .chat-promo--reference,
    .chat-empty-state {
        grid-template-columns: 1fr;
    }

    .chat-promo--reference {
        width: calc(100% - 36px);
        padding: 18px;
    }

    .chat-promo--reference img {
        width: 100%;
        height: 110px;
        border-radius: 8px;
    }
}

/* Final pro theme overrides */
.site-header {
    z-index: 150;
}

.mlpro-home--clean,
.mlpro-home-block {
    background: #f6f0e8;
}

.mlpro-home-block .section-heading,
.mlpro-home-block .showcase__intro,
.mlpro-section--compact .mlpro-section__head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mlpro-home-block .section-heading p,
.mlpro-home-block .showcase__intro p {
    margin-left: auto;
    margin-right: auto;
}

.mlpro-section--compact {
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 64px 0 56px;
    background: transparent;
}

.mlpro-master-grid--clean {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
}

@media (max-width: 980px) and (min-width: 641px) {
    .mlpro-master-grid--clean {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.mlpro-master-carousel {
    position: relative;
}

.mlpro-master-carousel .mlpro-master-grid--clean {
    scroll-behavior: smooth;
}

.mlpro-master-arrow {
    display: none;
}

.mlpro-gender-field label {
    vertical-align: top;
}

@media (max-width: 640px) {
    .mlpro-gender-field span {
        min-width: 118px;
        height: 50px;
        display: inline-grid;
        place-items: center;
        line-height: 1;
        text-align: center;
    }

    .mlpro-master-carousel {
        width: min(100%, 420px);
        margin: 26px auto 0;
        padding: 0 42px;
    }

    .mlpro-master-carousel .mlpro-master-grid--clean {
        width: 100%;
        margin-top: 0;
        display: flex;
        grid-template-columns: none;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mlpro-master-carousel .mlpro-master-grid--clean::-webkit-scrollbar {
        display: none;
    }

    .mlpro-master-carousel .mlpro-master-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
        flex: 0 0 100%;
        width: 100%;
        min-width: 0;
        padding: 14px;
        scroll-snap-align: center;
    }

    .mlpro-master-card__photo {
        width: 92px;
        height: 92px;
        border-radius: 20px;
    }

    .mlpro-master-card__photo span {
        left: 8px;
        bottom: 8px;
        padding: 4px 7px;
        font-size: 10px;
    }

    .mlpro-master-arrow {
        display: grid;
        top: 50%;
        width: 34px;
        height: 34px;
        color: #fff8f0;
        border-color: rgba(244, 196, 111, .45);
        background: #2b174f;
        box-shadow: 0 12px 26px rgba(31, 17, 61, .18);
    }

    .mlpro-master-arrow--prev {
        left: 0;
    }

    .mlpro-master-arrow--next {
        right: 0;
    }

    .mlpro-master-card__body {
        padding: 0;
    }

    .mlpro-master-card h3 {
        font-size: 17px;
    }

    .mlpro-master-card p {
        min-height: 20px;
        font-size: 12px;
    }

    .mlpro-master-card .mlpro-tags {
        gap: 5px;
        margin: 6px 0 9px;
    }

    .mlpro-master-card .mlpro-tags span {
        padding: 5px 8px;
        font-size: 11px;
    }

    .mlpro-master-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding-top: 9px;
    }

    .mlpro-master-card .mlpro-master-cta {
        min-height: 38px;
        margin-top: 9px;
    }

    .social-proof--video {
        padding: 64px 0 58px;
    }
}

.testimonial-grid:not(.is-overflowing) {
    justify-content: center;
}

.testimonial-arrow {
    top: 42%;
    background: #fffaf7;
    color: #3a176d;
    box-shadow: 0 14px 30px rgba(42, 30, 70, .18);
}

.metaphysics-guide {
    padding: 60px 0 64px;
}

.metaphysics-card {
    border-color: rgba(58, 23, 109, .13);
    background: #fffaf7;
    box-shadow: 0 16px 34px rgba(42, 30, 70, .08);
}

.showcase--prototype.mlpro-home-block {
    width: min(100% - 40px, 1320px);
    margin: 0 auto;
    padding: 62px 0 76px;
    background: transparent;
}

.showcase--prototype.mlpro-home-block .showcase__intro {
    width: min(100%, 760px);
}

.showcase--prototype.mlpro-home-block .card-row--products {
    margin-top: 28px;
}

.product-card--prototype p {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mystic-chat-test-html,
body.mystic-chat-test-active {
    overflow: hidden;
}

body.admin-bar .chat-test-page {
    top: 104px;
    height: calc(100vh - 104px);
}

body.admin-bar .chat-test-shell {
    height: calc(100vh - 104px);
}

.chat-test-page {
    z-index: 40;
    background: radial-gradient(circle at 20% 0, rgba(244, 196, 111, .18), transparent 32%), #160d33;
}

.chat-test-page.is-connecting .chat-test-empty {
    visibility: hidden;
}

.chat-test-left,
.chat-test-main,
.chat-test-profile,
.chat-test-composer {
    background: #251645;
    border-color: rgba(244, 196, 111, .22);
}

.chat-test-header {
    border-bottom-color: rgba(244, 196, 111, .16);
}

.chat-test-header img {
    width: 42px;
    height: 42px;
}

.chat-test-header span,
.chat-test-profile a {
    color: #f4c46f;
}

.chat-test-empty,
.chat-test-message > div {
    background: #33205c;
}

.chat-test-suggestions button,
.chat-test-suggestion-arrow {
    border-color: rgba(244, 196, 111, .38);
    color: #fff8f0;
}

.chat-test-suggestions button:hover,
.chat-test-suggestion-arrow:hover {
    background: rgba(244, 196, 111, .12);
}

.chat-test-photo img {
    width: min(100%, 172px);
}

.chat-test-profile h2 {
    font-size: 15px;
}

.chat-test-profile p,
.chat-test-tags span,
.chat-test-message p,
.chat-test-suggestions button {
    font-size: 13px;
}

.chat-test-message--user > div {
    background: linear-gradient(135deg, #4e2d87, #a46d37);
}

.chat-test-connect {
    background: rgba(22, 13, 51, .62);
}

.chat-test-connect__panel {
    border-color: rgba(244, 196, 111, .38);
    background: linear-gradient(180deg, #160d33, #2c1854);
}

.chat-test-progress span {
    background: linear-gradient(90deg, #f4c46f, #be8740);
}

@media (max-width: 720px) {
    body.admin-bar .chat-test-page {
        top: 111px;
        height: calc(100vh - 111px);
    }

    body.admin-bar .chat-test-shell {
        height: calc(100vh - 111px);
    }

    .mlpro-section--compact,
    .showcase--prototype.mlpro-home-block {
        width: min(100% - 28px, 1320px);
        padding-top: 44px;
        padding-bottom: 46px;
    }

    .social-proof--video,
    .metaphysics-guide {
        padding: 44px 0;
    }

    .testimonial-card {
        flex-basis: min(78vw, 300px);
    }

    .chat-test-header img {
        width: 40px;
        height: 40px;
    }

    .chat-test-home-link {
        min-height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }

    .chat-test-message--recommendations > .message-bubble,
    .chat-test-message--recommendations .energy-recommendations {
        width: 92%;
        max-width: 92%;
    }

    .site-footer {
        padding: 42px 20px 34px;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

.mlpro-gender-field label {
    display: inline-grid;
}

.mlpro-gender-field span {
    display: grid;
    align-items: center;
    justify-items: center;
    line-height: 50px;
}
