diff --git a/website/index.html b/website/index.html index 46e673b..cfb30ea 100644 --- a/website/index.html +++ b/website/index.html @@ -204,6 +204,30 @@ margin: 0 auto; } + /* ── Video section ───────────────────────────────────────────────── */ + #video { + padding: 24px 24px 8px; + max-width: 1100px; + margin: 0 auto; + } + .video-wrap { + position: relative; + padding-bottom: 56.25%; /* 16:9 aspect ratio */ + height: 0; + max-width: 900px; + margin: 0 auto; + border-radius: 12px; + overflow: hidden; + box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08); + } + .video-wrap iframe { + position: absolute; + top: 0; left: 0; + width: 100%; + height: 100%; + border: 0; + } + /* ── Demo banner ─────────────────────────────────────────────────── */ .demo-banner { background: var(--brand-lt); @@ -615,6 +639,21 @@

+ +
+
+ +
+
+ +
+