:root {
    --tb-bg: #090807;
    --tb-bg-soft: #11100e;
    --tb-panel: rgba(27, 24, 20, .78);
    --tb-panel-strong: #17130f;
    --tb-line: rgba(255, 255, 255, .11);
    --tb-line-gold: rgba(232, 184, 88, .33);
    --tb-gold: #e8b858;
    --tb-gold-light: #ffe5a2;
    --tb-gold-deep: #9b5e22;
    --tb-text: #f8f4ea;
    --tb-muted: #bdb5a9;
    --tb-muted-2: #8f887f;
    --tb-green: #91d2a5;
    --tb-red: #ef756d;
    --tb-max: 1320px;
    --tb-radius: 28px;
    --tb-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
body.tb360-page {
    min-width: 320px;
    color: var(--tb-text);
    background:
        radial-gradient(circle at 82% 6%, rgba(155, 94, 34, .17), transparent 30%),
        radial-gradient(circle at 8% 42%, rgba(232, 184, 88, .07), transparent 24%),
        var(--tb-bg);
    font-family: Aptos, "Segoe UI", Inter, Arial, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
body.tb360-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1000;
    opacity: .15;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.19'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 5000; transform: translateY(-160%); background: var(--tb-gold); color: #1a1108; padding: 12px 18px; border-radius: 999px; font-weight: 800; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.tb-topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 80px;
    padding: 14px max(24px, calc((100vw - var(--tb-max)) / 2));
    border-bottom: 1px solid transparent;
    transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.tb-topbar.is-scrolled {
    background: rgba(8, 7, 6, .82);
    border-color: var(--tb-line);
    box-shadow: 0 12px 40px rgba(0,0,0,.22);
    backdrop-filter: blur(20px) saturate(135%);
}
.tb-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.tb-brand-mark {
    display: grid;
    place-items: center;
    width: 46px;
    aspect-ratio: 1;
    border: 1px solid var(--tb-line-gold);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(255, 229, 162, .14), rgba(155, 94, 34, .06));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 10px 30px rgba(0,0,0,.2);
}
.tb-brand-mark svg { width: 31px; fill: none; stroke: var(--tb-gold); stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.tb-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.tb-brand strong { letter-spacing: .14em; font-size: 1.05rem; }
.tb-brand small { color: var(--tb-muted); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; margin-top: 5px; }
.tb-nav { display: flex; align-items: center; gap: 8px; }
.tb-nav a { text-decoration: none; color: #d7d0c5; font-size: .9rem; font-weight: 700; padding: 10px 14px; border-radius: 999px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.tb-nav a:hover, .tb-nav a:focus-visible { color: white; background: rgba(255,255,255,.07); transform: translateY(-1px); }
.tb-nav .tb-nav-cta { color: #1b1209; background: linear-gradient(135deg, var(--tb-gold-light), var(--tb-gold)); padding-inline: 19px; box-shadow: 0 10px 32px rgba(232,184,88,.18); }
.tb-nav .tb-nav-cta:hover { color: #1b1209; background: var(--tb-gold-light); }
.tb-menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--tb-line); border-radius: 14px; background: rgba(255,255,255,.04); color: white; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.tb-menu-button span { width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.tb-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.tb-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.tb-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.tb-hero { min-height: 100svh; display: grid; align-items: center; position: relative; overflow: hidden; padding: 130px 24px 80px; }
.tb-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 200px; background: linear-gradient(to bottom, transparent, var(--tb-bg)); pointer-events: none; }
.tb-hero-glow { position: absolute; right: -8vw; top: 12%; width: 58vw; height: 70vh; border-radius: 50%; background: radial-gradient(circle, rgba(232,184,88,.15), rgba(155,94,34,.05) 40%, transparent 70%); filter: blur(14px); }
.tb-hero-grid { position: relative; z-index: 2; width: min(var(--tb-max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); align-items: center; gap: clamp(46px, 6vw, 95px); }
.tb-eyebrow { margin: 0 0 22px; color: var(--tb-gold-light); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 11px; }
.tb-eyebrow span { display: inline-block; width: 42px; height: 1px; background: linear-gradient(90deg, var(--tb-gold), transparent); }
.tb-hero h1 { margin: 0; font-size: clamp(3.4rem, 6.6vw, 7.25rem); line-height: .92; letter-spacing: -.066em; max-width: 10ch; }
.tb-hero h1 em { color: var(--tb-gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.tb-hero-lead { margin: 30px 0 0; max-width: 650px; color: #cfc7bb; font-size: clamp(1.02rem, 1.4vw, 1.28rem); line-height: 1.75; }
.tb-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.tb-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 850; font-size: .9rem; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tb-button:hover, .tb-button:focus-visible { transform: translateY(-2px); }
.tb-button-primary { color: #1a1108; background: linear-gradient(135deg, var(--tb-gold-light), var(--tb-gold)); box-shadow: 0 14px 44px rgba(232,184,88,.2); }
.tb-button-ghost { border-color: var(--tb-line); background: rgba(255,255,255,.035); color: var(--tb-text); }
.tb-proof-strip { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 8px; max-width: 670px; }
.tb-proof-strip span { color: #aaa297; border: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.025); border-radius: 999px; padding: 8px 12px; font-size: .72rem; letter-spacing: .035em; }
.tb-hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1400px; }
.tb-hero-screen { position: relative; width: min(720px, 100%); aspect-ratio: 16 / 10; border-radius: 30px; padding: 9px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(232,184,88,.08), rgba(0,0,0,.4)); box-shadow: 0 48px 120px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.07); transform: rotateY(-8deg) rotateX(3deg); overflow: hidden; }
.tb-hero-screen::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.12), transparent 24%, transparent 70%, rgba(232,184,88,.07)); pointer-events: none; z-index: 2; }
.tb-hero-screen img { width: 100%; height: 100%; object-fit: cover; border-radius: 23px; }
.tb-screen-shine { position: absolute; inset: 9px; border-radius: 23px; overflow: hidden; pointer-events: none; }
.tb-screen-shine::after { content: ""; position: absolute; inset: -60% auto -60% -35%; width: 22%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent); animation: screen-shine 7s ease-in-out infinite; }
@keyframes screen-shine { 0%, 20% { left: -35%; } 58%, 100% { left: 130%; } }
.tb-floating-card { position: absolute; z-index: 5; width: min(250px, 39%); padding: 18px 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(20,17,14,.72); backdrop-filter: blur(15px) saturate(140%); box-shadow: 0 20px 55px rgba(0,0,0,.35); animation: float-card 5s ease-in-out infinite; }
.tb-floating-card small { display: block; color: var(--tb-gold); font-size: .62rem; font-weight: 900; letter-spacing: .16em; margin-bottom: 7px; }
.tb-floating-card strong { font-size: .91rem; line-height: 1.35; }
.tb-floating-card-one { left: -2%; top: 16%; }
.tb-floating-card-two { right: -1%; bottom: 14%; animation-delay: -2.1s; }
@keyframes float-card { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.tb-value, .tb-watch, .tb-experience, .tb-outcomes, .tb-pricing, .tb-faq, .tb-contact { position: relative; width: min(var(--tb-max), calc(100% - 48px)); margin-inline: auto; }
.tb-value { padding: 95px 0 120px; }
.tb-section-heading { max-width: 760px; margin-bottom: 48px; }
.tb-section-heading h2, .tb-outcomes h2, .tb-contact h2 { margin: 0; font-size: clamp(2.45rem, 4.8vw, 5.15rem); letter-spacing: -.055em; line-height: .99; }
.tb-section-heading > p:last-child, .tb-outcomes-copy > p:nth-of-type(2), .tb-contact > div > p:last-child { color: var(--tb-muted); font-size: 1.05rem; line-height: 1.75; max-width: 700px; }
.tb-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tb-value-grid article { min-height: 290px; padding: 28px; border: 1px solid var(--tb-line); border-radius: 24px; background: linear-gradient(160deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.tb-value-grid article:hover { transform: translateY(-7px); border-color: var(--tb-line-gold); background: linear-gradient(160deg, rgba(232,184,88,.09), rgba(255,255,255,.015)); }
.tb-value-grid b { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: rgba(232,184,88,.09); color: var(--tb-gold); font-size: .76rem; letter-spacing: .12em; }
.tb-value-grid h3 { margin: 70px 0 14px; font-size: 1.28rem; }
.tb-value-grid p { color: var(--tb-muted); line-height: 1.65; margin: 0; font-size: .92rem; }

.tb-watch { padding: 120px 0 130px; }
.tb-watch::before { content: ""; position: absolute; inset: 0 calc(50% - 50vw); z-index: -1; border-block: 1px solid rgba(255,255,255,.055); background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.14)); }
.tb-heading-wide { max-width: 920px; }
.tb-featured-video { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, .68fr); gap: 0; border: 1px solid var(--tb-line); border-radius: 30px; overflow: hidden; background: #050505; box-shadow: var(--tb-shadow); }
.tb-featured-player { position: relative; min-height: 450px; background: #000; overflow: hidden; }
.tb-featured-player::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 65%, #050505 100%), linear-gradient(0deg, rgba(0,0,0,.18), transparent 40%); }
.tb-featured-player video { width: 100%; height: 100%; min-height: 450px; object-fit: cover; background: #000; }
.tb-player-badge { position: absolute; z-index: 3; top: 18px; left: 18px; color: white; font-size: .64rem; font-weight: 900; letter-spacing: .17em; background: rgba(8,8,8,.7); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(10px); padding: 8px 10px; border-radius: 999px; }
.tb-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 36px; background: radial-gradient(circle at 20% 20%, rgba(232,184,88,.08), transparent 38%), #050505; }
.tb-featured-copy > p:first-child { margin: 0 0 12px; color: var(--tb-gold); letter-spacing: .17em; font-size: .65rem; font-weight: 900; }
.tb-featured-copy h3 { margin: 0; font-size: clamp(2rem, 3.2vw, 3.5rem); line-height: .98; letter-spacing: -.045em; }
.tb-featured-copy > p[data-featured-description] { color: var(--tb-muted); line-height: 1.7; margin: 20px 0 28px; }
.tb-video-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.tb-video-meta span { color: #b9b1a6; font-size: .65rem; border: 1px solid var(--tb-line); padding: 6px 8px; border-radius: 999px; }
.tb-play-featured { width: max-content; border: 0; border-radius: 999px; padding: 12px 18px; background: white; color: #111; font-weight: 850; cursor: pointer; display: inline-flex; gap: 10px; align-items: center; }
.tb-shelf-shell { margin-top: 34px; }
.tb-shelf-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.tb-shelf-heading h3 { margin: 0; font-size: 1.05rem; }
.tb-shelf-heading > div { display: flex; gap: 8px; }
.tb-shelf-heading button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--tb-line); background: rgba(255,255,255,.035); color: white; cursor: pointer; font-size: 1.45rem; }
.tb-video-shelf { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(250px, 31%); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(232,184,88,.35) transparent; padding: 4px 2px 18px; }
.tb-video-card { scroll-snap-align: start; display: flex; flex-direction: column; border: 0; border-radius: 17px; background: transparent; color: inherit; padding: 0; text-align: left; cursor: pointer; transition: transform .25s ease, filter .25s ease; min-width: 0; }
.tb-video-card:hover, .tb-video-card:focus-visible { transform: scale(1.025); z-index: 3; }
.tb-video-card.is-selected .tb-video-thumb { box-shadow: 0 0 0 2px var(--tb-gold), 0 18px 50px rgba(0,0,0,.35); }
.tb-video-thumb { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #161616; box-shadow: 0 16px 45px rgba(0,0,0,.26); transition: box-shadow .25s ease; }
.tb-video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.68), transparent 62%); }
.tb-video-thumb img, .tb-video-thumb video { width: 100%; height: 100%; object-fit: cover; }
.tb-video-thumb i { position: absolute; z-index: 3; left: 14px; bottom: 13px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.93); color: #111; font-style: normal; font-size: .8rem; }
.tb-video-thumb em { position: absolute; z-index: 3; right: 13px; top: 12px; font-style: normal; color: rgba(255,255,255,.76); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.tb-video-card-copy { padding: 12px 3px 0; display: flex; flex-direction: column; gap: 2px; }
.tb-video-card-copy strong { font-size: .9rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.tb-video-card-copy small { color: var(--tb-muted-2); }
.tb-empty-media { border: 1px dashed var(--tb-line-gold); border-radius: 24px; padding: 50px; text-align: center; background: rgba(232,184,88,.04); }
.tb-empty-media strong { font-size: 1.4rem; }
.tb-empty-media p { color: var(--tb-muted); }
code { color: var(--tb-gold-light); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; padding: 2px 6px; }

.tb-experience { padding: 130px 0; }
.tb-shot-stage { position: relative; width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; padding: 26px 0 38px; }
.tb-shot-fade { position: absolute; top: 0; bottom: 0; width: 9vw; z-index: 5; pointer-events: none; }
.tb-shot-fade-left { left: 0; background: linear-gradient(90deg, var(--tb-bg), transparent); }
.tb-shot-fade-right { right: 0; background: linear-gradient(-90deg, var(--tb-bg), transparent); }
.tb-shot-track { display: flex; width: max-content; gap: 20px; padding-left: 2vw; animation: shot-scroll 38s linear infinite; will-change: transform; }
.tb-shot-stage:hover .tb-shot-track, .tb-shot-stage:focus-within .tb-shot-track { animation-play-state: paused; }
@keyframes shot-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 10px)); } }
.tb-shot-card { position: relative; flex: 0 0 clamp(330px, 42vw, 650px); aspect-ratio: 16 / 10; overflow: hidden; border-radius: 25px; border: 1px solid var(--tb-line); padding: 0; background: #151310; color: white; text-align: left; cursor: pointer; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.tb-shot-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,5,.94), rgba(5,5,5,.05) 62%); transition: background .3s ease; }
.tb-shot-card:hover::after { background: linear-gradient(0deg, rgba(5,5,5,.9), rgba(5,5,5,.02) 50%); }
.tb-shot-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.tb-shot-card:hover img { transform: scale(1.035); }
.tb-shot-card > span { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 22px; display: flex; flex-direction: column; }
.tb-shot-card small { color: var(--tb-gold); letter-spacing: .15em; font-size: .61rem; font-weight: 900; }
.tb-shot-card strong { margin-top: 5px; font-size: clamp(1.2rem, 2vw, 1.8rem); }
.tb-shot-card em { color: #c6beb2; font-style: normal; margin-top: 5px; font-size: .84rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tb-upload-note { color: var(--tb-muted-2); text-align: center; font-size: .82rem; margin: 12px 0 0; }

.tb-outcomes { padding: 105px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; border-block: 1px solid var(--tb-line); }
.tb-outcomes-copy { position: sticky; top: 130px; }
.tb-outcomes-copy a { display: inline-flex; align-items: center; gap: 12px; color: var(--tb-gold-light); text-decoration: none; font-weight: 800; margin-top: 20px; }
.tb-outcomes-list { display: grid; gap: 0; }
.tb-outcomes-list article { display: grid; grid-template-columns: 190px 1fr; gap: 26px; padding: 30px 0; border-bottom: 1px solid var(--tb-line); }
.tb-outcomes-list article:first-child { border-top: 1px solid var(--tb-line); }
.tb-outcomes-list span { color: var(--tb-gold-light); font-weight: 850; }
.tb-outcomes-list p { margin: 0; color: var(--tb-muted); line-height: 1.65; }

.tb-pricing { padding: 130px 0; }
.tb-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; }
.tb-price-card { position: relative; display: flex; flex-direction: column; min-height: 690px; padding: 34px; border: 1px solid var(--tb-line); border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.014)); box-shadow: 0 20px 70px rgba(0,0,0,.18); }
.tb-price-card.is-featured { border-color: rgba(232,184,88,.52); background: radial-gradient(circle at 50% 0, rgba(232,184,88,.12), transparent 35%), linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.016)); transform: translateY(-14px); box-shadow: 0 30px 90px rgba(0,0,0,.34), 0 0 0 1px rgba(232,184,88,.08); }
.tb-popular { position: absolute; top: -13px; right: 25px; color: #1a1108; background: linear-gradient(135deg, var(--tb-gold-light), var(--tb-gold)); border-radius: 999px; padding: 7px 11px; font-size: .62rem; font-weight: 950; letter-spacing: .13em; }
.tb-price-card > p:first-of-type { color: var(--tb-gold); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; margin: 0; }
.tb-price-card h3 { margin: 10px 0 24px; font-size: 2rem; }
.tb-price-holder { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-radius: 20px; border: 1px solid var(--tb-line); background: rgba(0,0,0,.22); }
.tb-price-holder small { color: var(--tb-muted-2); font-size: .62rem; letter-spacing: .14em; font-weight: 900; }
.tb-price-holder strong { margin-top: 8px; color: var(--tb-gold-light); font-size: clamp(1.65rem, 2.5vw, 2.65rem); letter-spacing: -.04em; }
.tb-price-holder span { color: var(--tb-muted); font-size: .77rem; margin-top: 5px; }
.tb-plan-description { color: var(--tb-muted); min-height: 88px; line-height: 1.65; }
.tb-price-card ul { list-style: none; padding: 0; margin: 8px 0 30px; display: grid; gap: 12px; }
.tb-price-card li { display: flex; align-items: flex-start; gap: 10px; color: #d1c9bd; font-size: .87rem; line-height: 1.45; }
.tb-price-card li span { color: var(--tb-green); font-weight: 900; }
.tb-price-card > a { margin-top: auto; min-height: 50px; display: grid; place-items: center; text-decoration: none; border: 1px solid var(--tb-line); border-radius: 999px; font-weight: 850; transition: background .2s ease, color .2s ease, transform .2s ease; }
.tb-price-card.is-featured > a { color: #1a1108; border-color: transparent; background: linear-gradient(135deg, var(--tb-gold-light), var(--tb-gold)); }
.tb-price-card > a:hover { transform: translateY(-2px); background: var(--tb-gold-light); color: #1a1108; }
.tb-pricing-note { max-width: 750px; margin: 30px auto 0; text-align: center; color: var(--tb-muted-2); font-size: .8rem; line-height: 1.6; }

.tb-faq { padding: 105px 0 135px; }
.tb-faq-list { max-width: 980px; margin-left: auto; }
.tb-faq details { border-bottom: 1px solid var(--tb-line); }
.tb-faq details:first-child { border-top: 1px solid var(--tb-line); }
.tb-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 0; font-size: 1.08rem; font-weight: 800; }
.tb-faq summary::-webkit-details-marker { display: none; }
.tb-faq summary span { color: var(--tb-gold); font-size: 1.5rem; font-weight: 300; transition: transform .2s ease; }
.tb-faq details[open] summary span { transform: rotate(45deg); }
.tb-faq details p { margin: -5px 0 28px; max-width: 780px; color: var(--tb-muted); line-height: 1.75; }

.tb-contact { margin-bottom: 80px; padding: clamp(36px, 6vw, 78px); display: flex; align-items: end; justify-content: space-between; gap: 50px; border: 1px solid var(--tb-line-gold); border-radius: 32px; background: radial-gradient(circle at 80% 15%, rgba(232,184,88,.16), transparent 30%), linear-gradient(140deg, #1a1510, #0d0c0a); box-shadow: var(--tb-shadow); overflow: hidden; }
.tb-contact > div:first-child { max-width: 820px; }
.tb-contact-actions { flex: 0 0 auto; display: grid; gap: 10px; }
.tb-footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px max(24px, calc((100vw - var(--tb-max)) / 2)); border-top: 1px solid var(--tb-line); color: var(--tb-muted); }
.tb-footer p { font-size: .82rem; }
.tb-footer nav { display: flex; gap: 20px; }
.tb-footer nav a { color: var(--tb-muted); text-decoration: none; font-size: .82rem; }
.tb-footer nav a:hover { color: var(--tb-gold-light); }

.tb-lightbox { width: min(1180px, calc(100% - 30px)); max-height: calc(100% - 30px); padding: 0; border: 1px solid var(--tb-line); border-radius: 26px; background: #0d0b09; color: white; box-shadow: 0 50px 160px rgba(0,0,0,.8); overflow: visible; }
.tb-lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(12px); }
.tb-lightbox > button { position: absolute; z-index: 5; right: -9px; top: -9px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); background: #1b1713; color: white; cursor: pointer; font-size: 1.5rem; }
.tb-lightbox > div { display: grid; grid-template-columns: 1.55fr .6fr; min-height: 550px; }
.tb-lightbox img { width: 100%; height: 100%; object-fit: contain; background: #050505; border-radius: 25px 0 0 25px; }
.tb-lightbox section { padding: 38px 30px; display: flex; flex-direction: column; justify-content: center; }
.tb-lightbox small { color: var(--tb-gold); letter-spacing: .15em; font-weight: 900; font-size: .62rem; }
.tb-lightbox h2 { font-size: 2rem; line-height: 1.05; margin: 12px 0; }
.tb-lightbox p { color: var(--tb-muted); line-height: 1.7; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
    .tb-hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .tb-hero h1 { font-size: clamp(3rem, 6.4vw, 5.6rem); }
    .tb-hero-visual { min-height: 500px; }
    .tb-value-grid { grid-template-columns: repeat(2, 1fr); }
    .tb-featured-video { grid-template-columns: 1.2fr .8fr; }
    .tb-price-card { padding: 27px; }
}

@media (max-width: 900px) {
    .tb-topbar { min-height: 70px; padding-inline: 18px; }
    .tb-menu-button { display: flex; }
    .tb-nav { position: fixed; top: 70px; left: 14px; right: 14px; display: grid; gap: 4px; padding: 14px; border: 1px solid var(--tb-line); border-radius: 20px; background: rgba(13,11,9,.96); backdrop-filter: blur(18px); box-shadow: var(--tb-shadow); opacity: 0; transform: translateY(-14px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
    .tb-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .tb-nav a { padding: 13px 15px; }
    .tb-hero { min-height: auto; padding-top: 125px; }
    .tb-hero-grid { grid-template-columns: 1fr; }
    .tb-hero-copy { max-width: 760px; }
    .tb-hero-visual { min-height: 520px; }
    .tb-featured-video { grid-template-columns: 1fr; }
    .tb-featured-player, .tb-featured-player video { min-height: 380px; }
    .tb-featured-player::after { background: linear-gradient(0deg, #050505 0%, transparent 26%); }
    .tb-video-shelf { grid-auto-columns: minmax(260px, 43%); }
    .tb-outcomes { grid-template-columns: 1fr; gap: 40px; }
    .tb-outcomes-copy { position: static; }
    .tb-price-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
    .tb-price-card, .tb-price-card.is-featured { min-height: 0; transform: none; }
    .tb-plan-description { min-height: 0; }
    .tb-contact { align-items: flex-start; flex-direction: column; }
    .tb-contact-actions { width: 100%; grid-template-columns: 1fr 1fr; }
    .tb-footer { flex-wrap: wrap; }
    .tb-lightbox > div { grid-template-columns: 1fr; }
    .tb-lightbox img { height: min(56vh, 600px); border-radius: 25px 25px 0 0; }
    .tb-lightbox section { padding: 24px; }
}

@media (max-width: 640px) {
    .tb-brand small { display: none; }
    .tb-hero, .tb-value, .tb-watch, .tb-experience, .tb-outcomes, .tb-pricing, .tb-faq, .tb-contact { width: min(100% - 30px, var(--tb-max)); }
    .tb-hero { width: 100%; padding-inline: 17px; }
    .tb-hero h1 { font-size: clamp(3.05rem, 14vw, 4.45rem); }
    .tb-hero-lead { font-size: .98rem; }
    .tb-hero-actions { align-items: stretch; flex-direction: column; }
    .tb-button { width: 100%; }
    .tb-proof-strip { display: grid; grid-template-columns: 1fr 1fr; }
    .tb-proof-strip span { text-align: center; }
    .tb-hero-visual { min-height: 350px; }
    .tb-hero-screen { border-radius: 21px; transform: rotateY(-4deg) rotateX(2deg); }
    .tb-hero-screen img { border-radius: 16px; }
    .tb-floating-card { width: 55%; padding: 13px; }
    .tb-floating-card strong { font-size: .76rem; }
    .tb-floating-card-one { left: 1%; top: 6%; }
    .tb-floating-card-two { right: 0; bottom: 5%; }
    .tb-section-heading h2, .tb-outcomes h2, .tb-contact h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
    .tb-value { padding-top: 60px; }
    .tb-value-grid { grid-template-columns: 1fr; }
    .tb-value-grid article { min-height: 235px; }
    .tb-value-grid h3 { margin-top: 44px; }
    .tb-featured-player, .tb-featured-player video { min-height: 235px; }
    .tb-featured-copy { padding: 28px 22px; }
    .tb-video-shelf { grid-auto-columns: 80%; }
    .tb-shot-card { flex-basis: 82vw; }
    .tb-shot-card > span { left: 17px; right: 17px; bottom: 16px; }
    .tb-shot-card em { display: none; }
    .tb-outcomes-list article { grid-template-columns: 1fr; gap: 9px; }
    .tb-price-card { padding: 25px; }
    .tb-contact { margin-bottom: 40px; padding: 30px 23px; }
    .tb-contact-actions { grid-template-columns: 1fr; }
    .tb-footer { align-items: flex-start; flex-direction: column; }
    .tb-lightbox { width: calc(100% - 18px); }
    .tb-lightbox img { height: 43vh; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .tb-shot-track { animation: none; overflow-x: auto; width: auto; }
    [data-reveal] { opacity: 1; transform: none; }
}

/* Version 23 — Products page aligned to the cinematic homepage layout */
body.tb360-page {
    --product-nav-safe: 112px;
}

body.tb360-page main {
    padding-left: var(--product-nav-safe);
}

.product-site-header {
    width: min(760px, calc(100vw - 130px));
    min-height: 118px;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 222, 157, .11), transparent 32%),
        linear-gradient(90deg, rgba(9, 8, 7, .97), rgba(24, 18, 13, .84) 68%, transparent 100%);
    backdrop-filter: blur(14px) saturate(125%);
}

.product-site-header .product-brand-orbit,
.product-site-header .product-brand-spine {
    stroke: url(#brandGoldProducts);
}
.product-site-header .product-brand-book,
.product-site-header .product-brand-star {
    fill: url(#brandGoldProducts);
}

.product-route-chip {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 2px;
    margin-left: 24px;
    padding: 9px 13px 9px 14px;
    border: 1px solid rgba(232, 184, 88, .25);
    border-radius: 14px;
    color: #fff5e2;
    background: linear-gradient(145deg, rgba(232,184,88,.08), rgba(255,255,255,.025));
    box-shadow: inset 0 1px rgba(255,255,255,.06), 0 10px 28px rgba(0,0,0,.2);
}
.product-route-chip small {
    color: #bda77e;
    font-size: .52rem;
    font-weight: 900;
    letter-spacing: .16em;
}
.product-route-chip strong {
    color: var(--tb-gold-light);
    font-size: .82rem;
    letter-spacing: .035em;
}

.product-site-footer {
    position: relative;
    z-index: 12;
    margin-top: 90px;
}
.product-site-footer .footer-inner {
    padding-left: max(38px, calc((100vw - var(--tb-max)) / 2));
    padding-right: max(38px, calc((100vw - var(--tb-max)) / 2));
}

/* Mirror the homepage half-moon navigation onto the left edge. */
.half-moon-nav.nav-left {
    right: auto;
    left: 0;
}
.nav-left .moon-surface {
    right: auto;
    left: calc(var(--nav-size) / -2);
    transform-origin: left center;
    box-shadow:
        25px 0 70px rgba(12, 6, 3, .55),
        inset -20px 0 55px rgba(255, 210, 138, .08),
        inset 15px 0 42px rgba(0, 0, 0, .34);
}
.nav-left .moon-glow-one { right: 76px; left: auto; }
.nav-left .moon-glow-two { right: 98px; left: auto; }
.nav-left .nav-link {
    justify-content: flex-start;
    transform: translate(-82px, 0) scale(.6);
    transform-origin: left center;
}
.nav-left .nav-icon { order: -1; }
.nav-left .nav-label {
    padding: 11px 18px 11px 0;
    transform: translateX(-6px);
}
.nav-left .nav-link-home { right: auto; left: 17px; }
.nav-left .nav-link-products { right: auto; left: 94px; }
.nav-left .nav-link-about { right: auto; left: 94px; }
.nav-left .nav-link-contact { right: auto; left: 17px; }
.nav-left .nav-link:hover .nav-label,
.nav-left .nav-link:focus-visible .nav-label { transform: translateX(0); }
.nav-left .nav-link:hover .nav-icon,
.nav-left .nav-link:focus-visible .nav-icon,
.nav-left .nav-link.is-active .nav-icon { transform: translateX(5px) scale(1.08); }
.nav-left .nav-link.is-preview-active .nav-icon { transform: translateX(8px) scale(1.11); }
.nav-left .nav-link.is-preview-active .nav-label { transform: translateX(2px); }
.nav-left .moon-toggle { right: auto; left: 20px; }

.nav-left .nav-story-preview {
    right: auto;
    left: 278px;
    transform: translate(-28px, -50%) scale(.94) rotateY(7deg);
    transform-origin: left center;
}
.nav-left.is-open.has-preview .nav-story-preview {
    transform: translate(0, -50%) scale(1) rotateY(0deg);
    box-shadow:
        0 36px 90px rgba(7, 3, 2, .52),
        18px 0 55px rgba(229, 181, 95, .08),
        0 0 0 1px rgba(255, 255, 255, .035) inset,
        0 1px 0 rgba(255, 255, 255, .15) inset;
}

/* Give the opening screen a little more cinematic breathing room beside the left menu. */
.tb360-page .tb-hero {
    background:
        linear-gradient(90deg, rgba(9,8,7,.22), transparent 24%),
        radial-gradient(circle at 18% 55%, rgba(232,184,88,.04), transparent 25%);
}
.tb360-page .tb-hero-grid {
    padding-left: 22px;
}

@media (max-width: 1280px) {
    body.tb360-page { --product-nav-safe: 88px; }
    .nav-left .nav-story-preview { left: 246px; }
}

@media (max-width: 1020px), (hover: none) {
    body.tb360-page { --product-nav-safe: 0px; }
    .product-site-header { width: calc(100vw - 84px); }
    .product-route-chip { display: none; }
    .nav-left .nav-story-preview {
        position: fixed;
        right: auto;
        left: 14px;
        bottom: 112px;
        transform: translateY(18px) scale(.96);
    }
    .nav-left.is-open.has-preview .nav-story-preview { transform: translateY(0) scale(1); }
    .tb360-page .tb-hero-grid { padding-left: 0; }
}

@media (max-width: 768px) {
    .nav-left .nav-link-home { right: auto; left: 7px; }
    .nav-left .nav-link-products { right: auto; left: 72px; }
    .nav-left .nav-link-about { right: auto; left: 72px; }
    .nav-left .nav-link-contact { right: auto; left: 7px; }
    .nav-left .moon-toggle { right: auto; left: 12px; }
    .product-site-footer .footer-inner { padding-inline: 22px; }
}

@media (max-width: 430px) {
    .nav-left .nav-link-products,
    .nav-left .nav-link-about { right: auto; left: 62px; }
    .product-site-header { width: calc(100vw - 66px); }
}
/* Version 29 — cinematic classroom hero plus the first Textbook360 story block */
html,
body.tb360-blank-page {
    min-height: 100%;
}

body.tb360-blank-page {
    overflow-x: hidden;
    overflow-y: auto;
    background: #120b08;
}

body.tb360-blank-page::before {
    z-index: 2;
    opacity: .06;
}

body.tb360-blank-page main {
    padding-left: 0;
}

.product-page-main {
    position: relative;
    z-index: 0;
    width: 100%;
}

.product-background-stage {
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    background-color: #120b08;
    background-image:
        linear-gradient(180deg, rgba(7, 4, 2, .03) 0%, rgba(7, 4, 2, 0) 56%, rgba(7, 4, 2, .22) 100%),
        image-set(
            url("../images/products-page-background/ifunda-products-classroom-background.webp") type("image/webp")
        );
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-background-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 74% 44%, transparent 0 28%, rgba(5, 3, 2, .06) 58%, rgba(5, 3, 2, .18) 100%),
        linear-gradient(90deg, rgba(5, 3, 2, .06) 0%, transparent 22%, transparent 82%, rgba(5, 3, 2, .08) 100%);
}

.product-background-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 0 70%, rgba(8, 4, 2, .18) 100%),
        radial-gradient(circle at 12% 74%, rgba(224, 163, 70, .055), transparent 28%);
    mix-blend-mode: screen;
}

/* First content title beneath the classroom artwork. */
.why-title-section {
    position: relative;
    z-index: 4;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(32px, 6vw, 92px);
    min-height: 320px;
    padding: clamp(66px, 8vw, 112px) max(34px, calc((100vw - 1260px) / 2));
    overflow: hidden;
    border-top: 1px solid rgba(229, 181, 95, .34);
    border-bottom: 1px solid rgba(229, 181, 95, .14);
    color: #fff7e8;
    background:
        radial-gradient(circle at 82% 42%, rgba(225, 168, 77, .13), transparent 28%),
        radial-gradient(circle at 10% 120%, rgba(118, 64, 29, .24), transparent 38%),
        linear-gradient(112deg, #0d0806 0%, #1d100b 48%, #100a07 100%);
    box-shadow:
        inset 0 1px rgba(255, 236, 195, .05),
        0 -28px 90px rgba(4, 2, 1, .4);
}

.why-title-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: max(34px, calc((100vw - 1260px) / 2));
    width: min(280px, 30vw);
    height: 2px;
    background: linear-gradient(90deg, #f4c76c, rgba(244, 199, 108, 0));
    box-shadow: 0 0 24px rgba(244, 199, 108, .35);
}

.why-title-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .22;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(241, 191, 94, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(241, 191, 94, .07) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent, #000 45%, #000 100%);
}

.why-title-inner {
    position: relative;
    max-width: 900px;
}

.why-title-eyebrow {
    margin: 0 0 18px;
    color: #d8ae63;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .23em;
}

.why-title-section h2 {
    max-width: 900px;
    margin: 0;
    color: #fff8eb;
    font-size: clamp(2.85rem, 6.4vw, 6rem);
    font-weight: 780;
    letter-spacing: -.055em;
    line-height: .96;
    text-wrap: balance;
    text-shadow: 0 18px 50px rgba(0, 0, 0, .38);
}

.why-title-section h2 span {
    color: #efc36a;
    background: linear-gradient(110deg, #fff0bd 0%, #e5b252 45%, #bd792f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-title-copy {
    max-width: 760px;
    margin: 25px 0 0;
    color: #cfc0ae;
    font-size: clamp(1rem, 1.35vw, 1.23rem);
    line-height: 1.7;
}

.why-title-signals {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    color: #f0d69f;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.why-title-signals i {
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(232, 184, 88, .2), rgba(232, 184, 88, .95), rgba(232, 184, 88, .2));
}

.why-title-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(180px, 18vw, 250px);
    aspect-ratio: 1;
    border: 1px solid rgba(232, 184, 88, .32);
    border-radius: 50%;
    color: #f0c36c;
    background:
        radial-gradient(circle, rgba(231, 174, 78, .12), rgba(231, 174, 78, .025) 58%, transparent 59%),
        rgba(255, 255, 255, .018);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .32),
        inset 0 0 55px rgba(232, 184, 88, .055),
        0 0 0 18px rgba(232, 184, 88, .025),
        0 0 0 42px rgba(232, 184, 88, .012);
}

.why-title-mark::before,
.why-title-mark::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(232, 184, 88, .13);
    border-radius: 50%;
}

.why-title-mark::before { inset: 14px; }
.why-title-mark::after { inset: 35px; }

.why-title-mark > span {
    position: relative;
    z-index: 1;
    margin-top: -18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.5rem, 7vw, 6.6rem);
    font-weight: 400;
    letter-spacing: -.08em;
    line-height: 1;
}

.why-title-mark > small {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    color: #a99170;
    font-size: .52rem;
    font-weight: 900;
    letter-spacing: .16em;
    line-height: 1.55;
    text-align: center;
}

/* The supplied artwork already contains the desktop IFUNDA lock-up. Hiding the
   HTML duplicate keeps the page clean while preserving it for mobile crops. */
@media (min-width: 769px) {
    .tb360-blank-page .product-site-header {
        display: none;
    }
}

.tb360-blank-page .product-site-header {
    z-index: 18;
}

.tb360-blank-page .product-site-footer {
    position: relative;
    z-index: 16;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 0;
}

.tb360-blank-page .half-moon-nav {
    z-index: 30;
}

@media (max-width: 1100px) {
    .product-background-stage {
        background-position: 58% top;
    }

    .why-title-section {
        grid-template-columns: 1fr auto;
    }

    .why-title-mark {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .product-background-stage {
        min-height: 100svh;
        background-position: 72% center;
    }

    .product-background-stage::before {
        background:
            linear-gradient(180deg, rgba(5, 3, 2, .18) 0%, transparent 24%, transparent 70%, rgba(5, 3, 2, .26) 100%),
            linear-gradient(90deg, rgba(5, 3, 2, .14), transparent 40%, transparent 82%, rgba(5, 3, 2, .08));
    }

    .tb360-blank-page .product-site-header {
        display: flex;
    }

    .why-title-section {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 66px 24px 72px;
    }

    .why-title-section::before {
        left: 24px;
    }

    .why-title-section h2 {
        font-size: clamp(2.65rem, 13vw, 4.3rem);
    }

    .why-title-mark {
        justify-self: end;
        width: 145px;
        margin-top: 12px;
    }

    .why-title-mark > small {
        bottom: 34px;
    }
}

@media (max-height: 700px) {
    .product-background-stage {
        min-height: 760px;
    }

    .tb360-blank-page .product-site-footer .footer-inner {
        min-height: 74px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-background-stage,
    .product-background-stage::before,
    .product-background-stage::after,
    .why-title-section,
    .why-title-section::before,
    .why-title-section::after {
        transition: none !important;
        animation: none !important;
    }
}

/* Version 30 — principal-focused LTSM value panel. */
.principal-value-section {
    position: relative;
    z-index: 5;
    padding: clamp(58px, 7vw, 104px) max(24px, calc((100vw - 1260px) / 2)) clamp(72px, 9vw, 126px);
    overflow: hidden;
    color: #fff8ea;
    background:
        radial-gradient(circle at 8% 12%, rgba(211, 144, 57, .14), transparent 26%),
        radial-gradient(circle at 94% 76%, rgba(143, 78, 32, .19), transparent 34%),
        linear-gradient(145deg, #120b07 0%, #21120c 46%, #0c0705 100%);
}

.principal-value-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    background-image:
        linear-gradient(rgba(235, 184, 91, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(235, 184, 91, .055) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: radial-gradient(circle at center, #000 0 45%, transparent 88%);
}

.principal-value-panel {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    gap: clamp(34px, 5vw, 72px);
    padding: clamp(34px, 5vw, 68px);
    border: 1px solid rgba(235, 184, 91, .25);
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 244, 218, .085), rgba(255, 255, 255, .018) 38%, rgba(46, 22, 12, .24)),
        rgba(20, 11, 7, .76);
    box-shadow:
        0 38px 100px rgba(0, 0, 0, .42),
        inset 0 1px rgba(255, 242, 207, .1),
        inset 0 -1px rgba(225, 168, 69, .06);
    backdrop-filter: blur(22px) saturate(130%);
    -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.principal-value-panel::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -230px;
    right: -170px;
    width: 520px;
    aspect-ratio: 1;
    border: 1px solid rgba(235, 184, 91, .12);
    border-radius: 50%;
    box-shadow:
        0 0 0 44px rgba(235, 184, 91, .025),
        0 0 0 92px rgba(235, 184, 91, .014);
}

.principal-value-panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0 25%, rgba(255, 223, 159, .055) 42%, transparent 58%);
    transform: translateX(-75%);
    animation: principal-panel-sheen 11s ease-in-out infinite;
}

@keyframes principal-panel-sheen {
    0%, 54% { transform: translateX(-75%); opacity: 0; }
    62% { opacity: 1; }
    82%, 100% { transform: translateX(80%); opacity: 0; }
}

.principal-value-copy {
    min-width: 0;
}

.principal-value-eyebrow {
    margin: 0 0 17px;
    color: #dcb467;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .22em;
}

.principal-value-copy h2 {
    max-width: 720px;
    margin: 0;
    color: #fff8eb;
    font-size: clamp(2.25rem, 4.4vw, 4.75rem);
    font-weight: 780;
    letter-spacing: -.052em;
    line-height: 1.02;
    text-wrap: balance;
}

.principal-value-copy h2 span {
    color: #ecc16c;
    background: linear-gradient(105deg, #fff0bc, #e1ad4e 53%, #b9742c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.principal-value-lead {
    max-width: 760px;
    margin: 25px 0 0;
    color: #d1c1ae;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.78;
}

.principal-decision-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0 0;
}

.principal-decision-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 13px;
    border: 1px solid rgba(232, 181, 87, .19);
    border-radius: 999px;
    color: #ead7b2;
    background: rgba(255, 255, 255, .027);
    font-size: .72rem;
    font-weight: 760;
    letter-spacing: .025em;
}

.principal-value-quote {
    position: relative;
    margin: 31px 0 0;
    padding: 20px 22px 20px 30px;
    border-left: 2px solid #e4af50;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(90deg, rgba(230, 174, 76, .105), rgba(255, 255, 255, .015));
}

.principal-value-quote > span {
    position: absolute;
    top: 5px;
    left: 9px;
    color: rgba(241, 194, 104, .54);
    font-family: Georgia, serif;
    font-size: 2.25rem;
    line-height: 1;
}

.principal-value-quote p {
    margin: 0;
    color: #f1dfbe;
    font-size: .97rem;
    font-weight: 650;
    line-height: 1.65;
}

.principal-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-content: start;
}

.principal-benefit-card {
    position: relative;
    min-width: 0;
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(229, 177, 82, .17);
    border-radius: 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(225, 166, 65, .11), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, .048), rgba(255, 255, 255, .014));
    box-shadow: inset 0 1px rgba(255, 245, 221, .045);
    transition: transform .35s ease, border-color .35s ease, background-color .35s ease;
}

.principal-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(235, 187, 98, .38);
    background-color: rgba(105, 56, 24, .12);
}

