/* Uses the original ai-application image-led case study and service layout. */
.ws-showcase { padding-block: 64px; background: #eff3f2; }
.ws-showcase *, .ws-process-controls *, .ws-process-ready * { box-sizing: border-box; letter-spacing: 0; }
.ws-showcase [hidden], .ws-process-controls[hidden], .weswoo-service-standards .ws-process-ready > article[hidden] { display: none !important; }
.ws-showcase-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 32px; }
.ws-showcase .ws-eyebrow { display: block; color: #157763; font-size: 14px; font-weight: 600; margin: 0 0 12px; }
.ws-showcase-heading > div > p:last-child { margin-top: 14px; color: #59646b; }
.ws-text-link { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; font-size: 15px; font-weight: 600; padding-block: 12px; }
.ws-text-link svg { width: 20px; height: 20px; }
.ws-case-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid #c8d5cf; }
.ws-case-tabs button { display: flex; align-items: center; gap: 16px; min-height: 100px; padding: 20px 24px; text-align: left; color: #4c5857; border-top: 3px solid transparent; cursor: pointer; transition: background .2s, color .2s; }
.ws-case-tabs button > svg { width: 28px; height: 28px; flex-shrink: 0; }
.ws-case-tabs button > svg:last-child { width: 20px; height: 20px; margin-left: auto; }
.ws-case-tabs button > span { font-size: 18px; line-height: 1.45; font-weight: 600; }
.ws-case-tabs small { display: block; font-size: 12px; line-height: 1.5; font-weight: 500; margin-top: 4px; }
.ws-case-tabs button[aria-selected="true"] { background: #fff; border-top-color: #157763; color: #171b21; }
.ws-case-tabs button:hover { background: #e3ece7; }
.ws-case-panel { padding-top: 24px; }
.ws-case-image { display: block; position: relative; overflow: hidden; border-radius: 8px; background: #dfe4e2; }
.ws-case-image img { width: 100%; height: auto; aspect-ratio: 2; object-fit: cover; display: block; transition: transform .7s ease; }
.ws-case-image:hover img { transform: scale(1.025); }
.ws-image-arrow { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: white; color: #171b21; box-shadow: 0 3px 15px #0002; }
.ws-image-arrow svg { width: 24px; height: 24px; }
.ws-case-details { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.6fr); gap: 56px; padding-top: 28px; min-height: 205px; }
.ws-case-details h3 { font-size: 26px; line-height: 1.4; margin-bottom: 12px; }
.ws-case-details p { font-size: 16px; color: #59646b; line-height: 1.75; max-width: 600px; }
.ws-case-details ul { display: flex; flex-direction: column; justify-content: center; }
.ws-case-details li { display: flex; align-items: center; gap: 16px; padding-block: 12px; border-bottom: 1px solid #ccd8d2; font-size: 15px; }
.ws-case-details li svg { width: 22px; height: 22px; color: #157763; flex-shrink: 0; }
.ws-showcase :is(a,button):focus-visible, .ws-process-controls button:focus-visible { outline: 2px solid #157763; outline-offset: 4px; }
.ws-process-controls { margin-bottom: 24px; }
.ws-process-tabs { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; border-bottom: 1px solid #ccd3d8; }
.ws-process-tabs button { display: flex; flex-direction: column; gap: 10px; padding: 20px 12px; min-height: 105px; text-align: left; border-bottom: 3px solid transparent; cursor: pointer; }
.ws-process-tabs button > span:first-child { font-size: 14px; color: #66737b; font-family: monospace; }
.ws-process-tabs button > span:last-child { font-size: 16px; font-weight: 600; line-height: 1.5; }
.ws-process-tabs button[aria-selected="true"] { background: #e2eeeb; border-color: #157763; }
.ws-process-arrows { display: flex; justify-content: flex-end; align-items: center; gap: 16px; padding-top: 20px; }
.ws-process-arrows button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #c6d0d2; border-radius: 50%; cursor: pointer; background: white; }
.ws-process-arrows button:disabled { opacity: .4; cursor: default; }
.ws-process-arrows button:not(:disabled):hover { background: #d7eddf; }
.ws-process-arrows svg { width: 20px; height: 20px; }
.ws-process-arrows span { color: #5c646e; font-size: 13px; font-family: monospace; }
.weswoo-service-standards .ws-process-ready { display: block; }
.weswoo-services-page .weswoo-service-standards .ws-process-ready > article { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,.75fr); grid-template-rows: auto 1fr; column-gap: 60px; row-gap: 16px; min-height: 280px; padding: 40px 48px; border: 0; background: #fff; opacity: 1 !important; transform: none !important; visibility: visible !important; }
.ws-process-ready article > div:first-child { display: none; }
.weswoo-services-page .ws-process-ready article > figure { grid-column: 1; grid-row: 1; order: initial; gap: 18px; }
.weswoo-services-page .ws-process-ready article > figure > span { width: 60px; height: 60px; border-radius: 8px; background: #e6f1ed; }
.ws-process-ready article > figure svg { width: 30px; height: 30px; color: #157763; }
.weswoo-services-page .ws-process-ready article > p { grid-column: 1; grid-row: 2; order: initial; max-width: 560px; font-size: 17px; line-height: 1.8; color: #59646b; }
.ws-process-output { grid-column: 2; grid-row: 1 / 3; border-left: 1px solid #dce3e0; padding-left: 40px; }
.ws-process-output h4 { color: #59646b; font-size: 14px; margin-bottom: 18px; }
.ws-process-output li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #e0e5e3; font-size: 17px; line-height: 1.5; }
.ws-process-output svg { width: 24px; height: 24px; color: #157763; flex-shrink: 0; }
@media (max-width: 800px) {
  .ws-showcase-heading { display: block; }
  .ws-showcase-heading .ws-text-link { margin-top: 12px; }
  .ws-case-tabs button { padding: 16px 12px; gap: 10px; }
  .ws-case-tabs button > svg:last-child { display: none; }
  .ws-case-tabs button > span { font-size: 16px; }
  .ws-case-details { gap: 24px; grid-template-columns: 1fr; }
  .ws-case-details ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  .ws-case-details li { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ws-process-tabs { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .weswoo-services-page .weswoo-service-standards .ws-process-ready > article { padding: 28px; gap: 24px; }
  .ws-process-output { padding-left: 24px; }
}
@media (max-width: 600px) {
  .ws-showcase { padding-block: 40px; }
  .ws-showcase-heading { margin-bottom: 20px; }
  .ws-case-tabs button { flex-direction: column; align-items: flex-start; min-height: 118px; padding: 14px 8px; gap: 8px; }
  .ws-case-tabs button > svg { width: 22px; height: 22px; }
  .ws-case-tabs button > span { font-size: 14px; overflow-wrap: anywhere; }
  .ws-case-tabs small { font-size: 10px; }
  .ws-case-panel { padding-top: 16px; }
  .ws-image-arrow { width: 36px; height: 36px; right: 12px; bottom: 12px; }
  .ws-image-arrow svg { width: 18px; height: 18px; }
  .ws-case-details { padding-top: 22px; min-height: 276px; }
  .ws-case-details h3 { font-size: 22px; }
  .ws-case-details p { font-size: 15px; }
  .ws-case-details ul { gap: 10px; }
  .ws-case-details li { font-size: 13px; }
  .ws-process-tabs button { min-height: 90px; padding: 14px 10px; }
  .ws-process-tabs button > span:last-child { font-size: 14px; }
  .weswoo-services-page .weswoo-service-standards .ws-process-ready > article { grid-template-columns: minmax(0,1fr); grid-template-rows: auto auto auto; padding: 24px; min-height: 390px; }
  .weswoo-services-page .ws-process-ready article > figure > span { width: 48px; height: 48px; flex-shrink: 0; }
  .weswoo-services-page .ws-process-ready article > p { font-size: 16px; }
  .ws-process-output { grid-column: 1; grid-row: 3; border-left: 0; border-top: 1px solid #dce3e0; padding: 20px 0 0; }
  .ws-process-output h4 { margin-bottom: 4px; }
  .ws-process-output li { font-size: 15px; padding-block: 10px; }
}
@media (prefers-reduced-motion: reduce) { .ws-case-image img, .ws-case-tabs button { transition: none; } }
