/* W08.3.6 — Final visual alignment to approved Demo(4) mockup.
 * Visual source of truth: approved desktop mockup. No new product/metric claims.
 */
.wcg-v2{--wcg-container:1240px;--wcg-page-pad:24px}
.wcg-v2 .wcg-container{width:min(calc(100% - 48px),var(--wcg-container));margin-inline:auto}

/* Header + Hero: compact, high-density composition from mockup. */
.wcg-v2 .wcg-topbar__inner{min-height:25px;font-size:10px}
.wcg-v2 .wcg-header__inner{min-height:64px}
.wcg-v2 .wcg-header__brand img{width:154px;height:auto}
.wcg-v2 .wcg-header__nav{gap:25px}.wcg-v2 .wcg-nav-link{font-size:12px}
.wcg-v2 .wcg-header__cta{min-height:40px;padding:0 20px;font-size:12px}
.wcg-v2 .wcg-ai-hero{overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 48%,#f5faff 100%)}
.wcg-v2 .wcg-ai-hero__grid{grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);min-height:440px;padding-block:28px 20px;gap:8px}
.wcg-v2 .wcg-ai-hero__content{max-width:585px}.wcg-v2 .wcg-ai-hero__content .wcg-eyebrow{margin-bottom:15px;font-size:10px;letter-spacing:.12em}
.wcg-v2 .wcg-ai-hero__content h1{font-size:clamp(45px,4.25vw,61px);line-height:1.02;letter-spacing:-.05em;margin-bottom:18px}
.wcg-v2 .wcg-ai-hero__content>p{font-size:13.5px;line-height:1.58;max-width:560px;margin-bottom:22px}
.wcg-v2 .wcg-ai-hero__actions{gap:12px}.wcg-v2 .wcg-ai-hero__actions .wcg-button{min-height:43px;padding:0 19px;font-size:12px}.wcg-v2 .wcg-ai-hero__secondary{font-size:12px}
.wcg-v2 .wcg-ai-hero__visual{display:flex;align-items:center;justify-content:center;min-width:0}
.wcg-v2 .wcg-ai-orbit{width:520px;min-height:390px;transform:scale(1.02);transform-origin:center}
.wcg-v2 .wcg-ai-orbit__connections{inset:0;width:100%;height:100%}
.wcg-v2 .wcg-ai-orbit__core{width:132px;height:132px;box-shadow:0 0 0 10px rgba(21,94,239,.07),0 0 42px rgba(0,174,239,.28)}
.wcg-v2 .wcg-ai-orbit__core span{font-size:43px}.wcg-v2 .wcg-ai-orbit__core strong{font-size:10px}
.wcg-v2 .wcg-ai-orbit__node{font-size:10px}.wcg-v2 .wcg-ai-orbit__node i{width:44px;height:44px;font-size:17px}.wcg-v2 .wcg-ai-orbit__node small{font-size:8px}

