/* Product preview — mirrors current Shiel ID dashboard UI. */
.showcase {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  padding: 116px 28px 132px;
}
@media (min-width: 768px) { .showcase { padding: 124px 56px 140px; } }

.showcase__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.showcase__glow { position: absolute; border-radius: 999px; filter: blur(110px); }
.showcase__glow--1 { width: 620px; height: 620px; left: -120px; top: -180px; background: radial-gradient(circle, rgba(255, 0, 64, .08), transparent 64%); }
.showcase__glow--2 { width: 680px; height: 680px; right: -180px; top: 30%; background: radial-gradient(circle, rgba(255, 89, 0, .06), transparent 64%); }
.showcase__grid { position: absolute; inset: 0; background-image: linear-gradient(to right, rgba(10, 10, 11, .035) 1px, transparent 1px), linear-gradient(to bottom, rgba(10, 10, 11, .035) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 72%); }

.showcase__wrap { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto; }
.showcase__head { max-width: 720px; margin: 0 auto; text-align: center; }
.showcase .eyebrow { color: var(--accent-strong); justify-content: center; }
.showcase .eyebrow::before { background: var(--brand-grad); }
.showcase__title { margin: 16px 0 0; font-family: "Sora", var(--font); font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.08; font-weight: 700; letter-spacing: -.03em; color: var(--ink); text-wrap: balance; }
.showcase__title em { font-style: normal; color: var(--accent-strong); }
.showcase__sub { max-width: 540px; margin: 16px auto 0; font-size: 16px; line-height: 1.55; color: var(--gray-500); }