.principal-benefit-card-wide {
    grid-column: 1 / -1;
    min-height: 142px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
}

.principal-benefit-number {
    position: absolute;
    top: 16px;
    right: 17px;
    color: rgba(236, 190, 101, .45);
    font-size: .61rem;
    font-weight: 900;
    letter-spacing: .14em;
}

.principal-benefit-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-bottom: 17px;
    border: 1px solid rgba(232, 181, 88, .28);
    border-radius: 14px;
    color: #efbd5d;
    background: linear-gradient(145deg, rgba(226, 166, 64, .14), rgba(255, 255, 255, .02));
    box-shadow: inset 0 1px rgba(255, 239, 204, .08);
}

.principal-benefit-card-wide .principal-benefit-icon {
    margin-bottom: 0;
}

.principal-benefit-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.principal-benefit-card h3 {
    margin: 0;
    color: #fff3dc;
    font-size: 1rem;
    font-weight: 780;
    line-height: 1.25;
}

.principal-benefit-card p {
    margin: 9px 0 0;
    color: #bfae9c;
    font-size: .84rem;
    line-height: 1.62;
}

.principal-value-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 4px;
    padding-top: 30px;
    border-top: 1px solid rgba(231, 181, 91, .13);
}

.principal-value-prompt {
    display: block;
    color: #f2cf89;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.principal-value-actions p {
    margin: 8px 0 0;
    color: #aa9988;
    font-size: .88rem;
}