/* Trust and proof strip. Preserve the mockup rhythm even before numeric verification. */
.wcg-v2 .wcg-trust{padding:12px 0 10px;border-top:0;background:#fff}
.wcg-v2 .wcg-trust__label{margin:0 0 10px;text-align:left;font-size:9px;letter-spacing:.07em;text-transform:none;color:#667085}
.wcg-v2 .wcg-trust__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;align-items:center}
.wcg-v2 .wcg-trust__item{min-height:36px;padding:4px 8px;border:0;background:transparent}.wcg-v2 .wcg-trust__wordmark{font-size:11px;color:#475467}
.wcg-v2 .wcg-trust__item img{max-height:27px;max-width:120px}
.wcg-v2 .wcg-metrics{padding:0;background:#f8fbff;border-block:1px solid #e8eef6}
.wcg-v2 .wcg-metrics__grid{display:grid;grid-template-columns:repeat(var(--wcg-metric-cols,5),minmax(0,1fr));gap:0}
.wcg-v2 .wcg-metric{min-height:74px;padding:13px 20px;display:flex;flex-direction:column;justify-content:center;border:0;border-right:1px solid #e4eaf2;border-radius:0;background:transparent;box-shadow:none}
.wcg-v2 .wcg-metric:last-child{border-right:0}.wcg-v2 .wcg-metric__value{font-size:27px;line-height:1;color:#155eef;letter-spacing:-.025em}.wcg-v2 .wcg-metric__label{margin-top:7px;font-size:10px;color:#344054}
.wcg-v2 .wcg-metrics--capabilities .wcg-metric__value{font-size:19px;letter-spacing:.01em}

/* Four solution cards: exact compact chapter silhouette. */
.wcg-v2 .wcg-solutions--mockup{padding:14px 0 28px;background:#fff}
.wcg-v2 .wcg-solutions--mockup .wcg-section-head{margin:0 0 13px;text-align:center}.wcg-v2 .wcg-solutions--mockup .wcg-section-head h2{font-size:17px;letter-spacing:.015em}
.wcg-v2 .wcg-solutions--mockup .wcg-solutions__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.wcg-v2 .wcg-solutions--mockup .wcg-solution-card{min-height:230px;padding:17px 16px 14px;border-radius:7px;border:1px solid #dde5ef;box-shadow:none;background:#fff}
.wcg-v2 .wcg-solutions--mockup .wcg-solution-card--featured{background:#fff;border-color:#d6e3f8;box-shadow:none}
.wcg-v2 .wcg-solution-card__titleline{gap:8px;margin-bottom:10px}.wcg-v2 .wcg-solution-card__number{font-size:12px}.wcg-v2 .wcg-solution-card__titleline h3{font-size:14px;line-height:1.15}
.wcg-v2 .wcg-solution-card__desc{font-size:10px;line-height:1.45;min-height:43px;margin-bottom:9px}.wcg-v2 .wcg-solution-card__list{gap:5px;margin-bottom:10px}.wcg-v2 .wcg-solution-card__list li{font-size:9px;line-height:1.3}.wcg-v2 .wcg-solution-card__cta{font-size:9px}

/* AI Automation: short technology panel, larger engine + cleaner network. */
.wcg-v2 .wcg-ai-workflow{padding:0 0 24px;background:#fff}.wcg-v2 .wcg-ai-workflow__shell{grid-template-columns:250px 1fr;min-height:258px;border-radius:7px;background:linear-gradient(105deg,#06101e 0%,#071728 55%,#042442 100%);box-shadow:0 12px 28px rgba(5,20,40,.08)}
.wcg-v2 .wcg-ai-workflow__intro{padding:29px 18px 26px 28px}.wcg-v2 .wcg-ai-workflow__eyebrow{font-size:8px;margin-bottom:12px}.wcg-v2 .wcg-ai-workflow__intro h2{font-size:25px;line-height:1.04;margin-bottom:12px}.wcg-v2 .wcg-ai-workflow__intro p{font-size:9px;line-height:1.5;margin-bottom:15px}.wcg-v2 .wcg-ai-workflow__cta{min-height:36px;padding:0 14px;font-size:9px}
.wcg-v2 .wcg-ai-workflow__stage--desktop{min-height:258px}.wcg-v2 .wcg-ai-workflow__inputs,.wcg-v2 .wcg-ai-workflow__outputs{top:15px;bottom:15px;width:152px;gap:7px}.wcg-v2 .wcg-ai-workflow__outputs{width:163px}.wcg-v2 .wcg-ai-workflow__node{min-height:36px;padding:6px 9px;border-radius:4px;font-size:8px}.wcg-v2 .wcg-ai-workflow__node b{font-size:10px}
.wcg-v2 .wcg-ai-workflow__engine{width:154px;min-height:154px;padding:19px 18px;border-radius:8px;box-shadow:0 0 0 1px rgba(0,194,255,.6),0 0 30px rgba(0,174,239,.18)}.wcg-v2 .wcg-ai-workflow__engine-badge{font-size:11px}.wcg-v2 .wcg-ai-workflow__engine li{font-size:8px}.wcg-v2 .wcg-ai-workflow__engine em{font-size:7px}

/* Website + CRM: no extra chapter intro; two short proof cards side-by-side. */
.wcg-v2 .wcg-business-showcase{padding:0 0 32px;background:#fff}.wcg-v2 .wcg-business-showcase__head{display:none}
.wcg-v2 .wcg-business-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.wcg-v2 .wcg-business-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;min-height:260px;height:260px;padding:0;border-radius:7px;box-shadow:none;overflow:hidden}
.wcg-v2 .wcg-business-card__copy{padding:24px 18px 20px 22px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.wcg-v2 .wcg-business-card__copy .wcg-eyebrow{font-size:8px}.wcg-v2 .wcg-business-card__copy h3{font-size:22px;line-height:1.06;margin:8px 0 11px}.wcg-v2 .wcg-business-card__copy p{font-size:9px;line-height:1.5;margin-bottom:13px}.wcg-v2 .wcg-business-card__copy .wcg-text-link{font-size:9px}
.wcg-v2 .wcg-business-card__browser,.wcg-v2 .wcg-crm-preview{margin:16px 14px 16px 0;align-self:stretch;min-height:0;border-radius:6px;box-shadow:none}
.wcg-v2 .wcg-browser-frame__bar{height:24px}.wcg-v2 .wcg-browser-frame__bar small{font-size:7px}.wcg-v2 .wcg-browser-frame__viewport{height:202px;aspect-ratio:auto}.wcg-v2 .wcg-business-card__fallback{min-height:202px;padding:12px;font-size:9px}
.wcg-v2 .wcg-crm-preview__top{height:27px;font-size:7px;padding-inline:9px}.wcg-v2 .wcg-crm-preview__body{grid-template-columns:56px 1fr;min-height:199px}.wcg-v2 .wcg-crm-preview__nav{padding:12px 7px;gap:10px;font-size:6px}.wcg-v2 .wcg-crm-preview__main{padding:9px}.wcg-v2 .wcg-crm-preview__title strong{font-size:9px}.wcg-v2 .wcg-crm-preview__title small,.wcg-v2 .wcg-crm-preview__title i{font-size:6px}.wcg-v2 .wcg-crm-preview__metrics{margin:7px 0;gap:5px}.wcg-v2 .wcg-crm-preview__metrics>div{padding:5px;border-radius:5px}.wcg-v2 .wcg-crm-preview__metrics small,.wcg-v2 .wcg-crm-preview__metrics em{font-size:5px}.wcg-v2 .wcg-crm-preview__metrics strong{font-size:12px}.wcg-v2 .wcg-crm-preview__panels{gap:5px}.wcg-v2 .wcg-crm-preview__chart,.wcg-v2 .wcg-crm-preview__ai{padding:6px;border-radius:5px}.wcg-v2 .wcg-crm-preview__chart svg{height:48px}.wcg-v2 .wcg-crm-preview__panel-head{font-size:6px}.wcg-v2 .wcg-crm-preview__ai>strong{font-size:7px}.wcg-v2 .wcg-crm-preview__ai ul{gap:3px;font-size:5px}.wcg-v2 .wcg-crm-preview__ai>em{font-size:5px;margin-top:5px}

/* Featured Projects: label/description on left, 4 compact real-project cards on right. */
.wcg-v2 .wcg-featured-projects{padding:25px 0 24px;background:#f8fbff}.wcg-v2 .wcg-featured-projects>.wcg-container{display:grid;grid-template-columns:205px minmax(0,1fr);gap:15px;align-items:start}
.wcg-v2 .wcg-featured-projects__head{display:block;margin:0;padding:7px 0 0}.wcg-v2 .wcg-featured-projects__head h2{font-size:18px;line-height:1.15;margin:8px 0}.wcg-v2 .wcg-featured-projects__head p{font-size:9px;line-height:1.45;margin:0 0 13px}.wcg-v2 .wcg-featured-projects__viewall{font-size:9px}
.wcg-v2 .wcg-featured-projects__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.wcg-v2 .wcg-project-card{border-radius:6px;box-shadow:none}.wcg-v2 .wcg-project-card__media{aspect-ratio:1.65}.wcg-v2 .wcg-browser-frame__bar b{font-size:6px}.wcg-v2 .wcg-project-card__body{padding:9px 10px 10px}.wcg-v2 .wcg-project-card__industry{font-size:7px}.wcg-v2 .wcg-project-card__body h3{font-size:11px;margin:4px 0}.wcg-v2 .wcg-project-card__body p,.wcg-v2 .wcg-project-card__solutions{display:none}.wcg-v2 .wcg-project-card__cta{font-size:8px}.wcg-v2 .wcg-featured-projects__mobile-action{display:none}

/* Case studies: compact left intro + 4 equal cards. Never fabricate KPI. */
.wcg-v2 .wcg-case-results{padding:20px 0 24px;background:#fff}.wcg-v2 .wcg-case-results__layout{grid-template-columns:205px minmax(0,1fr);gap:15px}.wcg-v2 .wcg-case-results__intro{padding-top:5px}.wcg-v2 .wcg-case-results__intro h2{font-size:22px;line-height:1.03;margin:8px 0 10px}.wcg-v2 .wcg-case-results__intro p{font-size:9px;line-height:1.45;margin-bottom:11px}.wcg-v2 .wcg-case-results__intro .wcg-text-link{font-size:8px}
.wcg-v2 .wcg-case-results__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.wcg-v2 .wcg-case-card-v2{min-height:185px;padding:12px;border-radius:6px;box-shadow:none}.wcg-v2 .wcg-case-card-v2__top{margin-bottom:8px}.wcg-v2 .wcg-case-card-v2__badge,.wcg-v2 .wcg-case-card-v2__industry{font-size:6px}.wcg-v2 .wcg-case-card-v2 h3{font-size:10px;line-height:1.3;margin-bottom:6px}.wcg-v2 .wcg-case-card-v2__metric{font-size:22px}.wcg-v2 .wcg-case-card-v2__outcome{font-size:13px;line-height:1.2}.wcg-v2 .wcg-case-card-v2__metric-label,.wcg-v2 .wcg-case-card-v2__context{font-size:7px;line-height:1.4}.wcg-v2 .wcg-case-card-v2__solutions{display:none}.wcg-v2 .wcg-case-card-v2__actions{margin-top:auto}.wcg-v2 .wcg-case-card-v2__actions a{font-size:7px}.wcg-v2 .wcg-case-results__mobile-action{display:none}

/* Product Lab: one horizontal 5-card technology strip. */
.wcg-v2 .wcg-product-lab{padding:22px 0 25px;background:#fff}.wcg-v2 .wcg-product-lab>.wcg-container{display:grid;grid-template-columns:220px minmax(0,1fr);gap:14px;padding:20px 18px;border-radius:7px;background:linear-gradient(105deg,#06101e,#06223d)}
.wcg-v2 .wcg-product-lab__head{display:block;margin:0}.wcg-v2 .wcg-product-lab__head h2{font-size:21px;line-height:1.06;margin-top:8px}.wcg-v2 .wcg-product-lab__intro p{display:none}.wcg-v2 .wcg-product-lab__section-link{font-size:8px;margin-top:13px}
.wcg-v2 .wcg-product-lab__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.wcg-v2 .wcg-product-card{min-height:155px;padding:12px;border-radius:6px}.wcg-v2 .wcg-product-card__top{margin-bottom:7px}.wcg-v2 .wcg-product-card__type,.wcg-v2 .wcg-product-card__status{font-size:5px}.wcg-v2 .wcg-product-card__icon{width:34px;height:34px;margin:4px auto 8px}.wcg-v2 .wcg-product-card h3{text-align:center;font-size:10px;line-height:1.2}.wcg-v2 .wcg-product-card p{text-align:center;font-size:7px;line-height:1.4}.wcg-v2 .wcg-product-card__capabilities{display:none}.wcg-v2 .wcg-product-card__roadmap,.wcg-v2 .wcg-product-card__cta{font-size:6px;text-align:center;margin-top:auto}

/* Delivery process: single-row chapter like approved mockup. */
.wcg-v2 .wcg-delivery-process{padding:26px 0 30px}.wcg-v2 .wcg-delivery-process>.wcg-container{display:grid;grid-template-columns:205px minmax(0,1fr);gap:18px;align-items:start}.wcg-v2 .wcg-delivery-process__head{display:block;margin:0}.wcg-v2 .wcg-delivery-process__head h2{font-size:26px;line-height:.98;margin:8px 0 10px}.wcg-v2 .wcg-delivery-process__intro p{font-size:8px;line-height:1.45;margin:0 0 9px}.wcg-v2 .wcg-delivery-process__principles{display:none}
.wcg-v2 .wcg-delivery-process__timeline{grid-template-columns:repeat(6,minmax(0,1fr));padding-top:23px;gap:0}.wcg-v2 .wcg-delivery-process__timeline:before{top:30px}.wcg-v2 .wcg-process-step{padding:0 4px}.wcg-v2 .wcg-process-step__card{min-height:128px;padding:13px 8px 10px;border:0;border-radius:0;background:transparent;box-shadow:none}.wcg-v2 .wcg-process-step__card strong{font-size:7px}.wcg-v2 .wcg-process-step__card h3{font-size:9px;line-height:1.25;margin:5px 0}.wcg-v2 .wcg-process-step__card p{font-size:7px;line-height:1.4}.wcg-v2 .wcg-delivery-process__footer{display:none}

/* Insights + CTA: one desktop row (intro + 4 posts + CTA), exactly like mockup. */
.wcg-v2 .wcg-insights--mockup{padding:25px 0 28px;background:#f5f8fc}.wcg-v2 .wcg-insights-mockup__grid{display:grid;grid-template-columns:1.15fr repeat(4,minmax(0,1fr)) 1.22fr;gap:9px;align-items:stretch}
.wcg-v2 .wcg-insights-mockup__intro{padding:10px 8px 8px 0}.wcg-v2 .wcg-insights-mockup__intro h2{font-size:24px;line-height:1.02;margin:8px 0 10px}.wcg-v2 .wcg-insights-mockup__intro p{font-size:8px;line-height:1.45;margin:0 0 12px}.wcg-v2 .wcg-insights-mockup__intro .wcg-text-link{font-size:8px}
.wcg-v2 .wcg-insight-card--mockup{display:flex;flex-direction:column;min-width:0;border:1px solid #e2e8f0;border-radius:6px;background:#fff;overflow:hidden;box-shadow:none}.wcg-v2 .wcg-insight-card--mockup .wcg-insight-card__media{aspect-ratio:1.7;min-height:0}.wcg-v2 .wcg-insight-card--mockup .wcg-insight-card__media img{width:100%;height:100%;object-fit:cover}.wcg-v2 .wcg-insight-card--mockup .wcg-insight-card__body{padding:9px;display:flex;flex-direction:column;flex:1}.wcg-v2 .wcg-insight-card--mockup .wcg-insight-card__meta{font-size:5px}.wcg-v2 .wcg-insight-card--mockup h3{font-size:9px;line-height:1.35;margin:5px 0 8px}.wcg-v2 .wcg-insight-card--mockup .wcg-insight-card__cta{font-size:7px;margin-top:auto}
.wcg-v2 .wcg-insights-mockup__cta{position:relative;overflow:hidden;padding:20px 17px;border-radius:6px;background:linear-gradient(145deg,#155eef,#087af5);color:#fff}.wcg-v2 .wcg-insights-mockup__cta .wcg-eyebrow{color:#d6e8ff;font-size:7px}.wcg-v2 .wcg-insights-mockup__cta h2{font-size:21px;line-height:1.02;letter-spacing:-.03em;margin:10px 0}.wcg-v2 .wcg-insights-mockup__cta p{font-size:8px;line-height:1.45;color:#eaf2ff;margin-bottom:14px}.wcg-v2 .wcg-insights-mockup__cta .wcg-button{min-height:34px;padding:0 12px;font-size:8px}

/* Footer compact as mockup. */
.wcg-v2 .wcg-footer__top{padding-top:35px;padding-bottom:28px;grid-template-columns:1.1fr 2fr;gap:45px}.wcg-v2 .wcg-footer__brand img{width:142px}.wcg-v2 .wcg-footer__brand strong{font-size:9px}.wcg-v2 .wcg-footer__brand p{font-size:8px;line-height:1.5}.wcg-v2 .wcg-footer__nav{gap:20px}.wcg-v2 .wcg-footer__group strong{font-size:9px}.wcg-v2 .wcg-footer__group a,.wcg-v2 .wcg-footer__group span{font-size:8px;line-height:1.6}.wcg-v2 .wcg-footer__bottom{padding:13px 0 17px;font-size:7px}

@media(max-width:1199px){
  .wcg-v2{--wcg-page-pad:22px}.wcg-v2 .wcg-container{width:min(calc(100% - 44px),var(--wcg-container))}
  .wcg-v2 .wcg-ai-hero__grid{grid-template-columns:1fr 1fr;min-height:420px}.wcg-v2 .wcg-ai-orbit{transform:scale(.9)}
  .wcg-v2 .wcg-featured-projects>.wcg-container,.wcg-v2 .wcg-case-results__layout,.wcg-v2 .wcg-delivery-process>.wcg-container{grid-template-columns:175px minmax(0,1fr)}
  .wcg-v2 .wcg-product-lab>.wcg-container{grid-template-columns:190px 1fr}.wcg-v2 .wcg-product-lab__grid{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto}
  .wcg-v2 .wcg-insights-mockup__grid{grid-template-columns:1.1fr repeat(3,minmax(0,1fr)) 1.15fr}.wcg-v2 .wcg-insight-card--mockup:nth-of-type(4){display:none}
}
@media(max-width:1023px){
  .wcg-v2 .wcg-ai-hero__grid{grid-template-columns:1fr;min-height:0;padding-block:48px 36px}.wcg-v2 .wcg-ai-hero__content{max-width:700px}.wcg-v2 .wcg-ai-hero__visual{min-height:390px}.wcg-v2 .wcg-ai-orbit{transform:none}
  .wcg-v2 .wcg-trust__grid{grid-template-columns:repeat(3,1fr)}.wcg-v2 .wcg-metrics__grid{grid-template-columns:repeat(5,minmax(115px,1fr));overflow-x:auto}
  .wcg-v2 .wcg-solutions--mockup .wcg-solutions__grid{grid-template-columns:repeat(2,1fr)}
  .wcg-v2 .wcg-ai-workflow__shell{grid-template-columns:220px 1fr}
  .wcg-v2 .wcg-business-showcase__grid{grid-template-columns:1fr}.wcg-v2 .wcg-business-card{height:270px}
  .wcg-v2 .wcg-featured-projects>.wcg-container,.wcg-v2 .wcg-case-results__layout,.wcg-v2 .wcg-delivery-process>.wcg-container{display:block}.wcg-v2 .wcg-featured-projects__head,.wcg-v2 .wcg-case-results__intro,.wcg-v2 .wcg-delivery-process__head{max-width:650px;margin-bottom:16px}
  .wcg-v2 .wcg-featured-projects__grid,.wcg-v2 .wcg-case-results__grid{grid-template-columns:repeat(2,1fr)}
  .wcg-v2 .wcg-delivery-process__timeline{grid-template-columns:repeat(3,1fr);gap:9px}.wcg-v2 .wcg-delivery-process__timeline:before{display:none}.wcg-v2 .wcg-process-step__card{border:1px solid #e4eaf2;border-radius:6px;min-height:125px}
  .wcg-v2 .wcg-insights-mockup__grid{grid-template-columns:repeat(2,1fr)}.wcg-v2 .wcg-insights-mockup__intro,.wcg-v2 .wcg-insights-mockup__cta{min-height:210px}.wcg-v2 .wcg-insight-card--mockup:nth-of-type(4){display:flex}
}
@media(max-width:767px){
  .wcg-v2{--wcg-page-pad:18px}.wcg-v2 .wcg-container{width:calc(100% - 36px)}
  .wcg-v2 .wcg-ai-hero__grid{padding-block:36px 25px}.wcg-v2 .wcg-ai-hero__content h1{font-size:39px}.wcg-v2 .wcg-ai-hero__visual{min-height:300px}.wcg-v2 .wcg-ai-network--desktop{display:none!important}.wcg-v2 .wcg-ai-network--mobile{display:flex!important}
  .wcg-v2 .wcg-trust__grid{gap:8px}.wcg-v2 .wcg-trust__item{min-height:31px}.wcg-v2 .wcg-metrics__grid{grid-template-columns:repeat(5,128px);margin-inline:-18px;padding-inline:18px;scrollbar-width:none}.wcg-v2 .wcg-metric{min-height:65px;padding:10px 13px}.wcg-v2 .wcg-metric__value{font-size:20px}
  .wcg-v2 .wcg-solutions--mockup .wcg-solutions__grid{grid-template-columns:1fr}.wcg-v2 .wcg-solutions--mockup .wcg-solution-card{min-height:0}
  .wcg-v2 .wcg-ai-workflow__shell{display:block;min-height:0}.wcg-v2 .wcg-ai-workflow__intro{padding:25px 20px}.wcg-v2 .wcg-ai-workflow__stage--desktop{display:none!important}.wcg-v2 .wcg-ai-workflow__stage--mobile{display:block!important}
  .wcg-v2 .wcg-business-card{display:block;height:auto}.wcg-v2 .wcg-business-card__copy{padding:22px 20px}.wcg-v2 .wcg-business-card__browser,.wcg-v2 .wcg-crm-preview{margin:0 18px 18px}.wcg-v2 .wcg-browser-frame__viewport{height:auto;aspect-ratio:16/9}
  .wcg-v2 .wcg-featured-projects__grid,.wcg-v2 .wcg-case-results__grid,.wcg-v2 .wcg-product-lab__grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-inline:-18px;padding:0 18px 8px;scrollbar-width:none}.wcg-v2 .wcg-project-card,.wcg-v2 .wcg-case-card-v2{flex:0 0 82vw;max-width:360px}.wcg-v2 .wcg-product-card{flex:0 0 72vw;max-width:300px}
  .wcg-v2 .wcg-product-lab>.wcg-container{display:block;padding:20px 18px}.wcg-v2 .wcg-product-lab__head{margin-bottom:15px}
  .wcg-v2 .wcg-delivery-process__timeline{display:block;padding-left:27px}.wcg-v2 .wcg-process-step__card{min-height:0;margin-bottom:9px}.wcg-v2 .wcg-delivery-process__timeline:before{display:block}
  .wcg-v2 .wcg-insights-mockup__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-inline:-18px;padding:0 18px 8px;scrollbar-width:none}.wcg-v2 .wcg-insights-mockup__intro,.wcg-v2 .wcg-insight-card--mockup,.wcg-v2 .wcg-insights-mockup__cta{flex:0 0 82vw;max-width:350px;scroll-snap-align:start;min-height:240px}.wcg-v2 .wcg-insights-mockup__intro{padding:20px;background:#fff;border-radius:6px}.wcg-v2 .wcg-insights-mockup__cta{padding:24px 20px}
  .wcg-v2 .wcg-footer__top{grid-template-columns:1fr;gap:28px}.wcg-v2 .wcg-footer__nav{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:430px){.wcg-v2 .wcg-ai-hero__content h1{font-size:36px}.wcg-v2 .wcg-trust__grid{grid-template-columns:repeat(3,1fr)}.wcg-v2 .wcg-footer__nav{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.wcg-v2 .wcg-ai-orbit{transform:none!important}}
