.ctrlscale-section{display:flex;justify-content:center;align-items:center;width:100%;padding:100px 40px;background-color:#fff}.ctrlscale-wrapper{display:flex;align-items:flex-start;gap:60px;width:100%;max-width:1200px}.ctrlscale-content{flex:1 1;min-width:0}.ctrlscale-visual{flex-shrink:0;display:flex;align-items:flex-end;justify-content:center}.ctrlscale-visual .ctrlscale-img-desktop{width:auto;height:600px}.ctrlscale-visual .ctrlscale-img-mobile{display:none}.ctrlscale-label{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:#227cf1;margin:0}.ctrlscale-label-line{display:inline-block;height:1px;width:40px;background-color:#227cf1}.ctrlscale-heading{margin-top:20px;margin-bottom:0;font-family:Ubuntu,sans-serif;font-size:48px;font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#021934}.ctrlscale-highlight-wrapper{position:relative;display:inline-block}.ctrlscale-highlight-text{position:relative;z-index:1;color:#227cf1}.ctrlscale-highlight-bar{position:absolute;left:0;right:0;bottom:4px;z-index:0;height:10px;transform-origin:left;background-color:rgba(34,124,241,.15)}.ctrlscale-description{margin-top:20px;margin-bottom:0;font-size:18px;font-weight:600;line-height:1.7;color:#021934}.ctrlscale-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px}.ctrlscale-cta{position:relative;display:inline-flex;align-items:center;gap:12px;overflow:hidden;border-radius:9999px;background-color:#f15a22;padding:16px 28px;font-size:14px;font-weight:600;color:#fff;border:none;cursor:pointer;box-shadow:0 12px 30px -10px rgba(241,90,34,.55);transition:box-shadow .3s ease}.ctrlscale-cta:hover{box-shadow:0 18px 45px -10px rgba(241,90,34,.75)}.ctrlscale-cta:hover .ctrlscale-cta-shine{transform:translateX(100%)}.ctrlscale-cta:hover .ctrlscale-cta-icon{background-color:#fff;color:#f15a22}.ctrlscale-cta-shine{pointer-events:none;position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:transform .7s ease}.ctrlscale-cta-label{position:relative}.ctrlscale-cta-icon{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:hsla(0,0%,100%,.15);transition:all .3s ease}.ctrlscale-badge{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#5a6577;margin:0}.ctrlscale-pulse{display:flex;align-items:center;justify-content:center}.ctrlscale-pulse,.ctrlscale-pulse-dot{position:relative;width:8px;height:8px}.ctrlscale-pulse-dot,.ctrlscale-pulse-ping{display:inline-flex;border-radius:50%;background-color:#227cf1}.ctrlscale-pulse-ping{position:absolute;width:100%;height:100%;opacity:.7;animation:ctrlscale-ping 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes ctrlscale-ping{75%,to{transform:scale(2.5);opacity:0}}@media screen and (max-width:1023px){.ctrlscale-section{padding:80px 30px}.ctrlscale-wrapper{flex-direction:column-reverse;gap:40px}.ctrlscale-visual .ctrlscale-img-desktop{width:100%;max-width:500px;height:auto}.ctrlscale-heading{font-size:40px}.ctrlscale-description{font-size:16px}}@media screen and (max-width:519px){.ctrlscale-section{padding:60px 20px}.ctrlscale-heading{font-size:32px}.ctrlscale-description{font-size:15px;line-height:1.6}.ctrlscale-visual .ctrlscale-img-desktop{display:none}.ctrlscale-visual .ctrlscale-img-mobile{display:block;width:100%;max-width:350px;height:auto}.ctrlscale-actions{flex-direction:column;align-items:flex-start;gap:16px}.ctrlscale-cta{width:100%;justify-content:center;padding:14px 24px}}