.showcase-hero { position: relative; overflow: hidden; padding: 82px 0 70px; background: radial-gradient(circle at 82% 16%, rgba(66, 212, 255, .24), transparent 27%), radial-gradient(circle at 50% 100%, rgba(22, 119, 255, .1), transparent 32%), linear-gradient(180deg, #fff 0%, #f2f8ff 100%); }
.showcase-hero:before { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(18, 57, 95, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 57, 95, .06) 1px, transparent 1px); background-size: 44px 44px; content: ""; }
.showcase-hero-copy { position: relative; max-width: 850px; }
.showcase-hero-copy h1 { max-width: 700px; }
.showcase-hero-copy p { max-width: 730px; margin-top: 20px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.26rem); }
.showcase-listing { padding-block: 78px; }
.showcase-item { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: center; gap: 66px; }
.showcase-item + .showcase-item { margin-top: 94px; }
.showcase-item-reverse { grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); }
.showcase-item-reverse .showcase-visual { order: 2; }
.showcase-item-reverse .showcase-copy { order: 1; }
.showcase-visual { position: relative; }
.showcase-image-link { display: block; overflow: hidden; border: 1px solid rgba(18, 57, 95, .16); border-radius: var(--radius-lg); background: var(--navy-950); box-shadow: var(--shadow-lg); }
.showcase-image-link img { width: 100%; height: auto; transition: transform .25s ease; }
.showcase-image-link:hover img, .showcase-image-link:focus-visible img { transform: scale(1.015); }
.showcase-image-link:focus-visible, .showcase-enlarge:focus-visible, .showcase-lightbox-close:focus-visible { outline: 3px solid var(--cyan-400); outline-offset: 4px; }
.showcase-enlarge { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 14px; color: var(--blue-600); font-weight: 850; }
.showcase-copy h2 { max-width: 620px; }
.showcase-copy > p { margin-top: 18px; color: var(--muted); }
.showcase-copy .showcase-problem { color: var(--navy-900); font-size: 1.08rem; font-weight: 700; }
.showcase-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }
.showcase-tags span { padding: 8px 11px; border-radius: 999px; color: var(--navy-900); background: var(--surface-blue); font-size: .78rem; font-weight: 800; }
.showcase-close { position: relative; overflow: hidden; padding: 70px 0; color: #fff; background: radial-gradient(circle at 14% 20%, rgba(66, 212, 255, .34), transparent 27%), linear-gradient(135deg, var(--blue-600), var(--navy-900)); }
.showcase-close-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; }
.showcase-close .eyebrow, .showcase-close h2 { color: #fff; }
.showcase-close .eyebrow:before { background: #d8ebff; }
.showcase-close h2 { max-width: 850px; }
.showcase-close p { max-width: 850px; margin-top: 16px; color: #d8ebff; font-size: 1.06rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.cta-secondary { border-color: rgba(255, 255, 255, .65); color: #fff; background: transparent; }
.cta-secondary:hover { background: rgba(255, 255, 255, .14); }
.showcase-lightbox { width: min(1200px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); margin: auto; padding: 0; border: 0; border-radius: var(--radius-md); background: var(--navy-950); color: #fff; box-shadow: 0 24px 80px rgba(0, 0, 0, .45); }
.showcase-lightbox::backdrop { background: rgba(3, 15, 27, .82); }
.showcase-lightbox-inner { padding: 18px; }
.showcase-lightbox-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.showcase-lightbox-top p { color: #d8ebff; font-size: .85rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.showcase-lightbox-close { min-height: 42px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 10px; color: #fff; background: transparent; cursor: pointer; font-weight: 800; }
.showcase-lightbox-close:hover { background: rgba(255, 255, 255, .12); }
.showcase-lightbox img { display: block; width: 100%; max-height: calc(100vh - 165px); object-fit: contain; }
.showcase-lightbox-caption { margin: 14px 2px 0; color: #c4d3df; }
@media (max-width: 1020px) { .showcase-item, .showcase-item-reverse { grid-template-columns: 1fr; gap: 34px; } .showcase-item + .showcase-item { margin-top: 68px; } .showcase-item-reverse .showcase-visual, .showcase-item-reverse .showcase-copy { order: initial; } .showcase-close-grid { grid-template-columns: 1fr; } .cta-actions { justify-content: flex-start; } }
@media (max-width: 720px) { .showcase-hero { padding: 60px 0; } .showcase-listing { padding-block: 58px; } .showcase-item + .showcase-item { margin-top: 58px; } .showcase-enlarge { width: 100%; justify-content: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; } .cta-actions { display: grid; } .cta-actions .button { width: 100%; } .showcase-lightbox { width: calc(100vw - 20px); max-height: calc(100vh - 20px); } .showcase-lightbox-inner { padding: 12px; } .showcase-lightbox img { max-height: calc(100vh - 150px); } }