.principal-value-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 11px;
}

.principal-primary-action,
.principal-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.principal-primary-action {
    gap: 10px;
    border: 1px solid rgba(245, 204, 124, .48);
    color: #2a160c;
    background: linear-gradient(110deg, #f6d78d, #dca34b 56%, #b56f2d);
    box-shadow: 0 13px 34px rgba(199, 128, 43, .19), inset 0 1px rgba(255, 247, 223, .52);
    cursor: pointer;
}

.principal-secondary-action {
    border: 1px solid rgba(235, 186, 95, .2);
    color: #ead4ad;
    background: rgba(255, 255, 255, .025);
}

.principal-primary-action:hover,
.principal-secondary-action:hover {
    transform: translateY(-2px);
}

.principal-primary-action:hover {
    box-shadow: 0 17px 42px rgba(199, 128, 43, .28), inset 0 1px rgba(255, 247, 223, .62);
}

.principal-secondary-action:hover {
    border-color: rgba(235, 186, 95, .42);
    background: rgba(226, 167, 70, .07);
}

.principal-primary-action:focus-visible,
.principal-secondary-action:focus-visible {
    outline: 3px solid rgba(246, 205, 124, .42);
    outline-offset: 4px;
}

@media (max-width: 1060px) {
    .principal-value-panel {
        grid-template-columns: 1fr;
    }

    .principal-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .principal-benefit-card-wide {
        grid-column: auto;
        min-height: 190px;
        display: block;
    }

    .principal-benefit-card-wide .principal-benefit-icon {
        margin-bottom: 17px;
    }
}

@media (max-width: 760px) {
    .principal-value-section {
        padding: 52px 16px 72px;
    }

    .principal-value-panel {
        gap: 30px;
        padding: 30px 22px;
        border-radius: 26px;
    }

    .principal-value-copy h2 {
        font-size: clamp(2.2rem, 11vw, 3.55rem);
    }

    .principal-benefit-grid {
        grid-template-columns: 1fr;
    }

    .principal-benefit-card,
    .principal-benefit-card-wide {
        min-height: 0;
    }

    .principal-value-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .principal-value-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .principal-primary-action,
    .principal-secondary-action {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .principal-value-panel::after {
        animation: none !important;
        display: none;
    }

    .principal-benefit-card,
    .principal-primary-action,
    .principal-secondary-action {
        transition: none !important;
    }
}
/* Version 26 — interactive Textbook360 capability explorer */
:root {
    --px-gold: #efc36b;
    --px-gold-soft: #ffe5aa;
    --px-copper: #a8662d;
    --px-ink: #120b08;
    --px-glass: rgba(31, 17, 11, .72);
    --px-line: rgba(239, 195, 107, .26);
}

.tb360-blank-page .product-background-stage {
    isolation: isolate;
}

.product-explorer {
    position: absolute;
    z-index: 6;
    left: clamp(150px, 11vw, 210px);
    bottom: clamp(112px, 14vh, 170px);
    width: min(900px, calc(100vw - 520px));
    min-width: 600px;
    padding: 22px;
    border: 1px solid rgba(255, 225, 165, .17);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.09), transparent 30%),
        linear-gradient(165deg, rgba(28, 15, 10, .78), rgba(15, 8, 5, .62));
    box-shadow:
        0 30px 80px rgba(0,0,0,.36),
        inset 0 1px rgba(255,255,255,.10),
        0 0 0 1px rgba(115, 67, 29, .10);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
    backdrop-filter: blur(20px) saturate(120%);
    pointer-events: auto;
    animation: explorer-arrive 1.1s cubic-bezier(.2,.78,.2,1) both;
}

