:root {
    --bg-start: #fff9f2;
    --bg-end: #f5efff;
    --card: rgba(255, 255, 255, 0.94);
    --text: #2d2a2a;
    --muted: #6c6671;
    --primary: #7a53c2;
    --primary-hover: #6943ad;
    --secondary: #efe3ff;
    --border: #e5d8fa;
    --focus: #b18cf0;
    --shadow: 0 18px 30px rgba(90, 58, 151, 0.14);
}
* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Assistant", system-ui, sans-serif;
    line-height: 1.82;
    color: var(--text);
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    background:
        radial-gradient(circle at 11% 10%, rgba(255, 192, 120, 0.22), transparent 40%),
        radial-gradient(circle at 88% 8%, rgba(155, 122, 228, 0.2), transparent 36%),
        linear-gradient(180deg, var(--bg-start) 0%, var(--bg-end) 100%);
    min-height: 100vh;
}
body.maestro-body-funnel {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 232, 200, 0.28), transparent 38%),
        linear-gradient(180deg, #fff8f0 0%, #faf3ea 45%, #f4ebe4 100%);
}

h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title,
.quiz-title {
    font-family: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.quiz-title {
    line-height: 1.28;
}

h1 + p,
h2 + p,
.quiz-title + p {
    margin-top: 0;
}
.quiz-shell { max-width: 900px; margin: 0 auto; padding: 14px 12px 20px; }
.quiz-shell--compact {
    max-width: 460px;
    padding: 12px 10px 18px;
}
.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 16px;
    animation: fadeSlide 0.3s ease;
}
.profile-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 36rem;
    margin-inline: auto;
    position: relative;
    isolation: isolate;
    padding: 4px 0 8px;
}
.profile-intro__video-hold {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}
.profile-intro__video-shell {
    position: relative;
    width: 100%;
    max-width: min(100%, 300px);
    border-radius: 28px;
    background: radial-gradient(circle at 30% 24%, rgba(255, 242, 216, 0.65), rgba(255, 238, 210, 0.35));
    padding: 6px;
    box-shadow: 0 18px 45px rgba(128, 88, 24, 0.14);
}
.profile-intro__video-shell::before {
    content: "";
    position: absolute;
    inset: -12px -14px -18px;
    background: radial-gradient(circle at 35% 20%, rgba(255, 233, 183, 0.4), rgba(255, 245, 225, 0));
    z-index: -1;
    pointer-events: none;
    border-radius: 32px;
}
.profile-intro__video {
    width: 100%;
    max-width: 300px;
    max-height: clamp(160px, 36vw, 200px);
    display: block;
    border-radius: 22px;
    background: #fff8ec;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(91, 63, 30, 0.1);
}
.profile-intro__sparkles {
    position: absolute;
    inset: 0 0 auto;
    height: 120px;
    pointer-events: none;
    z-index: 2;
}
.profile-intro__sparkles span {
    position: absolute;
    top: -24px;
    color: #d9b15f;
    opacity: 0.45;
    text-shadow: 0 0 10px rgba(217, 177, 95, 0.3);
    animation: sparkleFall 8s linear infinite;
    font-size: 14px;
}
.profile-intro__sparkles span:nth-child(1) { right: 9%; animation-delay: 0.5s; }
.profile-intro__sparkles span:nth-child(2) { right: 26%; animation-delay: 2.3s; font-size: 12px; }
.profile-intro__sparkles span:nth-child(3) { right: 44%; animation-delay: 4.8s; }
.profile-intro__sparkles span:nth-child(4) { right: 61%; animation-delay: 1.4s; font-size: 13px; }
.profile-intro__sparkles span:nth-child(5) { right: 80%; animation-delay: 6.1s; }
.profile-intro__form {
    width: 100%;
    border-radius: 30px;
    background: rgba(255, 252, 245, 0.88);
    border-color: rgba(234, 215, 183, 0.7);
    box-shadow: 0 20px 60px rgba(91, 63, 30, 0.08);
    position: relative;
    z-index: 3;
}
.profile-intro__eyebrow {
    margin: 0 0 8px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #9a7a35;
}
.profile-intro__title {
    margin-bottom: 10px;
    color: #3f3328;
}
.profile-intro__lead {
    margin: 0 0 16px;
    color: #5f5145;
    line-height: 1.65;
}
.quiz-shell--profile {
    max-width: 36rem;
    margin-inline: auto;
}
.quiz-shell.quiz-shell--how-it-works {
    max-width: none;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
.maestro-body-how-it-works {
    background: #fff3d6;
}
.how-it-works--golden {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 12px 14px 18px;
    color: #3f3328;
    font-family: "Assistant", system-ui, sans-serif;
}
.how-it-works__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% -8%, #ffe7a3 0%, #fff7e8 42%, #fff2d2 100%);
}
.how-it-works__deco {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.how-it-works__deco-star {
    position: absolute;
    line-height: 1;
    user-select: none;
    color: rgba(244, 198, 91, 0.14);
}
.how-it-works__deco-star--a {
    right: -10px;
    top: 14%;
    font-size: clamp(100px, 28vw, 150px);
}
.how-it-works__deco-star--b {
    left: -8px;
    bottom: 22%;
    font-size: clamp(110px, 30vw, 170px);
    color: rgba(244, 198, 91, 0.11);
}
.how-it-works__deco-spark {
    position: absolute;
    line-height: 1;
    user-select: none;
    color: rgba(255, 255, 255, 0.55);
    font-size: clamp(11px, 2.8vw, 15px);
    animation: hiwSparkle 7s ease-in-out infinite;
}
.how-it-works__deco-spark--1 { left: 10%; top: 22%; animation-delay: 0s; }
.how-it-works__deco-spark--2 { right: 14%; bottom: 38%; animation-delay: 1.2s; color: rgba(255, 255, 255, 0.45); }
.how-it-works__deco-spark--3 { left: 32%; top: 12%; animation-delay: 2.4s; color: rgba(230, 175, 53, 0.35); font-size: clamp(13px, 3vw, 18px); }
.how-it-works__deco-spark--4 { right: 28%; bottom: 26%; animation-delay: 0.8s; color: rgba(230, 175, 53, 0.32); }
.how-it-works__deco-spark--5 { left: 8%; bottom: 18%; animation-delay: 3s; font-size: clamp(10px, 2.5vw, 14px); }
.how-it-works__deco-spark--6 { right: 6%; top: 36%; animation-delay: 1.8s; color: rgba(230, 175, 53, 0.28); }
.how-it-works__stage {
    position: relative;
    z-index: 2;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    animation: fadeSlide 0.45s ease;
}
.how-it-works__video-shell {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(128, 88, 24, 0.16);
}
.how-it-works__hero-video {
    width: 100%;
    display: block;
    border-radius: 22px;
    max-height: 168px;
    object-fit: cover;
    background: #fff8ec;
}
.how-it-works__intro {
    text-align: center;
    max-width: 36rem;
    width: 100%;
    margin: 0 auto;
}
.how-it-works__label {
    margin: 0 0 4px;
    font-size: 0.8125rem;
    font-weight: 800;
    color: #a8791d;
}
.how-it-works__headline {
    margin: 0 0 6px;
    font-size: clamp(1.28rem, 4.2vw, 2.15rem);
    font-weight: 800;
    line-height: 1.28;
    color: #3f3328;
}
.how-it-works__lede {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.62;
    color: #6a5741;
}
.how-it-works__section-head {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 42rem;
    margin: 2px auto 0;
}
.how-it-works__section-line {
    flex: 1;
    height: 1px;
    background: rgba(214, 169, 59, 0.35);
    min-width: 12px;
}
.how-it-works__section-title {
    margin: 0;
    font-size: clamp(0.95rem, 3.4vw, 1.45rem);
    font-weight: 800;
    color: #4b3927;
    text-align: center;
    white-space: nowrap;
}
.how-it-works__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 9px;
}
.how-it-works__chip {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 52px;
    padding: 6px 9px;
    border-radius: 16px;
    border: 1px solid rgba(230, 196, 106, 0.45);
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(128, 88, 24, 0.08);
}
.how-it-works__chip-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 900;
    color: #6b4b13;
    background: rgba(243, 194, 79, 0.72);
    box-shadow: 0 1px 3px rgba(91, 63, 30, 0.08);
}
.how-it-works__chip-text {
    flex: 1;
    min-width: 0;
    text-align: right;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.32;
    color: #4b3927;
}
.how-it-works__note {
    margin: 4px auto 0;
    width: 100%;
    max-width: 42rem;
    padding: 8px 11px;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.52;
    color: #6a5741;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(128, 88, 24, 0.08);
}
.how-it-works__actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    max-width: 22rem;
    margin: 4px auto 0;
}
.how-it-works__actions--intro {
    margin-top: 14px;
}
.how-it-works__actions--footer {
    margin-top: 10px;
}
.how-it-works__cta {
    border: none;
    border-radius: 999px;
    padding: 11px 22px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    background: #e7ae35;
    box-shadow: 0 14px 32px rgba(214, 151, 32, 0.35);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}
