/* VisionInsight production page */
.visioninsight-temp-page {
  --vi-ink: #101a22;
  --vi-muted: #61717d;
  --vi-blue: #2759ff;
  --vi-cyan: #00a9c9;
  --vi-green: #11a879;
  --vi-line: #dbe5e8;
  --vi-soft: #f3f7f8;
  --vi-white: #ffffff;
  background: #fff;
  color: var(--vi-ink);
  font-family: "Manrope", sans-serif;
}

.visioninsight-temp-page .liquid-bg { display: none; }
.visioninsight-temp-page #visioninsight-main { overflow: hidden; background: #fff; }
.visioninsight-temp-page #visioninsight-main::before { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(27, 77, 91, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(27, 77, 91, .035) 1px, transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(#000, transparent 40%); }
.visioninsight-temp-page .vi-temp-section { position: relative; z-index: 1; width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; scroll-margin-top: 90px; }
.visioninsight-temp-page .vi-temp-section + .vi-temp-section { border-top: 1px solid var(--vi-line); }
.visioninsight-temp-page #visioninsight-main h1,
.visioninsight-temp-page #visioninsight-main h2,
.visioninsight-temp-page #visioninsight-main h3,
.visioninsight-temp-page #visioninsight-main p { margin-top: 0; }
.visioninsight-temp-page #visioninsight-main h1,
.visioninsight-temp-page #visioninsight-main h2 { color: var(--vi-ink); font-family: "DM Sans", sans-serif; font-weight: 600; letter-spacing: -.06em; }
.visioninsight-temp-page #visioninsight-main h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(4.1rem, 6.6vw, 7.3rem); line-height: .88; }
.visioninsight-temp-page #visioninsight-main h1 span { color: var(--vi-blue); }
.visioninsight-temp-page #visioninsight-main h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .96; }
.visioninsight-temp-page #visioninsight-main h3 { color: var(--vi-ink); font: 600 1.12rem/1.35 "Manrope", sans-serif; }
.visioninsight-temp-page #visioninsight-main p,
.visioninsight-temp-page #visioninsight-main li { color: var(--vi-muted); line-height: 1.7; }
.visioninsight-temp-page .vi-temp-eyebrow { margin: 0 0 22px; color: #52646e; font: 700 .7rem/1.2 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 1px; background: var(--vi-blue); }
.visioninsight-temp-page .vi-temp-section-heading { max-width: 760px; }
.visioninsight-temp-page .vi-temp-section-heading > p:last-child { max-width: 630px; font-size: 1.02rem; }
.visioninsight-temp-page .vi-temp-heading-row { display: grid; grid-template-columns: 1fr .48fr; gap: 80px; align-items: end; }
.visioninsight-temp-page .vi-temp-heading-row > p { max-width: 390px; margin-bottom: 20px; }

.visioninsight-temp-page .button.primary { border: 1px solid var(--vi-blue); background: var(--vi-blue); box-shadow: 0 13px 30px rgba(39, 89, 255, .18); color: #fff; }
.visioninsight-temp-page .button.primary:hover { background: #1747ed; box-shadow: 0 16px 36px rgba(39, 89, 255, .28); transform: translateY(-2px); }
.visioninsight-temp-page .vi-temp-text-link { display: inline-flex; gap: 11px; align-items: center; color: var(--vi-ink); font: 600 .86rem/1.2 "Manrope", sans-serif; text-decoration: none; }
.visioninsight-temp-page .vi-temp-text-link span { color: var(--vi-blue); }

.visioninsight-temp-page .vi-temp-hero { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(30px, 4vw, 58px); align-items: center; min-height: 900px; padding-top: 150px; }
.visioninsight-temp-page .vi-temp-product-mark { display: flex; gap: 18px; align-items: center; margin-bottom: 48px; }
.visioninsight-temp-page .vi-temp-wordmark { display: flex; gap: 10px; align-items: center; }
.visioninsight-temp-page .vi-temp-wordmark img { width: 27px; height: 32px; object-fit: contain; }
.visioninsight-temp-page .vi-temp-wordmark strong { color: #0b151c; font: 700 1.08rem/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.visioninsight-temp-page .vi-temp-wordmark strong span { color: #00a7c7; }
.visioninsight-temp-page .vi-temp-product-mark > span { padding-left: 18px; border-left: 1px solid var(--vi-line); color: #63747d; font: 700 .62rem/1.2 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-lead { max-width: 590px; margin-bottom: 35px; color: #50616b !important; font-size: 1.08rem; }
.visioninsight-temp-page .vi-temp-actions { display: flex; flex-wrap: wrap; gap: 26px; align-items: center; }
.visioninsight-temp-page .vi-temp-hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; }
.visioninsight-temp-page .vi-temp-hero-tags span { padding: 8px 12px; border: 1px solid var(--vi-line); border-radius: 100px; color: #5c6f78; font: 600 .65rem/1 "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-hero-visual { position: relative; min-width: 0; padding: 15px; overflow: hidden; border: 1px solid #ccdadd; border-radius: 22px; background: #f6f9fa; box-shadow: 0 35px 80px rgba(29, 62, 73, .12); }
.visioninsight-temp-page .vi-temp-visual-bar { display: flex; justify-content: space-between; gap: 20px; padding: 7px 8px 15px; color: #75858d; font: 700 .59rem/1.2 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-visual-bar i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--vi-green); box-shadow: 0 0 0 4px rgba(17, 168, 121, .1); animation: vi-temp-pulse 2s ease-in-out infinite; }
.visioninsight-temp-page .vi-temp-facility-object { display: block; width: 100%; min-height: 570px; border-radius: 12px; background: #fff; }
.visioninsight-temp-page canvas.vi-temp-webgl { height: 570px; background: radial-gradient(circle at 53% 44%, rgba(39, 89, 255, .075), transparent 40%), linear-gradient(180deg, #fff, #f8fbfc); pointer-events: none; }
.visioninsight-temp-page .vi-temp-video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #071116; }
.visioninsight-temp-page .vi-temp-video { width: 100%; height: 100%; min-height: 0; border-radius: 0; object-fit: cover; background: #071116; }
.visioninsight-temp-page .vi-temp-video-logo { position: absolute; right: 20px; bottom: 18px; z-index: 2; display: flex; gap: 8px; align-items: center; pointer-events: none; filter: drop-shadow(0 1px 2px rgba(255,255,255,.95)) drop-shadow(0 2px 5px rgba(0,0,0,.2)); }
.visioninsight-temp-page .vi-temp-video-logo img { width: 24px; height: 29px; object-fit: contain; }
.visioninsight-temp-page .vi-temp-video-logo strong { display: flex; align-items: baseline; color: #050b0f; font: 700 clamp(.92rem,1.4vw,1.22rem)/1 "Manrope",sans-serif; letter-spacing: -.055em; }
.visioninsight-temp-page .vi-temp-video-logo strong span { color: #050b0f; }.visioninsight-temp-page .vi-temp-video-logo strong b { color: #1bc4d1; font: inherit; }
.visioninsight-temp-page .vi-temp-story-rail, .visioninsight-temp-page .vi-temp-scene-story { position: absolute; z-index: 3; display: grid; gap: 5px; padding: 15px 17px; border: 1px solid #d2dfe2; border-left: 3px solid var(--vi-blue); border-radius: 8px; background: rgba(255,255,255,.93); box-shadow: 0 12px 28px rgba(28,58,68,.11); backdrop-filter: blur(12px); }
.visioninsight-temp-page .vi-temp-story-rail { top: 58px; left: 30px; width: 245px; }
.visioninsight-temp-page .vi-temp-scene-story { top: 34px; left: 34px; width: 270px; }
.visioninsight-temp-page .vi-temp-story-rail > span, .visioninsight-temp-page .vi-temp-scene-story > span { color: var(--vi-blue); font: 700 .56rem/1.2 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-story-rail > strong, .visioninsight-temp-page .vi-temp-scene-story > strong { color: var(--vi-ink); font: 600 .76rem/1.35 "Manrope",sans-serif; }
.visioninsight-temp-page .vi-temp-story-rail > small, .visioninsight-temp-page .vi-temp-scene-story > small { color: #75858c; font: 500 .61rem/1.35 "Manrope",sans-serif; }
.visioninsight-temp-page .vi-temp-story-rail > div, .visioninsight-temp-page .vi-temp-scene-story > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-top: 7px; }
.visioninsight-temp-page .vi-temp-story-rail i, .visioninsight-temp-page .vi-temp-scene-story i { height: 2px; background: #dce5e8; transition: background .25s ease; }
.visioninsight-temp-page .vi-temp-story-rail i.is-active, .visioninsight-temp-page .vi-temp-scene-story i.is-active { background: var(--vi-blue); }
.visioninsight-temp-page .vi-temp-webgl-fallback { display: grid; min-height: 500px; place-items: center; padding: 30px; color: #60727b; font-size: .8rem; text-align: center; }
.visioninsight-temp-page .vi-temp-detection-card { position: absolute; right: 32px; bottom: 47px; display: grid; gap: 5px; min-width: 235px; padding: 17px 19px; border: 1px solid #f2b04d; border-radius: 10px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 32px rgba(29, 51, 62, .14); backdrop-filter: blur(12px); }
.visioninsight-temp-page .vi-temp-detection-card small { color: #c27b0c; font: 700 .58rem/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-detection-card strong { color: var(--vi-ink); font: 600 .84rem/1.3 "Manrope", sans-serif; }
.visioninsight-temp-page .vi-temp-detection-card span { color: #6f7f86; font-size: .67rem; }
.visioninsight-temp-page .vi-temp-coordinate { position: absolute; bottom: 25px; left: 30px; color: #8b999f; font: 600 .56rem/1 "Manrope", sans-serif; letter-spacing: .08em; }
.visioninsight-temp-page .vi-temp-object-key { position: absolute; bottom: 25px; left: 30px; z-index: 3; display: flex; flex-wrap: wrap; gap: 7px 13px; max-width: 315px; }
.visioninsight-temp-page .vi-temp-object-key span { display: inline-flex; gap: 6px; align-items: center; color: #667881; font: 600 .55rem/1 "Manrope",sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-object-key i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--vi-blue); box-shadow: 0 0 0 3px rgba(39,89,255,.09); }
.visioninsight-temp-page .vi-temp-object-key .is-vehicle i { background: var(--vi-cyan); }.visioninsight-temp-page .vi-temp-object-key .is-camera i { background: var(--vi-green); }.visioninsight-temp-page .vi-temp-object-key .is-object i { background: #e99b22; }

.visioninsight-temp-page .vi-temp-intro { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: end; }
.visioninsight-temp-page .vi-temp-three-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--vi-line); border-left: 1px solid var(--vi-line); }
.visioninsight-temp-page .vi-temp-three-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--vi-line); border-bottom: 1px solid var(--vi-line); background: #fff; transition: 180ms ease; }
.visioninsight-temp-page .vi-temp-three-grid article:hover { background: var(--vi-soft); transform: translateY(-4px); }
.visioninsight-temp-page .vi-temp-three-grid article > span { color: var(--vi-blue); font: 700 .65rem/1 "Manrope", sans-serif; }
.visioninsight-temp-page .vi-temp-three-grid h3 { margin: 84px 0 10px; }
.visioninsight-temp-page .vi-temp-three-grid p { margin: 0; font-size: .82rem; }

.visioninsight-temp-page .vi-temp-solutions { padding-top: 110px; }
.visioninsight-temp-page .vi-temp-solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 54px; }
.visioninsight-temp-page .vi-temp-solution-grid article { display: flex; flex-direction: column; min-width: 0; padding: 15px 15px 25px; border: 1px solid var(--vi-line); border-radius: 14px; background: #fff; }
.visioninsight-temp-page .vi-temp-solution-grid img { width: 100%; height: 190px; margin-bottom: 24px; border-radius: 9px; object-fit: cover; background: #f3f7f8; }
.visioninsight-temp-page .vi-temp-solution-grid article:last-child img { object-fit: contain; padding: 17px; }
.visioninsight-temp-page .vi-temp-solution-grid article > span { color: var(--vi-blue); font: 700 .62rem/1.2 "Manrope",sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-solution-grid h3 { margin: 14px 0 10px; font: 600 1.45rem/1.14 "DM Sans",sans-serif !important; letter-spacing: -.025em; }
.visioninsight-temp-page .vi-temp-solution-grid p { min-height: 66px; color: #667881; font-size: .78rem; line-height: 1.55; }
.visioninsight-temp-page .vi-temp-solution-grid ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 16px 0 0; border-top: 1px solid var(--vi-line); list-style: none; }
.visioninsight-temp-page .vi-temp-solution-grid li { color: #3e525c; font-size: .72rem; }
.visioninsight-temp-page .vi-temp-solution-grid li::before { margin-right: 8px; color: var(--vi-cyan); content: "•"; }

.visioninsight-temp-page .vi-temp-platform { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: center; }
.visioninsight-temp-page .vi-temp-platform-copy > p:not(.vi-temp-eyebrow) { max-width: 480px; }
.visioninsight-temp-page .vi-temp-platform-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 14px; align-items: stretch; padding: 24px; border: 1px solid #d3dfe2; border-radius: 18px; background: #f8fafb; box-shadow: 0 30px 70px rgba(32, 62, 73, .1); }
.visioninsight-temp-page .vi-temp-platform-step { min-width: 0; padding: 22px; border: 1px solid var(--vi-line); border-radius: 12px; background: #fff; }
.visioninsight-temp-page .vi-temp-platform-step > span, .visioninsight-temp-page .vi-temp-platform-example > span { display: block; margin-bottom: 18px; color: var(--vi-blue); font: 700 .62rem/1.2 "Manrope", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-platform-step > strong { display: block; color: var(--vi-ink); font: 700 .9rem/1.35 "Manrope", sans-serif; }
.visioninsight-temp-page .vi-temp-platform-step > p { margin: 12px 0 0; color: #5d7079; font-size: .7rem; line-height: 1.65; }
.visioninsight-temp-page .vi-temp-flow-arrow { align-self: center; color: var(--vi-blue); font: 500 1.4rem/1 "Manrope", sans-serif; font-style: normal; }
.visioninsight-temp-page .vi-temp-platform-example { grid-column: 1 / -1; display: grid; grid-template-columns: .6fr 1.25fr 1fr; gap: 18px; align-items: center; margin-top: 4px; padding: 18px 22px; border-left: 3px solid #f0a226; border-radius: 6px; background: #fff8eb; }
.visioninsight-temp-page .vi-temp-platform-example > span { margin: 0; color: #a66300; }
.visioninsight-temp-page .vi-temp-platform-example > strong { color: var(--vi-ink); font-size: .72rem; }
.visioninsight-temp-page .vi-temp-platform-example > small { color: #6f7f86; font-size: .63rem; }

.visioninsight-temp-page .vi-temp-capabilities .vi-temp-section-heading { margin-bottom: 55px; }
.visioninsight-temp-page .vi-temp-tabs { display: grid; grid-template-columns: .36fr 1fr; gap: 55px; }
.visioninsight-temp-page .vi-temp-tablist { display: flex; flex-direction: column; }
.visioninsight-temp-page .vi-temp-tablist button { padding: 18px 17px; border: 0; border-bottom: 1px solid var(--vi-line); background: transparent; color: #718089; font: 600 .86rem/1.2 "Manrope", sans-serif; text-align: left; cursor: pointer; }
.visioninsight-temp-page .vi-temp-tablist button[aria-selected="true"] { border-left: 3px solid var(--vi-blue); background: #f4f7ff; color: var(--vi-blue); }
.visioninsight-temp-page .vi-temp-tab-panels { min-height: 380px; border: 1px solid var(--vi-line); border-radius: 15px; background: var(--vi-soft); }
.visioninsight-temp-page .vi-temp-tab-panels section { padding: 53px; }
.visioninsight-temp-page .vi-temp-tab-panels section[hidden] { display: none; }
.visioninsight-temp-page .vi-temp-tab-panels section > span { color: var(--vi-blue); font: 700 .64rem/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-tab-panels h3 { max-width: 620px; margin: 36px 0 45px; font: 600 clamp(2rem, 3vw, 3rem)/1.08 "DM Sans", sans-serif !important; letter-spacing: -.04em; }
.visioninsight-temp-page .vi-temp-tab-panels ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--vi-line); border-left: 1px solid var(--vi-line); list-style: none; }
.visioninsight-temp-page .vi-temp-tab-panels li { padding: 14px 17px; border-right: 1px solid var(--vi-line); border-bottom: 1px solid var(--vi-line); color: #4e616b; font-size: .78rem; }

.visioninsight-temp-page .vi-temp-context-tabs { display: flex; flex-wrap: wrap; margin: 55px 0 18px; border-bottom: 1px solid var(--vi-line); }
.visioninsight-temp-page .vi-temp-context-tabs button { padding: 14px 22px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #718088; font: 600 .75rem/1.2 "Manrope", sans-serif; cursor: pointer; }
.visioninsight-temp-page .vi-temp-context-tabs button[aria-selected="true"] { border-color: var(--vi-blue); color: var(--vi-blue); }
.visioninsight-temp-page .vi-temp-city-model { position: relative; padding: 14px; border: 1px solid #d2dfe2; border-radius: 18px; background: #f7fafb; box-shadow: 0 28px 70px rgba(30, 68, 78, .09); }
.visioninsight-temp-page .vi-temp-city-model .vi-temp-facility-object { min-height: 700px; }
.visioninsight-temp-page .vi-temp-city-model canvas.vi-temp-webgl { height: 700px; }
.visioninsight-temp-page .vi-temp-context-copy { position: absolute; left: 34px; bottom: 34px; display: grid; gap: 7px; max-width: 340px; padding: 21px 23px; border: 1px solid #cddadd; border-left: 3px solid var(--vi-blue); border-radius: 8px; background: rgba(255, 255, 255, .94); box-shadow: 0 14px 35px rgba(26, 58, 69, .12); backdrop-filter: blur(12px); }
.visioninsight-temp-page .vi-temp-context-copy small { color: var(--vi-blue); font: 700 .61rem/1.2 "Manrope", sans-serif; letter-spacing: .11em; text-transform: uppercase; }.visioninsight-temp-page .vi-temp-context-copy strong { color: var(--vi-ink); font: 600 1rem/1.35 "Manrope", sans-serif; }.visioninsight-temp-page .vi-temp-context-copy span { color: #687981; font-size: .74rem; line-height: 1.55; }

.visioninsight-temp-page .vi-temp-detections { padding-top: 120px; }
.visioninsight-temp-page .vi-temp-detection-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 54px; }
.visioninsight-temp-page .vi-temp-detection-grid article { overflow: hidden; border: 1px solid var(--vi-line); border-radius: 12px; background: #fff; }
.visioninsight-temp-page .vi-temp-detection-grid article > div { position: relative; height: 180px; overflow: hidden; }
.visioninsight-temp-page .vi-temp-detection-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.visioninsight-temp-page .vi-temp-detection-grid article:hover img { transform: scale(1.025); }
.visioninsight-temp-page .vi-temp-detection-grid article > div span { position: absolute; top: 13px; left: 13px; padding: 6px 9px; border-radius: 99px; background: rgba(255,255,255,.92); color: var(--vi-blue); font: 700 .55rem/1 "Manrope",sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.visioninsight-temp-page .vi-temp-detection-grid h3 { margin: 20px 20px 8px; font: 600 1.1rem/1.2 "DM Sans",sans-serif !important; }
.visioninsight-temp-page .vi-temp-detection-grid p { margin: 0 20px 23px; color: #697b83; font-size: .73rem; line-height: 1.5; }

.visioninsight-temp-page .vi-temp-search { display: grid; grid-template-columns: .6fr 1.4fr; gap: 100px; align-items: center; }
.visioninsight-temp-page .vi-temp-search-copy p:not(.vi-temp-eyebrow) { max-width: 430px; }
.visioninsight-temp-page .vi-temp-demo-button { margin-top: 20px; padding: 15px 20px; border: 1px solid var(--vi-blue); border-radius: 5px; background: #fff; color: var(--vi-blue); font: 700 .72rem/1.2 "Manrope", sans-serif; cursor: pointer; }.visioninsight-temp-page .vi-temp-demo-button span { margin-left: 14px; }.visioninsight-temp-page .vi-temp-demo-button:hover { background: #f2f5ff; }
.visioninsight-temp-page .vi-temp-search-ui { padding: 20px; border: 1px solid var(--vi-line); border-radius: 17px; background: var(--vi-soft); }
.visioninsight-temp-page .vi-temp-search-query { display: grid; grid-template-columns: .55fr 1fr 1fr; gap: 20px; align-items: center; padding: 20px; border: 1px solid var(--vi-line); border-radius: 8px; background: #fff; }.visioninsight-temp-page .vi-temp-search-query small, .visioninsight-temp-page .vi-temp-search-query span { color: #75858c; font-size: .68rem; }.visioninsight-temp-page .vi-temp-search-query strong { color: var(--vi-ink); font-size: .84rem; }
.visioninsight-temp-page .vi-temp-search-status { display: flex; gap: 10px; align-items: center; padding: 18px 4px; color: #78878e; font-size: .68rem; }.visioninsight-temp-page .vi-temp-search-status i { width: 7px; height: 7px; border-radius: 50%; background: #a2afb4; }.visioninsight-temp-page .vi-temp-search-ui.is-running .vi-temp-search-status i { background: var(--vi-blue); animation: vi-temp-pulse 1s infinite; }.visioninsight-temp-page .vi-temp-search-ui.is-complete .vi-temp-search-status i { background: var(--vi-green); }
.visioninsight-temp-page .vi-temp-search-results { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; min-height: 225px; padding-top: 8px; }.visioninsight-temp-page .vi-temp-search-results article { position: relative; z-index: 1; min-height: 95px; padding: 16px; border: 1px solid var(--vi-line); border-radius: 7px; background: #fff; opacity: .35; transform: translateY(8px); transition: 300ms ease; }.visioninsight-temp-page .vi-temp-search-ui.is-complete article { opacity: 1; transform: none; }.visioninsight-temp-page .vi-temp-search-results b, .visioninsight-temp-page .vi-temp-search-results span { display: block; }.visioninsight-temp-page .vi-temp-search-results b { color: var(--vi-blue); font-size: .69rem; }.visioninsight-temp-page .vi-temp-search-results span { margin-top: 22px; color: #586b74; font-size: .7rem; }.visioninsight-temp-page .vi-temp-search-results svg { position: absolute; bottom: 7px; left: 0; width: 100%; }.visioninsight-temp-page .vi-temp-search-results path { fill: none; stroke: var(--vi-blue); stroke-width: 1.5; stroke-dasharray: 8 6; }.visioninsight-temp-page .vi-temp-search-results circle { fill: var(--vi-blue); }

.visioninsight-temp-page .vi-temp-integration { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.visioninsight-temp-page .vi-temp-integration-copy > p:not(.vi-temp-eyebrow) { max-width: 530px; margin-top: 22px; color: #64767f; font-size: .9rem; line-height: 1.7; }
.visioninsight-temp-page .vi-temp-integration-copy ul { display: grid; gap: 11px; margin: 27px 0 0; padding: 0; list-style: none; }
.visioninsight-temp-page .vi-temp-integration-copy li { color: #344b56; font-size: .77rem; }
.visioninsight-temp-page .vi-temp-integration-copy li::before { display: inline-block; width: 6px; height: 6px; margin-right: 11px; border-radius: 50%; background: var(--vi-green); content: ""; vertical-align: 2px; }
.visioninsight-temp-page .vi-temp-integration-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 13px; align-items: center; padding: 28px; border: 1px solid var(--vi-line); border-radius: 16px; background: linear-gradient(135deg,#f8fbfc,#eef4ff); }
.visioninsight-temp-page .vi-temp-integration-flow div { display: grid; min-height: 170px; align-content: center; gap: 8px; padding: 18px; border: 1px solid #d5e1e4; border-radius: 10px; background: rgba(255,255,255,.9); text-align: center; }
.visioninsight-temp-page .vi-temp-integration-flow div span { color: var(--vi-blue); font: 700 .62rem/1 "Manrope",sans-serif; letter-spacing: .1em; }
.visioninsight-temp-page .vi-temp-integration-flow div strong { color: var(--vi-ink); font: 600 .95rem/1.25 "Manrope",sans-serif; }
.visioninsight-temp-page .vi-temp-integration-flow div small { color: #708188; font-size: .63rem; line-height: 1.4; }
.visioninsight-temp-page .vi-temp-integration-flow > i { color: var(--vi-cyan); font: 400 1.3rem/1 sans-serif; }

.visioninsight-temp-page .vi-temp-delivery { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; }
.visioninsight-temp-page .vi-temp-delivery > ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--vi-line); border-left: 1px solid var(--vi-line); list-style: none; }.visioninsight-temp-page .vi-temp-delivery > ol li { min-height: 230px; padding: 27px; border-right: 1px solid var(--vi-line); border-bottom: 1px solid var(--vi-line); }.visioninsight-temp-page .vi-temp-delivery li > span { color: var(--vi-blue); font-size: .63rem; font-weight: 700; }.visioninsight-temp-page .vi-temp-delivery h3 { margin: 76px 0 10px; }.visioninsight-temp-page .vi-temp-delivery li p { font-size: .78rem; }
.visioninsight-temp-page .vi-temp-governance { grid-column: 2; margin: 0; padding: 22px 26px; border-left: 3px solid var(--vi-green); background: #f1f8f6; font-size: .8rem; }.visioninsight-temp-page .vi-temp-governance strong { color: #117d5e; }

.visioninsight-temp-page .vi-temp-faq { display: grid; grid-template-columns: .6fr 1.4fr; gap: 100px; }.visioninsight-temp-page .vi-temp-faq-list { border-top: 1px solid var(--vi-line); }.visioninsight-temp-page .vi-temp-faq-list details { border-bottom: 1px solid var(--vi-line); }.visioninsight-temp-page .vi-temp-faq-list summary { position: relative; padding: 24px 50px 24px 0; color: var(--vi-ink); font: 600 .9rem/1.4 "Manrope", sans-serif; cursor: pointer; list-style: none; }.visioninsight-temp-page .vi-temp-faq-list summary::-webkit-details-marker { display: none; }.visioninsight-temp-page .vi-temp-faq-list summary::after { position: absolute; top: 18px; right: 8px; color: var(--vi-blue); content: "+"; font-size: 1.55rem; font-weight: 400; }.visioninsight-temp-page .vi-temp-faq-list details[open] summary::after { content: "−"; }.visioninsight-temp-page .vi-temp-faq-list p { max-width: 670px; padding-bottom: 22px; font-size: .8rem; }

.visioninsight-temp-page .vi-temp-final-cta { width: min(1260px, calc(100% - 48px)); margin-bottom: 100px; padding: 75px; border: 0 !important; border-radius: 20px; background: linear-gradient(120deg, #eff4ff, #edf9f6); text-align: center; }.visioninsight-temp-page .vi-temp-final-cta h2 { max-width: 800px; margin-right: auto; margin-left: auto; }.visioninsight-temp-page .vi-temp-final-cta .button { margin-top: 18px; }

@keyframes vi-temp-pulse { 0%,100% { opacity: .55; transform: scale(.88); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes vi-temp-dash { to { stroke-dashoffset: -100; } }

@media (max-width: 1080px) {
  .visioninsight-temp-page .vi-temp-hero { grid-template-columns: 1fr; padding-top: 145px; }
  .visioninsight-temp-page .vi-temp-hero-copy { max-width: 780px; }
  .visioninsight-temp-page .vi-temp-intro, .visioninsight-temp-page .vi-temp-platform { grid-template-columns: 1fr; gap: 55px; }
  .visioninsight-temp-page .vi-temp-tabs { grid-template-columns: .45fr 1fr; }
  .visioninsight-temp-page .vi-temp-city-model .vi-temp-facility-object { min-height: 540px; }
  .visioninsight-temp-page .vi-temp-city-model .vi-temp-video { height: 100%; min-height: 0; }
  .visioninsight-temp-page .vi-temp-solution-grid, .visioninsight-temp-page .vi-temp-detection-grid { grid-template-columns: 1fr 1fr; }
  .visioninsight-temp-page .vi-temp-search { gap: 55px; }
  .visioninsight-temp-page .vi-temp-integration { grid-template-columns: 1fr; gap: 48px; }
  .visioninsight-temp-page .vi-temp-delivery { grid-template-columns: 1fr; gap: 50px; }.visioninsight-temp-page .vi-temp-governance { grid-column: 1; }
}

@media (max-width: 760px) {
  .visioninsight-temp-page .vi-temp-section { width: min(100% - 30px, 1260px); padding: 76px 0; }
  .visioninsight-temp-page #visioninsight-main h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .visioninsight-temp-page #visioninsight-main h2 { font-size: clamp(2.7rem, 12vw, 3.8rem); }
  .visioninsight-temp-page .vi-temp-hero { display: block; padding-top: 120px; }
  .visioninsight-temp-page .vi-temp-product-mark { margin-bottom: 38px; }.visioninsight-temp-page .vi-temp-wordmark img { width: 25px; height: 30px; }.visioninsight-temp-page .vi-temp-product-mark > span { font-size: .53rem; }
  .visioninsight-temp-page .vi-temp-hero-visual { margin-top: 50px; padding: 9px; }
  .visioninsight-temp-page .vi-temp-facility-object { min-height: 400px; }.visioninsight-temp-page canvas.vi-temp-webgl { height: 400px; }.visioninsight-temp-page .vi-temp-video { height: 100%; min-height: 0; }
  .visioninsight-temp-page .vi-temp-video-logo { right: 12px; bottom: 11px; gap: 6px; }.visioninsight-temp-page .vi-temp-video-logo img { width: 19px; height: 23px; }.visioninsight-temp-page .vi-temp-video-logo strong { font-size: .86rem; }
  .visioninsight-temp-page .vi-temp-detection-card { right: 20px; bottom: 31px; left: 20px; min-width: 0; }
  .visioninsight-temp-page .vi-temp-story-rail { top: 50px; right: 18px; left: 18px; width: auto; }
  .visioninsight-temp-page .vi-temp-coordinate { display: none; }.visioninsight-temp-page .vi-temp-object-key { right: 18px; bottom: 14px; left: 18px; justify-content: center; }
  .visioninsight-temp-page .vi-temp-intro, .visioninsight-temp-page .vi-temp-heading-row, .visioninsight-temp-page .vi-temp-search, .visioninsight-temp-page .vi-temp-faq { grid-template-columns: 1fr; gap: 36px; }
  .visioninsight-temp-page .vi-temp-three-grid { grid-template-columns: 1fr; }.visioninsight-temp-page .vi-temp-three-grid article { min-height: 180px; }.visioninsight-temp-page .vi-temp-three-grid h3 { margin-top: 48px; }
  .visioninsight-temp-page .vi-temp-solution-grid, .visioninsight-temp-page .vi-temp-detection-grid { grid-template-columns: 1fr; }.visioninsight-temp-page .vi-temp-solution-grid p { min-height: 0; }.visioninsight-temp-page .vi-temp-detection-grid article > div { height: 205px; }
  .visioninsight-temp-page .vi-temp-platform-flow { grid-template-columns: 1fr; padding: 16px; border-radius: 12px; }.visioninsight-temp-page .vi-temp-flow-arrow { justify-self: center; transform: rotate(90deg); }.visioninsight-temp-page .vi-temp-platform-example { grid-column: auto; grid-template-columns: 1fr; gap: 7px; }.visioninsight-temp-page .vi-temp-platform-example > span { margin-bottom: 4px; }
  .visioninsight-temp-page .vi-temp-tabs { grid-template-columns: 1fr; gap: 18px; }.visioninsight-temp-page .vi-temp-tablist { flex-direction: row; overflow-x: auto; }.visioninsight-temp-page .vi-temp-tablist button { min-width: 110px; border-bottom: 2px solid var(--vi-line); text-align: center; }.visioninsight-temp-page .vi-temp-tablist button[aria-selected="true"] { border-bottom-color: var(--vi-blue); border-left: 0; }.visioninsight-temp-page .vi-temp-tab-panels { min-height: 0; }.visioninsight-temp-page .vi-temp-tab-panels section { padding: 31px 24px; }.visioninsight-temp-page .vi-temp-tab-panels ul { grid-template-columns: 1fr; }
  .visioninsight-temp-page .vi-temp-context-tabs { flex-wrap: nowrap; overflow-x: auto; }.visioninsight-temp-page .vi-temp-context-tabs button { min-width: max-content; padding: 13px 16px; }
  .visioninsight-temp-page .vi-temp-city-model .vi-temp-facility-object { min-height: 430px; }.visioninsight-temp-page .vi-temp-city-model canvas.vi-temp-webgl { height: 430px; }.visioninsight-temp-page .vi-temp-city-model .vi-temp-video { height: 100%; min-height: 0; }.visioninsight-temp-page .vi-temp-scene-story { top: 24px; right: 24px; left: 24px; width: auto; }.visioninsight-temp-page .vi-temp-context-copy { position: relative; right: auto; bottom: auto; left: auto; max-width: none; margin-top: 10px; }
  .visioninsight-temp-page .vi-temp-search-ui { padding: 11px; }.visioninsight-temp-page .vi-temp-search-query { grid-template-columns: 1fr 1fr; }.visioninsight-temp-page .vi-temp-search-query span { grid-column: 1 / -1; }.visioninsight-temp-page .vi-temp-search-results { grid-template-columns: 1fr; min-height: 390px; }.visioninsight-temp-page .vi-temp-search-results svg { display: none; }
  .visioninsight-temp-page .vi-temp-integration-flow { grid-template-columns: 1fr; }.visioninsight-temp-page .vi-temp-integration-flow > i { transform: rotate(90deg); text-align: center; }.visioninsight-temp-page .vi-temp-integration-flow div { min-height: 125px; }
  .visioninsight-temp-page .vi-temp-delivery > ol { grid-template-columns: 1fr; }.visioninsight-temp-page .vi-temp-delivery > ol li { min-height: 180px; }.visioninsight-temp-page .vi-temp-delivery h3 { margin-top: 45px; }
  .visioninsight-temp-page .vi-temp-final-cta { width: min(100% - 30px, 1260px); margin-bottom: 55px; padding: 52px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .visioninsight-temp-page #visioninsight-main *, .visioninsight-temp-page #visioninsight-main *::before, .visioninsight-temp-page #visioninsight-main *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
