.hiw-showcase{--hiw-card-bg:#fafafa;--hiw-card-radius:27px;--hiw-inner-radius:16px;--hiw-pill-radius:5px;--hiw-green-700:#047857;--hiw-green-500:#30873f;--hiw-green-400:#10b981;--hiw-green-100:rgba(4,120,87,0.08);--hiw-green-50:#ecfdf5;--hiw-green-25:#f0fdf4;--hiw-mint-100:#d1fae5;--hiw-mint-200:#a7f3d0;--hiw-blue-500:#3b82f6;--hiw-blue-50:#eff6ff;--hiw-purple-500:#8b5cf6;--hiw-purple-50:#f5f3ff;--hiw-teal-500:#14b8a6;--hiw-teal-50:#f0fdfa;--hiw-text-strong:#1d1d1f;--hiw-text-medium:#374151;--hiw-text-soft:#4e4e4e;--hiw-text-mute:#535965;--hiw-text-mute2:#94a3b8;--hiw-border-mid:rgba(0,0,0,0.26);--hiw-report-purple:#7c3aed;--hiw-red-cta:#dc2626;--hiw-amber-cta:#d97706;--hiw-grad-cta:linear-gradient(90deg,#7a2fd6,#0f766e 55%,#22c55e);--hiw-grad-icon-green:linear-gradient(135deg,#369379,#047857 50%,#4fa189);--hiw-grad-icon-purple:linear-gradient(135deg,#a78bfa,#7c3aed);--hiw-shadow-card:0 6px 20px rgba(0,0,0,0.08);--hiw-shadow-card-strong:0 12px 40px rgba(15,23,42,0.06);--hiw-shadow-btn:0 4px 6px rgba(59,130,246,0.1),0 8px 16px rgba(59,130,246,0.18);--hiw-ease-out-expo:cubic-bezier(0.22,1,0.36,1);--hiw-ease-out-back:cubic-bezier(0.34,1.56,0.64,1);position:relative;width:100%;background:#f6f8fa;padding:60px 24px;color:var(--hiw-text-strong);-webkit-font-smoothing:antialiased}.hiw-showcase__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}@media (max-width:900px){.hiw-showcase{padding:40px 20px}.hiw-showcase__inner{grid-template-columns:1fr;gap:48px}}.hiw-showcase__pill{display:inline-block;background:var(--hiw-mint-100);color:var(--hiw-green-700);font-size:11px;font-weight:700;letter-spacing:1.2px;padding:8px 16px;border-radius:999px;text-transform:uppercase;margin-bottom:24px}.hiw-showcase__title{font-size:clamp(32px,4vw,44px);font-weight:700;line-height:1.15;margin:0 0 36px;color:var(--hiw-text-strong);letter-spacing:-.5px}.hiw-showcase .steps{display:flex;flex-direction:column;gap:12px}@media (max-width:900px){.hiw-showcase .steps{gap:20px}}.hiw-showcase .step{position:relative;display:flex;align-items:flex-start;gap:16px;padding:18px 20px;border-radius:12px;background:white;border:none;border-left:4px solid var(--hiw-border-mid);box-shadow:0 1px 3px rgba(0,0,0,.04);text-align:left;font-family:inherit;width:100%;cursor:pointer;opacity:0;transform:translateX(-20px) scale(.96);filter:saturate(.35);transition:opacity .6s var(--hiw-ease-out-expo),transform .6s var(--hiw-ease-out-expo),box-shadow .3s,filter .3s}.hiw-showcase.in-view .step{opacity:.65;transform:translateX(0) scale(.96)}.hiw-showcase.in-view .step:first-child{transition-delay:.1s}.hiw-showcase.in-view .step:nth-child(2){transition-delay:.25s}.hiw-showcase.in-view .step:nth-child(3){transition-delay:.4s}.hiw-showcase.in-view .step:nth-child(4){transition-delay:.55s}.hiw-showcase .step:hover{opacity:1;filter:saturate(.9);box-shadow:0 6px 20px rgba(0,0,0,.08)}.hiw-showcase .step.active{opacity:1!important;filter:saturate(1)!important;transform:translateX(6px) scale(1.04)!important;box-shadow:0 14px 36px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);border-left-width:6px;z-index:2}.hiw-showcase .step.active:after{content:"";position:absolute;top:50%;right:-10px;width:18px;height:18px;transform:translateY(-50%) rotate(45deg);background:inherit;box-shadow:4px -4px 8px -4px rgba(0,0,0,.08);border-radius:3px}@media (max-width:900px){.hiw-showcase .step.active:after{display:none}}.hiw-showcase .step-num{font-size:18px;font-weight:700;line-height:1.4;flex-shrink:0;min-width:16px}.hiw-showcase .step-body{flex:1}.hiw-showcase .step-title{font-size:16px;font-weight:700;color:var(--hiw-text-strong);margin:0 0 4px}.hiw-showcase .step-desc{font-size:14px;color:var(--hiw-text-soft);margin:0;line-height:1.5}.hiw-showcase .step.blue{border-left-color:var(--hiw-blue-500);background:var(--hiw-blue-50)}.hiw-showcase .step.blue .step-num{color:var(--hiw-blue-500)}.hiw-showcase .step.purple{border-left-color:var(--hiw-purple-500);background:var(--hiw-purple-50)}.hiw-showcase .step.purple .step-num{color:var(--hiw-purple-500)}.hiw-showcase .step.teal{border-left-color:var(--hiw-teal-500);background:var(--hiw-teal-50)}.hiw-showcase .step.teal .step-num{color:var(--hiw-teal-500)}.hiw-showcase .step.green{border-left-color:var(--hiw-green-400);background:var(--hiw-green-25)}.hiw-showcase .step.green .step-num{color:var(--hiw-green-400)}.hiw-showcase .cards-stack{position:relative;width:100%;max-width:568px;margin:0 auto;aspect-ratio:568/561}@media (min-width:1024px){.hiw-showcase .cards-stack{margin-top:100px}}.hiw-showcase .visual{position:absolute;inset:0;opacity:0;pointer-events:none;transform:scale(.98);transition:opacity .35s var(--hiw-ease-out-expo),transform .35s var(--hiw-ease-out-expo);perspective:1200px}.hiw-showcase .visual.active{opacity:1;pointer-events:auto;transform:scale(1);transition-delay:0s}.hiw-showcase .card{position:absolute;top:0;left:0;width:568px;height:561px;transform-origin:top left;background:var(--hiw-card-bg);border-radius:var(--hiw-card-radius);padding:54px;border:1px solid #d2d2d7;overflow:hidden}.hiw-showcase .card-pods .title{font-size:21px;font-weight:700;color:var(--hiw-green-500);margin:0 0 12px;line-height:1.3}.hiw-showcase .card-pods .desc{font-size:15px;color:var(--hiw-text-soft);opacity:.7;line-height:1.48;margin:0 0 32px}.hiw-showcase .pod{background:#fff;border:1px solid rgba(0,0,0,.05);border-top:3px solid var(--hiw-green-700);border-radius:var(--hiw-inner-radius);padding:24px 28px;box-shadow:0 6px 20px rgba(0,0,0,.08);position:relative;transition:box-shadow .4s,transform .4s;max-width:360px;margin:0 auto;animation:hiw-pulse-border 3s ease-in-out infinite}@keyframes hiw-pulse-border{0%,to{box-shadow:0 6px 20px rgba(0,0,0,.08),0 0 0 0 rgba(4,120,87,0)}50%{box-shadow:0 6px 20px rgba(0,0,0,.08),0 -4px 16px -2px rgba(4,120,87,.35)}}.hiw-showcase .pod:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(4,120,87,.18)}.hiw-showcase .pod-header{display:flex;gap:12px;align-items:center;margin-bottom:16px}.hiw-showcase .pod-icon{width:34px;height:34px;border-radius:8px;background:var(--hiw-grad-icon-green);display:grid;place-items:center;color:white;flex-shrink:0;aspect-ratio:1/1}.hiw-showcase .pod-icon svg{width:20px;height:20px}.hiw-showcase .pod-title{font-size:15px;font-weight:700;color:var(--hiw-text-strong);letter-spacing:-.15px}.hiw-showcase .pod-desc{font-size:11px;color:var(--hiw-text-mute);line-height:1.5;margin-bottom:20px}.hiw-showcase .pod-divider{height:1px;background:var(--hiw-border-mid);margin:16px 0;opacity:.4}.hiw-showcase .checks{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.hiw-showcase .check{display:flex;align-items:center;gap:12px}.hiw-showcase .check-mark{width:22px;height:22px;background:var(--hiw-green-100);border-radius:var(--hiw-pill-radius);display:grid;place-items:center;flex-shrink:0;transform:scale(0);transition:transform .5s var(--hiw-ease-out-back)}.hiw-showcase .visual.in-view .check-mark{transform:scale(1)}.hiw-showcase .visual.in-view .check:first-child .check-mark{transition-delay:.4s}.hiw-showcase .visual.in-view .check:nth-child(2) .check-mark{transition-delay:.55s}.hiw-showcase .visual.in-view .check:nth-child(3) .check-mark{transition-delay:.7s}.hiw-showcase .visual.in-view .check:nth-child(4) .check-mark{transition-delay:.85s}.hiw-showcase .check-mark svg{width:11px;height:11px;stroke:var(--hiw-green-700);stroke-width:3;fill:none}.hiw-showcase .check-mark svg path{stroke-dasharray:20;stroke-dashoffset:20;transition:stroke-dashoffset .5s var(--hiw-ease-out-expo)}.hiw-showcase .visual.in-view .check:first-child .check-mark svg path{transition-delay:.55s;stroke-dashoffset:0}.hiw-showcase .visual.in-view .check:nth-child(2) .check-mark svg path{transition-delay:.7s;stroke-dashoffset:0}.hiw-showcase .visual.in-view .check:nth-child(3) .check-mark svg path{transition-delay:.85s;stroke-dashoffset:0}.hiw-showcase .visual.in-view .check:nth-child(4) .check-mark svg path{transition-delay:1s;stroke-dashoffset:0}.hiw-showcase .check-text{font-size:12px;font-weight:500;color:var(--hiw-text-medium)}.hiw-showcase .btn-cta{width:100%;background:var(--hiw-grad-cta);background-size:200% 100%;color:white;border:none;padding:14px 24px;border-radius:10px;font-family:inherit;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:var(--hiw-shadow-btn);transition:transform .3s var(--hiw-ease-out-expo),box-shadow .3s;animation:hiw-gradient-shift 6s ease infinite}.hiw-showcase .btn-cta:hover{transform:translateY(-2px);box-shadow:0 8px 12px rgba(122,47,214,.15),0 16px 32px rgba(15,118,110,.25)}.hiw-showcase .btn-cta:hover .arrow{transform:translateX(4px)}.hiw-showcase span.btn-cta{cursor:default;pointer-events:none}.hiw-showcase .btn-cta .arrow{transition:transform .3s var(--hiw-ease-out-expo)}@keyframes hiw-gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hiw-showcase .card-pipeline{padding:40px}.hiw-showcase .pipeline{display:flex;flex-direction:column;gap:16px;position:relative}.hiw-showcase .task{background:white;border:1.5px solid #2dd4bf;border-radius:var(--hiw-inner-radius);padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);opacity:0;transform:translateX(-40px);transition:opacity .6s var(--hiw-ease-out-expo),transform .6s var(--hiw-ease-out-expo)}.hiw-showcase .visual.in-view .task{opacity:1;transform:translateX(0)}.hiw-showcase .visual.in-view .task:first-child{transition-delay:.35s}.hiw-showcase .visual.in-view .task:nth-child(2){transition-delay:.55s}.hiw-showcase .visual.in-view .task:nth-child(3){transition-delay:.75s}.hiw-showcase .visual.in-view .task:nth-child(4){transition-delay:.95s}.hiw-showcase .visual.in-view .task:nth-child(5){transition-delay:1.15s}.hiw-showcase .task.review-pending{border-color:#f97316;animation:hiw-review-pulse 2s ease-in-out 1.5s infinite}@keyframes hiw-review-pulse{0%,to{box-shadow:0 0 0 0 rgba(249,115,22,.4)}50%{box-shadow:0 0 0 6px rgba(249,115,22,0)}}.hiw-showcase .task.muted{border-color:rgba(0,0,0,.1)}.hiw-showcase .task-icon{color:#7c3aed;flex-shrink:0}.hiw-showcase .task-icon svg{width:20px;height:20px}.hiw-showcase .task-body{flex:1}.hiw-showcase .task-title{font-size:14px;font-weight:700;color:var(--hiw-text-strong);margin:0 0 4px}.hiw-showcase .task-desc{font-size:12px;color:var(--hiw-text-mute);margin:0;line-height:1.5}.hiw-showcase .task-check{color:#2dd4bf;flex-shrink:0;opacity:0;transform:scale(0);transition:opacity .4s,transform .4s var(--hiw-ease-out-back)}.hiw-showcase .visual.in-view .task.done .task-check{opacity:1;transform:scale(1)}.hiw-showcase .visual.in-view .task:first-child.done .task-check{transition-delay:.95s}.hiw-showcase .visual.in-view .task:nth-child(2).done .task-check{transition-delay:1.15s}.hiw-showcase .visual.in-view .task:nth-child(3).done .task-check{transition-delay:1.35s}.hiw-showcase .pipeline .task:first-child,.hiw-showcase .pipeline .task:nth-child(2),.hiw-showcase .pipeline .task:nth-child(3){width:100%;margin-left:0}.hiw-showcase .pipeline .task:nth-child(4){width:93%;margin-left:3.5%}.hiw-showcase .pipeline .task:nth-child(5){width:88%;margin-left:6%}.hiw-showcase .card-report{background:linear-gradient(135deg,#f0fdfa,#f6f8fa);padding:40px}.hiw-showcase .stack{position:relative;height:100%}.hiw-showcase .modal{position:absolute;background:white;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.12);padding:24px;transition:transform .8s var(--hiw-ease-out-expo),opacity .8s var(--hiw-ease-out-expo)}.hiw-showcase .modal-back{width:62%;height:92%;top:0;left:0;opacity:0;transform:translate(-20px,20px);overflow:hidden;padding:20px}.hiw-showcase .visual.in-view .modal-back{opacity:1;transform:translate(0);transition-delay:.4s}.hiw-showcase .modal-front{width:72%;height:96%;top:22%;right:0;opacity:0;transform:translate(20px,-10px);padding:20px}.hiw-showcase .visual.in-view .modal-front{opacity:1;transform:translate(0);transition-delay:.75s}.hiw-showcase .badge-report{display:inline-block;background:#ede9fe;color:var(--hiw-report-purple);font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;letter-spacing:.5px;position:relative;overflow:hidden}.hiw-showcase .badge-report:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translateX(-100%);animation:hiw-shimmer 4s ease-in-out infinite}@keyframes hiw-shimmer{0%,60%{transform:translateX(-100%)}80%,to{transform:translateX(200%)}}.hiw-showcase .modal-back .title{font-size:13px;font-weight:700;margin:8px 0 12px;line-height:1.3;word-break:break-word}.hiw-showcase .modal-back .close{position:absolute;top:20px;right:20px;color:#94a3b8;cursor:pointer}.hiw-showcase .risk-table{width:100%;border-collapse:collapse;font-size:9px;margin-bottom:14px}.hiw-showcase .risk-table th{text-align:left;color:var(--hiw-text-mute);font-weight:600;padding:6px 8px;border-bottom:1px solid rgba(0,0,0,.08);background:#f8fafc}.hiw-showcase .risk-table td{padding:6px 8px;border-bottom:1px solid rgba(0,0,0,.05);color:var(--hiw-text-medium);line-height:1.3;vertical-align:top}.hiw-showcase .success-title{font-size:12px;font-weight:700;color:var(--hiw-text-strong);margin:0 0 8px}.hiw-showcase .success-block{margin-bottom:10px}.hiw-showcase .success-block strong{font-size:10px;font-weight:700;color:var(--hiw-text-strong);display:block;margin-bottom:4px}.hiw-showcase .success-block ul{margin:0;padding-left:14px;list-style:disc}.hiw-showcase .success-block li{font-size:9px;color:var(--hiw-text-medium);line-height:1.4}.hiw-showcase .breadcrumbs{font-size:12px;color:var(--hiw-text-mute);margin:12px 0 16px}.hiw-showcase .breadcrumbs strong{color:var(--hiw-text-strong);font-weight:700}.hiw-showcase .modal-front .header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.hiw-showcase .modal-front .icon-bubble{width:28px;height:28px;aspect-ratio:1/1;flex-shrink:0;border-radius:50%;background:var(--hiw-grad-icon-purple);display:grid;place-items:center;color:white}.hiw-showcase .modal-front .icon-bubble svg{width:14px;height:14px}.hiw-showcase .modal-front h3{font-size:18px;font-weight:700;color:var(--hiw-report-purple);margin:0}.hiw-showcase .artifact{border:1.5px solid var(--hiw-report-purple);border-radius:10px;padding:10px 12px;margin-bottom:10px;position:relative}.hiw-showcase .artifact .filename{font-size:12px;font-weight:700;margin:6px 0 3px;word-break:break-all;line-height:1.3}.hiw-showcase .artifact .meta{font-size:10px;color:var(--hiw-text-mute)}.hiw-showcase .badge-review{display:inline-block;background:#f1f5f9;color:var(--hiw-text-mute);font-size:9px;font-weight:700;padding:3px 7px;border-radius:5px;margin-top:8px;letter-spacing:.5px}.hiw-showcase .actions{display:flex;gap:5px;margin-top:8px;flex-wrap:nowrap}.hiw-showcase .btn-mini{border:none;border-radius:6px;padding:4px 7px;font-family:inherit;font-size:9px;font-weight:600;color:white;cursor:pointer;display:inline-flex;align-items:center;gap:3px;flex:1 1 auto;justify-content:center;white-space:nowrap;opacity:0;transform:translateY(8px);transition:opacity .5s,transform .5s var(--hiw-ease-out-back),box-shadow .2s}.hiw-showcase .visual.in-view .btn-mini{opacity:1;transform:translateY(0)}.hiw-showcase .visual.in-view .btn-mini:first-of-type{transition-delay:.9s}.hiw-showcase .visual.in-view .btn-mini:nth-of-type(2){transition-delay:1s}.hiw-showcase .visual.in-view .btn-mini:nth-of-type(3){transition-delay:1.1s}.hiw-showcase .btn-mini:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.hiw-showcase span.btn-mini{cursor:default;pointer-events:none}.hiw-showcase .btn-mini span{font-size:10px;line-height:1}.hiw-showcase .btn-mini svg{width:11px;height:11px;flex-shrink:0}.hiw-showcase .btn-approve{background:#10b981}.hiw-showcase .btn-iterate{background:var(--hiw-amber-cta)}.hiw-showcase .btn-discard{background:var(--hiw-red-cta)}.hiw-showcase .card-memory{background:linear-gradient(135deg,#f0fdfa,#f6f8fa 60%);padding:40px}.hiw-showcase .mem-back{width:58%;height:56%;top:0;left:0;opacity:0;transform:translate(-20px,20px);padding:32px;overflow:hidden}.hiw-showcase .visual.in-view .mem-back{opacity:1;transform:translate(0);transition-delay:.15s}.hiw-showcase .mem-front{width:82%;height:72%;bottom:0;right:0;opacity:0;transform:translate(20px,-10px);padding:28px}.hiw-showcase .visual.in-view .mem-front{opacity:1;transform:translate(0);transition-delay:.4s}.hiw-showcase .knowledge-header{margin-bottom:22px}.hiw-showcase .knowledge-header .eyebrow{color:var(--hiw-report-purple);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.hiw-showcase .knowledge-header h3{font-size:22px;font-weight:700;margin:0;color:var(--hiw-text-strong)}.hiw-showcase .kpi-rows{display:flex;flex-direction:column;gap:12px}.hiw-showcase .kpi-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.hiw-showcase .kpi-row .label{color:var(--hiw-text-soft)}.hiw-showcase .kpi-row .num{font-size:17px;font-weight:700;color:var(--hiw-green-700);font-variant-numeric:tabular-nums}.hiw-showcase .mem-front .header{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(0,0,0,.08)}.hiw-showcase .mem-front .pod-icon{width:44px;height:44px;flex-shrink:0;aspect-ratio:1/1;border-radius:10px}.hiw-showcase .mem-front .pod-icon svg{width:24px;height:24px}.hiw-showcase .pod-title-block{flex:1;min-width:0}.hiw-showcase .mem-front .pod-title{font-size:17px;font-weight:700;color:var(--hiw-text-strong);line-height:1.2}.hiw-showcase .mem-front .pod-sub{font-size:12px;color:var(--hiw-text-mute);margin-top:3px}.hiw-showcase .version-tag{background:#d1fae5;color:var(--hiw-green-700);font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;flex-shrink:0}.hiw-showcase .kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px}.hiw-showcase .kpi-cell{background:var(--hiw-green-100);border-radius:12px;padding:16px 18px;text-align:left}.hiw-showcase .kpi-cell .small-label{font-size:11px;font-weight:700;letter-spacing:.6px;color:var(--hiw-text-mute);text-transform:uppercase}.hiw-showcase .kpi-cell .value{font-size:24px;font-weight:700;color:var(--hiw-green-700);margin-top:6px;font-variant-numeric:tabular-nums}.hiw-showcase .timeline{position:relative;height:72px;margin-top:8px}.hiw-showcase .timeline-track{position:absolute;top:8px;left:0;right:0;height:2px;background:rgba(0,0,0,.08)}.hiw-showcase .timeline-fill{position:absolute;top:8px;left:0;height:2px;background:linear-gradient(90deg,#2dd4bf,var(--hiw-green-700));width:0;transition:width 1.8s var(--hiw-ease-out-expo) .8s}.hiw-showcase .visual.in-view .timeline-fill{width:100%}.hiw-showcase .timeline-nodes{display:flex;justify-content:space-between;position:relative;z-index:2}.hiw-showcase .node{display:flex;flex-direction:column;align-items:center;gap:6px}.hiw-showcase .dot{width:18px;height:18px;border-radius:50%;background:white;border:2px solid rgba(0,0,0,.12);transform:scale(0);transition:transform .4s var(--hiw-ease-out-back),background .3s,border-color .3s}.hiw-showcase .visual.in-view .node:first-child .dot{transform:scale(1);transition-delay:1s}.hiw-showcase .visual.in-view .node:nth-child(2) .dot{transform:scale(1);transition-delay:1.4s;background:white;border-color:var(--hiw-green-700)}.hiw-showcase .visual.in-view .node:nth-child(3) .dot{transform:scale(1);transition-delay:1.8s;background:white;border-color:var(--hiw-green-700)}.hiw-showcase .visual.in-view .node:nth-child(4) .dot{transform:scale(1);transition-delay:2.2s;background:var(--hiw-green-700);border-color:var(--hiw-green-700);position:relative}.hiw-showcase .visual.in-view .node:nth-child(4) .dot:after{content:"";position:absolute;inset:3px;border-radius:50%;background:white}.hiw-showcase .node .v-label{font-size:12px;font-weight:700;color:var(--hiw-text-medium)}.hiw-showcase .node .v-sub{font-size:11px;color:var(--hiw-text-mute)}@media (prefers-reduced-motion:reduce){.hiw-showcase *,.hiw-showcase :after,.hiw-showcase :before{animation:none!important;transition:none!important}}