.product-explorer::before,
.product-explorer::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.product-explorer::before {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(110deg, transparent 0 38%, rgba(255, 225, 165, .085) 48%, transparent 58%);
    background-size: 230% 100%;
    animation: explorer-sheen 8s ease-in-out infinite;
}

.product-explorer::after {
    width: 180px;
    height: 180px;
    left: 12%;
    bottom: -110px;
    border-radius: 50%;
    background: rgba(221, 155, 61, .12);
    filter: blur(42px);
}

.product-explorer-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .8fr);
    gap: 8px 24px;
    align-items: end;
    margin-bottom: 16px;
    padding: 0 4px;
}

.product-explorer-kicker {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(255, 222, 160, .72);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .22em;
}

.product-explorer h1 {
    margin: 0;
    color: #fff7e9;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.product-explorer-heading > p:last-child {
    margin: 0;
    color: rgba(255, 242, 220, .68);
    font-size: .82rem;
    line-height: 1.5;
}

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

.capability-card {
    position: relative;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 20px;
    gap: 11px;
    align-items: center;
    min-height: 88px;
    padding: 15px 14px;
    overflow: hidden;
    border: 1px solid rgba(238, 188, 100, .15);
    border-radius: 18px;
    color: inherit;
    text-align: left;
    cursor: pointer;
    background:
        radial-gradient(circle at 0 0, rgba(242, 185, 85, .13), transparent 50%),
        rgba(18, 10, 7, .43);
    box-shadow: inset 0 1px rgba(255,255,255,.045);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.capability-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 224, 157, .14), transparent 72%);
    transform: translateX(-35%);
    transition: opacity .35s ease, transform .5s ease;
}

.capability-card:hover,
.capability-card:focus-visible {
    z-index: 2;
    transform: translateY(-4px) scale(1.015);
    border-color: rgba(255, 211, 129, .46);
    background:
        radial-gradient(circle at 0 0, rgba(242, 185, 85, .22), transparent 52%),
        rgba(31, 17, 10, .66);
    box-shadow: 0 18px 32px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.08);
    outline: none;
}

.capability-card:hover::before,
.capability-card:focus-visible::before {
    opacity: 1;
    transform: translateX(30%);
}

.capability-number {
    position: absolute;
    right: 10px;
    top: 7px;
    color: rgba(255, 227, 176, .25);
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.capability-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(239, 190, 101, .27);
    border-radius: 13px;
    color: var(--px-gold);
    background: linear-gradient(145deg, rgba(239, 190, 101, .12), rgba(87, 48, 20, .12));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.18);
}

.capability-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.capability-copy {
    display: grid;
    gap: 5px;
}

.capability-copy strong {
    color: #fff6e7;
    font-size: .83rem;
    line-height: 1.15;
}

.capability-copy > span {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 239, 215, .60);
    font-size: .67rem;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.capability-arrow {
    color: rgba(255, 218, 146, .58);
    font-size: 1rem;
    transform: translate(-2px, 4px);
    transition: transform .35s ease, color .35s ease;
}

.capability-card:hover .capability-arrow,
.capability-card:focus-visible .capability-arrow {
    color: #ffe1a1;
    transform: translate(2px, 0);
}

/* Scrollable cinematic product story */
.product-story-dialog,
.screenshot-lightbox {
    position: fixed;
    margin: auto;
    border: 0;
    padding: 0;
    color: #fff6e8;
    background: transparent;
}

.product-story-dialog {
    width: min(1180px, calc(100vw - 46px));
    height: min(88svh, 930px);
    max-width: none;
    max-height: none;
    overflow: visible;
}

.product-story-dialog::backdrop,
.screenshot-lightbox::backdrop {
    background:
        radial-gradient(circle at 70% 30%, rgba(157, 94, 35, .16), transparent 34%),
        rgba(7, 4, 3, .76);
    -webkit-backdrop-filter: blur(12px) saturate(80%);
    backdrop-filter: blur(12px) saturate(80%);
}

.product-story-dialog[open] {
    animation: story-dialog-in .48s cubic-bezier(.2,.78,.2,1) both;
}

.product-story-shell {
    position: relative;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 221, 157, .24);
    border-radius: 32px;
    background:
        linear-gradient(140deg, rgba(255,255,255,.095), transparent 22%),
        radial-gradient(circle at 84% 14%, rgba(208, 136, 47, .14), transparent 28%),
        linear-gradient(155deg, rgba(37, 21, 14, .94), rgba(14, 8, 6, .96));
    box-shadow:
        0 50px 120px rgba(0,0,0,.58),
        inset 0 1px rgba(255,255,255,.12),
        inset 0 0 80px rgba(111, 57, 21, .10);
    -webkit-backdrop-filter: blur(28px) saturate(130%);
    backdrop-filter: blur(28px) saturate(130%);
}

.product-story-shell::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.product-story-orbit {
    position: absolute;
    z-index: 0;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -220px;
    border: 1px solid rgba(240, 185, 87, .14);
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(199, 119, 38, .08), inset 0 0 70px rgba(199, 119, 38, .08);
    pointer-events: none;
}

.product-story-orbit::before,
.product-story-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(240, 185, 87, .12);
    border-radius: 50%;
}

.product-story-orbit::before { inset: 55px; }
.product-story-orbit::after { inset: 105px; }

.product-story-header {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 26px 18px;
    border-bottom: 1px solid rgba(239, 195, 107, .13);
}

.product-story-kicker {
    margin: 0 0 4px;
    color: rgba(255, 217, 143, .62);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .22em;
}

.product-story-header h2 {
    margin: 0;
    color: #fff8ea;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    letter-spacing: -.035em;
}

.product-story-close,
.screenshot-lightbox > button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border: 1px solid rgba(240, 192, 105, .24);
    border-radius: 50%;
    color: #ffe2a8;
    font: 300 1.8rem/1 system-ui, sans-serif;
    cursor: pointer;
    background: rgba(22, 12, 8, .54);
    box-shadow: inset 0 1px rgba(255,255,255,.08);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.product-story-close:hover,
.product-story-close:focus-visible,
.screenshot-lightbox > button:hover,
.screenshot-lightbox > button:focus-visible {
    transform: rotate(8deg) scale(1.06);
    border-color: rgba(255, 218, 146, .56);
    background: rgba(90, 47, 18, .64);
    outline: none;
}

.product-story-tabs {
    position: relative;
    z-index: 4;
    display: flex;
    gap: 7px;
    padding: 10px 20px 13px;
    overflow-x: auto;
    scrollbar-width: thin;
    border-bottom: 1px solid rgba(239, 195, 107, .10);
    background: rgba(12, 7, 5, .23);
}

.product-story-tabs button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(255, 239, 215, .58);
    font-size: .7rem;
    font-weight: 750;
    cursor: pointer;
    background: transparent;
    transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.product-story-tabs button span {
    color: rgba(255, 206, 117, .48);
    font-size: .55rem;
    letter-spacing: .1em;
}

.product-story-tabs button:hover,
.product-story-tabs button:focus-visible,
.product-story-tabs button.is-active {
    color: #fff7e9;
    border-color: rgba(240, 192, 105, .20);
    background: rgba(238, 180, 82, .10);
    outline: none;
}

.product-story-tabs button.is-active span { color: #ffd98d; }

.product-story-scroll {
    position: relative;
    z-index: 2;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(234, 176, 79, .50) rgba(255,255,255,.04);
}

.product-story-panel {
    padding: 34px 36px 42px;
}

.product-story-panel[hidden] { display: none !important; }

.product-story-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 34px;
    align-items: stretch;
    padding-bottom: 34px;
}