.how-it-works__cta:hover {
    background: #d89d25;
}
.how-it-works__cta:active {
    transform: scale(0.98);
}
.how-it-works__back {
    border: none;
    background: transparent;
    color: #6a5741;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.84rem;
    cursor: pointer;
    padding: 6px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media (min-width: 480px) {
    .how-it-works__hero-video {
        max-height: 200px;
    }
}
@media (min-width: 768px) {
    .how-it-works--golden {
        padding: 18px 20px 28px;
    }
    .how-it-works__hero-video {
        max-height: 260px;
    }
    .how-it-works__lede {
        font-size: 1.05rem;
    }
    .how-it-works__chip {
        min-height: 68px;
        padding: 9px 13px;
    }
    .how-it-works__chip-icon {
        width: 28px;
        height: 28px;
        font-size: 0.78rem;
    }
    .how-it-works__chip-text {
        font-size: 0.92rem;
        line-height: 1.42;
    }
    .how-it-works__note {
        font-size: 0.95rem;
        padding: 10px 14px;
    }
    .how-it-works__cta {
        font-size: 1.05rem;
        padding: 12px 26px;
    }
}
@media (max-width: 360px) {
    .how-it-works__grid {
        grid-template-columns: 1fr;
    }
    .how-it-works__section-title {
        white-space: normal;
        line-height: 1.25;
    }
}
.title {
    margin: 0 0 10px;
    font-family: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.32;
}
.title-sm {
    margin: 0 0 8px;
    font-family: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(1.08rem, 2vw, 1.4rem);
    line-height: 1.35;
}
.subtitle { margin: 0 0 14px; line-height: 1.82; color: var(--muted); }
.paragraph { margin: 0 0 10px; line-height: 1.82; }
.paragraph.small { color: var(--muted); font-size: 0.95rem; }
.helper { margin: 0 0 9px; color: var(--muted); font-size: 0.94rem; }
.question-media {
    margin: 0 auto 6px;
    max-width: min(100%, 260px);
}
.question-media .media-image {
    display: block;
    width: 100%;
    max-height: 120px;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    border: 1px solid rgba(229, 216, 250, 0.75);
    background: rgba(255, 252, 247, 0.9);
    margin: 0;
}
.step-header {
    display: flex; align-items: center; justify-content: space-between;
    gap: 10px; margin-bottom: 8px; color: var(--muted); font-weight: 700;
    font-size: 0.9rem;
}
.progress {
    height: 9px; border-radius: 999px; border: 1px solid #d9c8fb;
    background: #eee3ff; overflow: hidden; margin-bottom: 10px;
}
.progress-fill {
    height: 100%; border-radius: inherit;
    background: linear-gradient(90deg, #bf93ff, #7a53c2); transition: width 0.3s ease;
}
.answers { display: grid; gap: 8px; }
.answer {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    text-align: right;
    font: inherit;
    cursor: pointer;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.15s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.answer:hover { transform: translateY(-1px); background: #fff; border-color: #c8b1ee; }
.answer.active { border-color: #8f69d4; background: #f0e6ff; }
.answer-label { flex: 1; }
.answer-media-wrap {
    width: 34px; height: 34px; border-radius: 10px; overflow: hidden;
    border: 1px solid rgba(122, 83, 194, 0.2); background: #fff;
    flex-shrink: 0;
}
.answer-media { width: 100%; height: 100%; object-fit: cover; display: block; }
.option-anim-pulse { animation: optionPulse 2.4s ease-in-out infinite; }
.option-anim-pop { animation: optionPopIn 0.35s ease; }
.field-group { margin-bottom: 10px; }
.label { display: block; margin-bottom: 8px; font-weight: 700; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
    border: 1px solid var(--border); background: #fff; border-radius: 999px;
    padding: 8px 12px; font: inherit; cursor: pointer;
}
.chip.active { border-color: #8f69d4; background: #f1e7ff; }
.input {
    width: 100%; border: 1px solid var(--border); border-radius: 12px;
    padding: 10px 12px; font: inherit; background: rgba(255, 255, 255, 0.86);
}
.btn {
    border: none; border-radius: 999px; padding: 10px 14px;
    font: inherit; font-weight: 700; cursor: pointer;
    min-height: 42px;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-hover); }
.btn-secondary { background: var(--secondary); color: #4d4270; }
.btn-primary:disabled {
    background: #ccbde9;
    color: #fff;
}
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.nav-row { margin-top: 10px; display: flex; justify-content: space-between; gap: 8px; }
.card--question {
    display: flex;
    flex-direction: column;
}
.answers--question {
    flex: 1;
}
.loading-card { text-align: center; }
.loading-message {
    margin: 12px 0 16px; min-height: 3.2em; color: var(--text);
    font-weight: 600; font-size: 1.05rem; line-height: 1.45;
}
.loading-card--video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 24px 0 22px;
    gap: 18px;
}
@media (min-width: 700px) {
    .loading-card--video {
        padding: 44px 0 36px;
        gap: 22px;
    }
}
.loading-video-scene {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading-video-deco {
    position: absolute;
    inset: -10% -6% -6% -6%;
    pointer-events: none;
    z-index: 0;
    overflow: visible;
}
.loading-video-deco__star {
    position: absolute;
    color: rgba(201, 162, 39, 0.5);
    font-size: clamp(14px, 3.4vw, 22px);
    line-height: 1;
    text-shadow: 0 0 14px rgba(255, 224, 150, 0.5), 0 2px 8px rgba(120, 90, 40, 0.12);
    animation: loadingStarFloat 5.2s ease-in-out infinite;
}
.loading-video-deco__star--a { top: 6%; right: 8%; }
.loading-video-deco__star--b {
    bottom: 16%;
    left: 4%;
    font-size: clamp(11px, 2.6vw, 17px);
    animation-delay: 1.1s;
    opacity: 0.9;
}
.loading-video-deco__spark {
    position: absolute;
    color: rgba(232, 196, 88, 0.48);
    font-size: clamp(10px, 2.1vw, 14px);
    line-height: 1;
    text-shadow: 0 0 10px rgba(255, 236, 180, 0.55);
    animation: loadingSparkTwinkle 3.9s ease-in-out infinite;
}
.loading-video-deco__spark--1 { top: 26%; left: 2%; animation-delay: 0.25s; }
.loading-video-deco__spark--2 { top: 48%; right: 0%; animation-delay: 1.35s; }
.loading-video-deco__spark--3 { bottom: 10%; right: 12%; animation-delay: 2.05s; }
.loading-video-wrap {
    position: relative;
    z-index: 1;
    width: 188px;
    max-width: 64vw;
    margin-bottom: 0;
    border-radius: 26px;
    filter: drop-shadow(0 18px 28px rgba(46, 34, 22, 0.14))
        drop-shadow(0 6px 14px rgba(46, 34, 22, 0.09));
    animation: loadingVideoFloat 5s ease-in-out infinite;
}
@media (min-width: 700px) {
    .loading-video-wrap {
        width: 220px;
        max-width: 70vw;
        border-radius: 28px;
    }
}
.loading-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    /* Visual transparency trick: treat white as transparent-ish on page */
    mix-blend-mode: multiply;
    filter: contrast(1.04) saturate(1.02);
}
.loading-message-wrap {
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 420px);
    padding: 0 12px;
}
.loading-card--video .loading-message {
    margin: 0;
    min-height: 2.4em;
    font-size: 15px;
    line-height: 1.45;
    color: #6A5741;
    transition: opacity 0.62s ease-in-out;
}
@media (min-width: 700px) {
    .loading-card--video .loading-message {
        font-size: 18px;
        min-height: 2.6em;
    }
}
.loading-card.loading-card--booklet {
    position: relative;
    overflow: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
.loading-stars {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.loading-stars span {
    position: absolute;
    color: #f0c96a;
    opacity: 0.75;
    animation: loadingStarFloat 4.2s ease-in-out infinite;
}
.loading-stars span:nth-child(1) { top: 24px; right: 26px; }
.loading-stars span:nth-child(2) { top: 120px; left: 32px; animation-delay: 0.8s; }
.loading-stars span:nth-child(3) { bottom: 150px; right: 48px; animation-delay: 1.6s; }
.booklet-preview {
    position: relative;
    width: min(100%, 430px);
    margin: 8px auto 8px;
    filter: drop-shadow(0 22px 34px rgba(46, 34, 22, 0.14))
        drop-shadow(0 8px 16px rgba(46, 34, 22, 0.09));
}
.booklet-preview__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 10px 20px rgba(83, 62, 35, 0.08);
    /* Trim tiny white artifacts around exported edges */
    clip-path: inset(0.8% 1.1% 1.2% 1.1% round 22px);
}
.booklet-preview__name-wrap {
    display: none;
}
.booklet-preview__name-anchor {
    position: absolute;
    /* Anchor rectangle for the printed name line near "שם:" (pixel-based) */
    top: 78px;
    left: 164px;
    width: 190px;
    height: 36px;
    pointer-events: none;
}
.booklet-preview__name-overlay {
    position: absolute;
    /* Start slightly after "שם:" and sit on the printed baseline */
    left: 14px;
    bottom: -3px;
    pointer-events: none;
    white-space: nowrap;
    direction: rtl;
    unicode-bidi: plaintext;
    opacity: 1;
}
.marketing-highlight {
    font-weight: 700; color: #5a3d9e; padding: 10px 12px; border-radius: 12px;
    background: linear-gradient(135deg, rgba(122, 83, 194, 0.08), rgba(234, 223, 254, 0.5));
    border: 1px solid rgba(122, 83, 194, 0.2);
}
.quiz-micro-slogan {
    margin: 8px 0 0;
    padding: 7px 10px;
    font-size: 0.84rem;
    color: #6a6073;
    text-align: center;
    line-height: 1.35;
    font-style: normal;
    border: 1px solid rgba(122, 83, 194, 0.14);
    background: rgba(243, 236, 255, 0.55);
    border-radius: 10px;
}

/* --- Maestro golden funnel (quiz, loading, gate, result, profile) --- */
.maestro-surface {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: calc(100svh - 36px);
}
.maestro-surface__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    border-radius: 0;
    background: radial-gradient(circle at 50% -12%, rgba(255, 231, 163, 0.55) 0%, rgba(255, 247, 232, 0.35) 42%, transparent 72%);
}
.maestro-surface__deco {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.maestro-surface__star {
    position: absolute;
    line-height: 1;
    user-select: none;
    color: rgba(244, 198, 91, 0.12);
}
.maestro-surface__star--a {
    right: -6%;
    top: 8%;
    font-size: clamp(88px, 24vw, 140px);
}
.maestro-surface__star--b {
    left: -5%;
    bottom: 12%;
    font-size: clamp(96px, 26vw, 155px);
    color: rgba(244, 198, 91, 0.09);
}
.maestro-surface__spark {
    position: absolute;
    line-height: 1;
    user-select: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: clamp(10px, 2.5vw, 14px);
    animation: hiwSparkle 8s ease-in-out infinite;
}
.maestro-surface__spark--1 { left: 8%; top: 18%; animation-delay: 0s; }
.maestro-surface__spark--2 { right: 10%; bottom: 32%; animation-delay: 1.1s; color: rgba(255, 255, 255, 0.38); }
.maestro-surface__spark--3 { left: 28%; top: 10%; animation-delay: 2.2s; color: rgba(230, 175, 53, 0.28); font-size: clamp(12px, 3vw, 16px); }
.maestro-surface__spark--4 { right: 22%; top: 42%; animation-delay: 0.6s; color: rgba(230, 175, 53, 0.24); }
.maestro-surface__spark--5 { left: 12%; bottom: 20%; animation-delay: 2.8s; font-size: clamp(9px, 2.2vw, 12px); }
.maestro-surface__spark--6 { right: 6%; bottom: 14%; animation-delay: 1.6s; color: rgba(230, 175, 53, 0.22); }
.maestro-surface__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

body.maestro-body-loading .maestro-surface {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 6vh, 48px) 0;
}
body.maestro-body-loading .maestro-surface__inner {
    width: 100%;
}
body.maestro-body-loading .quiz-shell--compact {
    min-height: 0;
}

body.maestro-body-funnel {
    background:
        radial-gradient(circle at 50% -5%, rgba(255, 225, 170, 0.45) 0%, transparent 55%),
        radial-gradient(circle at 12% 88%, rgba(255, 218, 175, 0.22), transparent 42%),
        linear-gradient(180deg, #fff3d6 0%, #fff7e8 38%, #ffefd8 100%);
    color: #3f3328;
}
body.maestro-body-profile {
    background:
        radial-gradient(circle at 50% -8%, rgba(255, 225, 170, 0.42) 0%, transparent 52%),
        radial-gradient(circle at 10% 85%, rgba(255, 218, 175, 0.2), transparent 40%),
        linear-gradient(180deg, #fff3d6 0%, #fff7ea 42%, #ffefd8 100%);
    color: #3f3328;
}

body.maestro-body-funnel .card:not(.card--flow),
body.maestro-body-profile .card.profile-intro__form {
    background: rgba(255, 252, 246, 0.68);
    border: 1px solid rgba(230, 196, 106, 0.42);
    border-radius: 28px;
    box-shadow:
        0 20px 50px rgba(128, 88, 24, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    padding: clamp(14px, 3vw, 20px);
}
body.maestro-body-funnel .card.card--flow,
body.maestro-body-profile .card.card--flow {
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 0;
}

.glass-panel {
    border-radius: 24px;
    border: 1px solid rgba(230, 196, 106, 0.4);
    background: rgba(255, 252, 246, 0.62);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow:
        0 14px 36px rgba(128, 88, 24, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
    padding: 14px 16px;
    margin-bottom: 10px;
}
.glass-panel--purchase .gate-sticker-tease {
    margin-top: 8px;
}
.glass-panel .paragraph:last-child {
    margin-bottom: 0;
}

.result-demo-banner {
    background: rgba(255, 244, 216, 0.75);
    border-radius: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(230, 196, 106, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.glass-panel--stickers-plan .result-stickers-heading {
    margin: 0 0 6px;
    font-size: clamp(0.95rem, 2.8vw, 1.08rem);
    font-weight: 800;
    color: #4b3927;
    text-align: center;
}
.result-stickers-sub {
    margin: 0 0 14px;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: #6a5741;
    line-height: 1.45;
}
.glass-panel--stickers-plan {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Post-purchase results: 3×3 sticker grid - image only, soft shadow on asset (no outer card) */
.result-stickers-grid-wrap {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.result-stickers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 22px;
    width: 100%;
    margin: 28px auto 0;
    align-items: center;
    justify-items: center;
}
.result-sticker-cell {
    width: 100%;
    max-width: 220px;
    min-height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 6px 4px;
    box-sizing: border-box;
}
.result-sticker-cell__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
}
.result-sticker-cell__img {
    display: block;
    width: 158px;
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    object-position: center;
    transform-origin: center center;
    opacity: 1;
    filter:
        drop-shadow(0 12px 22px rgba(80, 55, 20, 0.14))
        drop-shadow(0 4px 8px rgba(80, 55, 20, 0.08));
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms ease;
}
/* Portrait-canvas asset: slightly wider render so perceived size matches landscape stickers (contain only; no crop). */
.result-sticker-cell--visual-boost .result-sticker-cell__img {
    width: 178px;
    max-width: min(100%, 178px);
}
.result-sticker-cell__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    max-width: 100%;
    height: 110px;
    font-size: 1.6rem;
    line-height: 1;
    color: rgba(231, 185, 64, 0.55);
    transform-origin: center center;
    filter:
        drop-shadow(0 12px 22px rgba(80, 55, 20, 0.14))
        drop-shadow(0 4px 8px rgba(80, 55, 20, 0.08));
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms ease;
}
.result-sticker-cell--visual-boost .result-sticker-cell__fallback {
    width: 178px;
    max-width: min(100%, 178px);
}

@media (hover: hover) and (pointer: fine) {
    .result-sticker-cell:hover .result-sticker-cell__img,
    .result-sticker-cell:hover .result-sticker-cell__fallback {
        transform: translateY(-3px) scale(1.045);
        filter:
            drop-shadow(0 18px 28px rgba(80, 55, 20, 0.18))
            drop-shadow(0 6px 12px rgba(80, 55, 20, 0.1));
    }
}
.result-sticker-cell:active .result-sticker-cell__img,
.result-sticker-cell:active .result-sticker-cell__fallback {
    transform: scale(1.025);
    transition-duration: 180ms;
}

@media (max-width: 700px) {
    .result-stickers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 16px;
        margin-top: 20px;
    }
    .result-sticker-cell {
        min-height: 112px;
        max-width: none;
        padding: 4px 2px;
    }
    .result-sticker-cell__img {
        width: 130px;
        max-height: 100px;
    }
    .result-sticker-cell__fallback {
        width: 130px;
        height: 96px;
    }
    .result-sticker-cell--visual-boost .result-sticker-cell__img {
        width: 150px;
        max-width: min(100%, 150px);
    }
    .result-sticker-cell--visual-boost .result-sticker-cell__fallback {
        width: 150px;
        max-width: min(100%, 150px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .result-sticker-cell__img,
    .result-sticker-cell__fallback {
        transition: none !important;
    }
    .result-sticker-cell:hover .result-sticker-cell__img,
    .result-sticker-cell:hover .result-sticker-cell__fallback,
    .result-sticker-cell:active .result-sticker-cell__img,
    .result-sticker-cell:active .result-sticker-cell__fallback {
        transform: none !important;
    }
}

/* Purchase gate - locked personalized sticker preview */
.gate-sticker-tease {
    margin: 0;
    padding: 4px 0 2px;
}
.gate-sticker-tease__title {
    margin: 0 0 8px;
    font-size: clamp(1rem, 2.9vw, 1.12rem);
    font-weight: 800;
    color: #3a3028;
    text-align: center;
    line-height: 1.35;
}
.gate-sticker-tease__sub {
    margin: 0 0 14px;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5f5145;
    text-align: center;
    max-width: 28rem;
    margin-inline: auto;
}
/* Locked sticker grid (gate): 3×3 - blur + badge; shadow on image only (no outer card) */
.gate-sticker-tease__grid-wrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.gate-sticker-tease__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 22px;
    width: 100%;
    margin: 28px auto 0;
    align-items: center;
    justify-items: center;
}

.gate-sticker-tease__cell {
    width: 100%;
    max-width: 220px;
    min-height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 6px 4px;
    box-sizing: border-box;
}
.gate-sticker-tease__frame {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.gate-sticker-tease__img {
    display: block;
    width: 158px;
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    object-position: center;
    transform-origin: center center;
    opacity: 0.86;
    filter:
        blur(1.4px)
        brightness(0.96)
        drop-shadow(0 10px 20px rgba(80, 55, 20, 0.12))
        drop-shadow(0 3px 6px rgba(80, 55, 20, 0.07));
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms ease;
}
.gate-sticker-tease__cell--visual-boost .gate-sticker-tease__img {
    width: 178px;
    max-width: min(100%, 178px);
}
.gate-sticker-tease__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    max-width: 100%;
    height: 110px;
    font-size: 1.5rem;
    color: rgba(231, 185, 64, 0.5);
    opacity: 0.86;
    filter:
        blur(1.4px)
        brightness(0.96)
        drop-shadow(0 10px 20px rgba(80, 55, 20, 0.12));
    transform-origin: center center;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms ease;
}
.gate-sticker-tease__cell--visual-boost .gate-sticker-tease__fallback {
    width: 178px;
    max-width: min(100%, 178px);
}
.gate-sticker-tease__wash { display: none; }

.gate-sticker-tease__lock {
    position: absolute;
    top: 0;
    inset-inline-end: 2px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 6px 3px;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.2;
    color: #5c4a38;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 252, 246, 0.9);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 6px rgba(80, 55, 20, 0.1);
    pointer-events: none;
}
.gate-sticker-tease__lock-icon {
    font-size: 0.58rem;
    line-height: 1;
    opacity: 0.9;
}

@media (hover: hover) and (pointer: fine) {
    .gate-sticker-tease__cell:hover .gate-sticker-tease__img,
    .gate-sticker-tease__cell:hover .gate-sticker-tease__fallback {
        transform: translateY(-2px) scale(1.04);
        filter:
            blur(0.75px)
            brightness(1)
            drop-shadow(0 14px 26px rgba(80, 55, 20, 0.16))
            drop-shadow(0 4px 8px rgba(80, 55, 20, 0.09));
    }
}
.gate-sticker-tease__cell:active .gate-sticker-tease__img,
.gate-sticker-tease__cell:active .gate-sticker-tease__fallback {
    transform: scale(1.02);
    transition-duration: 180ms;
}

@media (max-width: 700px) {
    .gate-sticker-tease__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 16px;
        margin-top: 20px;
    }
    .gate-sticker-tease__cell {
        min-height: 112px;
        max-width: none;
        padding: 4px 2px;
    }
    .gate-sticker-tease__img {
        width: 130px;
        max-height: 100px;
    }
    .gate-sticker-tease__fallback {
        width: 130px;
        height: 96px;
    }
    .gate-sticker-tease__cell--visual-boost .gate-sticker-tease__img {
        width: 150px;
        max-width: min(100%, 150px);
    }
    .gate-sticker-tease__cell--visual-boost .gate-sticker-tease__fallback {
        width: 150px;
        max-width: min(100%, 150px);
    }
}
.gate-kit-includes {
    margin-top: 14px;
    border-radius: 20px;
    border: 1px solid rgba(230, 196, 106, 0.4);
    background: rgba(255, 255, 255, 0.35);
    padding: 12px;
}
.gate-kit-includes__title {
    margin: 0 0 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    color: #3f3328;
}
.gate-kit-includes__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}
@media (min-width: 640px) {
    .gate-kit-includes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.gate-kit-includes__item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.35);
    color: #4b3927;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.35;
}
.gate-kit-includes__mark {
    color: #d69a21;
    font-weight: 900;
    flex-shrink: 0;
}
.gate-shipping-note {
    margin: 10px 0 2px;
    text-align: center;
    font-size: 0.8rem;
    color: #6a5741;
}
.gate-summary-capture {
    margin-top: 12px;
    border: 1px solid rgba(230, 196, 106, 0.42);
    border-radius: 20px;
    background: rgba(255, 252, 246, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 12px;
}
.gate-summary-capture__title {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 800;
    color: #3f3328;
    text-align: center;
}
.gate-summary-capture__sub {
    margin: 0 0 6px;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
    color: #5c4a38;
}
.gate-summary-capture__note {
    margin: 0 0 10px;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #6a5741;
    text-align: center;
}
.gate-summary-capture__form {
    display: grid;
    gap: 8px;
}
.gate-summary-capture__btn {
    width: 100%;
}
.gate-summary-capture__status {
    margin: 8px 0 0;
    min-height: 1.2em;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
}
.gate-summary-capture__status--ok {
    color: #5a6f2f;
}
.gate-summary-capture__status--error {
    color: #944a3a;
}

.gate-purchase-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 14px;
}

.gate-purchase-cta__btn {
    width: 100%;
}

.gate-purchase-cta__back-link {
    display: block;
    margin-top: 4px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6a5741;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gate-purchase-cta__back-link:hover {
    color: #3f3328;
}

.gate-exit-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
}

.gate-exit-modal__backdrop {
    position: absolute;
    inset: 0;
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(44, 38, 32, 0.42);
    cursor: pointer;
}

.gate-exit-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    max-height: min(92vh, 640px);
    overflow: auto;
    margin: 0;
}

.gate-exit-modal__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.gate-exit-modal__action-link {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #5c4a38;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gate-exit-modal__action-link--muted {
    font-size: 0.88rem;
    font-weight: 600;
    color: #6a5741;
}

.gate-exit-modal__action-link:hover {
    color: #3f3328;
}

.gate-exit-modal__action-link.is-disabled,
.gate-exit-modal__action-link[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.45;
    cursor: default;
}

body.maestro-gate-exit-modal-open {
    overflow: hidden;
}

/* --- Full result screen (post-purchase) - minimal premium layout --- */
.result-screen {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 42rem;
    margin-inline: auto;
}
.result-screen__header {
    text-align: center;
    padding: 2px 4px 4px;
}
.result-screen__eyebrow {
    margin: 0 0 8px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #9a7a35;
    letter-spacing: 0.02em;
}
.result-screen__demo {
    margin: 0 0 10px;
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #5c4a38;
    background: rgba(255, 244, 216, 0.55);
    border: 1px solid rgba(230, 196, 106, 0.4);
    border-radius: 12px;
}
.result-screen__title {
    margin: 0 0 12px;
    font-size: clamp(1.12rem, 3.4vw, 1.42rem);
    font-weight: 800;
    line-height: 1.35;
    color: #3a3028;
}
.result-screen__lede {
    margin: 0;
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1.6;
    color: #5f5145;
    max-width: 36rem;
    margin-inline: auto;
}
.result-screen__focus.glass-panel {
    padding: 18px 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}
.result-focus-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    width: 100%;
}
.result-focus-block__label {
    font-size: 0.7rem;
    font-weight: 800;
    color: #7a6548;
    letter-spacing: 0.06em;
    text-transform: none;
}
.result-focus-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.result-focus-tag {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
    color: #3f3328;
    background: rgba(255, 252, 246, 0.92);
    border: 1px solid rgba(230, 196, 106, 0.42);
    box-shadow: 0 6px 18px rgba(128, 88, 24, 0.07);
    transform-origin: center center;
    transition:
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 280ms ease;
    will-change: transform;
}
.result-focus-tag--primary {
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #4b3927;
    background:
        radial-gradient(120% 140% at 50% 0%, rgba(255, 246, 220, 0.95), rgba(255, 250, 232, 0.85) 58%, rgba(255, 244, 216, 0.75) 100%);
    border-color: rgba(212, 168, 42, 0.6);
    box-shadow:
        0 14px 32px rgba(128, 88, 24, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    letter-spacing: 0.005em;
}
@media (hover: hover) and (pointer: fine) {
    .result-focus-tag:hover {
        transform: translateY(-2px) scale(1.04);
        box-shadow: 0 14px 28px rgba(128, 88, 24, 0.14);
    }
    .result-focus-tag--primary:hover {
        transform: translateY(-3px) scale(1.045);
        box-shadow:
            0 18px 36px rgba(128, 88, 24, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
}
.result-focus-tag:active {
    transform: scale(1.02);
    transition-duration: 180ms;
}
.result-focus-tag--primary:active {
    transform: scale(1.025);
}
@media (prefers-reduced-motion: reduce) {
    .result-focus-tag,
    .result-focus-tag--primary {
        transition: none !important;
        transform: none !important;
    }
}
.result-screen__next.glass-panel {
    padding: 14px 16px 16px;
}
.result-screen__section-title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 800;
    color: #3a3028;
    text-align: right;
}
.result-next-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.result-next-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.45;
    color: #3f3328;
}
.result-next-list__mark {
    flex-shrink: 0;
    color: #c9a227;
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1.35;
}
.result-podcast-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(230, 196, 106, 0.42);
    background: rgba(255, 252, 246, 0.52);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow:
        0 14px 36px rgba(128, 88, 24, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.result-podcast-card:hover {
    box-shadow:
        0 18px 44px rgba(128, 88, 24, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.65);
    transform: translateY(-1px);
}
.result-podcast-card:focus-visible {
    outline: 3px solid #d4a82a;
    outline-offset: 2px;
}
.result-podcast-card__body {
    flex: 1;
    min-width: 0;
}
.result-podcast-card__title {
    margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #3a3028;
}
.result-podcast-card__text {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5f5145;
}
.result-podcast-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    color: #2a2218;
    background: linear-gradient(180deg, #ebcf6e, #d4a82a);
    border: 1px solid rgba(180, 140, 40, 0.35);
    box-shadow: 0 6px 16px rgba(128, 88, 24, 0.12);
    align-self: stretch;
    text-align: center;
}
.result-shipping-note {
    margin: 0;
    padding: 0 8px;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.45;
    color: #6a5741;
    text-align: center;
    opacity: 0.88;
}
@media (min-width: 640px) {
    .result-podcast-card {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 16px 20px;
    }
    .result-podcast-card__body {
        flex: 1 1 auto;
        min-width: 0;
    }
    .result-podcast-card__cta {
        flex: 0 0 auto;
        align-self: center;
        min-width: 10.5rem;
    }
}

.sticker-list.sticker-list--compact {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 4px;
}

body.maestro-body-funnel .title-sm,
body.maestro-body-profile .title-sm {
    color: #3a3028;
}
body.maestro-body-funnel .paragraph,
body.maestro-body-profile .paragraph {
    color: #3f3328;
}
body.maestro-body-funnel .helper,
body.maestro-body-profile .helper {
    color: #6a5741;
}
body.maestro-body-funnel .subtitle,
body.maestro-body-funnel .paragraph.small {
    color: #6a5741;
}

body.maestro-body-funnel .step-header {
    color: #7a5f35;
    font-weight: 800;
}
body.maestro-body-funnel .progress {
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(230, 196, 106, 0.45);
    background: rgba(255, 248, 230, 0.75);
    box-shadow: inset 0 1px 2px rgba(128, 88, 24, 0.06);
}
body.maestro-body-funnel .progress-fill {
    background: linear-gradient(90deg, #f3c24f, #d89d25 55%, #b67d1a);
    box-shadow: 0 0 12px rgba(231, 174, 53, 0.35);
}

body.maestro-body-funnel .answer {
    border-radius: 18px;
    border: 1px solid rgba(230, 196, 106, 0.42);
    background: rgba(255, 255, 255, 0.52);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(128, 88, 24, 0.06);
    color: #3f3328;
}
body.maestro-body-funnel .answer:hover {
    background: rgba(255, 252, 244, 0.88);
    border-color: rgba(214, 169, 59, 0.55);
    box-shadow: 0 12px 26px rgba(128, 88, 24, 0.1);
}
body.maestro-body-funnel .answer.active {
    border-color: rgba(122, 83, 194, 0.55);
    background: linear-gradient(135deg, rgba(255, 250, 235, 0.95), rgba(241, 231, 255, 0.82));
    box-shadow:
        0 10px 28px rgba(122, 83, 194, 0.12),
        0 0 0 1px rgba(231, 174, 53, 0.25);
}
body.maestro-body-funnel .answer-media-wrap {
    border-radius: 12px;
    border: 1px solid rgba(230, 196, 106, 0.35);
    background: rgba(255, 252, 246, 0.9);
}

body.maestro-body-funnel .question-media .media-image,
body.maestro-body-profile .question-media .media-image {
    border-radius: 18px;
    border: 1px solid rgba(230, 196, 106, 0.38);
    background: rgba(255, 252, 246, 0.75);
    box-shadow: 0 10px 28px rgba(128, 88, 24, 0.08);
}

body.maestro-body-funnel .chip,
body.maestro-body-profile .chip {
    border: 1px solid rgba(230, 196, 106, 0.4);
    background: rgba(255, 255, 255, 0.55);
    color: #3f3328;
    box-shadow: 0 4px 12px rgba(128, 88, 24, 0.05);
}
body.maestro-body-funnel .chip.active,
body.maestro-body-profile .chip.active {
    border-color: rgba(122, 83, 194, 0.5);
    background: linear-gradient(135deg, rgba(255, 248, 230, 0.95), rgba(237, 224, 255, 0.78));
    box-shadow: 0 6px 18px rgba(122, 83, 194, 0.12);
}

body.maestro-body-funnel .input,
body.maestro-body-profile .input {
    border: 1px solid rgba(230, 196, 106, 0.45);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    color: #3f3328;
}
body.maestro-body-funnel .label,
body.maestro-body-profile .label {
    color: #4b3927;
}

body.maestro-body-funnel .btn-primary,
body.maestro-body-profile .btn-primary {
    background: linear-gradient(180deg, #ebb545 0%, #e7ae35 48%, #d89d25 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(214, 151, 32, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
body.maestro-body-funnel .btn-primary:hover,
body.maestro-body-profile .btn-primary:hover {
    background: linear-gradient(180deg, #e7ae35 0%, #d89d25 55%, #c88a1c 100%);
}
body.maestro-body-funnel .btn-primary:disabled,
body.maestro-body-profile .btn-primary:disabled {
    background: linear-gradient(180deg, #e0d0b0 0%, #d2c4a8 100%);
    border-color: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.85);
}

body.maestro-body-funnel .btn-secondary,
body.maestro-body-profile .btn-secondary {
    background: rgba(255, 252, 246, 0.75);
    color: #5c4a38;
    border: 1px solid rgba(230, 196, 106, 0.45);
    box-shadow: 0 6px 16px rgba(128, 88, 24, 0.07);
}
body.maestro-body-funnel .btn-secondary:hover,
body.maestro-body-profile .btn-secondary:hover {
    background: rgba(255, 248, 230, 0.92);
    border-color: rgba(214, 169, 59, 0.55);
}

body.maestro-body-funnel .marketing-highlight,
body.maestro-body-profile .marketing-highlight {
    color: #5a3d20;
    border: 1px solid rgba(230, 196, 106, 0.45);
    background: linear-gradient(135deg, rgba(255, 244, 216, 0.75), rgba(237, 224, 255, 0.35));
    border-radius: 14px;
}
body.maestro-body-funnel .quiz-micro-slogan {
    color: #6a5741;
    border: 1px solid rgba(230, 196, 106, 0.35);
    background: rgba(255, 252, 246, 0.65);
    border-radius: 14px;
}

body.maestro-body-funnel .nav-row--question {
    background: linear-gradient(180deg, rgba(255, 249, 240, 0) 0%, rgba(255, 243, 214, 0.94) 32%);
}

body.maestro-body-funnel .loading-card--video {
    padding: 24px 0 22px;
}
@media (min-width: 700px) {
    body.maestro-body-funnel .loading-card--video {
        padding: 44px 0 36px;
    }
}
body.maestro-body-funnel .loading-video-wrap {
    width: 188px;
    max-width: 64vw;
    padding: 6px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.32);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 38px rgba(128, 88, 24, 0.1);
}
@media (min-width: 700px) {
    body.maestro-body-funnel .loading-video-wrap {
        width: 220px;
        max-width: 70vw;
        padding: 8px;
        border-radius: 28px;
        box-shadow: 0 18px 48px rgba(128, 88, 24, 0.12);
    }
}
body.maestro-body-funnel .loading-video {
    max-height: min(34vh, 180px);
    border-radius: 20px;
    mix-blend-mode: normal;
    filter: contrast(1.03) saturate(1.04);
}
@media (min-width: 700px) {
    body.maestro-body-funnel .loading-video {
        max-height: min(38vh, 200px);
        border-radius: 22px;
    }
}
body.maestro-body-funnel .loading-card--video .loading-message {
    color: #6A5741;
}

body.maestro-body-funnel .sticker-block,
body.maestro-body-profile .sticker-block {
    border: 1px solid rgba(230, 196, 106, 0.4);
    border-radius: 22px;
    background: rgba(255, 252, 246, 0.55);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 32px rgba(128, 88, 24, 0.08);
}
body.maestro-body-funnel .sticker-item:not(.sticker-tile),
body.maestro-body-profile .sticker-item:not(.sticker-tile) {
    border: 1px solid rgba(230, 196, 106, 0.38);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 6px 16px rgba(128, 88, 24, 0.06);
}
body.maestro-body-funnel .sticker-tile-label,
body.maestro-body-profile .sticker-tile-label {
    color: #3f3328;
}

body.maestro-body-profile .profile-intro__video-shell {
    border: 1px solid rgba(230, 196, 106, 0.45);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.45), rgba(255, 244, 216, 0.28));
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow:
        0 18px 45px rgba(128, 88, 24, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

@keyframes optionPulseGold {
    0%, 100% { box-shadow: 0 0 0 0 rgba(231, 174, 53, 0); }
    50% { box-shadow: 0 0 0 5px rgba(231, 174, 53, 0.18); }
}
body.maestro-body-funnel .option-anim-pulse {
    animation-name: optionPulseGold;
}

body.maestro-body-funnel .card.card--flow > .nav-row {
    margin-top: 12px;
}

body.maestro-body-funnel .spinner,
body.maestro-body-profile .spinner {
    border-color: rgba(230, 196, 106, 0.45);
    border-top-color: #c9a227;
}

.spinner {
    width: 38px; height: 38px; border-radius: 50%;
    border: 3px solid #dfcef9; border-top-color: #7a53c2;
    margin: 0 auto; animation: spin 0.8s linear infinite;
}
button:focus-visible, input:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
body.maestro-body-funnel button:focus-visible,
body.maestro-body-funnel input:focus-visible,
body.maestro-body-profile button:focus-visible,
body.maestro-body-profile input:focus-visible {
    outline-color: #d4a82a;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes loadingVideoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}
@keyframes loadingSparkTwinkle {
    0%, 100% { opacity: 0.26; transform: translateY(0) scale(1); }
    50% { opacity: 0.72; transform: translateY(-7px) scale(1.07); }
}
@keyframes loadingStarFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.45; }
    50% { transform: translateY(-8px) scale(1.08); opacity: 0.95; }
}
@keyframes fadeSlide { from { transform: translateY(8px); } to { transform: translateY(0); } }
@keyframes optionPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(122, 83, 194, 0); }
    50% { box-shadow: 0 0 0 4px rgba(122, 83, 194, 0.12); }
}
@keyframes optionPopIn { from { transform: scale(0.98); opacity: 0.85; } to { transform: scale(1); opacity: 1; } }
@keyframes sparkleFall {
    0% { transform: translateY(0) scale(0.9); opacity: 0; }
    10% { opacity: 0.45; }
    80% { opacity: 0.32; }
    100% { transform: translateY(120px) scale(1.04); opacity: 0; }
}
@keyframes hiwSparkle {
    0%, 100% { opacity: 0.22; transform: scale(1); }
    50% { opacity: 0.42; transform: scale(1.06); }
}
@media (max-width: 700px) {
    .quiz-shell { padding: 10px 10px 16px; }
    .card { border-radius: 16px; padding: 12px; }
    .step-header { flex-direction: column; align-items: flex-start; }
    .step-header {
        position: sticky;
        top: 0;
        z-index: 4;
        background: rgba(255, 250, 245, 0.96);
        padding: 2px 0 4px;
        backdrop-filter: blur(2px);
    }
    .progress {
        position: sticky;
        top: 30px;
        z-index: 3;
        background: rgba(238, 227, 255, 0.95);
    }
    .nav-row { flex-direction: column-reverse; }
    .btn { width: 100%; min-height: 42px; }
    .title-sm { font-size: 1.06rem; }
    .question-media .media-image { max-height: 100px; max-width: 100%; border-radius: 10px; }
    .booklet-preview { width: min(100%, 360px); }
    .booklet-preview__name-anchor {
        top: 65px;
        left: 136px;
        width: 160px;
        height: 30px;
    }
    .booklet-preview__name-overlay { font-size: 30px; left: 10px; bottom: -2px; }
    .booklet-preview__image { clip-path: inset(0.9% 1.2% 1.3% 1.2% round 20px); }
    .loading-video-wrap { width: 220px; max-width: 70vw; }
    .profile-intro__sparkles { height: 90px; }
    .profile-intro__video-shell {
        max-width: min(100%, 280px);
        border-radius: 22px;
        padding: 5px;
    }
    .profile-intro__video {
        border-radius: 18px;
        max-height: min(180px, 30vh);
    }
    .profile-intro__lead { margin-bottom: 8px; font-size: 0.93rem; line-height: 1.5; }
    .profile-intro__sparkles span { animation-duration: 10s; opacity: 0.32; }
    .card--question {
        min-height: calc(100svh - 28px);
    }
    .answers--question {
        overflow: auto;
        max-height: 44svh;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }
    .nav-row--question {
        position: sticky;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 249, 242, 0) 0%, rgba(255, 249, 242, 0.96) 28%);
        padding-top: 8px;
        margin-top: 8px;
    }
    body.maestro-body-funnel .step-header {
        background: rgba(255, 252, 246, 0.94);
        border-radius: 0 0 16px 16px;
    }
    body.maestro-body-funnel .progress {
        background: rgba(255, 248, 230, 0.94);
    }
    body.maestro-body-funnel .nav-row--question {
        background: linear-gradient(180deg, rgba(255, 249, 240, 0) 0%, rgba(255, 243, 214, 0.96) 28%);
    }
    body.maestro-body-funnel .card:not(.card--flow),
    body.maestro-body-profile .card.profile-intro__form {
        border-radius: 22px;
    }
    body.maestro-body-funnel .glass-panel {
        border-radius: 20px;
        padding: 12px 14px;
    }
    .option-anim-pulse,
    .option-anim-pop {
        animation: none !important;
    }
}
@media (max-width: 430px) {
    .quiz-shell { padding: 8px 8px 14px; }
    .card { padding: 10px; border-radius: 14px; }
    .title-sm { font-size: 1rem; }
    .label { margin-bottom: 6px; font-size: 0.95rem; }
    .helper { margin-bottom: 7px; font-size: 0.88rem; }
    .field-group { margin-bottom: 8px; }
    .chip { padding: 7px 10px; font-size: 0.9rem; }
    .input { padding: 9px 10px; }
    .answer { padding: 9px 10px; border-radius: 12px; }
    .answer-media-wrap { width: 30px; height: 30px; }
    .question-media .media-image { max-height: 88px; }
    .profile-intro__video-shell {
        max-width: min(100%, 260px);
        border-radius: 20px;
        padding: 4px;
    }
    .profile-intro__video {
        max-height: min(170px, 28vh);
        border-radius: 16px;
    }
    .profile-intro__sparkles { display: none; }
    .card--question { min-height: calc(100svh - 20px); }
    .answers--question { max-height: 42svh; }
    .nav-row--question { padding-top: 6px; margin-top: 6px; }
    body.maestro-body-funnel .card:not(.card--flow),
    body.maestro-body-profile .card.profile-intro__form {
        border-radius: 20px;
    }
}
@media (min-width: 900px) {
    .profile-intro {
        gap: 22px;
        padding: 8px 0 12px;
    }
    .profile-intro__video-shell {
        max-width: min(100%, 320px);
    }
    .profile-intro__video {
        max-width: 320px;
        max-height: min(220px, 32vh);
    }
}
@media (prefers-reduced-motion: reduce) {
    .card, .answer, .progress-fill, .spinner, .option-anim-pulse, .option-anim-pop, .loading-stars span, .loading-video-wrap, .loading-video-deco__star, .loading-video-deco__spark,
    .how-it-works__deco-spark,
    .maestro-surface__spark {
        animation: none !important;
        transition: none !important;
    }
    .gate-sticker-tease__img,
    .gate-sticker-tease__fallback {
        filter: blur(1.4px) brightness(0.96) !important;
        opacity: 0.86 !important;
        transform: none !important;
        transition: none !important;
    }
}
