.ar-guest-story,
.ar-context-proof {
    --guest-cyan: #00d4ff;
    --guest-orange: #ff6b00;
    --guest-violet: #8b6cff;
    --guest-ink: #050812;
    color: #f7f9ff;
    isolation: isolate;
    overflow: clip;
    position: relative;
}

.ar-guest-story {
    background:
        radial-gradient(circle at 78% 12%, rgba(0, 212, 255, .13), transparent 28%),
        radial-gradient(circle at 18% 42%, rgba(255, 107, 0, .12), transparent 31%),
        radial-gradient(circle at 75% 82%, rgba(139, 108, 255, .16), transparent 34%),
        linear-gradient(180deg, rgba(4, 7, 17, .98), rgba(8, 7, 18, .98));
    border-block: 1px solid rgba(132, 151, 201, .16);
    padding: clamp(78px, 9vw, 128px) 24px;
}

.ar-guest-story::before,
.ar-context-proof::before {
    background-image:
        radial-gradient(circle, rgba(255,255,255,.72) 0 1px, transparent 1.4px),
        radial-gradient(circle, rgba(0,212,255,.55) 0 1px, transparent 1.5px),
        radial-gradient(circle, rgba(255,107,0,.44) 0 1px, transparent 1.5px);
    background-position: 17px 29px, 91px 133px, 171px 67px;
    background-size: 197px 211px, 263px 241px, 319px 293px;
    content: '';
    inset: 0;
    opacity: .22;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.ar-guest-story__shell,
.ar-context-proof__inner {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
}

.ar-guest-story__intro {
    margin: 0 auto clamp(60px, 8vw, 96px);
    max-width: 820px;
    text-align: center;
}

.ar-guest-story__eyebrow,
.ar-context-proof__eyebrow {
    align-items: center;
    color: var(--guest-cyan);
    display: inline-flex;
    font-size: .75rem;
    font-weight: 800;
    gap: 9px;
    letter-spacing: .17em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.ar-guest-story__eyebrow::before,
.ar-context-proof__eyebrow::before {
    background: var(--guest-orange);
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(255, 107, 0, .72);
    content: '';
    height: 7px;
    width: 7px;
}

.ar-guest-story h2,
.ar-context-proof h2 {
    color: #fff;
    font-family: 'Orbitron', 'Exo 2', sans-serif;
    font-size: clamp(2rem, 4.6vw, 4rem);
    letter-spacing: -.045em;
    line-height: 1.05;
    margin: 0;
}

.ar-guest-story__lede,
.ar-context-proof__lede {
    color: rgba(225, 231, 248, .76);
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.72;
    margin: 20px auto 0;
    max-width: 720px;
}

.ar-guest-story__instruction {
    align-items: center;
    color: rgba(226, 234, 252, .62);
    display: flex;
    font-size: .86rem;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: .04em;
    margin-top: 22px;
}

.ar-guest-story__instruction i {
    color: var(--guest-orange);
    font-style: normal;
}

.ar-guest-story__layout {
    align-items: start;
    display: grid;
    gap: clamp(38px, 6vw, 86px);
    grid-template-columns: minmax(0, .86fr) minmax(360px, .74fr);
}

.ar-guest-story__steps {
    display: grid;
}

.ar-guest-story__step {
    align-items: center;
    display: flex;
    min-height: clamp(360px, 46vh, 460px);
    opacity: .42;
    padding: clamp(30px, 5vh, 52px) 0;
    position: relative;
    transition: opacity .3s ease, transform .3s ease;
}

.ar-guest-story__step::before {
    background: linear-gradient(180deg, transparent, rgba(139,108,255,.58), transparent);
    content: '';
    height: 72%;
    left: -24px;
    opacity: 0;
    position: absolute;
    top: 14%;
    transition: opacity .3s ease;
    width: 1px;
}

.ar-guest-story__step[aria-current="step"] {
    opacity: 1;
    transform: translateX(8px);
}

.ar-guest-story__step[aria-current="step"]::before { opacity: 1; }

.ar-guest-story__step-inner {
    max-width: 540px;
}

.ar-guest-story__index {
    color: var(--guest-orange);
    display: block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .18em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ar-guest-story__step h3 {
    color: #fff;
    font-family: 'Orbitron', 'Exo 2', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    letter-spacing: -.03em;
    line-height: 1.14;
    margin: 0 0 17px;
}

.ar-guest-story__step p {
    color: rgba(225, 231, 248, .72);
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    line-height: 1.72;
    margin: 0;
}

.ar-guest-story__signal {
    align-items: center;
    color: rgba(234, 239, 252, .74);
    display: flex;
    font-size: .84rem;
    font-weight: 700;
    gap: 9px;
    margin-top: 22px;
}

.ar-guest-story__signal::before {
    background: #43e6ae;
    border-radius: 50%;
    box-shadow: 0 0 13px rgba(67, 230, 174, .55);
    content: '';
    height: 7px;
    width: 7px;
}

.ar-guest-story__stage-wrap {
    min-width: 0;
    position: sticky;
    top: 92px;
}

.ar-guest-story__stage {
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 212, 255, .16), transparent 35%),
        linear-gradient(155deg, rgba(15, 22, 43, .97), rgba(6, 8, 19, .99));
    border: 1px solid rgba(0, 212, 255, .28);
    border-radius: 30px;
    box-shadow:
        0 40px 110px rgba(0, 0, 0, .58),
        0 0 80px rgba(70, 42, 170, .16),
        inset 0 0 0 1px rgba(255, 107, 0, .08);
    margin: 0 auto;
    max-width: 510px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.ar-guest-story__stage::after {
    background: conic-gradient(from 120deg, transparent 0 64%, rgba(255,107,0,.75) 72%, rgba(0,212,255,.72) 79%, transparent 88%);
    border-radius: inherit;
    content: '';
    inset: -1px;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: .72;
    padding: 1px;
    pointer-events: none;
    position: absolute;
}

.ar-guest-story__chrome {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 4px 13px;
}

.ar-guest-story__brand {
    align-items: center;
    display: flex;
    gap: 9px;
}

.ar-guest-story__brand img {
    border-radius: 50%;
    height: 28px;
    object-fit: cover;
    width: 28px;
}

.ar-guest-story__brand span,
.ar-guest-story__count {
    color: rgba(226, 234, 252, .7);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ar-guest-story__picture {
    aspect-ratio: 420 / 650;
    background: #07111e;
    border: 1px solid rgba(132, 151, 201, .23);
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    max-height: calc(100vh - 210px);
    overflow: hidden;
    position: relative;
    width: min(100%, 420px);
}

.ar-guest-story__picture img {
    display: block;
    height: 100%;
    object-fit: contain;
    transition: opacity .2s ease, transform .36s cubic-bezier(.2,.75,.2,1);
    width: 100%;
}

.ar-guest-story__stage.is-switching img {
    opacity: .18;
    transform: scale(.985);
}

.ar-guest-story__progress {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(10, 1fr);
    margin: 14px 4px 3px;
}

.ar-guest-story__progress span {
    background: rgba(255, 255, 255, .1);
    border-radius: 99px;
    height: 3px;
    overflow: hidden;
    position: relative;
}

.ar-guest-story__progress span.is-complete,
.ar-guest-story__progress span.is-active {
    background: linear-gradient(90deg, var(--guest-violet), var(--guest-cyan));
}

.ar-guest-story__progress span.is-active {
    box-shadow: 0 0 12px rgba(0, 212, 255, .72);
}

.ar-guest-story__caption {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 13px 4px 2px;
}

.ar-guest-story__caption strong {
    color: #fff;
    font-size: .88rem;
}

.ar-guest-story__caption a {
    color: var(--guest-cyan);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.ar-guest-story__caption a:hover { text-decoration: underline; }

.ar-guest-story__mobile-copy { display: none; }

/* Keep the persistent launcher available without allowing its optional prompt
   cards to cover the product story visitors are currently reading. */
body.ar-guest-story-in-view #gaazzeebo-preview-bubbles {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
}

.ar-context-proof {
    background:
        radial-gradient(circle at 15% 10%, rgba(139,108,255,.14), transparent 34%),
        linear-gradient(180deg, rgba(8,10,20,.98), rgba(5,7,15,.98));
    border-block: 1px solid rgba(132,151,201,.16);
    margin-block: clamp(56px, 7vw, 96px);
    padding: clamp(68px, 8vw, 106px) 24px;
}

.ar-context-proof__intro {
    margin: 0 auto 34px;
    max-width: 780px;
    text-align: center;
}

.ar-context-proof h2 { font-size: clamp(1.8rem, 3.8vw, 3.25rem); }

.ar-context-proof__viewport {
    margin: 0 auto;
    max-width: 1120px;
    position: relative;
}

.ar-context-proof__rail {
    display: grid;
    gap: 22px;
    grid-auto-columns: minmax(300px, 420px);
    grid-auto-flow: column;
    justify-content: safe center;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 12px max(24px, calc((100% - 420px) / 2)) 24px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.ar-context-proof__frame {
    background: linear-gradient(155deg, rgba(18,24,45,.96), rgba(6,9,21,.99));
    border: 1px solid rgba(132,151,201,.24);
    border-radius: 24px;
    box-shadow: 0 28px 76px rgba(0,0,0,.42);
    margin: 0;
    overflow: hidden;
    scroll-snap-align: center;
}

.ar-context-proof__frame img {
    aspect-ratio: 420 / 650;
    background: #07101d;
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.ar-context-proof__frame:not([data-loaded="true"]) img {
    visibility: hidden;
}

.ar-context-proof__frame.is-wide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ar-context-proof__frame figcaption {
    align-items: center;
    color: rgba(226,234,252,.76);
    display: flex;
    font-size: .86rem;
    font-weight: 700;
    gap: 9px;
    min-height: 54px;
    padding: 13px 16px;
}

.ar-context-proof__frame figcaption::before {
    background: #43e6ae;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(67,230,174,.48);
    content: '';
    flex: 0 0 7px;
    height: 7px;
    width: 7px;
}

.ar-context-proof__controls {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
}

.ar-context-proof__controls button {
    align-items: center;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(132,151,201,.26);
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    gap: 8px;
    min-height: 44px;
    padding: 10px 15px;
}

.ar-context-proof__controls button:hover {
    background: rgba(139,108,255,.13);
    border-color: rgba(0,212,255,.5);
}

.ar-context-proof__status {
    color: rgba(226,234,252,.67);
    font-size: .82rem;
    font-weight: 800;
    min-width: 58px;
    text-align: center;
}

@media (max-width: 940px) {
    .ar-guest-story { padding-inline: 18px; }
    .ar-guest-story__layout { gap: 28px; grid-template-columns: minmax(0, .78fr) minmax(310px, .9fr); }
    .ar-guest-story__stage-wrap { top: 76px; }
}

@media (max-width: 720px) {
    .ar-guest-story__intro { margin-bottom: 40px; }
    .ar-guest-story__layout { display: flex; flex-direction: column; gap: 0; }
    .ar-guest-story__stage-wrap { order: -1; top: 68px; width: 100%; z-index: 3; }
    .ar-guest-story__stage { border-radius: 23px; max-width: 320px; padding: 11px; }
    .ar-guest-story__picture { max-height: 34vh; width: min(100%, 230px); }
    .ar-guest-story__chrome { padding-bottom: 8px; }
    .ar-guest-story__caption { padding-top: 9px; }
    .ar-guest-story__mobile-copy {
        border-top: 1px solid rgba(132,151,201,.18);
        display: grid;
        gap: 5px;
        margin-top: 4px;
        padding: 12px 5px 3px;
        text-align: left;
    }
    .ar-guest-story__mobile-copy span { color: var(--guest-orange); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .ar-guest-story__mobile-copy strong { color: #fff; font-size: .86rem; line-height: 1.34; }
    .ar-guest-story__mobile-copy small { color: rgba(225,231,248,.68); font-size: .72rem; line-height: 1.4; }
    .ar-guest-story__steps { margin-top: 18px; width: 100%; }
    .ar-guest-story__step { min-height: clamp(300px, 38vh, 360px); padding: 0 10px; }
    .ar-guest-story__step-inner { opacity: 0; pointer-events: none; }
    .ar-guest-story__step[aria-current="step"] { transform: none; }
    .ar-guest-story__step::before { left: -2px; }
    .ar-context-proof { padding-inline: 16px; }
    .ar-context-proof__rail { grid-auto-columns: minmax(280px, 82vw); justify-content: start; padding-inline: 9vw; }
}

@media (max-height: 720px) and (min-width: 721px) {
    .ar-guest-story__stage-wrap { top: 72px; }
    .ar-guest-story__stage { max-width: 390px; padding: 12px; }
    .ar-guest-story__picture { max-height: calc(100vh - 176px); }
}

@media (prefers-reduced-motion: reduce) {
    .ar-guest-story__step,
    .ar-guest-story__step::before,
    .ar-guest-story__picture img,
    .ar-context-proof__rail {
        scroll-behavior: auto;
        transition: none;
    }
}