.product-story-intro {
    padding: 8px 0 0;
}

.product-story-eyebrow,
.product-story-section-heading > p,
.product-story-cta p {
    margin: 0 0 9px;
    color: rgba(255, 210, 127, .70);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .19em;
}

.product-story-intro h3 {
    margin: 0;
    color: #fff7e9;
    font-size: clamp(2.15rem, 5vw, 4.7rem);
    line-height: .93;
    letter-spacing: -.06em;
}

.product-story-lead {
    max-width: 770px;
    margin: 23px 0 0;
    color: rgba(255, 241, 219, .76);
    font-size: clamp(.98rem, 1.4vw, 1.18rem);
    line-height: 1.75;
}

.product-story-intro blockquote {
    margin: 24px 0 0;
    padding: 14px 18px;
    border-left: 2px solid var(--px-gold);
    color: #ffe6b6;
    font-size: .92rem;
    font-weight: 650;
    line-height: 1.55;
    background: linear-gradient(90deg, rgba(225, 157, 55, .10), transparent);
}

.product-story-score {
    display: grid;
    align-content: space-between;
    min-height: 270px;
    padding: 23px;
    border: 1px solid rgba(239, 195, 107, .20);
    border-radius: 24px;
    background:
        radial-gradient(circle at 75% 15%, rgba(238, 178, 72, .20), transparent 36%),
        linear-gradient(160deg, rgba(255,255,255,.06), rgba(18,10,7,.22));
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 20px 45px rgba(0,0,0,.20);
}

.product-story-score > span {
    color: rgba(255, 225, 168, .65);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .19em;
}

.product-story-score strong {
    color: #f1bd5d;
    font-size: 6rem;
    font-weight: 300;
    line-height: .8;
    letter-spacing: -.08em;
    text-shadow: 0 0 34px rgba(226, 154, 50, .20);
}

.product-story-score small {
    color: rgba(255, 240, 216, .62);
    font-size: .78rem;
    line-height: 1.55;
}

.product-story-section {
    padding: 34px 0;
    border-top: 1px solid rgba(239, 195, 107, .12);
}

.product-story-section-heading {
    margin-bottom: 21px;
}

.product-story-section-heading h4,
.product-story-cta h4 {
    margin: 0;
    color: #fff7e9;
    font-size: clamp(1.45rem, 2.5vw, 2.35rem);
    letter-spacing: -.04em;
}

.product-story-section-heading > span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 239, 215, .52);
    font-size: .78rem;
}

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

.benefit-card {
    min-height: 138px;
    padding: 18px;
    border: 1px solid rgba(239, 195, 107, .13);
    border-radius: 18px;
    background: rgba(255,255,255,.025);
    transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.benefit-card:hover {
    transform: translateY(-3px);
    border-color: rgba(239, 195, 107, .34);
    background: rgba(205, 132, 39, .075);
}

.benefit-card span {
    display: block;
    margin-bottom: 19px;
    color: rgba(255, 211, 130, .48);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .15em;
}

.benefit-card p {
    margin: 0;
    color: rgba(255, 244, 226, .74);
    font-size: .82rem;
    line-height: 1.52;
}

.workflow-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.workflow-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 12px;
    padding: 17px 18px 17px 0;
}

.workflow-timeline li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 8px;
    left: 38px;
    height: 1px;
    background: linear-gradient(90deg, rgba(239, 195, 107, .24), transparent);
    transform: translateX(38px);
}

.workflow-timeline li > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(239, 195, 107, .26);
    border-radius: 50%;
    color: #f6cb7a;
    font-size: .58rem;
    font-weight: 850;
    background: #21120c;
}

.workflow-timeline strong {
    display: block;
    margin-bottom: 8px;
    color: #fff0d3;
    font-size: .88rem;
}

.workflow-timeline p {
    margin: 0;
    color: rgba(255, 240, 217, .58);
    font-size: .74rem;
    line-height: 1.55;
}

.video-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.video-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(239, 195, 107, .17);
    border-radius: 20px;
    background: rgba(7, 4, 3, .68);
    box-shadow: 0 18px 42px rgba(0,0,0,.24);
}

.video-card video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #090604;
}

.video-card figcaption {
    padding: 13px 15px 15px;
    color: rgba(255, 241, 218, .76);
    font-size: .78rem;
}

.media-empty-state {
    display: grid;
    place-items: center;
    min-height: 230px;
    padding: 28px;
    border: 1px dashed rgba(239, 195, 107, .28);
    border-radius: 20px;
    text-align: center;
    background: rgba(255,255,255,.018);
}

.media-empty-state > span {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
    border: 1px solid rgba(239, 195, 107, .27);
    border-radius: 50%;
    color: #f1c36f;
    background: rgba(220, 145, 47, .10);
}

.media-empty-state strong { color: #fff2d8; }
.media-empty-state p { margin: 7px 0 0; color: rgba(255, 239, 214, .55); font-size: .74rem; line-height: 1.5; }
.media-empty-state code { color: #f0c577; font-size: .7rem; }

.screenshot-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(330px, 48%);
    gap: 14px;
    overflow-x: auto;
    padding: 2px 2px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(234, 176, 79, .50) rgba(255,255,255,.04);
}

.screenshot-card {
    position: relative;
    scroll-snap-align: start;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(239, 195, 107, .16);
    border-radius: 20px;
    cursor: zoom-in;
    background: #0b0705;
    box-shadow: 0 18px 42px rgba(0,0,0,.24);
    transition: transform .3s ease, border-color .3s ease;
}

.screenshot-card:hover,
.screenshot-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255, 215, 139, .48);
    outline: none;
}

.screenshot-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    opacity: .92;
    transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .3s ease;
}

.screenshot-card:hover img,
.screenshot-card:focus-visible img {
    transform: scale(1.035);
    opacity: 1;
}

.screenshot-card > span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 225, 170, .17);
    border-radius: 12px;
    color: #fff4df;
    text-align: left;
    font-size: .72rem;
    background: rgba(18, 10, 7, .74);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.screenshot-empty { grid-column: 1 / -1; min-width: min(600px, 90vw); }

.product-story-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 12px;
    padding: 28px;
    border: 1px solid rgba(239, 195, 107, .22);
    border-radius: 22px;
    background:
        radial-gradient(circle at 85% 15%, rgba(225, 151, 52, .14), transparent 35%),
        linear-gradient(140deg, rgba(255,255,255,.05), rgba(70, 36, 14, .10));
}

.product-story-cta a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex: 0 0 auto;
    padding: 14px 18px;
    border: 1px solid rgba(255, 216, 140, .42);
    border-radius: 999px;
    color: #1a0e08;
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
    background: linear-gradient(135deg, #f4ce83, #c98534);
    box-shadow: 0 13px 28px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.34);
    transition: transform .3s ease, box-shadow .3s ease;
}

.product-story-cta a:hover,
.product-story-cta a:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0,0,0,.30), inset 0 1px rgba(255,255,255,.4);
    outline: none;
}

/* Screenshot lightbox */
.screenshot-lightbox {
    width: min(1320px, calc(100vw - 40px));
    max-width: none;
    max-height: 92svh;
}

.screenshot-lightbox > button {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
}

.screenshot-lightbox figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 222, 158, .25);
    border-radius: 25px;
    background: #100a07;
    box-shadow: 0 45px 100px rgba(0,0,0,.62);
}

.screenshot-lightbox img {
    display: block;
    width: 100%;
    max-height: 82svh;
    object-fit: contain;
    background: #090604;
}

.screenshot-lightbox figcaption {
    padding: 14px 18px 17px;
    color: #fff0d3;
    font-size: .8rem;
}

@keyframes explorer-arrive {
    from { opacity: 0; transform: translateY(22px) scale(.985); }
    to { opacity: 1; transform: none; }
}

@keyframes explorer-sheen {
    0%, 28% { background-position: 150% 0; opacity: 0; }
    42%, 58% { opacity: 1; }
    74%, 100% { background-position: -80% 0; opacity: 0; }
}

@keyframes story-dialog-in {
    from { opacity: 0; transform: translateY(22px) scale(.975); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 1280px) {
    .product-explorer {
        left: 130px;
        width: min(770px, calc(100vw - 445px));
        min-width: 570px;
    }

    .capability-card { grid-template-columns: 36px minmax(0, 1fr) 16px; padding: 13px 12px; }
    .capability-icon { width: 36px; height: 36px; }
    .capability-copy strong { font-size: .76rem; }
    .capability-copy > span { font-size: .63rem; }
}

@media (max-width: 980px) {
    body.tb360-blank-page { overflow: auto; }

    .product-background-stage {
        position: relative;
        min-height: 100svh;
        padding: 170px 22px 130px !important;
        overflow: visible;
    }

    .product-explorer {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(720px, 100%);
        min-width: 0;
        margin: auto;
    }

    .product-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tb360-blank-page .product-site-footer { position: relative; }
    .product-story-hero { grid-template-columns: minmax(0,1fr) 190px; }
    .benefit-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .workflow-timeline { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .workflow-timeline li:nth-child(2)::after { display: none; }
}

@media (max-width: 720px) {
    .product-background-stage { padding: 142px 14px 105px !important; }

    .product-explorer {
        padding: 16px;
        border-radius: 23px;
        background: linear-gradient(165deg, rgba(28, 15, 10, .86), rgba(15, 8, 5, .78));
    }

    .product-explorer-heading { grid-template-columns: 1fr; }
    .product-explorer-kicker { grid-column: auto; }
    .product-capability-grid { grid-template-columns: 1fr; }
    .capability-card { min-height: 78px; }

    .product-story-dialog {
        width: 100vw;
        height: 100svh;
    }

    .product-story-shell { border-radius: 0; border-right: 0; border-left: 0; }
    .product-story-header { padding: 18px 17px 14px; }
    .product-story-tabs { padding: 8px 12px 10px; }
    .product-story-tabs button { padding: 8px 10px; font-size: .64rem; }
    .product-story-panel { padding: 24px 17px 32px; }
    .product-story-hero { grid-template-columns: 1fr; gap: 18px; }
    .product-story-score { min-height: 150px; grid-template-columns: 1fr auto; align-items: center; }
    .product-story-score strong { grid-column: 2; grid-row: 1 / 3; font-size: 4.5rem; }
    .product-story-score small { align-self: end; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 0; }
    .workflow-timeline { grid-template-columns: 1fr; }
    .workflow-timeline li::after { display: none; }
    .screenshot-track { grid-auto-columns: 88%; }
    .product-story-cta { align-items: flex-start; flex-direction: column; }
    .product-story-cta a { width: 100%; justify-content: center; }
}

@media (max-height: 720px) and (min-width: 981px) {
    .product-explorer { bottom: 92px; transform: scale(.88); transform-origin: left bottom; }
}

@media (prefers-reduced-motion: reduce) {
    .product-explorer,
    .product-explorer::before,
    .product-story-dialog[open],
    .capability-card,
    .capability-card::before,
    .screenshot-card img {
        animation: none !important;
        transition: none !important;
    }
}

/* Version 27 — capability dialog containment and clipping fix. */
.product-story-dialog {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    background: transparent;
    overflow: hidden;
    max-inline-size: calc(100vw - 46px);
}

.product-story-dialog,
.product-story-dialog * {
    box-sizing: border-box;
}

.product-story-shell,
.product-story-header,
.product-story-header > div,
.product-story-tabs,
.product-story-scroll,
.product-story-panel,
.product-story-hero,
.product-story-intro,
.product-story-section,
.product-story-section-heading,
.benefit-grid,
.workflow-timeline,
.video-showcase,
.screenshot-track,
.product-story-cta {
    min-width: 0;
    max-width: 100%;
}

.product-story-shell {
    width: 100%;
    inline-size: 100%;
}

.product-story-header {
    width: 100%;
    overflow: hidden;
}

.product-story-header > div {
    flex: 1 1 auto;
}

.product-story-header h2,
.product-story-intro h3,
.product-story-lead,
.product-story-intro blockquote,
.product-story-section-heading h4,
.product-story-section-heading > span,
.benefit-card p,
.workflow-timeline p,
.product-story-cta h4 {
    overflow-wrap: anywhere;
    word-break: normal;
}

.product-story-tabs {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    scrollbar-gutter: stable;
}

.product-story-scroll {
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    contain: layout paint;
}

.product-story-panel {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.product-story-hero {
    width: 100%;
}

.product-story-intro h3 {
    max-width: 100%;
}

.video-card,
.video-card video,
.screenshot-card,
.screenshot-card img {
    max-width: 100%;
}

@media (max-width: 1280px) and (min-width: 721px) {
    .product-story-dialog {
        width: min(1120px, calc(100vw - 32px));
        max-inline-size: calc(100vw - 32px);
    }

    .product-story-panel {
        padding-inline: clamp(24px, 3vw, 34px);
    }

    .product-story-intro h3 {
        font-size: clamp(2rem, 4.5vw, 4rem);
    }
}

@media (max-width: 720px) {
    .product-story-dialog {
        max-inline-size: 100vw;
    }

    .product-story-panel {
        overflow-x: hidden;
    }
}

/* Version 28 — move all six Textbook360 chapters onto the left capability wheel. */
.product-screen-reader-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.product-capability-wheel {
    --nav-size: 520px;
    width: 500px;
    height: var(--nav-size);
}

.product-capability-wheel .moon-surface {
    left: calc(var(--nav-size) / -2);
    overflow: visible;
    background:
        radial-gradient(circle at 72% 34%, rgba(255, 224, 171, .16), transparent 26%),
        linear-gradient(215deg, rgba(91, 54, 32, .96), rgba(24, 13, 9, .985));
    box-shadow:
        30px 0 90px rgba(8, 4, 2, .62),
        inset -24px 0 66px rgba(255, 210, 138, .085),
        inset 18px 0 52px rgba(0, 0, 0, .38);
}

.product-capability-wheel .moon-surface::before { inset: 43px; }
.product-capability-wheel .moon-surface::after { inset: 94px; }

.capability-wheel-orbit {
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(245, 197, 109, .13);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 420ms ease, transform 900ms cubic-bezier(.2,.82,.2,1);
}
.capability-wheel-orbit-one { inset: 128px; transform: rotate(-28deg) scale(.72); }
.capability-wheel-orbit-two { inset: 161px; border-style: dashed; transform: rotate(34deg) scale(.72); }
.product-capability-wheel.is-open .capability-wheel-orbit { opacity: .78; transform: rotate(0) scale(1); }

.product-capability-wheel .nav-items {
    overflow: visible;
}

.product-capability-wheel button.nav-link {
    appearance: none;
    -webkit-appearance: none;
    width: 286px;
    min-height: 62px;
    padding: 0;
    border: 0;
    color: rgba(255, 246, 232, .83);
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.product-capability-wheel .capability-wheel-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-color: rgba(255, 221, 161, .29);
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 231, 181, .14), transparent 36%),
        linear-gradient(145deg, rgba(134, 80, 40, .83), rgba(44, 23, 14, .96));
}
.product-capability-wheel .capability-wheel-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-capability-wheel .capability-wheel-label {
    display: grid;
    min-width: 0;
    max-width: 190px;
    gap: 3px;
    padding: 8px 20px 8px 0;
    text-align: left;
    white-space: normal;
}
.product-capability-wheel .capability-wheel-label small {
    color: rgba(244, 196, 105, .58);
    font-size: .54rem;
    font-weight: 850;
    letter-spacing: .18em;
}
.product-capability-wheel .capability-wheel-label strong {
    color: inherit;
    font-size: .78rem;
    font-weight: 720;
    letter-spacing: .006em;
    line-height: 1.12;
}

.product-capability-wheel .capability-wheel-link-1 { top: 18px; left: 8px; transition-delay: 30ms; }
.product-capability-wheel .capability-wheel-link-2 { top: 91px; left: 70px; transition-delay: 68ms; }
.product-capability-wheel .capability-wheel-link-3 { top: 171px; left: 112px; transition-delay: 106ms; }
.product-capability-wheel .capability-wheel-link-4 { bottom: 171px; left: 112px; transition-delay: 144ms; }
.product-capability-wheel .capability-wheel-link-5 { bottom: 91px; left: 70px; transition-delay: 182ms; }
.product-capability-wheel .capability-wheel-link-6 { bottom: 18px; left: 8px; transition-delay: 220ms; }

.product-capability-wheel .nav-link:hover .capability-wheel-icon,
.product-capability-wheel .nav-link:focus-visible .capability-wheel-icon,
.product-capability-wheel .nav-link.is-preview-active .capability-wheel-icon {
    transform: translateX(8px) scale(1.1);
    border-color: rgba(255, 224, 168, .76);
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 237, 199, .22), transparent 38%),
        linear-gradient(145deg, rgba(174, 105, 48, .92), rgba(58, 30, 17, .98));
    box-shadow:
        0 16px 36px rgba(0,0,0,.42),
        0 0 28px rgba(229,181,95,.21),
        inset 0 1px rgba(255,255,255,.19);
}
.product-capability-wheel .nav-link:hover .capability-wheel-label,
.product-capability-wheel .nav-link:focus-visible .capability-wheel-label,
.product-capability-wheel .nav-link.is-preview-active .capability-wheel-label {
    opacity: 1;
    transform: translateX(3px);
}
.product-capability-wheel .nav-link:focus-visible {
    outline: none;
}
.product-capability-wheel .nav-link:focus-visible .capability-wheel-icon {
    box-shadow:
        0 16px 36px rgba(0,0,0,.42),
        0 0 0 3px rgba(255, 216, 143, .22),
        0 0 28px rgba(229,181,95,.24),
        inset 0 1px rgba(255,255,255,.19);
}

