.ctaSection{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem;gap:1.25rem;background:var(--color-background)}.ctaSection h1{font-family:var(--family-title);font-weight:var(--font-title);font-size:clamp(1.75rem,3.5vw,2.75rem);color:var(--text-heading);line-height:1.2;letter-spacing:-.02em;margin:0}.ctaSection h1:after{content:"";display:block;width:3rem;height:2px;background:var(--color-secondary);border-radius:2px;margin:.75rem auto 0;opacity:.7}.ctaSection h3{font-weight:var(--font-text);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0;max-width:50ch}.ctaButton,.ctaSection h3{font-family:var(--family-text)}.ctaButton{margin-top:.5rem;padding:.75rem 2rem;border-radius:99px;border:1px solid var(--color-secondary);background:transparent;color:var(--color-secondary);font-weight:var(--font-heading);font-size:.875rem;letter-spacing:.05em;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.ctaButton:hover{background:var(--color-secondary);color:var(--color-background);box-shadow:var(--shadow-m)}@media (max-width:768px){.ctaSection{padding:4rem 1.5rem}.ctaButton{width:100%;max-width:280px}}.demoCarousel{padding:5rem 0;gap:3.5rem}.demoCarousel,.demoCarousel__header{display:flex;flex-direction:column;align-items:center}.demoCarousel__header{text-align:center;width:min(95%,75%);gap:.75rem}.demoCarousel__eyebrow{font-family:var(--family-text);font-weight:var(--font-text);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-secondary)}.demoCarousel__title{font-family:var(--family-title);font-weight:var(--font-title);font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--text-heading);line-height:1.2;letter-spacing:-.02em;margin:0}.demoCarousel__divider{width:3rem;height:2px;background:var(--color-secondary);border-radius:2px;margin:.25rem 0;opacity:.7}.demoCarousel__body{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:min(95%,1400px)}.demoCarousel__row{display:flex;align-items:center;gap:1.25rem;width:100%}.demoCarousel__arrow{width:38px;height:38px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-background);display:flex;align-items:center;justify-content:center;color:var(--text-heading);font-size:.8rem;cursor:pointer;flex-shrink:0;transition:background .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-xs)}.demoCarousel__arrow:hover{background:var(--color-secondary-background);box-shadow:var(--shadow-s)}.demoCarousel__arrow--disabled{opacity:.3;cursor:default;pointer-events:none}.demoCarousel__card{display:flex;flex-direction:column;gap:1rem;flex:1 1}.demoCarousel__videoWrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;border:1px solid var(--color-border);background:var(--color-secondary-background);box-shadow:var(--shadow-m)}.demoCarousel__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.demoCarousel__caption{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.demoCarousel__cardTitle{font-family:var(--family-text);font-weight:var(--font-heading);font-size:1rem;color:var(--text-heading);margin:0}.demoCarousel__cardDesc{font-family:var(--family-text);font-weight:var(--font-text);font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0;max-width:55ch}.demoCarousel__dots{display:flex;align-items:center;justify-content:center;gap:6px}.demoCarousel__dot{width:7px;height:7px;border-radius:50%;border:none;background:var(--color-border);cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.demoCarousel__dot--active{background:var(--color-secondary);transform:scale(1.35)}@media (max-width:768px){.demoCarousel__header{width:95%}.demoCarousel__arrow{width:32px;height:32px;font-size:.7rem}}