@@ -3478,6 +3478,65 @@ <h3>Own it.</h3>
34783478 </ div >
34793479 </ section >
34803480
3481+ <!-- ========== Slide 5a: Demo video placeholder ========== -->
3482+ < section class ="slide s5a ">
3483+ < div class ="content ">
3484+ < h2 class ="section-title anim d1 "> See it < em > live</ em > .</ h2 >
3485+ < p class ="section-lead anim d2 ">
3486+ Score → Auto-fix → Re-score on real Azure data — under 3 minutes.
3487+ </ p >
3488+ < div
3489+ class ="video-frame anim d3 "
3490+ style ="
3491+ position: relative;
3492+ width: 100%;
3493+ max-width: 1400px;
3494+ margin: 1.5rem auto 0;
3495+ padding-top: 56.25%;
3496+ border-radius: 16px;
3497+ overflow: hidden;
3498+ background: #0a1733;
3499+ box-shadow: 0 20px 60px rgba(10, 23, 51, 0.25);
3500+ border: 1px solid var(--line);
3501+ "
3502+ >
3503+ <!-- Replace src with your demo video URL (YouTube embed or MP4) -->
3504+ < div
3505+ style ="
3506+ position: absolute;
3507+ inset: 0;
3508+ display: flex;
3509+ align-items: center;
3510+ justify-content: center;
3511+ color: rgba(255, 255, 255, 0.55);
3512+ font-size: 1.2rem;
3513+ font-weight: 600;
3514+ letter-spacing: 0.04em;
3515+ text-align: center;
3516+ padding: 2rem;
3517+ line-height: 1.5;
3518+ "
3519+ >
3520+ ▶ Demo video goes here< br />
3521+ < span style ="font-size: 0.85rem; font-weight: 400; opacity: 0.7 "
3522+ > Replace this div with an <iframe> or <video>
3523+ element</ span
3524+ >
3525+ </ div >
3526+ <!--
3527+ <iframe
3528+ src="https://www.youtube.com/embed/YOUR_VIDEO_ID?rel=0&modestbranding=1&playsinline=1&controls=1"
3529+ title="Azure FinOps Agent · live demo"
3530+ loading="lazy"
3531+ allow="autoplay; encrypted-media; fullscreen; picture-in-picture"
3532+ allowfullscreen
3533+ style="position:absolute;inset:0;width:100%;height:100%;border:0"
3534+ ></iframe>
3535+ -->
3536+ </ div >
3537+ </ div >
3538+ </ section >
3539+
34813540 <!-- ========== Slide 5b: Proof ========== -->
34823541 < section class ="slide s5b ">
34833542 < div class ="content ">
0 commit comments