:root{
  --scale-site-max:min(1040px, calc(100% - 32px));
  --scale-site-max-mobile:min(100%, calc(100% - 24px));
  --scale-content-max:680px;
  --scale-card-padding:18px;
  --scale-card-padding-mobile:16px;
  --scale-card-radius:22px;
  --scale-card-radius-mobile:20px;
  --scale-header-padding:16px;
  --scale-header-gap:14px;
  --scale-section-gap:22px;
  --scale-proof-gap:14px;
  --scale-section-title:clamp(1.75rem, 3vw, 2.45rem);
  --scale-home-shell-top:clamp(16px, 2.5vw, 28px);
  --scale-home-shell-bottom:clamp(28px, 4vw, 48px);
  --scale-home-hero-size:clamp(1.95rem, 3.35vw, 2.9rem);
  --scale-chatbot-hero-size:clamp(2.15rem, 4.1vw, 3.35rem);
  --scale-chatbot-section-size:clamp(1.6rem, 2.5vw, 2.15rem);
  --scale-demo-height-home:500px;
  --scale-demo-height-home-mobile:470px;
  --scale-demo-height-home-mobile-sm:420px;
  --scale-demo-height-chatbot:600px;
  --scale-demo-height-chatbot-mobile:700px;
}