.browser-fit { position: relative; max-width: 1200px; height: 700px; margin: 60px auto 0; overflow: hidden; }
.browser-fit::after { content: ""; position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 180px; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 76%, #fff); pointer-events: none; }
.browser { position: absolute; top: 0; left: 50%; width: 1360px; margin: 0; overflow: hidden; border: 1px solid #dfe3ea; border-radius: 18px; background: #fbfbfd; box-shadow: 0 34px 80px rgba(17, 19, 23, .20); transform: translateX(-50%) scale(var(--preview-scale, 1)); transform-origin: top center; }
.browser__bar { display: flex; align-items: center; gap: 8px; height: 50px; padding: 0 20px; border-bottom: 1px solid #e6e8ed; background: #f4f4f3; }
.browser__dots { display: flex; gap: 7px; }
.browser__dots span { width: 12px; height: 12px; border-radius: 50%; }
.browser__dots .r { background: #ff5f57; }.browser__dots .y { background: #febc2e; }.browser__dots .g { background: #28c840; }
.browser__url { display: inline-flex; align-items: center; gap: 8px; margin: 0 auto; padding: 7px 20px; border: 1px solid #e7e7e6; border-radius: 999px; background: #fff; font-size: 13px; color: #8b8f97; }.browser__url b { color: #34373d; font-weight: 600; }

.panel-app { display: flex; min-height: 965px; background: #fbfbfd; color: #212529; font-family: "Sora", var(--font); }
.panel-side { width: 254px; flex: none; padding: 25px 14px; border-right: 1px solid #dee2e9; background: #fff; }
.panel-brand { width: 124px; height: auto; margin: 0 4px 24px; }
.panel-side__rule { height: 1px; margin: 0 -14px 26px; background: #dee2e9; }
.panel-nav { display: flex; flex-direction: column; gap: 3px; }.panel-nav__label { margin: 0 10px 8px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #8e91a0; }.panel-nav__label--admin { margin-top: 28px; }
.panel-nav__item { display: flex; align-items: center; width: 100%; gap: 13px; min-height: 43px; padding: 0 13px; border: 0; border-radius: 10px; background: transparent; color: #343940; font: inherit; font-size: 14px; font-weight: 500; text-align: left; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease); }.panel-nav__item:hover { background: #f6f6f8; }.panel-nav__item .lucide { width: 18px; height: 18px; color: #768293; }.panel-nav__item .panel-nav__arrow { width: 16px; margin-left: auto; opacity: 0; }.panel-nav__item.is-active { color: #fff; background: linear-gradient(90deg, #ff0040, #ff5900); box-shadow: 0 6px 14px rgba(255, 0, 64, .18); }.panel-nav__item.is-active .lucide { color: #fff; }.panel-nav__item.is-active .panel-nav__arrow { opacity: 1; }

.panel-main { min-width: 0; flex: 1; padding: 18px 28px 42px; }.panel-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; border: 1px solid #dee2e9; border-radius: 16px; background: rgba(255, 255, 255, .9); }.panel-header h3 { margin: 0; font-size: 22px; line-height: 1.15; }.panel-header p { margin: 4px 0 0; font-size: 13px; color: #8e91a0; }.panel-header__tools { display: flex; align-items: center; gap: 14px; }.panel-select { display: flex; align-items: center; justify-content: space-between; width: 180px; min-height: 42px; padding: 0 14px; border: 1px solid #dee2e9; border-radius: 10px; background: #fff; font-size: 13px; }.panel-select .lucide { width: 17px; }.panel-doc { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #ffd9e8, #fff); color: #ff0f73; }.panel-doc .lucide { width: 19px; }
.panel-view { display: none; }.panel-view.is-active { display: block; animation: panel-view-in .35s var(--ease); }@keyframes panel-view-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.panel-kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }.panel-kpis--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }.panel-kpi { min-width: 0; min-height: 198px; padding: 25px 24px 20px; border: 1.5px solid; border-radius: 20px; background: #fff; }.panel-kpi > div { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 12px; }.panel-kpi > div > strong { min-width: 0; font-size: 37px; line-height: 1; letter-spacing: -.05em; color: #0c0809; }.panel-kpi svg { flex: 0 1 90px; width: 90px; height: 42px; }.panel-kpi svg path { fill: none; stroke: currentColor; stroke-width: 2.2; }.panel-kpi p { display: flex; align-items: center; gap: 11px; margin: 24px 0 14px; font-size: 16px; font-weight: 600; }.panel-kpi small { display: block; padding-top: 13px; border-top: 1px solid rgba(33, 37, 41, .12); font-size: 13px; color: #59626e; }.panel-kpi small b { color: #343940; }.panel-kpi--blue { border-color: #4a55ff; background: linear-gradient(135deg, #f1f4ff, #fff 80%); color: #171bed; }.panel-kpi--green { border-color: #29b55b; background: linear-gradient(135deg, #effcf3, #fff 80%); color: #00a63e; }.panel-kpi--red { border-color: #ff3158; background: linear-gradient(135deg, #fff1f3, #fff 80%); color: #ff0040; }.panel-kpi--yellow { border-color: #ff920e; background: linear-gradient(135deg, #fff9ed, #fff 80%); color: #ff7f00; }.panel-icon { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; }.panel-icon .lucide { width: 15px; height: 15px; }.panel-icon--blue { background: #e9edff; color: #171bed; }.panel-icon--green { background: #e6f6ec; color: #00a63e; }.panel-icon--red { background: #ffe6ed; color: #ff0040; }.panel-icon--orange { background: #fff1e7; color: #ff7f00; }

.panel-flow-card, .panel-table-card { margin-top: 26px; padding: 25px; border: 1px solid #dee2e9; border-radius: 18px; background: #fff; }.panel-card-head { display: flex; align-items: center; gap: 13px; }.panel-card-head__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: linear-gradient(135deg, #ff0040, #ff5900); color: #fff; }.panel-card-head__icon .lucide { width: 22px; }.panel-card-head h4, .panel-table-card h4 { margin: 0; font-size: 18px; }.panel-card-head p { margin: 4px 0 0; font-size: 13px; color: #8e91a0; }.panel-date { display: flex; align-items: center; gap: 7px; margin-left: auto; padding: 9px 12px; border: 1px solid #dee2e9; border-radius: 999px; font-size: 12px; color: #59626e; }.panel-date .lucide { width: 15px; }.panel-flow { margin-top: 24px; padding: 24px; border: 1px solid #dee2e9; border-radius: 16px; }.panel-flow h5 { margin: 0 0 20px; font-size: 17px; }.panel-flow__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.panel-stage { position: relative; min-width: 0; }.panel-stage__icon { display: grid; width: 44px; height: 44px; margin-bottom: 14px; place-items: center; border-radius: 12px; }.panel-stage__icon .lucide { width: 23px; }.panel-stage__icon--orange { background: #fff1e7; color: #ff7f00; }.panel-stage__icon--pink { background: #ffe6ed; color: #ff0040; }.panel-stage__icon--green { background: #e6f6ec; color: #00a63e; }.panel-stage > b { display: block; font-size: 28px; line-height: 1; letter-spacing: -.04em; color: #0c0809; }.panel-stage > b small { font-size: 14px; }.panel-stage > strong { display: block; margin-top: 13px; font-size: 14px; }.panel-stage > i { display: block; width: 100%; height: 12px; margin-top: 18px; overflow: hidden; border-radius: 999px; background: #ffdfcc; }.panel-stage > i::after { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff7f00, #ffb478); content: ""; }.panel-stage__progress--pink { background: #fde0dd !important; }.panel-stage__progress--pink::after { background: linear-gradient(90deg, #ff0040, #ff5900) !important; }.panel-stage__progress--green { background: #e6f6ec !important; }.panel-stage__progress--green::after { background: linear-gradient(90deg, #00a63e, #8fdaa9) !important; }.panel-stage em { display: flex; align-items: center; gap: 5px; margin-top: 13px; color: #ff7f00; font-size: 13px; font-style: normal; font-weight: 600; }.panel-stage em .lucide { width: 14px; }

.panel-table-tools { display: flex; gap: 12px; margin: 18px 0; }.panel-table-tools span { display: flex; align-items: center; gap: 8px; min-width: 210px; padding: 10px 12px; border: 1px solid #dee2e9; border-radius: 8px; background: #fff; font-size: 12px; color: #8e91a0; }.panel-table-tools span + span { min-width: 120px; }.panel-table-tools .lucide { width: 15px; }.panel-table-tools b { display: flex; align-items: center; gap: 7px; margin-left: auto; padding: 0 15px; border-radius: 8px; background: linear-gradient(90deg, #ff0040, #ff5900); color: #fff; font-size: 12px; }.panel-table-tools b .lucide { width: 14px; }.panel-table { display: grid; grid-template-columns: 1.3fr 1fr .8fr; overflow: hidden; border: 1px solid #dee2e9; border-radius: 12px; }.panel-table > div { min-height: 46px; padding: 13px 15px; border-bottom: 1px solid #edf0f3; font-size: 13px; }.panel-table > div:nth-child(-n+3) { background: #f8f9fb; color: #8e91a0; font-size: 11px; font-weight: 600; }.panel-table > div:nth-last-child(-n+3) { border-bottom: 0; }.panel-table small { color: #8e91a0; }.panel-status { padding: 5px 8px; border-radius: 999px; font-size: 11px; font-style: normal; font-weight: 600; }.panel-status--running { background: #e9edff; color: #171bed; }.panel-status--error { background: #ffe6ed; color: #ff0040; }

.panel-config-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 28px; }.panel-config-grid article { min-height: 190px; padding: 21px; border: 1px solid #dee2e9; border-radius: 16px; background: #fff; }.panel-config-grid h4 { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 16px; }.panel-config-grid h4 .lucide { width: 19px; color: #ff0040; }.panel-config-grid p { margin: 10px 0 0; font-size: 13px; line-height: 1.45; color: #7e7e7e; }.panel-config-grid > article > b { display: block; font-size: 12px; }.panel-config-grid > article > small { display: block; margin-top: 5px; font-size: 12px; color: #8e91a0; }.panel-config-line { display: block; height: 1px; margin: 21px 0 14px; background: #edf0f3; }.panel-color-swatch { height: 68px; margin-top: 18px; border-radius: 10px; background: linear-gradient(135deg, #ff0040, #ff5900); }.panel-config-actions { display: flex; gap: 10px; margin-top: 14px; }.panel-config-actions span, .panel-config-actions b { padding: 9px 14px; border-radius: 8px; font-size: 12px; }.panel-config-actions span { background: #ff0040; color: #fff; }.panel-config-actions b { border: 1px solid #dee2e9; }.panel-logo-upload { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; height: 106px; margin-top: 18px; border: 1px dashed #cbd2dc; border-radius: 10px; color: #8e91a0; font-size: 12px; }.panel-logo-upload .lucide { width: 24px; color: #ff0040; }

@media (max-width: 767px) {
  .showcase { padding: 92px 20px 102px; }
  .showcase__sub { font-size: 15px; }
  .browser-fit { height: 360px; margin-top: 38px; overflow: hidden; }
  .browser-fit::after { display: none; }
  .browser { width: 960px; border-radius: 14px; box-shadow: 0 20px 46px rgba(17, 19, 23, .18); }
  .browser__bar { height: 42px; padding: 0 14px; }
  .browser__dots { gap: 5px; }.browser__dots span { width: 9px; height: 9px; }
  .browser__url { padding: 6px 12px; font-size: 11px; }
  .panel-main { padding: 14px 18px 28px; }
  .panel-kpis { gap: 10px; margin-top: 20px; }
  .panel-kpi { min-height: 132px; padding: 14px 12px 12px; border-radius: 14px; }
  .panel-kpi > div > strong { font-size: 23px; }
  .panel-kpi svg { display: none; }
  .panel-kpi p { gap: 7px; margin: 14px 0 10px; font-size: 10px; line-height: 1.2; }
  .panel-kpi small { padding-top: 8px; font-size: 9px; }
  .panel-icon { width: 19px; height: 19px; border-radius: 6px; }.panel-icon .lucide { width: 11px; height: 11px; }
  .showcase .section-cta { margin-top: 28px; }
  .showcase .section-cta .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) { .browser { opacity: 1; transform: none; transition: none; }.panel-view.is-active { animation: none; } }
