/* Product previews: real interface captures, fictional records. */
.product-tour { background: #f6f8fb; overflow: clip; }
.tour-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.tour-heading h2 { margin: 14px 0 0; letter-spacing: -1.7px; line-height: 1.2; }
.tour-heading h2 span { color: #007a79; }
.tour-heading > p { max-width: 370px; color: var(--muted); line-height: 1.8; margin-bottom: 2px; }
.product-explorer { border: 1px solid #dde4eb; border-radius: 24px; padding: 10px 30px 20px; background: white; box-shadow: 0 24px 60px -35px #1e2c4a40; }
.tour-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; border-bottom: 1px solid #e5eaf0; }
.tour-tabs button { border: 0; border-bottom: 3px solid transparent; padding: 22px 8px; background: transparent; display: flex; align-items: center; gap: 10px; color: #5a6878; font-size: 16px; font-weight: 700; }
.tour-tabs button.active { color: #006b69; border-bottom-color: #09bdb6; }
.tour-tabs button:focus-visible, .tour-zoom:focus-visible { outline: 3px solid #007c7a; outline-offset: 3px; }
.tour-tab-number { font-size: 12px; color: #536173; margin-left: auto; }
.tour-layout { display: grid; grid-template-columns: .8fr 1.7fr; gap: 35px; align-items: center; padding: 38px 0 22px; }
.tour-copy { padding-left: 4px; }
.tour-kicker { color: #007572; font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }
.tour-copy h3 { font-size: clamp(23px,2.3vw,30px); line-height: 1.3; letter-spacing: -.8px; margin: 14px 0; }
.tour-copy p { font-size: 15px; line-height: 1.85; color: var(--muted); }
.tour-copy ul { padding: 0; list-style: none; margin: 22px 0; }
.tour-copy li { position: relative; padding-left: 20px; font-size: 14px; line-height: 1.7; margin: 10px 0; }
.tour-copy li::before { content: '✓'; position: absolute; left: 0; color: #007a74; font-weight: 800; }
.tour-zoom { background: #edf8f7; border: 1px solid #cde4e2; border-radius: 9px; padding: 10px 15px; color: #006765; font-weight: 700; font-size: 14px; }
.tour-zoom span { margin-left: 12px; }
.tour-screen { position: relative; margin: 0; border: 1px solid #d3dce4; border-radius: 12px; background: #f5f7fa; box-shadow: 0 18px 30px -12px #14283a2b, 0 4px 0 #d6dfe5; }
.screen-chrome { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: #eef2f6; border-radius: 11px 11px 0 0; font-size: 10px; color: #566478; }
.screen-chrome > span:first-child { color: #98a5b6; font-size: 9px; letter-spacing: 2px; }
.screen-chrome .icon { width: 12px; height: 12px; }
.tour-screen img { display: block; width: 100%; height: auto; border-radius: 0 0 11px 11px; }
.tour-caption { display: flex; align-items: center; justify-content: center; gap: 8px; color: #687588; font-size: 12px; margin: 12px 0 0; }
.demo-dot { width: 6px; height: 6px; border-radius: 50%; background: #008a82; flex-shrink: 0; }
.mobile-story { background: radial-gradient(ellipse at 10% 30%,#1bcfc01a,transparent 42%),radial-gradient(ellipse at 90% 100%,#fe2c5510,transparent 45%),#141922; color: #f7f9fc; overflow: clip; }
.showcase-copy { max-width: 630px; }
.showcase-copy .eyebrow { color: #70f5ed; }
.showcase-copy h2 { font-size: clamp(29px,3vw,39px); line-height: 1.25; letter-spacing: -1.3px; margin: 14px 0 20px; color: white; }
.showcase-copy h2 span { color: #8ff3eb; }
.showcase-copy > p { color: #bac8d6; font-size: 16px; line-height: 1.85; margin-bottom: 26px; }
.mobile-stage { position: relative; display: grid; place-items: center; padding: 55px 0 85px; perspective: 1400px; }
.mobile-halo { position: absolute; width: 440px; height: 440px; max-width: 120%; border: 1px solid #25f4ee28; border-radius: 50%; background: radial-gradient(circle,#25f4ee14,transparent 70%); transform: rotateX(35deg); }
.mobile-halo::before { content: ''; position: absolute; inset: -35px; border: 1px solid #fe2c552b; border-radius: 50%; }
.phone-device { position: relative; width: 292px; padding: 28px 8px 9px; border: 2px solid #5e6a78; border-radius: 39px; background: #0a0e15; margin: 0; box-shadow: 12px 20px 0 -8px #070c12, 0 35px 70px #0006; }
.phone-camera { position: absolute; width: 65px; height: 7px; border-radius: 10px; top: 11px; left: calc(50% - 32px); background: #303945; }
.phone-device img { width: 100%; height: auto; border-radius: 20px 20px 28px 28px; display: block; }
.phone-device figcaption { position: absolute; bottom: -43px; width: 100%; left: 0; text-align: center; color: #b6c9d4; font-size: 12px; }
.mobile-badge { position: absolute; bottom: 98px; left: 8px; display: flex; align-items: center; gap: 12px; padding: 17px 21px; border: 1px solid #3a505a; border-radius: 14px; background: #202f38; box-shadow: -4px 4px 0 #25f4ee70, 0 10px 35px #0004; transform: rotate(-4deg); }
.mobile-badge-icon { width: 36px; height: 36px; background: #25f4ee; color: #163839; border-radius: 50%; display: grid; place-items: center; }
.mobile-badge strong { display: block; font-size: 14px; }
.mobile-badge div > span { display: block; color: #c2d6db; font-size: 11px; margin-top: 3px; }
.story-chat { border: 1px solid #33434f; border-radius: 18px; background: #0c121b; box-shadow: 7px 7px 0 #25f4ee0c; }
.story-chat-top { display: flex; align-items: center; gap: 12px; padding: 17px 22px; border-bottom: 1px solid #2a3644; }
.story-avatar { width: 39px; height: 39px; display: grid; place-items: center; background: #193c40; color: #76f1e6; border-radius: 50%; }
.story-chat-top strong { display: block; font-size: 15px; }
.story-chat-top div > span { font-size: 11px; color: #b4c6d3; }
.story-example { margin-left: auto; border: 1px solid #465664; padding: 3px 7px; border-radius: 5px; font-size: 10px; letter-spacing: 1px; color: #b7c6d2; }
.story-messages { display: flex; flex-direction: column; gap: 12px; padding: 20px 23px; }
.story-message { max-width: 87%; padding: 12px 15px; border: 1px solid #303c4a; border-radius: 12px 12px 12px 3px; background: #1c2733; }
.story-message.sent { align-self: flex-end; background: #153b3a; border-color: #245554; border-radius: 12px 12px 3px 12px; }
.story-speaker { font-size: 9px; font-weight: 800; letter-spacing: 1.1px; color: #9deae2; }
.story-message p { font-size: 14px; line-height: 1.65; margin: 5px 0 0; color: #edf4f8; }
.story-message time { display: block; text-align: right; color: #b3c8cc; font-size: 9px; margin-top: 2px; }
.story-summary { border-left: 2px solid #25f4ee; }
.story-status { display: flex; align-items: center; gap: 7px; border-top: 1px solid #40515c; padding-top: 10px; margin-top: 10px; color: #abece6; font-size: 12px; }
.story-status .icon { width: 15px; height: 15px; }
.story-chat-footer { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px; border-top: 1px solid #293643; color: #bdccd8; font-size: 11px; }
.story-chat-footer .icon { flex-shrink: 0; width: 16px; height: 16px; color: #78e4da; }
.story-caption { color: #aebfce; font-size: 11px; line-height: 1.7; margin: 15px 0 20px; }
.story-cta { color: #8bf1e8; }
.story-cta:hover { color: white; }
.preview-modal .modal-content { border: 0; border-radius: 18px; }
.preview-modal .modal-header p { color: #5b6778; font-size: 13px; margin-top: 5px; }
.preview-modal .modal-body { padding: 0; background: #f5f7fa; }
.preview-modal img { width: 100%; height: auto; display: block; }
@media (min-width:992px) and (prefers-reduced-motion:no-preference) {
 [data-motion="on"] .phone-device { --tilt-ry: -9deg; --tilt-rx: 3deg; }
 [data-motion="on"] .tour-screen { --tilt-ry: -3deg; }
}
@media (max-width:991.98px) {
 .tour-heading { display: block; }
 .tour-heading > p { max-width: 590px; margin-top: 20px; }
 .tour-layout { grid-template-columns: 1fr; gap: 25px; }
 .tour-copy h3 br { display: none; }
 .tour-copy ul { display: flex; gap: 10px 25px; flex-wrap: wrap; margin: 10px 0 20px; }
 .mobile-stage { padding: 15px 0 70px; }
 .mobile-badge { left: calc(50% - 160px); bottom: 93px; }
 .mobile-story .col-lg-5 { order: 2; }
}
@media (max-width:575.98px) {
 .product-explorer { padding: 5px 15px 20px; border-radius: 18px; }
 .tour-tabs { gap: 5px; }
 .tour-tabs button { flex-direction: column; padding: 17px 2px 13px; gap: 7px; font-size: 12px; }
 .tour-tab-number { display: none; }
 .tour-tabs .icon { width: 18px; height: 18px; }
 .tour-layout { padding-top: 25px; }
 .tour-copy h3 { font-size: 26px; }
 .tour-copy p { font-size: 15px; }
 .tour-copy ul { display: block; }
 .tour-caption { align-items: flex-start; font-size: 11px; line-height: 1.6; text-align: center; }
 .demo-dot { margin-top: 5px; }
 .mobile-story { padding-block: 64px; }
 .showcase-copy h2 { font-size: 31px; }
 .story-messages { padding: 15px 12px; }
 .story-message { max-width: 94%; padding: 10px 12px; }
 .story-chat-top { padding: 15px; }
 .story-message p { font-size: 14px; }
 .story-chat-footer { font-size: 11px; }
 .mobile-badge { max-width: 305px; padding: 14px; }
 .tour-screen { border-radius: 8px; }
 .screen-chrome { padding: 8px; font-size: 8px; }
}
