.wl-scenario-panel,
.wl-qr-companion,
.wl-launch-checklist,
.wl-product-builder,
.wl-design-preview,
.wl-fulfillment-guide,
.wl-user-journey,
.wl-next-step-router,
.wl-usage-guide,
.wl-quote-context,
.wl-customer-decision,
.wl-order-journey,
.wl-account-guide,
.wl-checkout-guide,
.wl-payment-options {
    background: rgba(255, 253, 247, .94);
    border: 1px solid rgba(23, 24, 21, .13);
    border-radius: var(--theme_radius-card, 8px);
    box-shadow: rgba(23,24,21,.06) 0 1px 0, rgba(23,24,21,.08) 0 18px 48px;
    color: var(--ink, #152536);
    margin: 24px 0;
    padding: clamp(18px, 3vw, 32px);
}

body {
    padding-bottom: 86px;
}

.wl-scenario-kicker {
    color: var(--teal, #137a74);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.wl-scenario-grid,
.wl-qr-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0;
}

.wl-scenario-grid div,
.wl-qr-grid article {
    background: var(--off, #f5f7fb);
    border: 1px solid var(--gray, #d9dee7);
    border-radius: var(--theme_radius-card, 12px);
    padding: 16px;
}

.wl-scenario-grid span {
    color: var(--muted, #677489);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.wl-scenario-grid strong {
    color: var(--navy, #102a43);
    display: block;
    font-size: 18px;
}

.wl-scenario-button {
    align-items: center;
    background: var(--teal, #137a74);
    border-radius: var(--theme_radius-button, 8px);
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none;
}

.wl-scenario-button:hover {
    background: var(--teal-dark, #0f5d59);
    color: #fff;
}

.wl-qr-hero h2,
.wl-launch-checklist h2 {
    color: var(--navy, #102a43);
    line-height: 1.05;
    margin: 0 0 10px;
}

.wl-qr-grid h3 {
    margin-top: 0;
}

.wl-qr-grid li,
.wl-launch-checklist li {
    margin-bottom: 8px;
}

.wl-qr-note {
    color: var(--muted, #677489);
    font-size: 14px;
    margin-bottom: 0;
}

.wl-builder-head {
    max-width: 840px;
}

.wl-journey-head,
.wl-router-copy {
    max-width: 860px;
}

.wl-builder-head h2,
.wl-product-builder h3,
.wl-journey-head h2,
.wl-router-copy h2 {
    color: var(--navy, #171815);
    line-height: 1.15;
    margin: 0 0 10px;
}

.wl-builder-head p,
.wl-journey-head p,
.wl-router-copy p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.75;
}

.wl-journey-track {
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 1fr);
    margin-top: 20px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: inline mandatory;
}

.wl-journey-step {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    min-height: 230px;
    padding: 18px;
    scroll-snap-align: start;
}

.wl-journey-step span,
.wl-router-card article span {
    color: #8c5b12;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wl-journey-step h3,
.wl-router-card h3,
.wl-usage-grid h3 {
    color: var(--navy, #171815);
    font-size: 22px;
    line-height: 1.22;
    margin: 0;
}

.wl-journey-step p,
.wl-router-card p,
.wl-usage-grid p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.7;
    margin: 0;
}

.wl-journey-step a,
.wl-router-card a {
    align-items: center;
    align-self: end;
    background: #1f6b4f;
    border-radius: 8px;
    color: #fffdf7;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    text-decoration: none;
}

.wl-next-step-router.is-compact,
.wl-user-journey.is-compact {
    margin-top: 0;
}

.wl-router-layout {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(220px, .38fr) minmax(0, .62fr);
    margin-top: 18px;
}

.wl-router-options {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    padding: 12px;
}

.wl-router-options button {
    background: transparent;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    color: var(--navy, #171815);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    min-height: 46px;
    padding: 10px 12px;
    text-align: start;
}

.wl-router-options button.is-active,
.wl-router-options button:focus-visible {
    background: #171815;
    border-color: #171815;
    color: #fffdf7;
    outline: none;
}

.wl-router-card {
    background:
        linear-gradient(135deg, rgba(31,107,79,.13), rgba(217,159,53,.08)),
        #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    min-height: 280px;
    padding: clamp(18px, 3vw, 28px);
}

.wl-router-card article {
    display: none;
    gap: 12px;
}

.wl-router-card article.is-active {
    display: grid;
}

.wl-usage-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.wl-usage-grid article {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    padding: 18px;
}

.wl-usage-grid ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.wl-usage-grid li {
    background: #e8f3eb;
    border: 1px solid rgba(31,107,79,.16);
    border-radius: 999px;
    color: #164a39;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 9px;
}

.wl-builder-controls {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0;
}

.wl-preview-layout {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(280px, .45fr) minmax(0, .55fr);
    margin-top: 18px;
}

.wl-preview-copy p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.75;
    max-width: 820px;
}

.wl-preview-controls {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.wl-preview-controls label {
    display: grid;
    gap: 7px;
}

.wl-preview-controls span {
    color: var(--navy, #171815);
    font-size: 13px;
    font-weight: 800;
}

.wl-preview-controls input,
.wl-preview-controls select {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.16);
    border-radius: 8px;
    color: var(--ink, #171815);
    font: inherit;
    min-height: 44px;
    padding: 8px 10px;
}

.wl-preview-submit {
    align-items: center;
    background: #1f6b4f;
    border-radius: 8px;
    color: #fffdf7;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    text-decoration: none;
}

.wl-preview-stage {
    background:
        linear-gradient(135deg, rgba(23,24,21,.94), rgba(31,107,79,.88));
    border-radius: 10px;
    display: grid;
    gap: 14px;
    min-height: 520px;
    padding: 26px;
    place-items: center;
}

.wl-preview-blank {
    align-items: center;
    background: #fffdf7;
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: rgba(0,0,0,.24) 0 22px 54px;
    display: flex;
    justify-content: center;
    min-height: 360px;
    position: relative;
    width: min(100%, 420px);
}

.wl-preview-stage[data-preview-stage="shirt"] .wl-preview-blank {
    border-radius: 34px 34px 14px 14px;
    clip-path: polygon(22% 0, 35% 0, 40% 8%, 60% 8%, 65% 0, 78% 0, 100% 18%, 86% 36%, 78% 28%, 78% 100%, 22% 100%, 22% 28%, 14% 36%, 0 18%);
}

.wl-preview-stage[data-preview-stage="mug"] .wl-preview-blank {
    border-radius: 20px 20px 34px 34px;
    min-height: 300px;
    width: min(100%, 360px);
}

.wl-preview-stage[data-preview-stage="mug"] .wl-preview-blank::after {
    border: 28px solid #fffdf7;
    border-left: 0;
    border-radius: 0 80px 80px 0;
    content: "";
    height: 115px;
    position: absolute;
    right: -70px;
    top: 92px;
    width: 72px;
}

.wl-preview-stage[data-preview-stage="poster"] .wl-preview-blank {
    aspect-ratio: 3 / 4;
    min-height: 0;
}

.wl-preview-stage[data-preview-stage="sticker"] .wl-preview-blank {
    align-content: center;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wl-preview-print-area {
    align-items: center;
    background: rgba(232,243,235,.72);
    border: 2px dashed rgba(31,107,79,.35);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 150px;
    padding: 12px;
    position: relative;
    width: var(--preview-scale, 78%);
    z-index: 1;
}

.wl-preview-print-area[data-placement="top"] {
    align-self: start;
    margin-top: 56px;
}

.wl-preview-print-area[data-placement="bottom"] {
    align-self: end;
    margin-bottom: 56px;
}

.wl-preview-print-area img {
    max-height: 110px;
    max-width: 90%;
    object-fit: contain;
}

.wl-preview-print-area strong {
    color: #164a39;
    font-size: clamp(22px, 4vw, 42px);
    line-height: 1.05;
    overflow-wrap: anywhere;
    text-align: center;
}

.wl-preview-caption {
    color: #fffdf7;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: space-between;
    width: min(100%, 520px);
}

.wl-preview-caption span {
    color: rgba(255,253,247,.74);
}

.wl-fulfillment-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.wl-fulfillment-grid article {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    padding: 18px;
}

.wl-fulfillment-grid span {
    color: #8c5b12;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wl-fulfillment-grid h3 {
    color: var(--navy, #171815);
    font-size: 24px;
    line-height: 1.2;
    margin: 8px 0;
}

.wl-fulfillment-grid p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.75;
    margin: 0;
}

.wl-builder-controls label {
    display: grid;
    gap: 7px;
}

.wl-builder-controls span {
    color: var(--navy, #171815);
    font-size: 13px;
    font-weight: 800;
}

.wl-builder-controls select {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.16);
    border-radius: 8px;
    color: var(--ink, #171815);
    font: inherit;
    min-height: 48px;
    padding: 9px 12px;
}

.wl-builder-results,
.wl-lead-magnets {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wl-builder-plan,
.wl-lead-magnets article {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    padding: 18px;
}

.wl-builder-plan {
    opacity: .72;
}

.wl-builder-plan.is-selected {
    background: linear-gradient(135deg, rgba(31,107,79,.12), rgba(217,159,53,.08)), #fffdf7;
    border-color: rgba(31,107,79,.45);
    opacity: 1;
}

.wl-builder-plan span,
.wl-lead-magnets span {
    color: #8c5b12;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wl-builder-plan p,
.wl-builder-plan em,
.wl-lead-magnets p {
    color: var(--muted, rgba(23,24,21,.68));
    font-style: normal;
    line-height: 1.7;
    margin: 0;
}

.wl-builder-plan strong {
    color: #164a39;
}

.wl-builder-output {
    align-items: center;
    background: #171815;
    border-radius: 8px;
    color: #fffdf7;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 14px;
    padding: 14px;
}

.wl-builder-output span {
    color: rgba(255,253,247,.78);
}

.wl-builder-output a,
.wl-lead-magnets a,
.wl-quote-preview a,
.wl-decision-actions a {
    align-items: center;
    background: #1f6b4f;
    border-radius: 8px;
    color: #fffdf7;
    display: inline-flex;
    font-weight: 800;
    min-height: 38px;
    padding: 8px 12px;
    text-decoration: none;
}

.wl-product-builder.is-compact {
    margin-top: 0;
}

.wl-store-filter-bar {
    align-items: center;
    background: rgba(255,253,247,.94);
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 12px;
}

.wl-store-filter-bar strong {
    color: var(--navy, #171815);
    margin-inline-end: 6px;
}

.wl-store-filter-bar a,
.wl-product-badges span {
    background: #e8f3eb;
    border: 1px solid rgba(31,107,79,.16);
    border-radius: 999px;
    color: #164a39;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 9px;
}

.wl-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0;
}

.wl-lead-magnets h3 {
    color: var(--navy, #171815);
    font-size: 22px;
    line-height: 1.25;
    margin: 0;
}

.wl-quote-context {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, .8fr) minmax(280px, .55fr);
}

.wl-quote-context h2,
.wl-customer-decision h3,
.wl-order-journey h2,
.wl-account-guide h2,
.wl-checkout-guide h3 {
    color: var(--navy, #171815);
    line-height: 1.2;
    margin: 0 0 8px;
}

.wl-payment-head {
    max-width: 880px;
}

.wl-payment-head h2 {
    color: var(--navy, #171815);
    line-height: 1.2;
    margin: 0 0 8px;
}

.wl-payment-head p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.75;
    margin: 0;
}

.wl-payment-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.wl-payment-grid article {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 8px;
    padding: 16px;
}

.wl-payment-grid span {
    color: #8c5b12;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wl-payment-grid h3 {
    color: var(--navy, #171815);
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.wl-payment-grid p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.65;
    margin: 0;
}

.wl-payment-grid strong {
    color: #164a39;
    font-size: 13px;
}

.wl-payment-warning {
    background: #171815;
    border-radius: 8px;
    color: #fffdf7;
    margin-top: 12px;
    padding: 14px;
}

.wl-payment-warning p {
    color: rgba(255,253,247,.72);
    line-height: 1.65;
    margin: 4px 0 0;
}

.wl-payment-help-link {
    color: #164a39;
    display: inline-flex;
    font-weight: 900;
    margin-top: 12px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.wl-quote-context p,
.wl-customer-decision p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.75;
    margin: 0;
}

.wl-quote-preview {
    background: #171815;
    border-radius: 8px;
    color: #fffdf7;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 16px;
}

.wl-quote-preview div {
    border-bottom: 1px solid rgba(255,253,247,.12);
    padding-bottom: 8px;
}

.wl-quote-preview div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.wl-quote-preview dt {
    color: rgba(255,253,247,.62);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wl-quote-preview dd {
    margin: 3px 0 0;
}

.wl-quote-preview.is-empty {
    align-content: center;
}

.wl-customer-decision {
    margin-top: 14px;
}

.wl-decision-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.wl-decision-grid span {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    color: var(--muted, rgba(23,24,21,.68));
    display: grid;
    gap: 4px;
    padding: 12px;
}

.wl-decision-grid strong {
    color: #164a39;
    font-size: 12px;
    text-transform: uppercase;
}

.wl-decision-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.wl-order-journey {
    margin-bottom: 20px;
}

.wl-order-journey ol {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.wl-order-journey li {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 5px;
    padding: 14px;
}

.wl-order-journey strong {
    color: #164a39;
}

.wl-order-journey span {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.55;
}

.wl-account-guide {
    margin-bottom: 22px;
}

.wl-account-guide > div:first-child p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.75;
    margin: 0;
}

.wl-account-steps {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.wl-account-steps article {
    background: #fffdf7;
    border: 1px solid rgba(23,24,21,.13);
    border-radius: 8px;
    display: grid;
    gap: 7px;
    padding: 14px;
}

.wl-account-steps span {
    color: #8c5b12;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.wl-account-steps strong {
    color: var(--navy, #171815);
}

.wl-account-steps p {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.55;
    margin: 0;
}

.wl-checkout-guide {
    margin: 16px 0;
}

.wl-checkout-guide ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding-inline-start: 22px;
}

.wl-checkout-guide li {
    color: var(--muted, rgba(23,24,21,.68));
    line-height: 1.6;
}

.wl-sticky-journey {
    background: rgba(23,24,21,.94);
    border: 1px solid rgba(255,253,247,.12);
    border-radius: 10px;
    bottom: 18px;
    box-shadow: rgba(0,0,0,.18) 0 18px 48px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    inset-inline: 18px;
    margin-inline: auto;
    max-width: 720px;
    overflow: hidden;
    position: fixed;
    z-index: 30;
}

.wl-sticky-journey a {
    background: rgba(255,253,247,.06);
    color: #fffdf7;
    display: grid;
    gap: 2px;
    min-height: 58px;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
}

.wl-sticky-journey a:hover,
.wl-sticky-journey a:focus-visible {
    background: #1f6b4f;
    outline: none;
}

.wl-sticky-journey strong {
    font-size: 14px;
}

.wl-sticky-journey span {
    color: rgba(255,253,247,.68);
    font-size: 12px;
}

@media (max-width: 720px) {
    .wl-scenario-grid,
    .wl-qr-grid,
    .wl-builder-controls,
    .wl-builder-results,
    .wl-lead-magnets,
    .wl-preview-layout,
    .wl-fulfillment-grid,
    .wl-router-layout,
    .wl-usage-grid,
    .wl-quote-context,
    .wl-decision-grid,
    .wl-order-journey ol,
    .wl-account-steps,
    .wl-payment-grid {
        grid-template-columns: 1fr;
    }

    .wl-journey-track {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        overflow-x: visible;
    }

    .wl-builder-output {
        display: grid;
    }

    .wl-preview-stage {
        min-height: 420px;
        padding: 18px;
    }

    .wl-preview-blank {
        min-height: 290px;
    }

    .wl-sticky-journey {
        border-radius: 0;
        bottom: 0;
        inset-inline: 0;
        max-width: none;
    }
}