.product-capability-wheel .capability-wheel-toggle {
    left: 20px;
}
.product-capability-wheel .capability-wheel-toggle .toggle-text {
    letter-spacing: .12em;
}

.capability-wheel-home {
    position: absolute;
    z-index: 8;
    left: 24px;
    top: calc(50% + 63px);
    display: grid;
    width: 72px;
    justify-items: center;
    gap: 5px;
    color: rgba(255, 236, 201, .56);
    opacity: 0;
    pointer-events: none;
    text-decoration: none;
    transform: translateX(-18px) scale(.9);
    transition: opacity 260ms ease 160ms, transform 460ms cubic-bezier(.2,.82,.2,1) 160ms, color 220ms ease;
}
.product-capability-wheel.is-open .capability-wheel-home {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}
.capability-wheel-home svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.capability-wheel-home span {
    font-size: .5rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.capability-wheel-home:hover,
.capability-wheel-home:focus-visible {
    color: #ffe0a0;
    outline: none;
}

.product-capability-wheel .capability-nav-preview {
    left: 420px;
    width: min(420px, calc(100vw - 860px));
    min-width: 350px;
}

.capability-preview-glyph { display: none; }
.capability-nav-preview[data-scene="inventory"] .capability-preview-glyph-inventory,
.capability-nav-preview[data-scene="scan"] .capability-preview-glyph-scan,
.capability-nav-preview[data-scene="people"] .capability-preview-glyph-people,
.capability-nav-preview[data-scene="shield"] .capability-preview-glyph-shield,
.capability-nav-preview[data-scene="report"] .capability-preview-glyph-report,
.capability-nav-preview[data-scene="lock"] .capability-preview-glyph-lock {
    display: block;
    animation: nav-story-glyph 520ms cubic-bezier(.2,.8,.2,1) both;
}
.capability-nav-preview .capability-preview-glyph {
    fill: rgba(235, 177, 82, .08);
    stroke: #f0c36f;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* The capability wheel replaces the large six-card chooser. */
.product-explorer { display: none !important; }

@media (max-width: 1320px) {
    .product-capability-wheel .capability-nav-preview {
        left: 390px;
        width: min(380px, calc(100vw - 770px));
        min-width: 320px;
    }
    .product-capability-wheel button.nav-link { width: 264px; }
    .product-capability-wheel .capability-wheel-label { max-width: 170px; }
}

@media (max-width: 1060px), (hover: none) {
    .product-capability-wheel .capability-nav-preview {
        position: fixed;
        left: 14px;
        right: auto;
        bottom: 112px;
        width: min(380px, calc(100vw - 28px));
        min-width: 0;
        transform: translateY(18px) scale(.96);
    }
    .product-capability-wheel.is-open.has-preview .capability-nav-preview {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .product-capability-wheel {
        --nav-size: 460px;
        width: 420px;
    }
    .product-capability-wheel button.nav-link {
        width: 244px;
        min-height: 55px;
    }
    .product-capability-wheel .capability-wheel-icon {
        width: 47px;
        height: 47px;
        flex-basis: 47px;
    }
    .product-capability-wheel .capability-wheel-icon svg { width: 22px; height: 22px; }
    .product-capability-wheel .capability-wheel-label { max-width: 158px; padding-right: 12px; }
    .product-capability-wheel .capability-wheel-label small { font-size: .47rem; }
    .product-capability-wheel .capability-wheel-label strong { font-size: .68rem; }
    .product-capability-wheel .capability-wheel-link-1 { top: 14px; left: 4px; }
    .product-capability-wheel .capability-wheel-link-2 { top: 77px; left: 46px; }
    .product-capability-wheel .capability-wheel-link-3 { top: 145px; left: 81px; }
    .product-capability-wheel .capability-wheel-link-4 { bottom: 145px; left: 81px; }
    .product-capability-wheel .capability-wheel-link-5 { bottom: 77px; left: 46px; }
    .product-capability-wheel .capability-wheel-link-6 { bottom: 14px; left: 4px; }
    .product-capability-wheel .capability-wheel-toggle { left: 12px; }
    .capability-wheel-home { left: 14px; top: calc(50% + 56px); width: 72px; }
}

@media (max-width: 500px) {
    .product-capability-wheel {
        --nav-size: 420px;
        width: 382px;
    }
    .product-capability-wheel button.nav-link { width: 224px; }
    .product-capability-wheel .capability-wheel-label { max-width: 140px; }
    .product-capability-wheel .capability-wheel-label strong { font-size: .62rem; }
    .product-capability-wheel .capability-wheel-link-1 { top: 10px; left: 0; }
    .product-capability-wheel .capability-wheel-link-2 { top: 67px; left: 36px; }
    .product-capability-wheel .capability-wheel-link-3 { top: 128px; left: 64px; }
    .product-capability-wheel .capability-wheel-link-4 { bottom: 128px; left: 64px; }
    .product-capability-wheel .capability-wheel-link-5 { bottom: 67px; left: 36px; }
    .product-capability-wheel .capability-wheel-link-6 { bottom: 10px; left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .capability-wheel-orbit,
    .capability-preview-glyph,
    .capability-wheel-home {
        animation: none !important;
        transition: none !important;
    }
}
/* IFUNDA Website v31 — Textbook360 cinematic sales journey */
:root {
    --v31-ink: #160c08;
    --v31-ink-2: #25130c;
    --v31-cream: #f5ecdc;
    --v31-cream-2: #ead8bd;
    --v31-paper: #fffaf0;
    --v31-gold: #e8b65a;
    --v31-gold-light: #ffd98a;
    --v31-gold-deep: #9c6327;
    --v31-navy: #0b1d2d;
    --v31-navy-2: #132d43;
    --v31-copy: #46372c;
    --v31-muted: #806e5d;
    --v31-line: rgba(91, 57, 25, .17);
    --v31-shadow: 0 28px 90px rgba(22, 11, 6, .18);
}

html { scroll-behavior: smooth; }
body.tb360-blank-page { background: var(--v31-ink); color: var(--v31-paper); }
body.tb360-blank-page::before { position: fixed; }
.product-v31-main { overflow: clip; }
.product-v31-section { position: relative; scroll-margin-top: 112px; }
.product-v31-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

/* HERO */
.product-v31-hero { min-height: 100svh; isolation: isolate; }
.product-v31-hero::before {
    background:
        linear-gradient(90deg, rgba(8,4,2,.16) 0%, transparent 26%, transparent 72%, rgba(8,4,2,.11) 100%),
        linear-gradient(180deg, transparent 55%, rgba(7,3,2,.62) 100%);
}
.product-v31-hero-card {
    position: absolute;
    z-index: 3;
    left: clamp(145px, 10vw, 210px);
    bottom: clamp(72px, 9vh, 116px);
    width: min(490px, calc(100vw - 280px));
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid rgba(255,217,138,.32);
    border-radius: 28px;
    color: #fff9ee;
    background:
        linear-gradient(145deg, rgba(41,21,11,.78), rgba(18,9,5,.62)),
        radial-gradient(circle at 15% 0%, rgba(237,177,76,.20), transparent 36%);
    backdrop-filter: blur(18px) saturate(128%);
    -webkit-backdrop-filter: blur(18px) saturate(128%);
    box-shadow: 0 30px 80px rgba(5,2,1,.46), inset 0 1px rgba(255,241,211,.10);
}
.product-v31-hero-card::after {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: linear-gradient(105deg, transparent 0 48%, rgba(255,233,188,.08) 52%, transparent 56%);
    transform: translateX(-115%); animation: v31Sheen 8s 1.6s infinite;
}
.product-v31-eyebrow,
.product-v31-section-heading > p,
.accountability-heading > p,
.screenshot-journey-copy > p,
.implementation-copy > p,
.trust-grid > div:first-child > p {
    margin: 0 0 13px; color: var(--v31-gold); font-size: .72rem; font-weight: 800;
    letter-spacing: .19em; text-transform: uppercase;
}
.product-v31-hero-card h1 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.35rem); line-height: .96; letter-spacing: -.055em; }
.product-v31-hero-card h1 span { color: var(--v31-gold-light); }
.product-v31-hero-card > p:not(.product-v31-eyebrow) { margin: 20px 0 0; max-width: 46ch; color: rgba(255,247,232,.78); font-size: clamp(.98rem, 1.3vw, 1.13rem); line-height: 1.65; }
.product-v31-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.product-v31-hero-actions a,
.product-v31-final-cta a {
    display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px;
    border: 1px solid var(--v31-gold); border-radius: 999px; color: #1b0f08; background: linear-gradient(135deg, #ffd889, #d99a3f);
    box-shadow: 0 12px 30px rgba(206,139,46,.22); font-size: .79rem; font-weight: 850; letter-spacing: .04em; text-decoration: none;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.product-v31-hero-actions a:hover,
.product-v31-final-cta a:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(206,139,46,.32); }
.product-v31-hero-actions a.is-secondary,
.product-v31-final-cta a.is-secondary { color: #fff7e8; background: rgba(28,14,8,.46); border-color: rgba(255,217,138,.34); box-shadow: none; }
.product-v31-scroll-cue {
    position: absolute; z-index: 3; right: clamp(28px, 5vw, 78px); bottom: 30px; display: flex; align-items: center; gap: 13px;
    color: rgba(255,245,225,.76); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-decoration: none;
}
.product-v31-scroll-cue i { position: relative; display: block; width: 52px; height: 1px; background: rgba(255,215,131,.34); }
.product-v31-scroll-cue i::after { content:""; position:absolute; top:-3px; left:0; width:7px; height:7px; border-radius:50%; background:var(--v31-gold-light); box-shadow:0 0 14px var(--v31-gold); animation:v31Travel 2s ease-in-out infinite; }

/* STICKY STORY NAV */
.product-v31-progress {
    position: sticky; top: 0; z-index: 44; display: flex; justify-content: center; gap: 4px; overflow-x: auto;
    padding: 9px 20px; border-top: 1px solid rgba(255,213,132,.13); border-bottom: 1px solid rgba(255,213,132,.17);
    background: rgba(18,9,6,.91); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); scrollbar-width: none;
}
.product-v31-progress::-webkit-scrollbar { display:none; }
.product-v31-progress a { flex: 0 0 auto; padding: 10px 17px; border-radius: 999px; color: rgba(255,244,224,.62); font-size: .72rem; font-weight: 760; letter-spacing: .04em; text-decoration: none; transition: .25s ease; }
.product-v31-progress a:hover,
.product-v31-progress a.is-active { color: #1b0e08; background: var(--v31-gold-light); box-shadow: 0 9px 26px rgba(218,158,61,.18); }

/* SHARED SECTION TYPOGRAPHY */
.product-v31-section-heading { max-width: 850px; margin-bottom: clamp(34px, 5vw, 64px); }
.product-v31-section-heading h2,
.accountability-heading h2,
.screenshot-journey-copy h2,
.implementation-copy h2,
.trust-grid h2 {
    margin: 0; font-size: clamp(2.15rem, 4.5vw, 4.8rem); line-height: 1.01; letter-spacing: -.055em;
}
.product-v31-section-heading > span,
.accountability-heading > span,
.screenshot-journey-copy > span,
.implementation-copy > span { display:block; margin-top: 19px; max-width: 67ch; color: inherit; opacity: .72; font-size: clamp(1rem,1.4vw,1.16rem); line-height:1.7; }

/* LIGHT EXECUTIVE STRIP */
.leadership-control-section { padding: clamp(76px, 10vw, 132px) 0; color: var(--v31-ink); background:
    radial-gradient(circle at 88% 0%, rgba(225,169,76,.20), transparent 30%),
    linear-gradient(130deg, #fffaf0 0%, #f4ead8 58%, #ead7bb 100%); }
.product-v31-section-heading.is-dark > p { color: #8c5725; }
.leadership-answer-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.leadership-answer-grid article { position:relative; min-height: 248px; padding: 27px 23px; overflow:hidden; border:1px solid rgba(75,42,19,.14); border-radius:23px; background:rgba(255,255,255,.48); box-shadow:0 16px 50px rgba(65,38,19,.08); transition:transform .28s ease, background .28s ease, box-shadow .28s ease; }
.leadership-answer-grid article::after { content:""; position:absolute; right:-24px; bottom:-30px; width:96px; aspect-ratio:1; border:1px solid rgba(145,89,34,.15); border-radius:50%; box-shadow:0 0 0 18px rgba(145,89,34,.05),0 0 0 38px rgba(145,89,34,.03); }
.leadership-answer-grid article:hover { transform:translateY(-7px); background:rgba(255,255,255,.78); box-shadow:0 24px 60px rgba(65,38,19,.14); }
.leadership-answer-grid strong { display:block; color:#a46b31; font-size:.68rem; letter-spacing:.18em; }
.leadership-answer-grid span { display:block; margin-top:47px; font-size:clamp(1.15rem,1.5vw,1.48rem); font-weight:850; line-height:1.12; }
.leadership-answer-grid p { margin:13px 0 0; color:#685747; font-size:.86rem; line-height:1.6; }

/* PROBLEM SPLIT */
.principal-problem-section { padding: clamp(84px, 11vw, 150px) 0; color:#fff7e9; background:
    radial-gradient(circle at 12% 30%, rgba(217,151,57,.16),transparent 29%),
    linear-gradient(125deg,#130a07,#2a150d 56%,#0f0906); }
.problem-split { display:grid; grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr); gap:clamp(48px,8vw,120px); align-items:center; }
.problem-statement h2 { margin:0; max-width:10ch; font-size:clamp(3.2rem,7vw,7rem); line-height:.86; letter-spacing:-.075em; }
.problem-statement > p:not(.product-v31-eyebrow) { margin:28px 0 0; max-width:55ch; color:rgba(255,244,224,.72); font-size:1.05rem; line-height:1.78; }
.problem-statement blockquote { margin:34px 0 0; padding:18px 0 18px 22px; border-left:2px solid var(--v31-gold); color:var(--v31-gold-light); font-size:1.16rem; font-weight:750; line-height:1.5; }
.problem-transition { display:grid; gap:12px; }
.problem-transition > div { position:relative; padding:25px 26px 25px 84px; border:1px solid rgba(255,215,139,.16); border-radius:22px; background:linear-gradient(130deg,rgba(255,255,255,.075),rgba(255,255,255,.025)); box-shadow:inset 0 1px rgba(255,255,255,.04); }
.problem-transition > div span { position:absolute; left:25px; top:25px; color:var(--v31-gold); font-size:.7rem; font-weight:900; letter-spacing:.16em; }
.problem-transition strong { display:block; font-size:1.18rem; }
.problem-transition p { margin:7px 0 0; color:rgba(255,246,229,.62); font-size:.88rem; line-height:1.55; }
.problem-transition > i { justify-self:center; color:var(--v31-gold); font-size:1.5rem; font-style:normal; transform:rotate(90deg); opacity:.65; }

/* PLATFORM */
.platform-control-section { padding:clamp(84px,11vw,150px) 0; color:var(--v31-ink); background:var(--v31-paper); }
.platform-control-section .product-v31-section-heading > p { color:#9b622b; }
.platform-showcase { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr); gap:clamp(22px,4vw,54px); align-items:start; }
.platform-screen-wrap { position:sticky; top:92px; min-height:520px; padding:18px; overflow:hidden; border-radius:30px; background:linear-gradient(145deg,#1c100b,#0d0907); box-shadow:0 35px 90px rgba(47,27,14,.20); }
.platform-screen-wrap img { display:block; width:100%; height:100%; min-height:484px; object-fit:cover; object-position:top left; border-radius:18px; transition:opacity .28s ease,transform .36s ease; }
.platform-screen-wrap.is-switching img { opacity:.25; transform:scale(.985); }
.platform-screen-glow { position:absolute; inset:auto 6% -30% 6%; height:45%; background:radial-gradient(ellipse,rgba(237,179,82,.35),transparent 65%); filter:blur(35px); pointer-events:none; }
.platform-screen-expand { position:absolute; right:32px; bottom:31px; min-height:44px; padding:0 17px; border:1px solid rgba(255,218,143,.34); border-radius:999px; color:#fff6e6; background:rgba(23,12,8,.76); backdrop-filter:blur(12px); cursor:pointer; font-weight:780; }
.platform-story-list { display:grid; gap:10px; }
.platform-story-button { display:grid; grid-template-columns:42px minmax(0,1fr); gap:14px; width:100%; padding:21px; border:1px solid var(--v31-line); border-radius:20px; text-align:left; color:var(--v31-ink); background:#fffaf1; cursor:pointer; transition:.25s ease; }
.platform-story-button > span { color:#a56b31; font-size:.68rem; font-weight:900; letter-spacing:.15em; padding-top:3px; }
.platform-story-button strong { display:block; font-size:1.02rem; }
.platform-story-button p { margin:6px 0 0; color:#796656; font-size:.85rem; line-height:1.5; }
.platform-story-button:hover,.platform-story-button.is-active { border-color:rgba(179,116,49,.55); background:linear-gradient(135deg,#fff8ea,#f2dfc3); transform:translateX(-6px); box-shadow:0 18px 42px rgba(61,36,17,.10); }
.platform-capability-button { display:flex; align-items:center; justify-content:center; gap:12px; margin:36px auto 0; min-height:52px; padding:0 24px; border:1px solid #c18a45; border-radius:999px; color:#fff8ea; background:linear-gradient(135deg,#24130c,#512a16); font-weight:820; cursor:pointer; box-shadow:0 16px 40px rgba(47,24,11,.18); }

/* ACCOUNTABILITY FLOW */
.accountability-section { padding:clamp(78px,10vw,132px) 0; color:#fff7e8; background:
    radial-gradient(circle at 70% -10%,rgba(48,96,130,.30),transparent 35%),
    linear-gradient(135deg,var(--v31-navy),#08131e 68%,#160d09); }
.accountability-heading { max-width:820px; margin-bottom:52px; }
.accountability-heading > p { color:var(--v31-gold-light); }
.accountability-flow { display:grid; grid-template-columns:repeat(9,auto); align-items:center; gap:10px; }
.accountability-flow div { display:flex; flex-direction:column; justify-content:center; width:clamp(145px,15vw,205px); min-height:178px; padding:23px; border:1px solid rgba(255,219,149,.20); border-radius:24px; background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025)); box-shadow:inset 0 1px rgba(255,255,255,.06); }
.accountability-flow b { color:var(--v31-gold); font-size:.67rem; letter-spacing:.17em; }
.accountability-flow strong { margin-top:24px; font-size:1.12rem; }
.accountability-flow span { margin-top:8px; color:rgba(255,246,226,.63); font-size:.78rem; line-height:1.5; }
.accountability-flow i { color:var(--v31-gold); font-size:2rem; font-style:normal; opacity:.62; }

/* VIDEO THEATRE */
.media-theatre-section { padding:clamp(88px,11vw,150px) 0; color:#fff7e9; background:
    radial-gradient(circle at 18% 0%,rgba(216,150,56,.18),transparent 32%),
    linear-gradient(125deg,#0c0705,#211009 55%,#0b0705); }
.media-heading > p { color:var(--v31-gold); }
.video-theatre { display:grid; gap:22px; }
.video-stage { position:relative; margin:0; overflow:hidden; border:1px solid rgba(255,216,137,.20); border-radius:32px; background:#050302; box-shadow:0 36px 95px rgba(0,0,0,.48); }
.video-stage video { display:block; width:100%; max-height:690px; aspect-ratio:16/9; background:#030201; object-fit:contain; }
.video-stage figcaption { position:absolute; left:24px; right:24px; bottom:20px; display:flex; align-items:end; justify-content:space-between; gap:20px; padding:18px 20px; border:1px solid rgba(255,226,168,.18); border-radius:19px; color:#fff6e7; background:rgba(15,8,5,.72); backdrop-filter:blur(14px); pointer-events:none; }
.video-stage figcaption span { color:var(--v31-gold); font-size:.62rem; font-weight:850; letter-spacing:.16em; }
.video-stage figcaption strong { font-size:clamp(1rem,2vw,1.45rem); }
.video-episode-rail { display:flex; gap:13px; overflow-x:auto; padding:4px 2px 14px; scroll-snap-type:x mandatory; scrollbar-color:#9a652e transparent; }
.video-episode { flex:0 0 min(310px,80vw); display:grid; grid-template-columns:112px minmax(0,1fr); gap:14px; align-items:center; padding:10px; border:1px solid rgba(255,217,142,.14); border-radius:18px; color:#fff4df; text-align:left; background:rgba(255,255,255,.045); cursor:pointer; scroll-snap-align:start; transition:.25s ease; }
.video-episode:hover,.video-episode.is-active { border-color:rgba(255,213,127,.48); background:rgba(231,170,72,.11); transform:translateY(-3px); }
.video-episode-image { display:grid; place-items:center; width:112px; aspect-ratio:16/9; overflow:hidden; border-radius:11px; background:#2c170d; color:var(--v31-gold-light); }
.video-episode-image img { width:100%; height:100%; object-fit:cover; }
.video-episode small { display:block; color:var(--v31-gold); font-size:.58rem; font-weight:850; letter-spacing:.14em; }
.video-episode strong { display:block; margin-top:7px; font-size:.82rem; line-height:1.3; }
.media-library-empty { padding:38px; border:1px dashed rgba(225,176,88,.35); border-radius:24px; text-align:center; }
.media-library-empty strong { font-size:1.25rem; }
.media-library-empty p { color:rgba(255,246,230,.65); }

/* SCREENSHOT JOURNEY */
.screenshot-journey-section { padding:clamp(88px,11vw,150px) 0; color:var(--v31-ink); background:
    radial-gradient(circle at 0% 100%,rgba(205,143,59,.17),transparent 28%),
    linear-gradient(135deg,#fffaf0,#f1e2cb); }
.screenshot-journey-copy { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.55fr); gap:40px; align-items:end; margin-bottom:48px; }
.screenshot-journey-copy > p { grid-column:1/-1; margin-bottom:-20px; color:#95602c; }
.screenshot-journey-copy > span { margin:0; }
.screenshot-journey-rail { display:flex; gap:24px; overflow-x:auto; padding:10px max(0px,calc((100vw - 1240px)/2)) 28px 0; scroll-snap-type:x mandatory; scrollbar-color:#9f6b35 transparent; }
.journey-shot { position:relative; flex:0 0 min(760px,78vw); padding:15px; overflow:hidden; border:1px solid rgba(90,51,24,.17); border-radius:27px; color:var(--v31-ink); text-align:left; background:#fffaf1; box-shadow:0 26px 65px rgba(70,40,20,.13); cursor:pointer; scroll-snap-align:center; transition:transform .3s ease,box-shadow .3s ease; }
.journey-shot:hover { transform:translateY(-8px); box-shadow:0 36px 80px rgba(70,40,20,.20); }
.journey-shot > span { position:absolute; z-index:2; top:27px; left:28px; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; color:#1d1009; background:var(--v31-gold-light); font-size:.65rem; font-weight:900; }
.journey-shot img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; object-position:top left; border-radius:17px; }
.journey-shot strong { display:block; padding:17px 7px 5px; font-size:1rem; }

/* IMPLEMENTATION */
.implementation-section { padding:clamp(82px,10vw,136px) 0; color:#fff8e9; background:linear-gradient(132deg,#26140d,#120b08 65%,#0a1620); }
.implementation-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:clamp(48px,8vw,110px); align-items:center; }
.implementation-copy > p { color:var(--v31-gold); }
.implementation-steps { margin:0; padding:0; list-style:none; display:grid; gap:10px; }
.implementation-steps li { display:grid; grid-template-columns:56px minmax(0,1fr); gap:16px; padding:22px; border:1px solid rgba(255,219,149,.15); border-radius:19px; background:rgba(255,255,255,.045); }
.implementation-steps li > span { color:var(--v31-gold); font-size:.7rem; font-weight:900; letter-spacing:.14em; }
.implementation-steps strong { font-size:1.05rem; }
.implementation-steps p { margin:6px 0 0; color:rgba(255,245,226,.62); font-size:.86rem; line-height:1.5; }

/* PRICING */
.pricing-section { padding:clamp(88px,11vw,150px) 0; color:var(--v31-ink); background:#f8efdf; }
.pricing-heading > p { color:#945e29; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; align-items:stretch; }
.price-card { position:relative; display:flex; flex-direction:column; min-height:530px; padding:34px 30px; border:1px solid rgba(91,52,24,.16); border-radius:28px; background:rgba(255,252,246,.74); box-shadow:0 22px 60px rgba(69,39,18,.09); }
.price-card > p { margin:0; color:#a16b35; font-size:.66rem; font-weight:900; letter-spacing:.18em; }
.price-card h3 { margin:22px 0 0; font-size:clamp(1.65rem,2.5vw,2.35rem); line-height:1.03; letter-spacing:-.04em; }
.price-card > strong { display:block; margin-top:30px; padding-bottom:23px; border-bottom:1px solid rgba(86,51,27,.13); font-size:1.18rem; }
.price-card ul { display:grid; gap:14px; margin:27px 0 34px; padding:0; list-style:none; color:#625143; font-size:.89rem; line-height:1.5; }
.price-card li { position:relative; padding-left:24px; }
.price-card li::before { content:"✓"; position:absolute; left:0; color:#a66b2e; font-weight:900; }
.price-card a { display:flex; align-items:center; justify-content:center; min-height:49px; margin-top:auto; border:1px solid #a96f32; border-radius:999px; color:#2b170c; font-weight:850; text-decoration:none; }
.price-card.is-featured { z-index:2; color:#fff6e6; border-color:rgba(255,213,126,.56); background:linear-gradient(145deg,#372013,#120b08 72%); box-shadow:0 38px 90px rgba(48,25,11,.28),0 0 70px rgba(217,157,61,.18); transform:translateY(-20px); }
.price-card.is-featured > p,.price-card.is-featured li::before { color:var(--v31-gold-light); }
.price-card.is-featured ul { color:rgba(255,244,225,.70); }
.price-card.is-featured > strong { border-color:rgba(255,218,148,.18); }
.price-card.is-featured a { color:#1d1008; border-color:var(--v31-gold-light); background:linear-gradient(135deg,#ffdc8d,#d99a3f); }
.price-recommended { position:absolute; top:0; right:26px; transform:translateY(-50%); padding:9px 15px; border-radius:999px; color:#1e1008; background:var(--v31-gold-light); font-size:.58rem; font-weight:950; letter-spacing:.14em; }

/* TRUST + CTA */
.trust-section { padding:clamp(70px,8vw,105px) 0; color:#fff7e9; background:var(--v31-navy); }
.trust-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:70px; align-items:center; }
.trust-grid h2 { font-size:clamp(2.2rem,4vw,4rem); }
.trust-grid > div:first-child > p { color:var(--v31-gold); }
.trust-signals { display:flex; flex-wrap:wrap; gap:10px; }
.trust-signals span { padding:13px 16px; border:1px solid rgba(255,220,153,.18); border-radius:999px; color:rgba(255,247,231,.78); background:rgba(255,255,255,.05); font-size:.79rem; font-weight:700; }
.product-v31-final-cta { position:relative; padding:clamp(92px,12vw,170px) 0; overflow:hidden; text-align:center; color:#fff7e8; background:
    radial-gradient(circle at 50% 115%,rgba(227,164,65,.36),transparent 38%),
    linear-gradient(135deg,#1c0f09,#090605); }
.product-v31-final-cta::before { content:"360"; position:absolute; inset:auto 0 -18%; color:rgba(255,220,148,.035); font-size:min(42vw,560px); font-weight:900; line-height:.8; pointer-events:none; }
.product-v31-final-cta p { margin:0; color:var(--v31-gold); font-size:.72rem; font-weight:900; letter-spacing:.2em; }
.product-v31-final-cta h2 { position:relative; margin:22px auto 0; max-width:12ch; font-size:clamp(3rem,7vw,7rem); line-height:.89; letter-spacing:-.07em; }
.product-v31-final-cta > div > div { position:relative; display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:38px; }

/* REVEAL */
@media (prefers-reduced-motion: no-preference) {
    [data-story-section] .product-v31-container { opacity:0; transform:translateY(28px); transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.25,1); }
    [data-story-section].is-visible .product-v31-container { opacity:1; transform:none; }
}

@keyframes v31Sheen { 0%,72%{transform:translateX(-115%)} 86%,100%{transform:translateX(115%)} }
@keyframes v31Travel { 0%{transform:translateX(0);opacity:0} 20%{opacity:1} 80%{opacity:1} 100%{transform:translateX(45px);opacity:0} }

/* RESPONSIVE */
@media (max-width: 1100px) {
    .leadership-answer-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
    .leadership-answer-grid article:nth-child(4),.leadership-answer-grid article:nth-child(5) { grid-column:span 1; }
    .platform-showcase { grid-template-columns:1fr; }
    .platform-screen-wrap { position:relative; top:auto; min-height:0; }
    .platform-screen-wrap img { min-height:0; aspect-ratio:16/9; }
    .accountability-flow { grid-template-columns:repeat(5,minmax(0,1fr)); gap:10px; }
    .accountability-flow div { width:auto; }
    .accountability-flow i { display:none; }
}

@media (max-width: 900px) {
    .product-v31-container { width:min(100% - 32px,760px); }
    .product-v31-hero { min-height:100svh; background-position:64% top; }
    .product-v31-hero-card { left:22px; right:22px; bottom:82px; width:auto; }
    .product-v31-scroll-cue { display:none; }
    .product-v31-progress { top:118px; justify-content:flex-start; }
    .product-v31-section { scroll-margin-top: 190px; }
    .problem-split,.implementation-grid,.trust-grid { grid-template-columns:1fr; }
    .problem-statement h2 { max-width:12ch; }
    .accountability-flow { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .accountability-flow div:last-of-type { grid-column:1/-1; }
    .screenshot-journey-copy { grid-template-columns:1fr; }
    .screenshot-journey-copy > p { margin:0; }
    .pricing-grid { grid-template-columns:1fr; max-width:650px; margin:auto; }
    .price-card { min-height:0; }
    .price-card.is-featured { transform:none; margin:14px 0; }
}

@media (max-width: 680px) {
    .product-v31-hero { background-position:69% top; }
    .product-v31-hero-card { bottom:25px; padding:22px; border-radius:22px; }
    .product-v31-hero-card h1 { font-size:2.2rem; }
    .product-v31-hero-card > p:not(.product-v31-eyebrow) { font-size:.9rem; line-height:1.55; }
    .product-v31-hero-actions { display:grid; }
    .product-v31-progress { top:78px; padding-inline:8px; }
    .product-v31-progress a { padding:9px 12px; font-size:.67rem; }
    .leadership-answer-grid { grid-template-columns:1fr; }
    .leadership-answer-grid article { min-height:190px; }
    .leadership-answer-grid span { margin-top:32px; }
    .product-v31-section-heading h2,.accountability-heading h2,.screenshot-journey-copy h2,.implementation-copy h2,.trust-grid h2 { font-size:2.35rem; }
    .problem-statement h2 { font-size:3.55rem; }
    .platform-screen-wrap { padding:9px; border-radius:20px; }
    .platform-screen-expand { right:18px; bottom:18px; }
    .platform-story-button { transform:none !important; }
    .accountability-flow { grid-template-columns:1fr; }
    .accountability-flow div:last-of-type { grid-column:auto; }
    .video-stage { border-radius:22px; }
    .video-stage figcaption { position:relative; left:auto; right:auto; bottom:auto; margin:0; border:0; border-radius:0; }
    .video-episode { flex-basis:86vw; }
    .journey-shot { flex-basis:88vw; }
    .price-card { padding:28px 23px; border-radius:23px; }
    .product-v31-final-cta h2 { font-size:3.25rem; }
}

@media (prefers-reduced-motion: reduce) {
    .product-v31-hero-card::after,.product-v31-scroll-cue i::after { animation:none; }
    [data-story-section] .product-v31-container { opacity:1; transform:none; }
}

/* Version 36 — principal FAQ and pre-enquiry reassurance. */
.product-faq-section {
    color: #f9f1e6;
    background:
        radial-gradient(circle at 16% 20%, rgba(219, 161, 75, .13), transparent 32%),
        linear-gradient(145deg, #17100c 0%, #2a180f 54%, #140d09 100%);
    border-top: 1px solid rgba(236, 189, 105, .18);
}
.product-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
}
.product-faq-heading { position: sticky; top: 110px; }
.product-faq-heading h2 { color: #fff8e9; }
.product-faq-heading span { color: rgba(255, 244, 226, .67); }
.product-faq-heading a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 12px 17px;
    border: 1px solid rgba(244, 199, 113, .4);
    border-radius: 999px;
    color: #24160e;
    background: linear-gradient(135deg, #ffe1a0, #d69a43);
    font-weight: 850;
    text-decoration: none;
}
.product-faq-list { border-top: 1px solid rgba(255,255,255,.1); }
.product-faq-list details { border-bottom: 1px solid rgba(255,255,255,.1); }
.product-faq-list summary {
    position: relative;
    padding: 25px 52px 25px 0;
    color: #fff8e9;
    font-size: clamp(1.02rem, 1.5vw, 1.22rem);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
.product-faq-list summary::-webkit-details-marker { display: none; }
.product-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(235, 188, 102, .35);
    border-radius: 50%;
    color: #efc36f;
    transform: translateY(-50%);
}
.product-faq-list details[open] summary::after { content: "−"; }
.product-faq-list p {
    max-width: 760px;
    margin: -4px 54px 25px 0;
    color: rgba(255, 244, 226, .68);
    line-height: 1.75;
}
.product-faq-list a { color: #f5cd82; }
@media (max-width: 850px) {
    .product-faq-layout { grid-template-columns: 1fr; }
    .product-faq-heading { position: static; }
}

/* VERSION 40 — PUBLIC TEXTBOOK360 PRICING */
.pricing-section .product-v31-container { width:min(100% - 44px,1260px); }
.pricing-grid { gap:22px; }
.price-card { min-height:760px; padding:36px 30px 30px; overflow:hidden; }
.price-card::after {
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    right:-85px;
    top:-95px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(212,153,72,.13),transparent 70%);
    pointer-events:none;
}
.price-card h3 { min-height:2.1em; }
.price-amount {
    display:flex;
    align-items:flex-start;
    gap:5px;
    margin-top:25px;
    padding-bottom:18px;
    border-bottom:1px solid rgba(86,51,27,.13);
}
.price-amount > span {
    margin-top:9px;
    color:#9a622d;
    font-size:1.05rem;
    font-weight:900;
}
.price-amount > strong {
    font-size:clamp(3rem,4.4vw,4.2rem);
    line-height:.9;
    letter-spacing:-.07em;
}
.price-amount > small {
    align-self:flex-end;
    margin:0 0 5px 5px;
    color:#7a6656;
    font-size:.74rem;
    font-weight:750;
}
.price-annual {
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-top:14px;
    padding:13px 14px;
    border:1px solid rgba(154,98,45,.13);
    border-radius:14px;
    background:rgba(184,123,55,.065);
}
.price-annual b { font-size:.84rem; }
.price-annual span { color:#876f5c; font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.price-capacity {
    margin:18px 0 0 !important;
    padding:0 0 18px;
    border-bottom:1px solid rgba(86,51,27,.1);
    color:#7a5535 !important;
    font-size:.78rem !important;
    font-weight:800 !important;
    letter-spacing:.01em !important;
    line-height:1.55;
}
.price-card ul { margin:23px 0 28px; }
.price-onboarding {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
    padding:14px 0 18px;
    border-top:1px solid rgba(86,51,27,.12);
}
.price-onboarding span { color:#796657; font-size:.73rem; font-weight:750; }
.price-onboarding strong { font-size:.92rem; }
.price-card a { margin-top:0; }
.price-card.is-featured .price-amount { border-color:rgba(255,218,148,.18); }
.price-card.is-featured .price-amount > span { color:var(--v31-gold-light); }
.price-card.is-featured .price-amount > small,
.price-card.is-featured .price-annual span,
.price-card.is-featured .price-onboarding span { color:rgba(255,244,225,.62); }
.price-card.is-featured .price-annual { border-color:rgba(255,218,148,.16); background:rgba(255,218,148,.065); }
.price-card.is-featured .price-capacity { color:#f0cf91 !important; border-color:rgba(255,218,148,.13); }
.price-card.is-featured .price-onboarding { border-color:rgba(255,218,148,.14); }
.pricing-footnotes {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-top:42px;
}
.pricing-footnotes p {
    margin:0;
    padding:18px 20px;
    border:1px solid rgba(91,52,24,.12);
    border-radius:17px;
    color:#6d5848;
    background:rgba(255,252,246,.55);
    font-size:.78rem;
    line-height:1.65;
}
.pricing-footnotes strong { color:#3b2416; }

@media (max-width:900px) {
    .price-card { min-height:0; }
    .price-card h3 { min-height:0; }
    .pricing-footnotes { grid-template-columns:1fr; max-width:650px; margin-inline:auto; }
}

@media (max-width:520px) {
    .pricing-section .product-v31-container { width:min(100% - 28px,1260px); }
    .price-amount > strong { font-size:3.1rem; }
    .price-amount > small { max-width:65px; line-height:1.2; }
    .price-annual { flex-direction:column; gap:5px; }
    .price-onboarding { align-items:flex-start; flex-direction:column; gap:5px; }
}
