.examples-page{background:#fff;color:#171b24}
.examples-page .examples-shell{width:min(1240px,100%);margin:0 auto;padding:0 32px}
.examples-page .examples-kicker{margin:0 0 16px;color:#7650d6;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.examples-hero{display:flex;align-items:center;min-height:calc(100svh - 68px);padding:54px 0 70px;background:#f7f5fc}
.examples-hero>.examples-shell{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(30px,5vw,76px)}
.examples-intro{animation:examples-rise .55s ease-out both}
.examples-intro h1{margin:0;font-size:clamp(48px,4.4vw,68px);font-weight:700;line-height:.99;letter-spacing:-.07em}
.examples-intro h1 em{color:#7650d6;font-style:normal}
.examples-intro>p:not(.examples-kicker){max-width:34ch;margin:26px 0 28px;color:#586376;font-size:clamp(17px,1.6vw,21px);line-height:1.5}
.examples-jump{display:inline-flex;align-items:center;gap:10px;border-bottom:1px solid #7650d6;padding-bottom:5px;color:#5d38bf;font-size:15px;font-weight:700;text-decoration:none}
.examples-jump:hover{color:#3f2590;text-decoration:none}
.examples-featured{animation:examples-rise .7s .12s ease-out both}
.example-item{min-width:0;border-top:1px solid #e6e3eb;padding:26px 0 34px;transition:border-color .2s ease}
.example-item:hover{border-color:#b3a5dc}
.example-media{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:10px;min-height:0}
.example-product,.example-result{position:relative;min-width:0;overflow:hidden;background:#f0eef5}
.example-product{display:grid;place-items:center;aspect-ratio:4/5}
.example-product img{display:block;width:100%;height:100%;object-fit:contain}
.example-result{aspect-ratio:4/5;background:#14151d}
.example-result .example-play,.example-result video{display:block;width:100%;height:100%}
.example-result .example-play{position:relative;overflow:hidden;color:#fff;text-decoration:none}
.example-result .example-play img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.example-item:hover .example-play img{transform:scale(1.035)}
.example-result video{object-fit:contain;background:#111}
.example-result video[hidden],.example-result .example-play[hidden]{display:none}
.example-media-label{position:absolute;z-index:2;top:12px;left:12px;border-radius:4px;background:#fff;padding:5px 8px;color:#252236;font-size:11px;font-weight:700;line-height:1.2}
.example-result .example-media-label{background:#181521;color:#fff}
.example-play-icon{position:absolute;top:50%;left:50%;display:grid;width:60px;height:60px;place-items:center;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(20,16,33,.55);font-size:22px;transform:translate(-50%,-50%);transition:background .2s ease,scale .2s ease}
.example-play:hover .example-play-icon,.example-play:focus-visible .example-play-icon{background:#7650d6;scale:1.08}
.example-play-text{position:absolute;right:12px;bottom:12px;border-radius:4px;background:rgba(20,16,33,.7);padding:5px 8px;font-size:11px;font-weight:700}
.example-caption{display:grid;grid-template-columns:56px 1fr;gap:18px;padding-top:18px}
.example-number{padding-top:3px;color:#8d879b;font-size:11px;font-weight:700;letter-spacing:.08em}
.example-format{color:#7650d6;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.example-caption h2,.example-caption h3{margin:3px 0 3px;color:#171b24;font-size:clamp(18px,1.7vw,23px);font-weight:700;line-height:1.2;letter-spacing:-.025em}
.example-caption p{margin:0;color:#667085;font-size:13px;line-height:1.5}
.example-featured{border:0;padding:0}
.example-featured .example-product{background:#ede9f4}
.example-featured .example-media{gap:12px}
.example-featured .example-caption{padding-top:20px}
.example-featured .example-caption h2{font-size:26px}
.examples-gallery{padding:86px 0 100px}
.examples-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.55fr);align-items:end;gap:15px;margin-bottom:42px}
.examples-section-heading .examples-kicker{grid-column:1/-1;margin:0}
.examples-section-heading h2{max-width:16ch;margin:0;color:#171b24;font-size:clamp(36px,4vw,58px);line-height:1.04;letter-spacing:-.055em}
.examples-section-heading>p:last-child{max-width:32ch;margin:0 0 4px;color:#667085;font-size:16px;line-height:1.5}
.examples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:36px;row-gap:10px}
.examples-final{padding:88px 0 96px;background:#261b4d;color:#fff}
.examples-final .examples-kicker{color:#c7adff}
.examples-final h2{max-width:16ch;margin:0;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.06em}
.examples-final p:not(.examples-kicker){max-width:45ch;margin:19px 0 28px;color:#ddd5ec;font-size:17px;line-height:1.55}
.examples-page footer{margin:0}
@keyframes examples-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:880px){.examples-hero>.examples-shell{grid-template-columns:1fr;gap:42px}.examples-intro h1{max-width:none}.examples-featured{max-width:700px}.examples-gallery{padding-top:70px}}
@media(max-width:640px){.examples-page .examples-shell{padding:0 20px}.examples-hero{min-height:0;padding:46px 0 58px}.examples-intro h1{font-size:clamp(46px,12vw,68px)}.examples-intro>p:not(.examples-kicker){margin:18px 0 21px;font-size:16px}.examples-grid{grid-template-columns:1fr}.examples-section-heading{grid-template-columns:1fr;gap:12px}.examples-gallery{padding:60px 0 70px}.example-item{padding:22px 0 28px}.example-media{gap:8px}.example-caption{grid-template-columns:48px 1fr;gap:12px}.examples-final{padding:70px 0 76px}}
@media(prefers-reduced-motion:reduce){.examples-intro,.examples-featured{animation:none}.example-play img,.example-play-icon,.example-item{transition:none}}
